/*
Theme Name: Lekarna
Theme URI: https://velikorodnov.com/
Author: Designed by monkeysan
Author URI: https://themeforest.net/user/monkeysan/portfolio
Description: Meet a a fully-featured modern and elegant Health & Medical WooCommerce WordPress theme that is focused on any retail related business website, such as pharmacy, beauty cosmetics, medical accessories and equipment, health products, etc...
Version: 1.2
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 7.4
Tags: one-column, two-columns, left-sidebar, right-sidebar, sticky-post, theme-options
Text Domain: lekarna
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
*/

/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Lekarna
Last change:	17/09/2021 [initial release]
Assigned to:	mad_velikorodnov
Primary use:	eCommerce

/*------------------------------------------------------------------
[Color codes]

# Primary Color: #46a69c green

Background:	#fff

a (standard): #26658c
a (active):	  #2e3133
::selection:  #2e3133
# */

/*------------------------------------------------------------------
[Typography]

Body: 16px/32px 'Inter', sans-serif;
Headers: 'Inter', sans-serif;

/* ------------------------------------------------------
	Stylesheet Guide
---------------------------------------------------------

	1. Base
    2. Layout
    3. Components
    4. Pages
-------------------------------------*/


/* ----------------------------------------
    Stylesheet Guide
 ------------------------------------------

    1. Base
    2. Layout
    3. Components
    4. Pages

---------------------------------------------------------- */

/* ----------------------------------------
    1. Base
 ---------------------------------------- */

    /* ----------------------------------------
        Reset
     ---------------------------------------- */

        * {
            margin: 0;
            padding: 0;
            border: none;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
        }
		
		.wp-caption-text{
			font-style:italic;
		}
		.bypostauthor{
			font-weight:normal;
		}
		.wp-caption, .gallery-caption {
			font-size: 16px;
			line-height: 1.1;
			font-style: italic;
			max-width: 100%;
			margin-top: 0.5rem;
		}
		.sticky  {
			line-height: 1.1;
		}
		.wp-block-image figcaption, 
		.wp-block-embed figcaption
		{
			font-size: 15px;
			font-style: italic;
			line-height: 1.4;
			text-align: center;
		}
		.wp-block-image .aligncenter figcaption {
			text-align: center;
		}

        article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video, main {
            display: block;
        }

        mark, rp, rt, ruby, summary, time {
            display: inline;
        }

        a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
            background: transparent;
            border: 0 none;
            font-weight: inherit;
            margin: 0;
            padding: 0;
            border: 0;
            outline: 0;
            vertical-align: top;
        }

        a {
            text-decoration: none;
            outline: none !important;
            vertical-align: baseline;
        }

        .material-icons,
        .material-icons-outlined {
            font-size: inherit;
        }

        b, strong {
            font-weight: bold;
        }

        ul, ol {
            list-style: none;
        }

        q {
            quotes: none;
        }

        table, table td {
            padding: 0;
            border: none;
            border-collapse: collapse;
        }

        img {
            vertical-align: top;
            max-width: 100%;
        }

        embed {
            vertical-align: top;
        }

        input, textarea {
            font-family: inherit;
            -webkit-box-sizing: border-box !important;
                    box-sizing: border-box !important;
        }

        input, button {
            -webkit-appearance: none;
            outline: none;
            background: transparent;
        }

        button::-moz-focus-inner {
            border: 0;
        }

        th {
            text-align: left;
        }

        textarea {
            outline: none !important;
        }

        button {
            cursor: pointer;
            color: inherit;
            font-family: inherit;
        }

        html, body {
            min-height: 100%;
        }

        fieldset, legend, label, select, input, textarea, form, button, optgroup {
            -webkit-appearance: none !important;
        }

        .container, .container-fluid {
            padding-right: 1rem;
            padding-left: 1rem;
        }

        .row {
            margin-right: -1rem;
            margin-left: -1rem;
        }

        .row > [class*="col-"] {
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .container.extra-width {
            max-width: 100%;
            padding-left: 2.75rem;
            padding-right: 2.75rem;
        }

    /* ----------------------------------------
        Global
    ---------------------------------------- */

        html > body {
            background-color: #fff;
            overflow-x: hidden;
            overflow-y: initial !important;
        }

        .mad-page-wrapper {
            overflow: hidden;
        }

        html {
            overflow-y: initial !important;
            scroll-behavior: smooth;
        }

        ::-webkit-selection {
            color: #fff;
            background-color: #2e3133;
        }

        ::-moz-selection {
            color: #fff;
            background-color: #2e3133;
        }

        ::selection {
            color: #fff;
            background-color: #2e3133;
        }

        mark {
            color: #fff;
            background-color: #2e3133;
        }

        .clearfix::after {
            content: "";
            display: block;
            clear: both;
        }

        .page-wrapper {
            overflow: hidden;
        }

        [data-bg-image-src] {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .animated {
            -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
        }

        .w-100 {
            width: 100%;
        }

        body .material-icons, body .material-icons-outlined {
            line-height: inherit;
            font-size: inherit;
        }

        .svg .cls-1, 
        svg .cls-1 
		{
            stroke-width: 10px;
        }

    /* ----------------------------------------
        Typography
    ---------------------------------------- */

        :root {
            font-size: 16px;
        }

        body {
            font-family: "Inter", sans-serif;
            font-size: 1rem;
            line-height: 2rem;
            font-weight: 400;
            color: #515759;
        }

        address:not(:last-child) {
            margin-bottom: 1.625rem;
        }

        q, kbd, strong, em, tt, var, span, del, big, small {
            vertical-align: baseline;
        }

        /* ----------------------------------------
            Headings
        ---------------------------------------- */

            h1, h2, h3, h4, h5, h6 {
                color: #2e3133;
                font-family: "Inter", sans-serif;
                font-weight: bold;
            }

            h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child) {
                margin-bottom: 1.4rem;
            }

            h1 {
                letter-spacing: -0.15rem;
            }

            h3:not(:last-child) {
                margin-bottom: 1.5rem;
            }

            h1 {
                font-size: 3.75rem;
                line-height: 4rem;
                font-weight: normal;
            }

            h2 {
                font-size: 3rem;
                line-height: 3.5rem;
                font-weight: normal;
                letter-spacing: -0.1rem;
            }

            h3 {
                font-size: 2.25rem;
                line-height: 3rem;
                font-weight: 500;
                letter-spacing: -0.025rem;
            }

            h4 {
                font-size: 1.875rem;
                line-height: 2.5rem;
                font-weight: 500;
                letter-spacing: -0.05rem;
            }

            h5 {
                font-size: 1.5rem;
                line-height: 2rem;
                font-weight: 600;
                letter-spacing: -0.025rem;
            }

            h6 {
                font-size: 1.125rem;
                line-height: 1.5rem;
            }

            h3:not(:last-child) {
                margin-bottom: 1.7rem;
            }

            h4:not(:last-child) {
                margin-bottom: 1.5rem;
            }

            h5:not(:last-child),
            h6:not(:last-child) {
                margin-bottom: 1.45rem;
            }

            h5.mad-page-title {
                font-weight: bold;
                letter-spacing: -0.03rem;
            }

            h5.mad-page-title:not(:last-child) {
                margin-bottom: 1.45rem;
            }

            h3.mad-page-title:not(:last-child) {
               margin-bottom: 1.7rem;
            }

            .mad-page-title .mad-read-more {
                padding-left: 1.25rem;
            }

            .mad-page-title.with-carousel,
            .mad-title.with-carousel {
                padding-right: 6rem;
            }

            h6.mad-page-title.with-carousel {
                font-size: 1.25rem;
                line-height: 1.5rem;
                padding-bottom: 4px;
            }

            .mad-pre-title {
                font-size: 1rem;
                line-height: 1.5rem;
                text-transform: uppercase;
            }

            .mad-sub-title {
                font-size: 1.25rem;
                line-height: 1.5rem;
            }

            .mad-pre-title:not(:last-child) {
                margin-bottom: 8px;
            }

        /* ----------------------------------------
            Paragraphs
        ---------------------------------------- */

            p {
                line-height: inherit;
            }

            p:not(:last-child):not([class*="content-element"]) {
                margin-bottom: 1rem;
            }

            .req {
                color: #d94945;
            }

            .mad-text-small {
                font-size: 0.875rem;
                line-height: 1.5rem;
            }

            p.mad-text-small:not([class*="content-element"]):not(:last-child) {
                margin-bottom: 1.3125rem;
            }

            .mad-text-small {
                font-size: 0.9286rem;
                font-weight: 500;
            }

            .mad-text-medium {
                font-size: 1rem;
                line-height: 1.5rem;
            }

            .mad-text-big {
                font-size: 1.25rem;
                line-height: 2rem;
            }

            .mad-text-color2 {
                color: #8b9599;
            }

            .mad-text-color3 {
                color: #f2f2f2;
            }

            .mad-text-color4 {
                color: #515759;
            }

        /* ----------------------------------------
            Links
        ---------------------------------------- */

            a {
                color: #26658c;
                font-weight: 500;
            }

            .mad-link,
            a,
            button {
                transition: all .5s ease;
            }

            .mad-link-color,
            .mad-link {
                color: #26658c;
            }

            .mad-link-color:hover,
            .mad-link:hover {
                color: #2e3133;
            }

            .mad-link-color-2 {
                color: #46a69c;
            }

            .mad-link-color-2:hover {
                text-decoration: underline;
            }

        /* ----------------------------------------
            Icons
        ---------------------------------------- */

            [class*="mad-font-icon"] {
                line-height: 1;
            }

    /* ----------------------------------------
        Utils classes
    ---------------------------------------- */

        .mad-d-none {
            display: none;
        }

        .mad-fw-bold {
            font-weight: bold;
        }

        .mad-tt-uppercase {
            text-transform: uppercase;
        }

        .mad-d-down-xxxl-none {
            display: none;
        }

        .mad-fw-down-xxxl-bold {
            font-weight: bold;
        }

        .alignleft {
            float: left;
        }

        .alignright {
            float: right;
        }
        
        .align-left {
            text-align: left;
        }

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

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

        body img[class*="align"] {
            border-radius: 1rem;
            overflow: hidden;
        }

        img.alignleft{
            margin-right: 2rem;
        }

        img.alignright{
            margin-left: 2rem;
        }

/* ----------------------------------------
    2. Layout
---------------------------------------- */

    /* ----------------------------------------
        Preloader
    ---------------------------------------- */

        .mad-preloader-circle,
        .mad-preloader {
            position: fixed;
            width: 260vw;
            height: 260vw;
            margin-left: -130vw;
            margin-top: -130vw;
            background-color: #fff;
            z-index: 50;
            border-radius: 50%;
            -webkit-transition-property: -webkit-transform;
                    transition-property: transform;
            -webkit-transition-delay: 0ms;
                    transition-delay: 0ms;
            -webkit-transition-duration: 700ms;
                    transition-duration: 700ms;
            -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .mad-preloader-circle {
            -webkit-transition-timing-function: linear;
                    transition-timing-function: linear;
        }

        .mad-preloader {
            left: 50%;
            top: 50%;
        }

        .mad-preloader-circle, .mad-preloader.mad-preloader--disappearing {
            -webkit-transform: scale3d(0, 0, 0);
                    transform: scale3d(0, 0, 0);
        }

        .mad-preloader-circle--appearing {
            -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
        }

    /* ----------------------------------------
        Critical full screen message
    ---------------------------------------- */

        .mad-body--has-critical-fullscreen-message {
            overflow: hidden !important;
        }

        .mad-fullscreen-message {
            position: fixed;
            z-index: 49;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            text-align: center;
            font-family: 'Arial', serif;
            font-size: 1.875rem;
            line-height: 2.34375rem;
            color: #2e3133;
            background-color: #fff;
            padding: 2rem;
            overflow: auto;
        }

        .mad-fullscreen-message .mad-aligner-inner {
            vertical-align: middle;
        }

        .mad-fullscreen-message-before {
            font-size: 3.25rem;
            line-height: 4rem;
        }

        .mad-fullscreen-message-before:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-fullscreen-message-before:empty,
        .mad-fullscreen-message-after:empty {
            display: none;
        }

    /* ----------------------------------------
        Header
    ---------------------------------------- */

        .mad-header {
            position: relative;
            z-index: 25;
        }

        [class*="mad-header-section--sticky"].mad-header-section--sticked {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 50;
        }

        .mad-header--transparent.mad-header--transparent-single {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 25;
        }

        .mad-header:not(.header-2):not(.header-3):not(.header-4) .mad-header-section--sticky-xl {
            background: #26658c;
        }

        .mad-header-section--sticky-xl .mad-header-items {
            position: relative;
        }

        .mad-pre-header {
            font-size: 0.875rem;
            line-height: 1.5rem;
            padding: 0.5rem 0;
            border-bottom: 1px solid #dce3e6;
        }

        .mad-pre-header .mad-our-info {
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            column-gap: 1.5rem;
            row-gap: 0;
            font-weight: 500;
            width: 100%;
        }

        .mad-pre-header .mad-our-info .mad-info span {
            color: #2e3133;
            font-weight: 800;
        }

        .mad-pre-header .mad-header-item {
            display: flex;
            flex-wrap: wrap;
            column-gap: 2rem;
        }

        .mad-quick-links {
            color: #8b9599;
        }

        .mad-config {
            display: flex;
            column-gap: 1.5rem;
        }

        .mad-config .mad-dropdown > a:after {
            content: "keyboard_arrow_down";
            font-family: 'Material Icons';
            font-size: 1rem;
            margin-left: 0.25rem;
            max-width: 0.75rem;
            line-height: 1rem;
            display: inline-block;
            vertical-align: middle;
        }

        .mad-search-section {
            display: flex;
            justify-content: space-between;
            border: 2px solid #46a69c;
            background: #fff;
            border-radius: 1rem;
        }

        .mad-search-section .mad-custom-select {
            width: 100%;
        }

        .mad-search-section input,
        .mad-search-section .mad-custom-select .mad-selected-option {
            height: 3.25rem!important;
            border: none!important;
        }

        .mad-search-section .mad-custom-select .mad-selected-option {
            line-height: 3.25rem;
        }

        .mad-search-section > .mad-col:first-child {
            width: 100%;
        }

        .mad-search-section > .mad-col:not(:first-child) {
            width: 100%;
            max-width: 16.5rem;
        }

        .mad-search-section > button:before,
        .mad-search-section .mad-custom-select:before {
            content: '';
            position: absolute;
            width: 2px;
            height: 2.25rem;
            top: 50%;
            margin-top: -1.125rem;
            background: #dce3e6;
            left: 0;
            z-index: 2;
        }

        .mad-search-section > button {
            position: relative;
            padding: 0 18px;
            font-size: 1.75rem;
            line-height: 3rem;
            color: #46a69c;
        }

        .mad-actions {
            display: flex;
            justify-content: flex-end;
            column-gap: 2rem;
            font-size: 1rem;
            font-weight: 800;
        }

        .mad-actions .mad-col > a:not(.btn),
        .mad-actions .mad-col > button:not(.btn) {
            position: relative;
            font-size: 1.75rem;
            color: #2e3133;
        }

        .mad-actions span {
            color: #2e3133;
        }

        .mad-actions > .mad-col {
            display: flex;
            align-items: center;
        }


        .mad-actions .mad-col > a span.mad_item_count,
        .mad-actions .mad-col > button span.mad_item_count {
            font-family: "Inter", sans-serif;
            position: absolute;
            width: 1.125rem;
            height: 1.125rem;
            background: #d94945;
            color: #fff;
            border-radius: 50%;
            text-align: center;
            line-height: 1.125rem;
            font-size: 11px;
            font-weight: 600;
            bottom: -4px;
            right: -6px;
        }

        .mad-header:not(.header-2):not(.header-3) .mad-shipping {
            color: #fff;
            text-align: right;
            width: 100%;
            line-height: 1.5rem;
        }

        .mad-shipping i {
            font-size: 1.5rem;
            margin-right: 0.5rem;
        }

        .mad-shipping span {
            font-weight: bold;
        }

        .mad-logo {
            display: block;
        }

        /* Header 2 */

        .mad-promo {
            position: relative;
            background: #1f5373;
        }

        .mad-promo-row {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            row-gap: 1rem;
            column-gap: 1rem;
            padding: 2rem 0;
        }

        .promo-title {
            color: #f0e259;
            font-size: 1.125rem;
            line-height: 1.5rem;
            font-weight: 500;
        }

        .promo-title span {
            text-transform: uppercase;
            font-weight: 800;
        }

        .promo-close {
            position: absolute;
            top: calc(50% - 1rem);
            right: 2rem;
            width: 2rem;
            min-width: 2rem;
            display: block;
            height: 2rem;
            border-radius: 50%;
            background: #dce3e6;
            color: #2e3133;
            text-align: center;
            font-size: 1.25rem;
            line-height: 2rem;
            z-index: 9;
        }

        .promo-close:after {
            content: 'close';
            font-family: "Material Icons";
        }

        .header-2 .mad-shipping,
        .header-3 .mad-shipping {
            color: #2e3133;
        }

        .header-2 .mad-navigation > li:not(:last-child),
        .header-3 .mad-navigation > li:not(:last-child),
        .header-4 .mad-navigation > li:not(:last-child) {
            border: none;
        }

        .header-2 .mad-navigation,
        .header-3 .mad-navigation,
        .header-4 .mad-navigation {
            column-gap: 2.5rem;
        }

        .header-2 .mad-navigation > li:hover > a, 
        .header-2 .mad-navigation > li.current-menu-item > a,
        .header-3 .mad-navigation > li:hover > a, 
        .header-3 .mad-navigation > li.current-menu-item > a,
        .header-4 .mad-navigation > li:hover > a, 
        .header-4 .mad-navigation > li.current-menu-item > a {
            background: none;
        }

        .header-2 .mad-header-section--sticky-xl {
            padding: 1.25rem 0;
        }

        .header-2 .mad-header-section {
            padding: 0;
        }

        .header-2 [class*="mad-header-section--sticky"].mad-header-section--sticked {
            background: #fff;
        }
        
        .header-2 .row:not(.col-no-space),
        .header-4 .row:not(.col-no-space) {
            position: relative;
            margin-bottom: 0;
        }

        .header-2 .row:not(.col-no-space) > [class*="col"],
        .header-4 .row:not(.col-no-space) > [class*="col"] {
            position: initial;
            padding-bottom: 0;
        }

        .header-2 .mad-navigation .mega-menu > .sub-menu,
        .header-2 .mad-navigation .sub-menu {
            margin-top: 1rem;
        }
        
        .header-2 .mad-actions {
            padding-top: 0.75rem;
        }

        .header-2 .mad-icon-boxes.our-info .mad-icon-box {
            padding-left: 3.5rem;
        }

        .header-2 .mad-cat-toggle {
            border-top-left-radius: 1rem;
            border-top-right-radius: 1rem;
        }

        .header-2 .mad-shipping i,
        .header-3 .mad-shipping i {
            font-size: 1.25rem;
            margin-right: 4px;
        }

        .mad-header.header-2 .mad-navigation > li:not(.mega-menu) > .sub-menu,
        .mad-header.header-3 .mad-navigation > li:not(.mega-menu) > .sub-menu,
        .mad-header.header-4 .mad-navigation > li:not(.mega-menu) > .sub-menu {
            margin-left: -2rem;
        }

        .header-2 [class*="mad-header-section--sticky"] .mad-header-sticky .mad-actions {
            padding-top: 0;
        }
 
        .header-2 [class*="mad-header-section--sticky"].mad-header-section--sticked .mad-header-sticky .mad-icon-box,
        .header-2 [class*="mad-header-section--sticky"]:not(.mad-header-section--sticked) .mad-header-sticky .mad-actions,
        .header-3 [class*="mad-header-section--sticky"].mad-header-section--sticked .mad-header-sticky > .btn,
        .header-3 [class*="mad-header-section--sticky"]:not(.mad-header-section--sticked) .mad-header-sticky .mad-actions {
            display: none;
        }

        /* Header 3 */

        .mad-header.header-3 {
            background: #1f5373;
        }

        .mad-header.header-3 .mad-header-section--sticky-xl {
            background: #1f5373;
            padding: 1rem 0;
        }

        .mad-header.header-3 .mad-pre-header .mad-header-item {
            width: 33.3333%;
        }

        .mad-header.header-3 .mad-pre-header .mad-header-item:nth-child(2) {
            justify-content: center;
        }

        .mad-header.header-3 .mad-pre-header .mad-header-item:nth-child(3) {
            justify-content: flex-end;
            column-gap: 1.5rem;
        }

        .mad-header.header-3 .mad-pre-header {
            background: #fff;
        }

        .mad-header.header-3 .mad-pre-header .mad-our-info .mad-info span {
            color: #26658c;
        }

        .mad-header.header-3 .mad-search-section {
            border: 0;
        }   

        .mad-header.header-3 .mad-actions .mad-col > a,
        .mad-header.header-3 .mad-actions .mad-col > span,
        .mad-header.header-3 .mad-actions .mad-dropdown-title,
        .mad-header.header-3 .mad-dropdown-title span.price-text {
            color: #fff;
        }

        .header-3 .mad-header-section {
            padding-bottom: 0;
        }

        .header-3 .mad-navigation > li.mad-special > a,
        .header-3 .mad-navigation > li.mad-special:hover > a {
            background: #d94945;
            padding: 0 1rem;
            border-radius: 1rem;
            color: #fff;
        }

        .header-3 .mad-header-section--sticky-xl .mad-header-items {
            justify-content: space-between;
        }

        .header-3 .mad-header-section--sticky-xl .mad-header-items > *:last-child {
            flex: none;
        }

        .header-3 .mad-navigation .sub-menu {
            margin-top: 1rem;
        }   

        .header-3 .mad-navigation > li:nth-child(2) {
            margin-left: -1.25rem;
        }

        /* Header 4 */

        .mad-header.header-4 .mad-pre-header {
            background: #1f5373;
            color: #c5d3d9;
            border: none;
        }

        .mad-header.header-4 .mad-pre-header .mad-our-info .mad-info span,
        .mad-header.header-4 .mad-pre-header .mad-link,
        .mad-header.header-4 .mad-pre-header .mad-dropdown-title {
            color: #4abfd9;
        }

        .mad-header.header-4 .mad-pre-header .mad-quick-links {
            color: #c5d3d9;
        }

        .mad-header.header-4 .mad-navigation > li > a {
            line-height: 3rem;
        }

        .mad-header.header-4 .mad-header-section--sticky-xl {
            padding: 1.75rem 0;
            background: #fff;
        }

        .mad-header.header-4 .mad-navigation .sub-menu {
            margin-top: 1.75rem;
        }

        /* ----------------------------------------
            Header Section
        ---------------------------------------- */

            .mad-header-section {
                display: block;
                padding: 1.5rem 0;
            }

            .mad-header .row:not(.col-no-space) {
                margin-bottom: -1rem;
            }

            .mad-header .row:not(.col-no-space) > [class*="col"] {
                padding-bottom: 1rem;
            }

        /* ----------------------------------------
            Header Items
        ---------------------------------------- */

            .mad-header-items {
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

            .mad-navigation-container {
                display: flex;
            }

             .mad-header-section--sticky-xl .mad-header-items {
                justify-content: flex-start;
            }

            .mad-header-section--sticky-xl .mad-header-items > *:last-child {
                flex: 1;
            }

        /* ----------------------------------------
            Navigation
        ---------------------------------------- */

            .mad-navigation {
                z-index: 4;
                text-align: initial;
                display: flex;
            }

            .mad-navigation > li {
                position: relative;
                vertical-align: top;
                font-family: 'Inter', sans-serif;
            }

            .mad-navigation > li > a {
                color: #fff;
                background: #26648a;
                font-size: 1.125rem;
                padding: 0 2rem;
                line-height: 4rem;
                white-space: nowrap;
                -webkit-transition-property: background-color;
                        transition-property: background-color;
                -webkit-transition-delay: 0ms;
                        transition-delay: 0ms;
                -webkit-transition-duration: 500ms;
                        transition-duration: 500ms;
                -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                display: block;
                position: relative;
            }

            .mad-navigation > li.menu-item-has-children > a::after {
                content: "keyboard_arrow_down";
                font-family: 'Material Icons';
                display: inline-block;
                line-height: 1rem;
                vertical-align: middle;
                font-size: 1.125rem;
                margin-left: 0.25rem;
                max-width: 0.875rem;
            }

            .mad-navigation > li:not(:last-child) {
                border-right: 1px solid #1f5373;
            }

            .mad-navigation > li:hover > a,
            .mad-navigation > li.current-menu-item > a
			{
                background: #1f5373;
                color: #50bfb4;
            }
			.mad-header.header-3 .mad-navigation > li.current-menu-parent > a 
			{
                color: #50bfb4;
            }

            .mad-navigation .mad-header-section--border + [class*="mad-header-section"] .mad-navigation:not(.mad-navigation--bottom-underlined) > li > a::before {
                top: -1px;
            }

            .mad-navigation--bottom-underlined > li > a::before {
                bottom: 0;
                top: auto;
            }

            .mad-navigation .menu-item-has-children:hover, .mad-navigation .menu-item-has-children.mad-seleceted, .mad-navigation .menu-item-has-children.mad-tapped {
                z-index: 2;
            }

            .mad-mobile-nav-btn {
                background-color: #46a69c;
            }

            .mad-navigation .sub-menu {
                width: 16.25rem;
                font-size: 1rem;
                padding: 1.5rem 2rem;
                line-height: 1.5rem;
                font-weight: 500;
                position: absolute;
                top: 100%;
                left: 0;
                opacity: 0;
                visibility: hidden;
                color: #fff;
                background-color: #fff;
                border-radius: 0 0 1rem 1rem;
                -webkit-transition-property: opacity, visibility;
                        transition-property: opacity, visibility;
                -webkit-transition-delay: 0ms;
                        transition-delay: 0ms;
                -webkit-transition-duration: 500ms;
                        transition-duration: 500ms;
                -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);

                    -webkit-box-shadow: 0px 0px 16px 0px rgba(46, 49, 51, 0.15);
                -moz-box-shadow: 0px 0px 16px 0px rgba(46, 49, 51, 0.15);
                box-shadow: 0px 0px 16px 0px rgba(46, 49, 51, 0.15);
            }

            .mad-navigation .sub-menu a:not(.btn) {
                color: #2e3133;
            }

            .mad-navigation .sub-menu > li > a {
                display: block;
            }

            .mad-navigation .sub-menu li.menu-item:not(.sub-menu-aside):not(:last-child) {
                margin-bottom: 1rem;
            }

            .mad-navigation .sub-menu:not(.with-aside).mad-reverse {
                left: auto;
                right: 0;
            }

            .mad-navigation .sub-menu .sub-menu {
                top: -1.5rem;
                left: 100%;
                margin-left: 2.375rem;
                border-top-right-radius: 1rem;
            }

            .mad-navigation .sub-menu .sub-menu.mad-reverse {
                left: auto;
                right: 100%;
                margin-left: 0;
                margin-right: 2.375rem;
                border-top-right-radius: 0;
                border-top-left-radius: 1rem;
            }

            .mad-navigation .sub-menu .menu-item-has-children {
                position: relative;
                padding-right: 2rem;
            }

            .mad-navigation .sub-menu .menu-item-has-children > a:not(.sub-title)::after {
                font-family: 'Material Icons';
                content: "keyboard_arrow_right";
                position: absolute;
                right: 0;
                font-size: 1.25rem;
                line-height: inherit;
                /* width: 14px; */
                top: 0;
                z-index: 1;
            }
			
			.mad-navigation a.no-title,
			.mad-navigation a.no-link
			{
				font-weight: bold!important;
				color: #2e3133!important;
				border: none;
				margin-bottom: 1rem;
			}
			.mad-navigation .sub-menu .menu-item-has-children > a.no-title::after, 
			.mad-navigation .sub-menu .menu-item-has-children > a.no-link::after 
			{
				content: "";
			}

            .sub-menu.with-aside {
                padding: 0;
            }

            .sub-menu.with-aside > ul {
                padding: 1.5rem 2rem;
            }

            .sub-menu-aside {
                width: 100%;
            }

            .sub-menu-aside .mad-banner {
                border-radius: 0;
                padding: 2rem;
                padding-top: 64px;
            }

            .sub-menu-aside .mad-banner h3.mad-title {
                font-size: 2rem;
                line-height: 2rem;
            }

            .sub-menu-aside .mad-banner h2.mad-title.big-title {
                font-size: 2.5rem;
                line-height: 2.5rem;
            }

            .sub-menu-aside .mad-banner h6.mad-title.style-3 {
                font-size: 0.875rem;
                line-height: 1rem;
            }

            .sub-menu-aside .mad-banner .content-element-4:not(:last-child) {
                margin-bottom: 1.5rem;
            }

            .sub-menu-aside .mad-banner .mad-title.style-3:not(:last-child), 
            .sub-menu-aside .mad-banner .mad-title:not(:last-child) {
                margin-bottom: 0;
            }

            .mad-special .sub-menu-aside .mad-banner {
                height: 100%;
            }

            .mad-no-touchevents .mad-navigation .sub-menu li:hover > a,
            .mad-no-touchevents .mad-navigation .sub-menu .menu-item-has-children.mad-selected > a,
            .mad-touchevents .mad-navigation .sub-menu .menu-item-has-children.mad-tapped > a,
            .mad-navigation .sub-menu .current-menu-item > a,
            .mad-navigation .sub-menu .current-menu-ancestor > a,
            .mad-navigation .sub-menu .current-menu-parent > a {
                color: #46a49c;
            }

            .mad-no-touchevents .menu-item-has-children:hover > .sub-menu,
            .mad-no-touchevents .menu-item-has-children.mad-selected > .sub-menu,
            .mad-touchevents .menu-item-has-children.mad-tapped > .sub-menu {
                opacity: 1;
                visibility: visible;
            }

            .mad-csstransforms3d .mad-navigation .sub-menu {
                -webkit-transition-property: -webkit-transform, opacity, visibility;
                        transition-property: transform, opacity, visibility;

                -webkit-transform: scale3d(0.9, 0.9, 0.9);
                        transform: scale3d(0.9, 0.9, 0.9);
            }

            .mad-csstransforms3d.mad-no-touchevents .menu-item-has-children:hover > .sub-menu,
            .mad-csstransforms3d.mad-no-touchevents .menu-item-has-children.mad-selected > .sub-menu,
            .mad-csstransforms3d.mad-touchevents .menu-item-has-children.mad-tapped > .sub-menu {
                -webkit-transform: scale3d(1, 1, 1);
                        transform: scale3d(1, 1, 1);
            }

            .mad-mobile-nav-btn {
                width: 4rem;
                height: 4rem;
                line-height: 4rem;
                font-size: 1.5rem;
                text-align: center;
                line-height: 4rem;
                color: #fff;
                display: none;
            }

            .header-2 .mad-mobile-nav-btn,
            .header-3 .mad-mobile-nav-btn,
            .header-4 .mad-mobile-nav-btn {
                border-radius: 1rem;
                height: 3rem;
                width: 3rem;
                line-height: 3rem;
             }

            .mad-mobile-nav-btn::after {
                content: 'menu';
                font-family: 'Material Icons';
            }

            .mad-mobile-nav-btn.mad-opened {
                background-color: #3b8c84;
            }

            .mad-browse-cat {
                position: relative;
                z-index: 2;
            }

            .mad-cat-toggle {
                background: #46a69c;
                color: #fff;
                padding: 1.5rem 2rem;
                padding-right: 5rem;
                font-weight: 500;
                font-size: 1.125rem;
                line-height: 1rem;
                white-space: nowrap;
                min-width: 20.5rem;
                text-align: left;
            }

            .mad-cat-toggle.toggled {
                background: #3b8c84;
            }

            .mad-cat-toggle:after {
                content: 'menu';
                position: absolute;
                font-family: 'Material Icons';
                font-size: 1.5rem;
                top: 0;
                right: 1.875rem;
                line-height: 4rem;
            }

            .mad-cat-menu {
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                background: #fff;
                padding: 1.5rem 2rem;
                font-size: 1rem;
                line-height: 1.5rem;
                border-radius: 0 0 1rem 1rem;
                display: none;
                -webkit-box-shadow: 0px 0px 16px 0px rgba(46, 49, 51, 0.15);
                -moz-box-shadow:    0px 0px 16px 0px rgba(46, 49, 51, 0.15);
                box-shadow:         0px 0px 16px 0px rgba(46, 49, 51, 0.15);
            }

            .mad-cat-menu.menu-open {
                display: block;
            }

            .mad-cat-menu li a:hover {
                color: #46a69c;
            }

            .mad-cat-menu > li.with-sub-menu > a {
                position: relative;
            }

            .mad-cat-menu > li.with-sub-menu > a:after {
                content: 'chevron_right';
                font-family: 'Material Icons';
                position: absolute;
                top: 0;
                right: 0;
                line-height: 1.5rem;
                font-size: 1.5rem;
                max-width: 1.125rem;
            }

            .mad-cat-menu > li:not(:last-child),
            .sub-menu > li > ul > li:not(:last-child),
            .mad-cat-menu li .sub-title {
                margin-bottom: 1rem;
            }

            .mad-cat-menu li .sub-title {
                color: #2e3133;
            }

            .mad-cat-menu > li.hidden {
                display: none;
            }

            .mad-cat-menu li a {
                color: #2e3133;
                display: block;
            }

            .mad-cat-menu > li >.sub-menu {
                position: absolute;
                left: 100%;
                top: 0;
                width: 61.5rem;
                margin-left: 4px;
                background: #fff;
                padding: 1.5rem 2rem;
                display: flex;
                flex-wrap: wrap;
                min-height: 37rem;
                column-gap: 1rem;
                row-gap: 1rem;
                background: no-repeat bottom right 32px #fff;
                border-bottom-left-radius: 1rem;
                border-bottom-right-radius: 1rem;
                -webkit-box-shadow: 0px 0px 16px 0px rgb(46 49 51 / 15%);
                -moz-box-shadow: 0px 0px 16px 0px rgba(46, 49, 51, 0.15);
                box-shadow: 0px 0px 16px 0px rgb(46 49 51 / 15%);
                transition: all .5s ease;

                opacity: 0;
                visibility: hidden;
            }
			
			.mad-cat-menu > li a.no-link{
				font-weight: bold!important;
				color: #2e3133!important;
			}
			.mad-cat-menu > li a.no-link,
			.mad-cat-menu > li a.no-title, 
			.mad-cat-menu > li a 
			{
				
				border: none;
				margin-bottom: 1rem;
			}
			
			.mad-browse-cat .mad-cat-menu li.mega-menu ul.sub-menu{
				background: no-repeat bottom right 32px #fff;
			}

            .mad-cat-menu > li:hover .sub-menu {
                opacity: 1;
                visibility: visible;
            }

            .mad-cat-menu li .sub-menu > * {
                flex: 1;
            }

            .mad-vr-wrap nav {
                position: relative;
                z-index: 9;
            }

            .mad-vr-nav > ul > li.menu-item-has-children .sub-menu {
                display: none;
            }

            .mad-vr-nav > ul > li > a {
                font-size: 1rem;
                line-height: 2rem;
                display: block;
                position: relative;
            }

            .mad-vr-nav > ul > li > a:after {
                content: "keyboard_arrow_down";
                position: absolute;
                right: 0;
                top: 0;
                font-family: 'Material Icons';
                font-size: 1.25rem;
            }

            .mad-vr-nav .sub-menu li a {
                font-size: 0.875rem;
                line-height: 2rem;
                color: #26658c;
            }

            .mad-vr-nav .sub-menu {
                padding-left: 1.5rem !important;
            }

            .mad-vr-nav > ul > li:not(:last-child) {
                margin-bottom: 0.5rem;
            }
       
            .mad-vr-nav > ul > li:hover > a,
            .mad-vr-nav .sub-menu li:hover a {
                color: #2e3133;
            }

    /* ----------------------------------------
        Breadcrumb
    ---------------------------------------- */

        .mad-breadcrumb {
            padding-top: 5.25rem;
            padding-bottom: 4.5rem;
            color: #747c80;
            background: #ecf6f5;
        }

        .mad-breadcrumb-path:not(:last-child) {
            margin-bottom: 1.25rem;
        }

        .mad-breadcrumb-path {
            font-size: 1rem;
            font-weight: 500;
            line-height: 1.25rem;
            vertical-align: baseline;
        }

        .mad-breadcrumb-path > span {
            display: inline-block;
        }

        .mad-breadcrumb .mad-page-title {
            font-weight: normal;
            letter-spacing: -1.5px;
        }

        .mad-breadcrumb.single-page {
            padding: 20px 0;
        }

        .mad-breadcrumb.with-bg-img {
            background-size: cover;
            padding: 12.75rem 0 12rem;
            color: #c5d3d9;
        }

        .mad-breadcrumb.with-bg-img .mad-page-title {
            color: #fff;
        }

        .mad-breadcrumb.with-bg-img .mad-link {
            color: #4abfd9;
        }

        .mad-breadcrumb.single-page:not(.align-center) .mad-breadcrumb-path {
            position: relative;
            padding-right: 6rem;
        }

        .mad-breadcrumb .mad-pagination {
            position: absolute;
            right: 1rem;
            margin: 0;
            margin-top: -1.5rem;
        }
		body.single-product .mad-breadcrumb .container{
		position: relative;
		}

    /* ----------------------------------------
        Sections
    ---------------------------------------- */

        .mad-content {
            padding-top: 6rem;
            padding-bottom: 6rem;
        }

        .mad-section {
            position: relative;
            padding-top: 6rem;
            padding-bottom: 6rem;
        }

        .mad-section-img {
            padding-bottom: 35%;
        }

        .mad-content.no-pt,
        .mad-section.no-pt {
            padding-top: 0;
        }

        .mad-content.no-pb,
        .mad-section.no-pb {
            padding-bottom: 0;
        }

        .mad-content.no-pd,
        .mad-section.no-pd {
            padding-top: 0;
            padding-bottom: 0;
        }

        .mad-section.size-2 {
            padding: 9rem 0;
        }

        .mad-section--parallax {
            background-size: auto;
        }

        .mad-section.with-border {
            border-radius: 1rem;
            overflow: hidden;
        }

        .mad-section.very-small-size {
            padding: 2rem 0;
        }

        .mad-img {
            display: block;
            overflow: hidden;
            border-radius: 1rem;
        }

        .mad-img img {
            width: 100%;
        }

        .content-element:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .content-element-2:not(:last-child) {
            margin-bottom: 1rem;
        }

        .content-element-3:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .content-element-4:not(:last-child) {
            margin-bottom: 2rem;
        }

        .content-element-5:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .content-element-6:not(:last-child) {
            margin-bottom: 3rem;
        }

        .content-element-7:not(:last-child) {
            margin-bottom: 3.5rem;
        }

        .content-element-8:not(:last-child) {
            margin-bottom: 4rem;
        }

        .content-element-9:not(:last-child) {
            margin-bottom: 4.5rem;
        }

        .content-element-10:not(:last-child) {
            margin-bottom: 5rem;
        }
		
		.content-element-11:not(:last-child) {
            padding-bottom: 6rem;
        }

        .mad-section > .mad-page-title {
            margin-top: -0.5rem;
        }

    /* ----------------------------------------
        Sidebar
    ---------------------------------------- */

        /* ----------------------------------------
            Widgets
        ---------------------------------------- */

            .mad-widget {
                font-size: 1rem;
                line-height: 1.5rem;
            }

            .mad-sidebar h5.mad-widget-title {
                font-size: 1.25rem;
                line-height: 1.5rem;
            }

            .mad-widget-title.color-2 {
                color: #46a69c;
            }

            .mad-widget:not(:last-child) {
                margin-bottom: 4rem;
            }

            .mad-widget-bg {
                background: #f6f8f8;
                padding: 2rem;
                border-radius: 1rem;
            }

            .mad-toggled-fields.style-2 input[type="checkbox"] + label[for]:hover, 
            .mad-toggled-fields.style-2 input[type="checkbox"] + label[for]:hover,
            .mad-toggled-fields.style-2 input[type="checkbox"]:checked + label[for] {
                color: #2e3133;
            }

            .fb_iframe_widget {
                border-radius: 1rem;
                overflow: hidden;
                display: inline-block!important;
            }

            /* ----------------------------------------
                Tags
            ---------------------------------------- */

                .tagcloud {
                    display: flex;
                    flex-wrap: wrap;
                    margin: -4px;
                }

                .tagcloud > a {
                    color: #26658c;
                    font-size: 0.875rem;
                    line-height: 2rem;
                    white-space: nowrap;
                    padding: 0 0.5rem;
                    display: inline-block;
                    border-radius: .5rem;
                    margin: 4px;
                    background: #dce3e6;
                }

                .tagcloud > a:hover {
                    background: #26658c;
                    color: #fff;
                }

                .tags-wrap {
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                }

                .tags-wrap > span {
                    padding-right: 1rem;
                }

            /* ----------------------------------------
                Search
            ---------------------------------------- */


            /* ----------------------------------------
                Banner
            ---------------------------------------- */

                .mad-big-banner {
                    position: relative;
                    background-size: cover;
                    padding: 5rem 4.5rem;
                    border-radius: 1.5rem;
                    overflow: hidden;
                }

                .mad-big-banner .mad-big-banner-inner {
                    max-width: 35rem;
                }

            /* ----------------------------------------
                Entities
            ---------------------------------------- */

                .mad-sidebar .mad-entities.mad-entity-hr .mad-entity .mad-entity-media {
                    min-width: 6rem;
                }

                .mad-sidebar .mad-icon-boxes.size-2 .mad-icon-box .mad-icon-box-title {
                    font-size: 1rem;
                    line-height: 1.25rem;
                }

                .mad-sidebar .mad-icon-boxes.size-2 .mad-icon-box .mad-icon-box-title:not(:last-child) {
                    margin-bottom: 0;
                }

                .mad-sidebar .mad-icon-boxes.size-2 .mad-icon-box .mad-icon-box-icon .svg, 
                .mad-sidebar .mad-icon-boxes.size-2 .mad-icon-box .mad-icon-box-icon svg 
				{
                    height: 2.1875rem;
                }

                .mad-sidebar .mad-icon-boxes.size-2 .mad-icon-box .mad-icon-box-icon:after {
                    width: 2rem;
                    height: 2rem;
                }

            /* ----------------------------------------
                Calendar
            ---------------------------------------- */

                .calendar_wrap:not(:last-child) {
                    margin-bottom: 1.5rem;
                }

                .calendar_wrap {
                    position: relative;
                    border-radius: 0.5rem;
                    overflow: hidden;
                }

                .calendar_wrap table tr th:last-child {
                    width: auto;
                }

                .calendar_wrap table {
                    font-size: 0.875rem;
                    line-height: 1.5rem;
                    border-width: 0;
                    font-size: 1rem;
                    border-radius: 0;
                    background: #f6f8f8;
                }

                .calendar_wrap table tbody {
                    position: relative;
                }

                .calendar_wrap table caption {
                    color: #fff;
                    font-size: 1.125rem;
                    line-height: 1.5rem;
                    text-align: center;
                    border-style: inherit;
                    border-color: inherit;
                    padding-top: 0.75rem;
                    padding-bottom: 0.75rem;
                    background: #26658c;
                    position: relative;
                    z-index: 2;
                }

                .calendar_wrap table tr:hover {
                    background-color: transparent;
                }

                .calendar_wrap table thead {
                    background-color: #4abfd9;
                }

                .calendar_wrap table thead th {
                    font-size: 0.875rem;
                    line-height: 2rem;
                    font-weight: normal;
                    color: #fff;
                    text-transform: uppercase;
                }

                .calendar_wrap.calendar-medium table thead th {
                    font-size: 1.25rem;
                    line-height: 3rem;
                }

                .calendar_wrap table td > a,
                .calendar_wrap table td > div > a {
                    position: relative;
                    z-index: 1;
                    color: #fff;
                }

                .calendar_wrap table td > a:before,
                .calendar_wrap table td > div > a:before {
                    content: '';
                    position: absolute;
                    background: #d94945;
                    border-radius: 50%;
                    width: 2rem;
                    height: 2rem;
                    top: 50%;
                    left: 50%;
                    margin-top: -1rem;
                    margin-left: -1rem;
                    line-height: 2rem;
                    z-index: -1;
                }

                .calendar_wrap table td {
                    font-size: 0.875rem;
                }

                .calendar_wrap.calendar-medium table td {
                    font-size: 1.25rem;
                }

                .calendar_wrap table td.marker {
                    position: relative;
                    z-index: 1;
                }

                .calendar_wrap table td.marker:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    background: #fbf8f7;
                    z-index: -1;
                }

                .calendar_wrap table td .marker {
                    background: #ecf0f1;
                    height: 100%;
                    line-height: inherit;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                .calendar_wrap table td.first {
                    color: #959595;
                }

                .calendar_wrap table th, .calendar_wrap table td {
                    padding: 0;
                    text-align: center;
                    line-height: 3rem;
                    vertical-align: middle;
                    border-top: none;
                }

                .calendar_wrap table tr td:not(:last-child) {
                    border-right: 1px solid #dcdcdc;
                }

                .calendar_wrap table tfoot td {
                    padding: 1.4rem 0 0;
                    border-width: 0;
                }

                .calendar_wrap table tfoot #prev a,
                .calendar_wrap table tfoot #next a {
                    font-size: 0.8125rem;
                    line-height: 1.5rem;
                    font-weight: 800;
                    border: none;
                    letter-spacing: 1.8px;
                    text-transform: uppercase;
                }

                .calendar_wrap table tfoot #prev {
                    text-align: left;
                }

                .calendar_wrap table tfoot #next {
                    text-align: right;
                }

                .calendar_wrap table .calendar-caption-prev,
                .calendar_wrap table .calendar-caption-next {
                    display: block;
                    position: absolute;
                    top: 0;
                    line-height: 3rem;
                    height: 100%;
                    font-size: 1.5rem;
                    width: 3rem;
                    text-align: center;
                    color: #fff;
                    -webkit-transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                            transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                }

                .calendar_wrap.calendar-medium table .calendar-caption-prev,
                .calendar_wrap.calendar-medium table .calendar-caption-next {
                    line-height: 4rem;
                    font-size: 2rem;
                    width: 3.875rem;
                }

                .calendar_wrap table .calendar-caption-prev:hover,
                .calendar_wrap table .calendar-caption-next:hover {
                    color: #d94945;
                }

                .calendar_wrap table .calendar-caption-prev i,
                .calendar_wrap table .calendar-caption-next i {
                    font-size: 1.5rem;
                }

                .calendar_wrap table .calendar-caption-prev {
                    left: 0;
                }

                .calendar_wrap table .calendar-caption-next {
                    right: 0;
                }

            /* ----------------------------------------
                Recent Comments
            ---------------------------------------- */

                .mad-widget .recentcomments li:not(:last-child) {
                    margin-bottom: 1rem;
                }

                .mad-widget .recentcomments li {
                    position: relative;
                    padding-left: 2rem;
                    line-height: 1.5rem;
                    font-size: 1rem;
                }

                .mad-widget .recentcomments li:before {
                    position: absolute;
                    font-family: 'Material Icons Outlined';
                    content: 'comment';
                    font-size: 1.125rem;
                    top: 0;
                    left: 0;
                    line-height: 1.5rem;
                    color: #2e3133;
                }

                .mad-widget .recentcomments li a {
                    color: #26658c;
                }

                .mad-widget .recentcomments li a:hover {
                    color: #2e3133;
                }

            /* ----------------------------------------
                Email
            ---------------------------------------- */

            /* ----------------------------------------
                Sponsors widget
            ---------------------------------------- */

                .mad-sponsors:not(.owl-carousel) {
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flex;
                    display: -o-flex;
                    display: flex;
                    flex-wrap: wrap;
                    margin: -2rem -1rem 0;
                    align-items: center;
                }

                .mad-sponsors:not(.owl-carousel) > .mad-grid-item {
                    padding: 2rem 1rem 0;
                    width: 16.6666%;
                }

                .mad-sponsors a {
                    display: block;
                    overflow: hidden;
                    border-radius: 1rem;
                    border: 2px solid #dce3e6;
                    padding: 30px;
                    text-align: center;
                }

                .mad-sponsors a:not(:last-child) {
                    margin-bottom: 2rem;
                }

                .mad-sponsors a:hover {
                    border-color: #26658d;
                }

                .mad-sponsors.owl-carousel .owl-nav {
                    display: block;
                }

            /* ----------------------------------------
                Products
            ---------------------------------------- */

            .mad-widget .mad-products.hr-type .mad-product {
                border: none;
                padding: 0;
            }

            .mad-widget .mad-products.hr-type .mad-product:not(.big-type) .mad-product-image {
                max-width: 6rem;
            }

            .mad-widget .mad-products.hr-type .mad-product:not(:last-child) {
                margin-bottom: 1.5rem;
            }

    /* ----------------------------------------
        Footer
    ---------------------------------------- */

        .mad-footer {
            color: #515759;
            background: #fff;
            padding: 5rem 0;
            font-weight: 500;
            font-size: 0.875rem;
            line-height: 1.5rem;
        }

        .mad-footer address {
            font-style: normal;
        }

        .mad-footer address:not(:last-child) {
            margin-bottom: 0.8rem;
        }

        .mad-footer .mad-icon-btn {
            color: #2e3133;
            font-size: 1.875rem;
        }

        .mad-footer .mad-widget {
            font-size: 0.875rem;
            line-height: 1.5rem;
        }

        .mad-footer-main:not(:last-child) {
            margin-bottom: 2.5rem;
        }
        
        .mad-footer-bottom .container{
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            row-gap: 1rem;
            color: #747c80;
        }

        .mad-footer-bottom:not(:only-child) {
            margin-top: 2.5rem;
        }

        .mad-footer-bottom p:not(:last-child) {
            margin-bottom: 0;
        }

        /* Footer 2 */

        .mad-footer.footer-2 {
            background: #1f5373;
            color: #c5d3d9;
            font-size: 0.875rem;
            line-height: 1.5rem;
        }

        .mad-footer.footer-2 .mad-widget-title {
            color: #fff;
        }

        .mad-footer.footer-2 a {
            color: #4abfd9;
        }

        .mad-footer .btn-set {
            flex-wrap: nowrap;
        }

        .mad-footer .btn-set > .mad-col {
            min-width: 5.5rem
        }

        .mad-footer .btn-set > .mad-col a {
            display: block;
        }

        .mad-footer .btn-set > .mad-col a:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-footer.footer-2 .mad-footer-bottom, 
		.mad-footer.footer-2 .mad-footer-bottom .container
		{
            color: #c5d3d9;
        }

        /* Footer 3 */

        .mad-footer.footer-3 {
            padding-bottom: 0;
            padding-top: 6rem;
        }

        .mad-footer.footer-3 a.logo:not(:last-child) {
            display: block;
            margin-bottom: 1.5rem;
        }

        .mad-footer.footer-3 .mad-footer-bottom {
            position: relative;
            padding: 2rem 0;
            margin-top: 4.625rem;
        }

        .mad-footer.footer-3 .mad-footer-bottom:before {
            content: '';
            position: absolute;
            top: 0;
            left: -200px;
            right: -200px;
            height: 1px;
            background: #dce3e6;
        }

        /* Footer 4 */

        .mad-footer.footer-4 {
            background: #f6f8f8;
            border-top: 4px solid #1f5373;
        }

        .mad-footer.footer-4 .copyrights {
            color: #747c80;
        }

        .mad-sides {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .copyrights a:hover {
            color: #2e3133;
        }

    /* ----------------------------------------
        Grid
    ---------------------------------------- */
    
        [class*="item-col-"]:not(.no-gutters) {
            margin: -3rem -1rem 0;
        }

        [class*="item-col-"]:not(.no-gutters) > * {
            padding: 3rem 1rem 0;
        }

        .mad-grid--isotope[class*="item-col-"]:not(.no-gutters) {
            margin-top: -2rem
        }

        .mad-grid--isotope[class*="item-col-"]:not(.no-gutters) > * {
            padding-top: 2rem;
        }

        .item-col-1 > *{
            width: 100%; 
        }

        .item-col-2 > *{
            width: 50%;
        }

        .item-col-3 > *{
            width: 33.3333%;
        }

        .item-col-4 > *{
            width: 25%;
        }

        .item-col-5 > *{
            width: 20%;
        }

        .item-col-6 > *{
            width: 16.6666%;
        }

        .row:not(.col-no-space) {
            margin-bottom: -3rem;
        }

        .row:not(.col-no-space) > [class*="col"] {
            padding-bottom: 3rem;
        }

        .row:not(.col-no-space) {
            margin-bottom: -3rem;
        }

        .row:not(.col-no-space) > [class*="col"] {
            padding-bottom: 3rem;
        }

        .row.vr-size-1:not(.col-no-space) {
            margin-bottom: -2rem;
        }

        .row.vr-size-1:not(.col-no-space) > [class*="col"] {
            padding-bottom: 2rem;
        }

        .row.vr-size-2:not(.col-no-space) {
            margin-bottom: -5rem;
        }

        .row.vr-size-2:not(.col-no-space) > [class*="col"] {
            padding-bottom: 5rem;
        }

        .row.hr-size-1:not(.col-no-space) {
            margin-left: -0.5rem;
            margin-right: -0.5rem;
        }

        .row.hr-size-1:not(.col-no-space) > [class*="col"] {
            padding-left: 0.5rem;
            padding-right: 0.5rem;
        }

        .row.hr-size-2:not(.col-no-space) {
            margin-left: -2.25rem;
            margin-right: -2.25rem;
        }

        .row.hr-size-2:not(.col-no-space) > [class*="col"] {
            padding-left: 2.25rem;
            padding-right: 2.25rem;
        }

        .row.hr-size-3:not(.col-no-space) {
            margin-left: -2rem;
            margin-right: -2rem;
        }

        .row.hr-size-3:not(.col-no-space) > [class*="col"] {
            padding-left: 2rem;
            padding-right: 2rem;
        }

        .row.vr-size-3:not(.col-no-space) {
            margin-bottom: -6rem;
        }

        .row.vr-size-3:not(.col-no-space) > [class*="col"] {
            padding-bottom: 6rem;
        }

    /* ----------------------------------------
        Modals
    ---------------------------------------- */

        .mad-modal {
            position: relative;
            width: 100%;
            height: 100%;
        }

    /* ----------------------------------------
        Arctic Modal
    ---------------------------------------- */

        .arcticmodal-container {
            background-color: #fff;
        }

        .arcticmodal-container_i2 {
            padding: 0;
            height: 100%;
        }

        .arcticmodal-container table {
            background-color: transparent;
            border: none;
        }

        .arcticmodal-container table tr {
            border: none;
            -webkit-transition: none;
                    transition: none;
        }

        .arcticmodal-container table tr:hover {
            background-color: transparent;
        }

        .arcticmodal-close {
            font-size: 2rem;
            color: #2e3133;
            position: absolute;
            right: 4rem;
            top: 4rem;
        }

        .arcticmodal-close:hover {
            color: #46a69c;
        }

        .arcticmodal-close i {
            font-size: 2.5rem;
        }

    /* ----------------------------------------
        Search Modal
    ---------------------------------------- */

        .mad-modal--search .arcticmodal-container_i2 {
            vertical-align: middle;
        }

        .mad-modal--search {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .mad-modal--search .mad-title {
            margin-right: 2rem;
        }

        .mad-modal--search .mad-title:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-modal--search form {
            width: 40%;
            display: flex;
        }

        .mad-modal--search form input {
            width: 100%;
            height: 4rem;
            border: 2px solid #dce3e6;
            border-radius: 1rem;
        }

        .mad-modal--search form button {
            width: 4rem;
            height: 4rem;
            min-width: 4rem;
            text-align: center;
            padding: 0;
            color: #012533;
            border-radius: 1rem;
            margin-left: 0.5rem;
            position: relative;
        }

        .mad-modal--search form button i {
            font-size: 1.5rem;
        }

    /* ----------------------------------------
        Responsive Iframe
    ---------------------------------------- */

        .mad-responsive-iframe {
            position: relative;
            height: 0;
            padding-bottom: 56%;
        }

        .mad-responsive-iframe > iframe {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

        .mad-fullwidth-iframe > iframe {
            width: 100%;
        }

        .mad-responsive-iframe.size-2 {
            padding-bottom: 42%;
        }

    /* ----------------------------------------
        Comments
    ---------------------------------------- */

        .comments-list {
            overflow: hidden;
        }

        .comments-list > .comment:first-child {
            margin-top: -2.5rem;
        }

        .comment {
            font-size: 1rem;
            line-height: 1.5rem;
            padding-top: 2.5rem;
        }

        .comment .fn {
            font-size: 1.125rem;
            line-height: 1.5rem;
            color: #2e3133;
            display: block;
            font-style: normal;
            font-weight: bold;
        }

        .comment-author-avatar {
            float: left;
            margin-right: 1.25rem;
            position: relative;
            z-index: 2;
        }

        .comment .children > li,
        .comment.comment-has-children > .comment-body > .comment-author-info {
            position: relative;
        }

        .comment-author-info {
            padding-left: 6.5rem;
        }

        .comment-meta {
            font-size: 0.875rem;
            line-height: 1rem;
            margin-bottom: 0.75rem;
            color: #747c80;
            font-weight: 500;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .comment-meta time {
            font-style: normal;
        }

        .mad-text-link {
            color: #26658c;
        }

        .mad-text-link i {
            font-size: 1rem;
            line-height: inherit;
        }

        .mad-text-link:hover {
            color: #2e2133;
        }

        .comment-meta > * {
            margin-top: 0.5rem;
        }

        .comment-meta > * i {
            font-size: 1.25rem;
        }

        .comment-content:not(:last-child) {
            margin-bottom: 0.1rem;
        }

        .comment-actions {
            font-size: 0.6875rem;
            line-height: 1.75rem;
            text-transform: uppercase;
            color: #b1b1b1;
            letter-spacing: 0.82px;
            margin-left: -0.5rem;
            margin-right: -0.5rem;
        }

        .comment-actions > a {
            margin-left: 0.5rem;
            margin-right: 0.5rem;
        }

        .comment::after {
            content: "";
            display: block;
            clear: both;
        }

        .comment .children {
            padding-left: 2.5rem;
            overflow: hidden;
        }

/* ----------------------------------------
    3. Components
---------------------------------------- */

    /* ----------------------------------------
        Social icons
    ---------------------------------------- */

        .mad-social-icons ul {
            display: flex;
            flex-wrap: wrap;
            margin: -0.5rem -0.75rem 0;
        }

        .mad-social-icons ul li {
            padding: 0.5rem 0.75rem 0;
        }

        .mad-social-icons ul li a {
            display: block;
            color: #46a69c;
            font-size: 1.5rem;
        }

        .mad-social-icons ul li a i {
            line-height: inherit;
        }

        .mad-social-icons.size-big ul li a {
            font-size: 2rem;
        }

        .mad-social-icons.size-big ul {
            margin: -1rem -1rem 0;
        }

        .mad-social-icons.size-big ul li {
            padding: 1rem 1rem 0;
        }

        .mad-social-icons.size-small ul li a {
            font-size: 1.25rem;
        }

        .mad-social-icons.size-small ul {
            margin: -1rem -0.75rem 0;
        }

        .mad-social-icons.size-small ul li {
            padding: 1rem 0.75rem 0;
        }

        .mad-social-icons.size-small-2 ul li a {
            font-size: 1.125rem;
        }

        .mad-social-icons.size-small-2 ul {
            margin: -1rem -0.75rem 0;
        }

        .mad-social-icons.size-small-2 ul li {
            padding: 1rem 0.75rem 0;
        }

        .mad-social-icons.style-2 ul li a {
            color: #eb0029;
        }

        .mad-social-icons.style-2 ul li a:hover {
            color: #2e3133;
        }

        .mad-social-icons.type-2 ul {
            margin: -0.5rem -0.25rem 0;
        }

        .mad-social-icons.type-2 ul li {
            padding: 0.5rem 0.25rem 0;
        }

        .mad-social-icons.type-2 ul li a {
            width: 2rem;
            height: 2rem;
            line-height: 2rem;
            text-align: center;
            border-radius: 0.5rem;
            display: block;
            background: #4267b2;
            font-size: 0.875rem;
            color: #fff;
        }

        .mad-social-icons.type-2 ul li a.color-2 {
            background: #55acee;
        }

        .mad-social-icons.type-2 ul li a.color-3 {
            background: #35465c;
        }

        .mad-social-icons.type-2 ul li a.color-4 {
            background: #cb2027;
        }

    /* ----------------------------------------
        Dropcaps
    ---------------------------------------- */

        .mad-dropcap > *:first-child:first-letter {
            font-size: 3rem;
            font-weight: 900;
            line-height: 1;
            display: block;
            float: left;
            margin-right: 0.5rem;
            margin-top: 0;
            color: #26658c;
        }

        .mad-dropcap--filled > *:first-child:first-letter {
            font-size: 1.875rem;
            font-weight: bold;
            color: #fff;
            padding: 9px 11px;
            text-align: center;
            background: #4abfd9;
            margin-top: 0;
            border-radius: 1rem;
        }

        /* firefox only */
        @-moz-document url-prefix() {
            .mad-dropcap > *:first-child:first-letter {
                margin-top: 6px;
            }
            .mad-dropcap--filled > *:first-child:first-letter {
                margin-top: 0;
                padding-top: 12px;
                padding-bottom: 12px;
            }
        }

    /* ----------------------------------------
        Alert Boxes
    ---------------------------------------- */

        .mad-alert-boxes-example {
            margin-top: -1rem;
        }

        .mad-alert-box {
            font-weight: 500;
            font-size: 1rem;
            line-height: 1.5rem;
            padding-bottom: 1rem;
            width: 100%;
            flex: 1;
        }

        .mad-alert-box strong {
            font-weight: inherit;
        }

        .mad-alert-box-inner {
            position: relative;
            border-radius: 1rem;
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
            padding-left: 4.5rem;
            padding-right: 3.75rem;
            text-align: initial;
        }

        .mad-alert-box-inner::before {
            font-family: 'Material Icons Outlined';
            font-size: 1.75rem;
            line-height: 1;
            position: absolute;
            font-weight: normal;
            left: 2rem;
            top: 1.5rem;
        }

        .mad-alert-box-close {
            position: absolute;
            color: transparent;
            font-size: 1.25rem;
            line-height: 1;
            display: block;
            width: 1rem;
            height: 1rem;
            right: 1.875rem;
            top: 0;
            margin-top: 28px;
            overflow: hidden;
        }

        .mad-alert-box-close::-moz-selection {
            color: transparent;
        }

        .mad-alert-box-close::selection {
            color: transparent;
        }

        .mad-alert-box-close::-webkit-selection {
            color: transparent;
        }

        .mad-alert-box-close::after {
            font-family: "Material Icons";
            content: 'close';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            text-align: center;
            font-weight: bold;
            margin-top: -0.575rem;
            color: #2e3133;
        }

        .mad-alert-box--success {
            color: #4a7309;
        }

        .mad-alert-box--success .mad-alert-box-inner {
            background:#e3f2f0;
            color: #46a69c;
        }

        .mad-alert-box--success .mad-alert-box-inner::before {
            content: "check_circle";
        }

        .mad-alert-box--warning {
            color: #d9a934;
        }

        .mad-alert-box--warning .mad-alert-box-inner {
            background: #f9f2e1;
            color: #d9a934;
        }

        .mad-alert-box--warning .mad-alert-box-inner::before {
            content: "notification_important";
        }

        .mad-alert-box--info {
            color: #26658c;
        }

        .mad-alert-box--info .mad-alert-box-inner {
            color: #26658c;
            background: #e5ecf1;
        }

        .mad-alert-box--info .mad-alert-box-inner::before {
            content: "info";
        }

        .mad-alert-box--error {
            color: #d94945;
        }

        .mad-alert-box--error .mad-alert-box-inner {
            background: #fae9e8;
        }

        .mad-alert-box--error .mad-alert-box-inner::before {
            content: "highlight_off";
        }

        .mad-csstransforms3d .mad-alert-box-close {
            -webkit-transition: -webkit-transform .4s cubic-bezier(0.25, 3, 0.75, 0.9);
                    transition:         transform .4s cubic-bezier(0.25, 3, 0.75, 0.9);
        }

        .mad-csstransforms3d .mad-alert-box-close:hover {
            -webkit-transform: scale3d(1.3, 1.3, 1.3);
                    transform: scale3d(1.3, 1.3, 1.3);
        }

    /* ----------------------------------------
        Lists
    ---------------------------------------- */

        .mad-entity-content > ul:not(.mad-list--icon):not(.mad-list--unstyled) > li::before,
        .mad-entity-content > ul > li i {
            font-size: 1rem;
            color: #4bbfd9;
        }

        .mad-entity-content ol {
            list-style-position: inside;
            list-style-type: decimal;
        }

        .mad-entity-content ol ol, .mad-entity-content ol ul {
            padding-left: 2rem;
        }

        .mad-entity-content ol ul > li > ul,
        .mad-entity-content ol ul > li > ol {
            padding-left: 0;
        }
        
        .mad-list-title:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-entity-content.style-2 ul:not(.mad-list--icon):not(.mad-list--unstyled) > li::before,
        .mad-entity-content.style-2 ul > li i {
            color: #2e3133;
        }

        /* ----------------------------------------
            Icon List
        ---------------------------------------- */

            .mad-list--icon > li,
            .mad-entity-content > ul:not(.mad-list--icon):not(.mad-list--unstyled) > li {
                padding-left: 2rem;
                line-height: 1.5rem;
                position: relative;
            }

            .mad-list--icon > li > .icon,
            .mad-entity-content > ul:not(.mad-list--icon):not(.mad-list--unstyled) > li::before {
                position: absolute;
                left: 1px;
                top: 0;
                line-height: 1.5rem;
            }

            .mad-list--icon ul,
            .mad-entity-content > ul:not(.mad-list--icon):not(.mad-icon-first) {
                padding-top: 1rem;
            }

            .mad-entity-content > ul:not(.mad-list--icon):not(.mad-list--unstyled) > li:not(:last-child), 
            .mad-list--icon > li:not(:last-child), .mad-list--icon-big > li:not(:last-child), 
            .mad-entity-content ol:not(.mad-list--unstyled) > li:not(:last-child),
            .mad-entity-content > ul:not(.mad-list--icon):not(.mad-list--unstyled) > li:not(:last-child), 
            .mad-list--icon > li:not(:last-child), 
            .mad-list--icon-big > li:not(:last-child), 
            .mad-entity-content > ol:not(.mad-list--unstyled) > li:not(:last-child) {
                margin-bottom: 1rem;
            }


        /* ----------------------------------------
            Vertical list
        ---------------------------------------- */

        .mad-vr-list ul li:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-footer .mad-vr-list ul li:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        /* ----------------------------------------
            Horizontal list
        ---------------------------------------- */

        .mad-hr-list ul {
            display: flex;
            flex-wrap: wrap;
            column-gap: 1rem;
            row-gap: 1rem;
        }

        /* ----------------------------------------
            Our Info
        ---------------------------------------- */

        .mad-our-info {
            display: flex;
            flex-direction: column;
            row-gap: 1rem;
        }

        .mad-our-info.vr-type {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-our-info.vr-type {
            row-gap: 0.5rem;
        }

        .mad-our-info.vr-type .mad-info {
            display: flex;
        }

        .mad-our-info.vr-type .mad-info > i {
            min-width: 2rem;
            font-size: 1.3rem;
            line-height: inherit;
            color: #2e3133;
        }

        .mad-our-info-box .mad-our-info-item {
            border: 2px solid #dce3e6;
            border-radius: 1rem;
            overflow: hidden;
            padding: 1.875rem;
            display: flex;
            column-gap: 2rem;
            row-gap: 1.5rem;
            font-size: 1rem;
            line-height: 1.5rem;
        }

        .mad-our-info-box .mad-our-info-item > .mad-our-info {
            flex: 1;
        }

        .mad-our-info-item .mad-info-title {
            color: #2e3133;
            font-weight: bold;
            font-size: 1.125rem;
            line-height: 1.5rem;
        }

        .mad-our-info-item .mad-info-title:not(:last-child) {
            margin-bottom: 0.5rem;
        }

    /* ----------------------------------------
        Blockquotes
    ---------------------------------------- */

        .mad-testimonial-bg .mad-testimonial blockquote {
            font-size: 1.25rem;
            line-height: 2rem;
            color: #46a69c;
            font-weight: bold;
        }

        .mad-testimonial-bg.color-2 .mad-testimonial {
            background: #46a69c;
        }

        .mad-testimonial-bg.color-2 .mad-testimonial blockquote,
        .mad-testimonial-bg.color-2 .mad-testimonial .mad-author-name {
            color: #fff;
        }

        .mad-testimonial-bg.color-2 .mad-testimonial .mad-author-info cite {
            color: #d7e4e2;
        }

        .mad-testimonials:not(.type-3) .mad-testimonial-bg.color-2 .mad-testimonial:after {
            background-color: #fff;
        }

    /* ----------------------------------------
        Buttons
    ---------------------------------------- */

        .btn {
            padding: 1rem 1.5rem 1rem;
            display: inline-block;
            color: #fff;
            font-weight: normal;
            text-align: center;
            font-size: 1.125rem;
            line-height: 1rem;
            position: relative;
            white-space: nowrap;
            font-weight: 500;
            letter-spacing: 0px;
            z-index: 1;
            border-radius: 1rem;
            position: relative;
            background: #46a69c;
        }

        .btn:hover {
            background: #3b8c84;
        }

        .btn-small {
            font-size: 14px;
            padding: 0.75rem 1rem;
            font-weight: bold;
        }

        .btn-big {
            font-size: 1.25rem;
            line-height: 1.5rem;
            padding: 1rem 2rem 1rem;
            border-radius: 1rem;
        }

        .btn-huge {
            font-size: 1.5rem;
            line-height: 2rem;
            font-weight: 600;
            padding: 1.25rem 2.5rem;
        }

        [class*="btn"] > i {
            font-size: 1.25rem;
            display: inline-block;
            vertical-align: -4px;
            line-height: 0.5rem;
        }

        .btn-small > i {
            font-size: 1rem;
        }

        .btn-big > i {
            font-size: 1.5rem;
            vertical-align: -5px;
        }

        .btn-huge > i {
            font-size: 1.75rem;
            vertical-align: -7px;
        }

        [class*="btn"] > i:not(:only-child):first-child {
            margin-right: 0.5rem;
        }

        [class*="btn"] > i:not(:only-child):last-child {
            margin-left: 0.5rem;
        }

        [class*="btn"].btn-style-2 {
            background: #26658c;
        }

        [class*="btn"].btn-style-2:hover {
            background: #1f5373;
        }

        [class*="btn"].btn-style-3 {
            background: #4abfd9;
            color: #fff;
        }

        [class*="btn"].btn-style-3:hover {
            background: #41a8bf;
        }

        [class*="btn"].btn-style-4 {
            background: #d94945;
            color: #fff;
        }

        [class*="btn"].btn-style-4:hover {
            background: #bf423d;
        }

        [class*="btn"].btn-style-5 {
            background: #d9a934;
            color: #fff;
        }

        [class*="btn"].btn-style-5:hover {
            background: #bf962e;
        }

        [class*="btn"].btn-style-6 {
            background: #75bf7a;
            color: #fff;
        }

        [class*="btn"].btn-style-6:hover {
            background: #65a669;
        }

        [class*="btn"].btn-style-7 {
            background: #edf1f2;
            color: #2e3133;
        }

        [class*="btn"].btn-style-7:hover {
            background: #26658c;
            color: #fff;
        }

        [class*="btn"].btn-style-8 {
            background: #fff;
            color: #26658c;
        }

        [class*="btn"].btn-style-8:hover {
            background: #26658c;
            color: #fff;
        }

        .page-nav {
            padding-top: 50px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-align: center;
            align-items: center;
        }

        .page-nav .menu-button {
            font-size: 30px;
        }

        .btn-wrap {
            margin: -0.625rem;
        }

        .btn-wrap > * {
            margin: 0.625rem;
        }

        .prev-btn,
        .next-btn,
        .exp {
            font-weight: 600;
            margin-left: 30px;
            position: relative;
        }

        .prev-btn,
        .next-btn {
            border-bottom: 1px solid transparent;
        }

        .prev-btn:hover,
        .next-btn:hover {
            border-bottom-color: inherit;
        }

        .prev-btn:before,
        .next-btn:before,
        .exp:before {
            font-family: 'Linearicons';
            content: '\e964';
            font-size: 20px;
            color: #262626;
            position: absolute;
            font-weight: normal;
            left: 0;
            top: 0;
            margin-top: -3px;
            margin-left: -30px;
        }

        .next-btn{
            margin-left: 0;
            margin-right: 30px;
        }

        .next-btn:before {
            margin-left: 0;
            margin-right: -30px;
        }

        .next-btn:before {
            content: '\e965';
            right: 0;
            left: auto;
        }

        .mad-back-to-top {
            width: 56px;
            height: 56px;
            padding: 0;
            text-align: center;
            position: fixed;
            border-radius: 50%;
            z-index: 103;
            right: 3.3%;
            top: 60%;
            color: #2e3133;
            background: #edf1f2;
        }

        .mad-back-to-top:hover {
            background: #26658c;
            color: #fff;
        }

        .mad-back-to-top .icon {
            width: 1.375rem;
            height: 1.1875rem;
        }

        .mad-back-to-top .icon:after {
            content: 'keyboard_arrow_up';
            font-family: "Material Icons";
            font-size: 2rem;
            line-height: 3.5rem;
        }

        .mad-read-more {
            display: inline-block;
            position: relative;
            font-size: 1rem;
            line-height: 1.5rem;
            font-weight: 500;
            color: #26658c;
        }

        .mad-read-more:not(.no-arrow):after {
            content: "keyboard_arrow_right";
            font-family: 'Material Icons';
            display: inline-block;
            vertical-align: middle;
            font-size: 20px;
            margin-left: 3px;
            top: 0;
        }

        .mad-read-more:hover {
            color: #2e3133;
        }
        
        .mad-read-more.size-2 {
            font-size: 1.125rem;
        }

        .btn-set {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
            column-gap: 0.5rem;
            row-gap: 0.5rem;
        }

        .btn-set.justify-content-between {
            width: 100%;
        }

        .btn-set.justify-content-between > *:last-child .tags {
            justify-content: flex-end;
        }

        .mad-product-single .btn-set.justify-content-between .product-meta li.tags:last-child {
            margin-top: 0.75rem;
        }

        .btn-set.size-2 {
            column-gap: 1rem;
            row-gap: 1rem;
        }

        .btn-set.vr-type {
            flex-direction: column;
        }

        .btn-set.small-btns {
            margin: -0.25rem -0.125rem 0;
        }

        .btn-set.small-btns > * {
            margin: 0.25rem 0.125rem 0;
        }

        .btn-set.big-btns {
            margin: -1rem -0.5rem 0;
        }

        .btn-set.big-btns > * {
            margin: 1rem 0.5rem 0;;
        }

        .btns-set {
            margin: -3rem -1rem 0;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
        }

        .btns-set > ul {
            width: 14.25555%;
            padding: 3rem 1rem 0;
            line-height: normal;
        }

        .btns-set ul > li:not([class*="content-element-"]):not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-share-btns {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            margin: -0.25rem -0.125rem 0;
        }

        .mad-share-btns > a {
            padding: 0.3125rem 2rem;
            font-size: 0.9375rem;
            letter-spacing: 0.1px;
            color: #fff!important;
            border-radius: 8px;
            font-weight: 500;
            margin: 0.25rem 0.125rem 0;
            background-image: none!important;
        }

        .mad-share-btns > a i {
            font-size: 0.75rem;
            margin-right: 0.625rem!important;
            margin-left: 0!important;
            margin-top: 0.25rem;
            line-height: 25px;
        }

        .mad-share-btns > a i.icon {
            font-size: 0.875rem;
        }

        .mad-share-btns > span {
            margin-right: 1rem;
        }

        .mad-paycards a {
            border-radius: 0.5rem;
            display: block;
            overflow: hidden;
        }

    /* ----------------------------------------
        Panels (Accordions & Toggles)
    ---------------------------------------- */

        .mad-panels-title > button {
            font-size: 1.125rem;
            line-height: 1.5rem;
            font-weight: bold;
            text-align: initial;
            display: block;
            width: 100%;
            position: relative;
            padding: 1.9688rem 0;
            padding-right: 3rem;
            border-width: 0 0 1px 0;
            border-style: solid;
            border-color: transparent;
            background-clip: padding-box;
            color: #26658c;

            -webkit-transition: background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1), color .5s cubic-bezier(0.165, 0.84, 0.44, 1), border-color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1), color .5s cubic-bezier(0.165, 0.84, 0.44, 1), border-color .5s cubic-bezier(0.165, 0.84, 0.44, 1);


            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                 -o-user-select: none;
                    user-select: none;
        }

        .mad-panels-title > button::after,
        .mad-panels-title > button::before {
            font-family: "Material Icons";
            font-size: 1.375rem;
            font-weight: 400;
            line-height: 1;
            position: absolute;
            right: 0;
            top: 2rem;
            -webkit-transition-property: opacity;
                    transition-property: opacity;
            -webkit-transition-duration: inherit;
                    transition-duration: inherit;
            -webkit-transition-timing-function: inherit;
                    transition-timing-function: inherit;
        }

        .mad-panels-title > button::before {
            content: "add_circle_outline";
        }

        .mad-panels-title > button::after {
            content: "remove_circle_outline";
            opacity: 0;
        }

        .mad-panels-title:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-panels-active.mad-panels-title > button::before {
            opacity: 0;
        }

        .mad-panels-active.mad-panels-title > button::after {
            opacity: 1;
        }

        .mad-panels-title:first-child > button {
            padding-top: 0;
        }

        .mad-panels-definition {
            font-size: 1rem;
            line-height: 1.5rem;
        }

        .mad-panels:not(.mad-panels--style-2) .mad-panels-title:not(:first-child) {
            margin-top: 0.5rem;
        }

        .mad-panels.mad-panels--style-2 .mad-panels-title:first-child > button::after,
        .mad-panels.mad-panels--style-2 .mad-panels-title:first-child > button::before {
            margin-top: 0;
            top: 0;
        }

        .mad-panels:not(.mad-panels--style-2) .mad-panels-title {
            border: 2px solid #dce3e6;
            border-radius: 1rem;
            padding: 0 1.875rem;
        }

        .mad-panels:not(.mad-panels--style-2) .mad-panels-definition {
            padding-bottom: 1.75rem;
            padding-left: 1.875rem;
            padding-right: 1.875rem;
            border: 2px solid #dce3e6;
            border-radius: 0 0 1rem 1rem;
            border-top: none;
            margin-top: -0.75rem;
            overflow: hidden;
        }

        .mad-panels-definition:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-panels:not(.mad-panels--style-2) .mad-panels-title.mad-panels-active {
            border-bottom-color: transparent;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .mad-panels:not(.mad-panels--style-2) .mad-panels-title > button {
            padding: 29.5008px 0;
        }

        .mad-panels-title.mad-panels-active > button,
        .mad-panels-title:hover > button {
            color: #2e3133;
        }

        .mad-panels--style-2 .mad-panels-definition {
            padding-bottom: 1.75rem;
            margin-top: -0.75rem;
            overflow: hidden;
        }

        .mad-panels--style-2 .mad-panels-title:first-child > button {
            border-top: none;
        }

        .mad-panels--style-2 .mad-panels-title > button {
            border-width: 1px 0 0 0;
            border-color: #dce3e6;
        }

        .mad-csstransforms3d .mad-panels-title > button::after,
        .mad-csstransforms3d .mad-panels-title > button::before {
            -webkit-transition-property: -webkit-transform, opacity;
                    transition-property:         transform, opacity;
        }

        .mad-csstransforms3d .mad-panels-title > button::after,
        .mad-csstransforms3d .mad-panels-title.mad-panels-active > button::before {
            -webkit-transform: scale3d(0, 0, 0);
                    transform: scale3d(0, 0, 0);
        }

        .mad-csstransforms3d .mad-panels-title > button::before,
        .mad-csstransforms3d .mad-panels-title.mad-panels-active > button::after {
            -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
        }

        .mad-panels-definition .mad-table-wrap {
            border-width: 1px;
        }

    /* ----------------------------------------
        Tabs & Tour Sections
    ---------------------------------------- */

        .mad-tabs:not(.mad-tabs--unstyled) {
            overflow: hidden;
        }

        .mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav {
            font-weight: bold;
            display: flex;
            column-gap: 2.5rem;
            position: relative;
            z-index: 2;

            -webkit-user-select: none;
               -moz-user-select: none;
                 -o-user-select: none;
                -ms-user-select: none;
                    user-select: none;
        }

        .mad-tabs.mad-tabs--style-2:not(.mad-tabs--unstyled):not(.mad-tabs--tour-sections) .mad-tabs-nav > span {
            margin-bottom: -2px;
        }

        .mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav a {
            color: #26658c;
            display: block;
            font-size: 1.125rem;
            line-height: 1.5rem;
            font-weight: 600;

            -webkit-transition: background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1), color .5s cubic-bezier(0.165, 0.84, 0.44, 1), border-color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1), color .5s cubic-bezier(0.165, 0.84, 0.44, 1), border-color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav .mad-active > a {
            color: #2e3133;
        }

        .mad-tabs:not(.mad-tabs--unstyled) .mad-tab {
            font-size: 1rem;
            line-height: 1.5rem;
            padding-top: 1.25rem;
        }

        .mad-tabs--style-2 {
            border: 2px solid #dce3e6;
            border-radius: 1rem;
        }

        .mad-tabs--style-2:not(.mad-tabs--unstyled) .mad-tabs-nav {
            column-gap: 0;
            border-bottom: 2px solid #dce3e6;
        }

        .mad-tabs--style-2:not(.mad-tabs--unstyled) .mad-tabs-nav a {
            position: relative;
            padding: 30px;
            border-bottom: 2px solid #dce3e6;
            z-index: 2;
            border-right: 2px solid #dce3e6;
        }

        .mad-tabs:not(.mad-tabs--unstyled).mad-tabs--style-2:not(.mad-tabs--tour-sections) .mad-tabs-nav .mad-active > a {
            border-bottom-color: #fff;
        }

        .mad-tabs--style-2:not(.mad-tabs--unstyled) .mad-tab {
            padding: 2rem 1.875rem;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled) .mad-tabs-nav {
            float: left;
            width: 30%;
            max-width: 20.375rem;
            display: block;
            border: none;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled) .mad-tabs-nav > span {
            display: block;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled):not(.mad-tabs--style-2) .mad-tabs-nav > span a {
            padding: 2rem 0;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled):not(.mad-tabs--style-2) .mad-tabs-nav > span:first-child a {
            padding-top: 0;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled):not(.mad-tabs--style-2) .mad-tabs-nav > span:not(:last-child) a {
            border-bottom: 1px solid #dce3e6;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled),
        .mad-tabs--tour-sections:not(.mad-tabs--unstyled) .mad-tabs-container {
            overflow: hidden;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled):not(.mad-tabs--style-2) .mad-tab {
            padding-top: 0;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled) .mad-tab,
        .mad-tabs--tour-sections:not(.mad-tabs--unstyled).mad-tabs--style-2 .mad-tab {
            padding: 30px;
            margin-top: 0;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled) .mad-tab {
            padding-right: 0;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled).mad-tabs--style-2 .mad-tabs-nav {
            margin-right: -2px;
            margin-bottom: -2px;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled).mad-tabs--style-2 .mad-tabs-nav a {
            padding: 30px;
        }

        .mad-tabs--tour-sections:not(.mad-tabs--unstyled).mad-tabs--style-2 .mad-tabs-container {
            border-left: 2px solid #dce3e6;
            border-top: none;
        }

        .mad-tabs--tour-sections.mad-tabs:not(.mad-tabs--unstyled).mad-tabs--style-2 .mad-tabs-nav .mad-active > a {
            border-right-color: #fff;
        }

        .mad-tabs.with-carousel {
            overflow: visible;
        }

        .mad-tabs.with-carousel .owl-carousel.nav-top .owl-nav {
            margin-bottom: 5.3rem;
        }

        .mad-tabs.type-2:not(.mad-tabs--unstyled) .mad-tab {
            padding-top: 1.25rem;
        }

        .mad-tabs.type-2:not(.mad-tabs--unstyled) .mad-tabs-nav a {
            padding: 0 1.5rem;
            background: transparent;
            font-size: 1rem;
            line-height: 2.5rem;
            border-radius: 1rem;
            letter-spacing: -0.02rem;
            white-space: nowrap;
            position: relative;
            z-index: 9;
        }

        .mad-tabs.type-2:not(.mad-tabs--unstyled) .mad-tabs-nav .mad-active a {
            background: #26658c;
            color: #fff;
        }

        .mad-tabs.type-2:not(.mad-tabs--unstyled) .mad-tabs-nav {
            column-gap: 0;
        }

        .mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav.style-2 a {
            font-size: 1.5rem;
            line-height: 2rem;
            color: #2e3133;
            letter-spacing: -0.3px;
        }

        .mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav.style-2 .mad-active > a {
            color: #d94945;
        }

        .mad-panels--style-2 .mad-panels-title:last-child > button {
            padding-bottom: 0;
        }

        .mad-tabs.sort-tabs:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-tabs.sort-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav {
            column-gap: 0.25rem;
        }

        .mad-tabs.sort-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav a {
            width: 3rem;
            height: 3rem;
            line-height: 3rem;
            text-align: center;
            color: #8b9599;
            background: #edf1f2;
            border-radius: 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .mad-tabs.sort-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav a .svg .cls-1, 
        .mad-tabs.sort-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav a svg .cls-1 
		{
            stroke: transparent;
            fill: #8a9397;
        }

        .mad-tabs.sort-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav .mad-active a .svg .cls-1 
        .mad-tabs.sort-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav .mad-active a svg .cls-1 
		{
            fill: #2e3133;
        }

        .mad-tabs.with-panels .mad-tab {
            padding-bottom: 0!important;
        }

    /* ----------------------------------------
        Pagination
    ---------------------------------------- */

        /* Pages Navigation */

        .mad-page-nav {
            margin-top: 2rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .mad-page-nav > [class*="mad-nav-"] {
            display: flex;
            column-gap: 1.5rem;
            align-items: center;
            position: relative;
            max-width: 50%;
        }

        .mad-page-nav > [class*="mad-nav-"]:before {
            content: 'keyboard_arrow_left';
            font-family: 'Material Icons';
            display: block;
            width: 2rem;
            min-width: 2rem;
            height: 2rem;
            text-align: center;
            font-size: 1.5rem;
            line-height: 2rem;
            color: #2e3133;
            background: #dce3e6;
            transition: all .5s ease;
            border-radius: 50%;
            cursor: pointer;
        }

        .mad-page-nav > [class*="mad-nav-"]:hover:before {
            background: #26658c;
            color: #fff;
        }

        .mad-page-nav > .mad-nav-right:before {
            content: 'keyboard_arrow_right';
        }

        .nav-actions a b {
            font-weight: normal;
        }

        .mad-page-nav > .mad-nav-right {
            flex-direction: row-reverse;
            text-align: right;
        }

        .mad-page-nav > [class*="mad-nav-"] > * {
            padding: 0 1rem;
        }

        .mad-page-nav.mad-entities.mad-entity-hr .mad-entity {
            padding: 0;
            background: none;
            border-radius: 0;
        }

        .mad-page-nav.mad-entities.mad-entity-hr .mad-nav-right .mad-entity .mad-entity-tags {
            justify-content: flex-end;
        }

        .mad-page-nav.mad-entities.mad-entity-hr .mad-nav-right .mad-entity .mad-entity-media {
            margin-right: 0;
            margin-left: 1rem;
        }

        /* Pages Navigation */

        .mad-pagination {
            display: flex;
            column-gap: 0.5rem;
            margin-top: 2rem;
        }

        .mad-pagination > li > a {
            font-weight: bold;
            display: block;
            width: 2rem;
            height: 2rem;
            text-align: center;
            font-size: 0.875rem;
            line-height: 2rem;
            background: #dce3e6;
            color: #2e3133;
            border-radius: 50%;
        }

        .mad-pagination > li > a:hover {
            background: #26658c;
            color: #fff;
        }

        .mad-pagination > li > a.current {
            background: #2e3133;
            color: #fff;
        }

        .mad-pagination > li > a .svg, 
        .mad-pagination > li > a svg 
		{
            width: 1.375rem;
            height: 3.5rem;
        }

        .mad-pagination > li > a .svg path 
        .mad-pagination > li > a svg path 
		{
            fill: #2e3133;
            stroke: transparent;
        }

        .mad-arrows:after {
            font-family: 'Material Icons';
            font-size: 1.25rem;
        }

        .mad-arrows.prev:after {
            content: 'keyboard_arrow_left';
        }

        .mad-arrows.next:after {
            content: 'keyboard_arrow_right';
        }

    /* ----------------------------------------
        Progress Bars
    ---------------------------------------- */

        .mad-progress-bars-item:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-progress-bar {
            height: 8px;
            position: relative;
            border: 2px solid #46a69c;
            border-radius: 0.5rem;
            overflow: hidden;
        }

        .mad-progress-bar-title {
            font-size: 1rem;
            font-weight: bold;
            margin-bottom: 0.5rem;
            display: block;
            position: relative;
            padding-right: 6.25rem;
            color: #2e3133;
        }

        .mad-progress-bar-title::after {
            content: attr(data-value) attr(data-units);
            position: absolute;
            bottom: 0;
            right: 0;
            color: #46a69c;
        }

        .mad-progress-bar-indicator {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: auto;
            background: #46a69c;
        }

        .mad-progress-bars.mad-progress-bars--secondary .mad-progress-bar {
            border-width: 0;
            background: #edf1f2;
        }

        .mad-progress-bars.mad-progress-bars--secondary .mad-progress-bar-indicator {
            background: #26658c;
        }

        .mad-progress-bars.mad-progress-bars--secondary .mad-progress-bar-title::after {
            color: #26658c;
        }

    /* ----------------------------------------
        Counters
    ---------------------------------------- */

        .mad-counters {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
            position: relative;
            z-index: 2;
        }

        .mad-counters[class*="item-col-"]:not(.no-gutters) {
            margin-top: -3rem;
        }

        .mad-counters[class*="item-col-"]:not(.no-gutters) > * {
            padding-top: 3rem;
        }

        .mad-counter {
            color: #515759;
            font-size: 1rem;
            line-height: 2rem;
            font-weight: 500;
        }

        .mad-counter-count {
            font-size: 4.5rem;
            line-height: 4rem;
            white-space: nowrap;
            font-weight: 300;
            color: #2e3133;
            letter-spacing: -0.15rem;
        }

        .mad-counter-icon {
            line-height: 1;
        }

        .mad-counter-icon .svg, 
        .mad-counter-icon svg 
		{
            height: 4.5rem;
        }

        .mad-counter .mad-counter-icon:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-counter .mad-counter-icon:after {
            width: 4rem;
            height: 4rem;
            margin-right: -0.5rem;
            margin-top: -0.5rem;
        }

        .mad-counter-icon .svg .cls-1, 
        .mad-counter-icon svg .cls-1 
		{
            stroke: #2e3133;
        }

        .mad-counters.hr-type .mad-counter .mad-counter-inner {
            display: flex;
            align-items: center;
        }

        .mad-counters.hr-type .mad-counter .mad-counter-icon {
            margin-bottom: 0;
            min-width: 6.75rem;
        }

        .mad-counters.style-2 .mad-counter {
            color: #c5d3d9;
        }

        .mad-counters.style-2 .mad-counter-count {
            color: #fff;
        }

        .mad-counters.style-2 .mad-counter-icon .svg .cls-1 
        .mad-counters.style-2 .mad-counter-icon svg .cls-1 
		{
            stroke: #fff
        }

        .mad-counters.style-2 .mad-counter-icon:after {
            background: #3489ab;
        }

        .mad-counters.hr-type .mad-counter-icon:after {
            margin-right: 2.1875rem;
        }

        .mad-counters.no-icons .mad-counter-icon {
            display: none;
        }

        .mad-counters.no-icons .mad-counter-icon {
            display: none;
        }

    /* ----------------------------------------
        Products
    ---------------------------------------- */

        .mad-products[class*="item-col-"]:not(.no-gutters) {
            margin-top: -2rem;
        }

        .mad-products[class*="item-col-"]:not(.no-gutters) > * {
            padding-top: 2rem;
        }

        .mad-products:not(.owl-carousel) {
            display: flex;
            flex-wrap: wrap;
        }

        .owl-carousel.mad-products .owl-stage {
            display: flex;
            flex-wrap: wrap;
        }

        @-moz-document url-prefix() {

            .owl-carousel.mad-products .owl-stage,
            .mad-products.hr-type.with-border.owl-carousel .owl-stage {
                flex-wrap: wrap!important;
            }

            .mad-products.hr-type .mad-grid-item {
                border-left: none!important;
            }

          

        }

        .mad-products.hr-type.with-border.owl-carousel .owl-stage {
            flex-wrap: wrap;
        }

        .owl-carousel.mad-products .owl-stage .owl-item {
            float: none;
        }

        .mad-products-with-countdown:not(.type-2) [class*="item-col-"],
        .mad-products.with-border[class*="item-col-"] {
            margin: 0;
        }

        .mad-products-with-countdown:not(.type-2) [class*="item-col-"] > *,
        .mad-products.with-border[class*="item-col-"] > * {
            padding: 0;
        }

        .mad-products-with-countdown:not(.type-2) {
            z-index: 1;
            padding: 1.875rem 0;
            position: relative;
            border: 2px solid #d94945;
            border-radius: 1rem;
        }

        /* .mad-products-with-countdown:not(.type-2):after {
            content: '';
            border: 2px solid #d94945;
            border-radius: 1rem;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
        } */

        .mad-products-with-countdown.type-2 {
            border: 2px solid #d94945;
            border-radius: 1rem;
            padding: 1.875rem 0;
            margin-left: 4.375rem;
            margin-right: 4.375rem;
        }

        .mad-products-with-countdown.type-2 .owl-carousel .owl-nav button.owl-prev {
            left: -4.4rem;
        }

        .mad-products-with-countdown.type-2 .owl-carousel .owl-nav button.owl-next {
            right: -4.4rem;
        }

        .mad-products-with-countdown.type-2 .owl-carousel:not(.no-nav):not(.nav-top) {
            padding: 0;
        }

        .mad-products-with-countdown:not(.type-2) .mad-page-title {
            padding-left: 2rem;
        }

        .mad-products.with-border .owl-stage-outer,
        .mad-products.with-border:not(.owl-carousel) {
            padding: 1.875rem 0;
            background: #fff;
            z-index: 1;
            position: relative;
            overflow: hidden;
            border-radius: 1rem;
        }

        .mad-products.with-border:not(.owl-carousel):after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border: 2px solid #dce3e6;
            border-radius: 1rem;
            z-index: -1;
        }

        .mad-products.with-border.owl-carousel .owl-stage-outer {
            position: relative;
            padding: 1.875rem 0;
            height: 100%;
        }

        .mad-products.with-border.owl-carousel .owl-stage-outer {
            border: 2px solid #dce3e6;
            border-radius: 1rem;
        }

        .mad-products.hr-type.owl-carousel .mad-grid-item {
            margin-right: 0;
            border-left: none;
        }

        .mad-products.style-2:not(.owl-carousel) .mad-product {
            margin: 0;
            border-left: none;
        }

        .mad-products-with-countdown .mad-page-title {
            color: #d94945;
        }

        .mad-products-with-countdown:not(.type-2) .owl-carousel.nav-top .owl-nav {
            right: 1.875rem;
        }

        .mad-products:not(.owl-carousel):not(.mad-product-small):not(.mad-product-single):not(.hr-type) {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-products:not(.mad-product-small) .mad-product {
            padding: 1.875rem;
            border-radius: 1rem;
            border: 2px solid #dce3e6;
            position: relative;
            overflow: hidden;
            transition: all .5s ease;
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .mad-products:not(.mad-product-small) .mad-product:hover {
            border-color: #26658c;
        }

        .mad-products .mad-product-image {
            position: relative;
            background: none!important;
        }

        .mad-products:not(.mad-product-small):not(.hr-type) .mad-product .mad-product-image:not(:last-child),
        .mad-products:not(.mad-product-small) .mad-product.big-type .mad-product-image:not(:last-child) {
            margin-bottom: 2rem;
        }
        
        .mad-product .mad-rating-top-level > *, 
        .mad-product .mad-rating-bottom-level > * {
            font-size: 1.19rem;
            line-height: 1;
        }

        .mad-products:not(.mad-product-small) .mad-product-image img {
            width: 100%;
        }

        .mad-product-description {
            flex: 1;
        }

        .mad-products:not(.mad-product-small) .mad-product-description:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-product-description .mad-product-title {
            font-weight: bold;
        }

        .mad-product-description .mad-product-title .mad-link {
            color: #26658c;
            font-weight: bold;
            border: none;
        }

        .mad-product-description .mad-product-title .mad-link:hover {
            color: #2e3133;
        }

        .mad-product-info {
            font-size: 1rem;
            color: #a8a7a8;
            display: block;
            line-height: 1rem;
        }

        .mad-info-item {
            font-size: 0.8125rem;
            color: #8b9599;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            column-gap: .5rem;
            row-gap: .5rem;
        }

        .mad-info-item > span {
            font-weight: 500;
        }

        .mad-info-item .mad-progress-bars {
            width: 100%;
            max-width: 6.5rem;
        }

        .mad-info-item .mad-progress-bars.mad-progress-bars--secondary .mad-progress-bar-indicator {
            background: #46a69c;
        }

        .mad-info-item .mad-progress-bars.mad-progress-bars--secondary .mad-progress-bar[aria-valuenow="40"] .mad-progress-bar-indicator,
        .mad-info-item .mad-progress-bars.mad-progress-bars--secondary .mad-progress-bar[aria-valuenow="45"] .mad-progress-bar-indicator {
            background: #d9a934;
        }

        .mad-info-item .mad-progress-bars.mad-progress-bars--secondary .mad-progress-bar[aria-valuenow="10"] .mad-progress-bar-indicator,
        .mad-info-item .mad-progress-bars.mad-progress-bars--secondary .mad-progress-bar[aria-valuenow="20"] .mad-progress-bar-indicator,
        .mad-info-item .mad-progress-bars.mad-progress-bars--secondary .mad-progress-bar[aria-valuenow="15"] .mad-progress-bar-indicator {
            background: #d94945;
        }

        .mad-info-item:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-info-title {
            font-size: 1rem;
            line-height: 1.5rem;
            font-weight: 500;
            color: #515759;
        }

        .mad-product .mad-actions {
            position: absolute;
            bottom: 0.5rem;
            right: 0.5rem;
            display: flex;
            flex-direction: column;
            row-gap: 0.5rem;
            opacity: 0;
            visibility: hidden;
            transition: all .5s ease;
            margin-right: -1.875rem;
        }

        .mad-product .mad-actions a:not(:last-child) {
            margin: 0;
        }

        .mad-product:hover > .mad-product-image .mad-actions {
            opacity: 1;
            visibility: visible;
            margin: 0;
        }

        .mad-cart,
        .mad-product .mad-actions > a {
            width: 2.5rem;
            height: 2.5rem;
            line-height: 2.5rem;
            text-align: center;
            font-size: 1.4rem;
            color: #2e2133;
            background: #edf1f2;
            display: block;
            border-radius: 50%;
        }

        .mad-cart:hover,
        .mad-product .mad-actions > a:hover {
            background: #26658c;
            color: #fff;
        }

        .mad-product .mad-rating:not(:last-child) {
            margin-bottom: 0.25rem;
        }

        .mad-product-info:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-products:not(.mad-product-small):not(.mad-product-single) .mad-product-description .mad-product-title:not(:last-child) {
            margin-bottom: 0.25rem;
        }		

        .mad-product-cat {
            font-size: 0.875rem;
            line-height: 1rem;
            color: #747c80;
            display: block;
            font-weight: 500;
        }

        .mad-product-cat:hover {
            color: #2e3133;
        }

        .mad-product-cat:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-product-price
		{
            position: relative;
            font-size: 1.25rem;
            line-height: 2rem;
            font-weight: bold;
            color: #46a69c;
            display: block;
        }
		.mad-info-item .mad-product-price.price span
		{
            position: relative;
            font-size: 1.25rem;
            line-height: 2rem;
            font-weight: bold;
            color: #46a69c;
            display: inline-block;
        }
		
		.mad-info-item .mad-product-price.price del > span{
			padding-right: 0.25rem;
		}
		.mad-info-item .mad-product-price.price del span
		{
            position: relative;
            font-size: 1.0rem;
            line-height: 2rem;
            font-weight: 500;
            color: #8b9599;
            display: inline-block;
			text-decoration: line-through;
        }

        .mad-product-price:not(:last-child) {
            margin-bottom: 0;
        }

        table tr.bg .mad-product-price {
            color: #eb0029;
            font-size: 1.25rem;
        }

        .shopping-cart .mad-products .mad-product-price:not(.onsale):before,
        .shopping-cart .mad-products .mad-product-price span:before {
            display: none;
        }

        .mad-product .mad-label, 
        .mad-product-image .mad-label 
		{
            position: absolute;
            z-index: 2;
            top: 0.625rem;
            right: 0.625rem;
            font-size: 0.875rem;
            line-height: 1rem;
            display: block;
            color: #fff;
            background: #d94945;
            width: 3.5rem;
            height: 3.5rem;
            text-align: center;
            border-radius: 50%;
            text-align: center;
            font-weight: 700;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
					

        .mad-product .mad-product-image.sold .mad-label,
        .mad-label.sold, 
        .mad-product-image .mad-label.sold 
		{
            background: #8b9599;
        }

        .mad-product .mad-label.new, 
        .mad-product-image  .mad-label.new 
		{
            background: #4abfd9;
        }

        .mad-product .mad-product-image.sold img {
            opacity: 0.5;
        }

        .mad-products.style-2.owl-carousel {
           /* height: 100%; */
           width: 100%;
        }

        .mad-products.style-2 .mad-product {
            border: none;
            border-radius: 0;
            padding-top: 0;
            padding-bottom: 0;
            overflow: visible;
            position: relative;
        }

        .mad-products.style-2:not(.hr-type) .mad-product:before {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            background: #dce3e6;
            width: 1px;
        }

        .mad-grid--cols-1.mad-products.style-2:not(.hr-type) .mad-product:before {
            display: none;
        }

        .mad-products.style-2:not(.hr-type):not(.owl-carousel) .mad-grid-item:last-child .mad-product:before {
            display: none;
        }

        .mad-products.style-2.type-2 .mad-product {
            padding-top: 1.875rem;
            padding-bottom: 1.875rem;
        }

        .mad-products.style-2.with-border.type-2 .mad-product:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 1.875rem;
            right: 1.875rem;
            background: #dce3e6;
            height: 1px;
            z-index: 1;
        }

        .mad-products.style-2.type-2.item-col-4 .mad-grid-item:nth-child(-n+4) .mad-product {
            padding-top: 0;
        }

        /* .mad-products.style-2.type-2.item-col-4 .mad-grid-item:nth-last-child(-n+4) .mad-product { */
            /* padding-bottom: 0; */
        /* } */

        .mad-products.style-2.type-2.item-col-4 .mad-grid-item:nth-last-child(-n+4) .mad-product:after {
            display: none;
        }

        .mad-products.style-2.type-2.item-col-5 .mad-grid-item:nth-child(-n+5) .mad-product {
            padding-top: 0;
        }

        /* .mad-products.style-2.type-2.item-col-5 .mad-grid-item:nth-last-child(-n+5) .mad-product { */
            /* padding-bottom: 0; */
        /* } */

        .mad-products.style-2.type-2.item-col-5 .mad-grid-item:nth-last-child(-n+5) .mad-product:after {
            display: none;
        }

        .mad-products.style-2.type-2.item-col-6 .mad-grid-item:nth-child(-n+6) .mad-product {
            padding-top: 0;
        }

        /* .mad-products.style-2.type-2.item-col-6 .mad-grid-item:nth-last-child(-n+6) .mad-product { */
            /* padding-bottom: 0; */
        /* } */

        .mad-products.style-2.type-2.item-col-6 .mad-grid-item:nth-last-child(-n+6) .mad-product:after {
            display: none;
        }

        .mad-products.style-2 .mad-product:hover {
            border-color: #dce3e6;
        }
        
        .mad-products.hr-type .mad-product:not(.big-type) {
            display: flex;
            flex-direction: row;
            column-gap: 1.5rem;
            row-gap: 1rem;
        }

        .mad-products.hr-type .mad-product > * {
            width: 100%;
            display: flex;
            flex-direction: column;
        }

        .mad-products.hr-type.nav-top .mad-product:not(.big-type) .mad-product-image {
            max-width: 11rem;
        }

        .mad-products.hr-type .mad-product:not(.big-type) .mad-product-image {
            max-width: 9.5rem;
        }

        .container.extra-width .mad-products.hr-type.item-col-4 .mad-product:not(.big-type) .mad-product-image {
            max-width: 10.5rem;
        }

        .mad-products.hr-type.mad-grid--cols-1 .mad-product:not(.big-type) .mad-product-image,
        .mad-products.hr-type.mad-grid--cols-2 .mad-product:not(.big-type) .mad-product-image {
            max-width: 9rem;
        }

        .mad-products.hr-type .mad-grid-item {
            display: flex;
            flex-direction: column;
            border-right: 1px solid #dce3e6;
            border-left: 1px solid #dce3e6;
            margin-right: -1px;
        }

        .mad-products.hr-type:not([class*="item-col-"]) .mad-grid-item {
            width: 100%;
        }

        .mad-products.hr-type:not(.owl-carousel) .mad-grid-item {
            margin: 0;
            border-left: none;
        }

        .mad-products.hr-type:not(.owl-carousel) .mad-grid-item:last-child {
            border: none
        }

        .mad-products.hr-type .mad-grid-item .mad-product {
            border: none;
            position: relative;
        }

        .mad-products.hr-type .mad-grid-item .mad-product:not(:last-child) {
            padding-bottom: 2rem;
            margin-bottom: 1.5rem;
        }

        .mad-products.hr-type .mad-grid-item .mad-product:not(:last-child):after {
            content: '';
            position: absolute;
            left: 30px;
            right: 30px;
            height: 1px;
            bottom: 0;
            background: #dce3e6;
        }

        .mad-products.hr-type .mad-product .mad-product-price {
            font-size: 1.125rem;
            line-height: 1.5rem;
        }

        .mad-products.hr-type .mad-product-description .mad-product-title {
            font-size: 1rem;
            letter-spacing: 0;
        }

        .mad-products.hr-type .mad-product.big-type .mad-product-description .mad-product-title,
        .mad-section--stretched-content .mad-products.mad-grid--cols-4 .mad-product-description .mad-product-title,
        .mad-section--stretched-content .mad-products.item-col-4 .mad-product-description .mad-product-title,
        .mad-products.size-2 .mad-product-description .mad-product-title,
        .container.extra-width .mad-products.item-col-3 .mad-product .mad-product-description .mad-product-title,
        .container.extra-width .mad-sidebar .mad-products-with-countdown .mad-products .mad-product .mad-product-description .mad-product-title {
            font-size: 1.25rem;
            line-height: 2rem;
        }

        .mad-products.hr-type .mad-product.big-type .mad-product-price,
        .mad-section--stretched-content .mad-products.mad-grid--cols-4 .mad-product .mad-product-price,
        .mad-section--stretched-content .mad-products.item-col-4 .mad-product .mad-product-price,
        .mad-products.size-2 .mad-product .mad-product-price,
        .container.extra-width .mad-products.item-col-3 .mad-product .mad-product-price,
        .container.extra-width .mad-sidebar .mad-products-with-countdown .mad-products .mad-product .mad-product-price {
            font-size: 1.5rem;
            line-height: 1.5rem;
        }

        .mad-section--stretched-content .mad-products.mad-grid--cols-4 .mad-product-price span,
        .mad-section--stretched-content .mad-products.item-col-4 .mad-product-price span,
        .mad-products.size-2 .mad-product .mad-product-price span,
        .container.extra-width .mad-sidebar .mad-products-with-countdown .mad-products .mad-product .mad-product-price span,
        .container.extra-width .mad-products.item-col-3 .mad-product .mad-product-price span {
            font-size: 1.25rem;
            line-height: inherit;
        }

		.mad-product .mad-actions i{
			line-height: inherit;
		}
		
		
		 .mad-product.big-type .mad-cart i, 
        .mad-product.big-type .mad-actions > a i,
        .mad-section--stretched-content .mad-products.mad-grid--cols-4 .mad-product .mad-cart i,
        .mad-section--stretched-content .mad-products.mad-grid--cols-4 .mad-product .mad-actions > a i,
        .mad-section--stretched-content .mad-products.item-col-4 .mad-product .mad-cart i,
        .mad-section--stretched-content .mad-products.item-col-4 .mad-product .mad-actions > a i,
        .mad-products.size-2 .mad-product .mad-cart i,
        .mad-products.size-2 .mad-product .mad-actions > a i,
        .container.extra-width .mad-products.item-col-3 .mad-product .mad-cart i,
        .container.extra-width .mad-products.item-col-3 .mad-product .mad-actions > a i,
        .container.extra-width .mad-sidebar .mad-products-with-countdown .mad-products .mad-product .mad-actions > a i,
        .container.extra-width .mad-sidebar .mad-products-with-countdown .mad-products .mad-product .mad-cart i {
            line-height: inherit;
        }


        .mad-product.big-type .mad-rating:not(:last-child),
        .mad-product.big-type .mad-product-cat:not(:last-child),
        .mad-section--stretched-content .mad-products.mad-grid--cols-4 .mad-product .mad-rating:not(:last-child),
        .mad-section--stretched-content .mad-products.mad-grid--cols-4 .mad-product .mad-product-cat:not(:last-child),
        .mad-section--stretched-content .mad-products.item-col-4 .mad-product .mad-rating:not(:last-child),
        .mad-section--stretched-content .mad-products.item-col-4 .mad-product .mad-product-cat:not(:last-child),
        .mad-products.size-2 .mad-product .mad-rating:not(:last-child),
        .mad-products.size-2 .mad-product .mad-product-cat:not(:last-child),
        .container.extra-width .mad-products.item-col-3 .mad-product .mad-product-cat:not(:last-child),
        .container.extra-width .mad-products.item-col-3 .mad-product .mad-rating:not(:last-child),
        .container.extra-width .mad-sidebar .mad-products-with-countdown .mad-products .mad-product .mad-rating:not(:last-child),
        .container.extra-width .mad-sidebar .mad-products-with-countdown .mad-products .mad-product .mad-product-cat:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-product.big-type .mad-rating-top-level > *, 
        .mad-product.big-type .mad-rating-bottom-level > *,
        .mad-section--stretched-content .mad-products.mad-grid--cols-4 .mad-product .mad-rating-top-level > *,
        .mad-section--stretched-content .mad-products.mad-grid--cols-4 .mad-product .mad-rating-bottom-level > *,
        .mad-section--stretched-content .mad-products.item-col-4 .mad-product .mad-rating-top-level > *,
        .mad-section--stretched-content .mad-products.item-col-4 .mad-product .mad-rating-bottom-level > *,
        .mad-products.size-2 .mad-product .mad-rating-top-level > *,
        .mad-products.size-2 .mad-product .mad-rating-bottom-level > *,
        .container.extra-width .mad-products.item-col-3 .mad-product .mad-rating-top-level > *,
        .container.extra-width .mad-products.item-col-3 .mad-product .mad-rating-bottom-level > *,
        .container.extra-width .mad-sidebar .mad-products-with-countdown .mad-products-with-countdown .mad-products .mad-product .mad-rating-top-level > *,
        .container.extra-width .mad-sidebar .mad-products-with-countdown .mad-products .mad-product .mad-rating-bottom-level > * {
            font-size: 1.375rem;
        }   

        .mad-products.mad-grid--cols-6 .mad-product-description .mad-product-title,
        .mad-products.mad-grid--cols-5.with-border .mad-product-description .mad-product-title,
        .mad-products.item-col-6 .mad-product-description .mad-product-title,
        .mad-products.item-col-5.with-border .mad-product-description .mad-product-title,
        .mad-products.size-small .mad-product-description .mad-product-title {
            font-size: 1rem;
            line-height: 1.5rem;
        }

        .mad-products.mad-grid--cols-6 .mad-product .mad-product-price,
        .mad-products.item-col-5 .mad-product .mad-product-price,
        .mad-products.size-small .mad-product .mad-product-price {
            font-size: 1.125rem;
            line-height: 1.5rem;
        }

        .mad-sorting-section {
            position: relative;
            font-size: 1rem;
            line-height: 1rem;
            color: #8b9599;
            display: flex;
            row-gap: 1rem;
            justify-content: space-between;
            align-items: center;
        }

        .mad-sorting-section:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-sorting-section > .mad-col {
            display: flex;
            align-items: center;
            column-gap: 1rem;
            row-gap: 1rem;
        }

        .mad-sorting-section > .mad-col:last-child .mad-custom-select {
            min-width: 18rem;
        }

        .mad-filter-section {
            display: none;
            margin-top: 2rem;
            margin-bottom: 0.5rem;
        }

        .mad-filter-section.opened {
            display: block;
        }

        .mad-sorting-section .btn.toggled {
            background: #26658c;
            color: #fff;
        }

        .mad-filter-canvas {
            position: fixed;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 99;
            opacity: 0;
            visibility: hidden;
            transition: all .3s ease;
        }

        .mad-filter-canvas.mad-filter-opened {
            opacity: 1;
            visibility: visible;
        }

        .mad-filter-inner {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 22rem;
            padding: 7rem 2rem;
            padding-bottom: 0;
            background: #fff;
            overflow: auto;
            transform: translateX(-100%);
            transition: all .5s ease;
        }

        .mad-filter-inner .mad-widget:last-child {
            padding-bottom: 4rem;
        }

        .mad-filter-canvas.mad-filter-opened .mad-filter-inner {
            transform: translateX(0);
        }

        .mad-filter-canvas:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #0e293a;
            opacity: 0.7;
            z-index: -1;
        }
        
        .mad-filter-close {
            position: absolute;
            top: 1rem;
            right: 1rem;
            width: 3rem;
            height: 3rem;
            border-radius: 1rem;
            background: #edf1f2;
            text-align: center;
            line-height: 3rem;
            font-size: 1.5rem;
        }

        .mad-filter-close:hover {
            background: #26658c;
            color: #fff;
        }

        #main {
            transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), min-height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        #main.without-sidebar {
            width: 100%!important;
            max-width: 100%;
            flex: 100%;
        }

        #sidebar {
            transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        #sidebar.sidebar-hide {
            opacity: 0;
            visibility: hidden;
            transform: translate(-200%,0);
        }

        #sidebar.sidebar-hide:not(.toggle-sidebar) {
            width: 0;
            max-width: 0;
            padding: 0;
            max-height: 0;
        }

        #sidebar.sidebar-hide.toggle-sidebar {
            opacity: 1;
            visibility: visible;
            transform: translate(0,0);
        }

        /* Product one line */

        .mad-products.one-line .mad-product {
            display: flex;
            flex-direction: row;
            row-gap: 2rem;
            column-gap: 2rem;
        }

        .mad-products.one-line .mad-product > * {
            width: 100%;
        }

        .mad-products.one-line .mad-product .mad-product-image {
            max-width: 20.5rem;
        }

        .mad-products.one-line .mad-product .mad-product-col {
            display: flex;
            column-gap: 2rem;
            row-gap: 1rem;
        }

        .mad-products.one-line .mad-product .mad-product-col > * {
            flex: 1;
        }

        .mad-products.one-line .mad-product .mad-product-col .mad-product-info {
            max-width: 13rem;
        }

        .mad-products.one-line .mad-product .mad-product-col .mad-product-description {
            padding-top: 0.5rem;
            font-size: 0.875rem;
            line-height: 1.5rem;
            color: #747c80;
            font-weight: 500;
        }

        .mad-products:not(.mad-product-small):not(.mad-product-single).one-line .mad-product-description .mad-product-title:not(:last-child) {
            margin-bottom: 0.625rem;
        }

        .mad-products:not(.mad-product-small).one-line .mad-product-description:not(:last-child),
        .mad-products:not(.mad-product-small):not(.hr-type).one-line .mad-product .mad-product-image:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-products:not(.mad-product-small):not(.mad-product-single).one-line .mad-product-description p {
            padding-top: 1rem;
        }

        .mad-products.one-line .mad-product .mad-rating + span {
            color: #8b9599;
            font-size: 0.8125rem;
            line-height: 1.5rem;
            font-weight: 500;
        }

        .mad-products.one-line .mad-product .mad-actions {
            position: initial;
            opacity: 1;
            visibility: visible;
            display: flex;
            flex-direction: row;
            column-gap: 0.5rem;
            margin: 0;
        }

       .mad-products.size-2.one-line .mad-product .mad-actions .yith-wcwl-add-to-wishlist i{
		   line-height: 3rem;
	   }
	   .mad-products.size-2.one-line .mad-product .mad-actions .mad-qv i{
		   line-height: 3rem;
	   }
	   .mad-products.size-2.one-line .mad-product .quantity-wrap {
		width: 100%;
	   }
	   
		.mad-products.size-2.one-line .mad-product .mad-actions .yith-wcwl-add-to-wishlist, 
        .mad-products.size-2.one-line .mad-product .mad-actions .product.compare-button
		{
            width: 3rem;
            height: 3rem;
			line-height: 3rem;
        }
	   .mad-products.size-2.one-line .mad-product .mad-actions > a
		{
            width: 3rem;
            height: 3rem;
            line-height: 3rem;
            font-size: 1.375rem;
        }

        .mad-products.one-line .mad-product .mad-info-item:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .quantity-wrap {
            display: flex;
            flex-direction: column;
            row-gap: 0.5rem;
        }

        .quantity {
            width: 100%;
            position: relative;
        }

        .quantity input {
            height: 3rem!important;
            line-height: 3rem!important;
            font-size: 1rem!important;
            padding: 0 2rem!important;
            text-align: center;
            border-radius: 1rem!important;
        }

        .quantity button {
            position: absolute;
            bottom: 0.7rem;
            left: 1rem;
            color: #8b9599;
            font-size: 1.5rem;
            font-weight: bold;
        }

        .quantity .qty-plus {
            left: auto;
            right: 1rem;
        }

        .quantity.size-2 {
            width: 12.9375rem;
        }

        .quantity.size-2 input {
            font-size: 1rem!important;
            height: 3.5rem!important;
            line-height: 3.5rem!important;
            border-radius: 1rem!important;
        }

        .quantity.size-2 button {
            left: 1.25rem;
        }

        .quantity.size-2 .qty-plus {
            right: 1.25rem;
            left: auto;
        }

        .quantity.size-2 button {
            bottom: 0.625rem;
        }

        /* Categories */

        .mad-product-categories:not(.owl-carousel) {
            height: 100%;
            display: flex;
            flex-wrap: wrap;
        }

        .mad-product-categories[class*="item-col-"]:not(.no-gutters) {
            margin-top: -2rem;
        }

        .mad-product-categories[class*="item-col-"]:not(.no-gutters) > * {
            padding-top: 2rem;
        }

        .mad-product-categories.owl-carousel .owl-nav {
            display: flex!important;
        }

        .mad-product-categories.owl-carousel .owl-stage {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-product-categories.owl-carousel .owl-item {
            float: none;
        }

        .mad-product-categories .mad-product-category {
            background: #26658c;
            border-radius: 1rem;
            overflow: hidden;
            height: 100%;
            position: relative;
            display: flex;
            flex-direction: column;
        }

        .mad-product-categories .mad-product-category .mad-product-cat-link {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 2;
        }

        .mad-product-categories a.mad-product-category {
            align-items: center;
        }

        .mad-product-categories .mad-product-category.green {
            background: #46a69c;
        }

        .mad-product-categories .mad-product-category.blue {
            background: #4abfd9;
        }

        .mad-product-categories .mad-product-category.red {
            background: #d94945;
        }

        .mad-product-categories .mad-product-category.yellow {
            background: #d9a934;
        }

        .mad-product-categories .mad-product-category.green2 {
            background: #75bf7a;
        }

        .mad-product-categories .mad-product-category.pink {
            background: #d95f8e;
        }

        .mad-product-categories .mad-product-category.violet {
            background: #771b8c;
        }

        .mad-product-categories .mad-product-category .mad-product-category-list {
            padding: 1.5625rem 2rem;
            color: #fff;
            font-size: 1rem;
            line-height: 2rem;
            font-weight: 500;
            flex: 1;
        }

        .mad-product-category .mad-product-category-list li a {
            color: #fff;
        }

        .mad-product-category .mad-product-category-list li a:hover {
            text-decoration: underline;
        }

        .mad-product-category-list .mad-product-category-title {
            font-weight: bold;
            color: #fff;
        }

        .mad-product-category-list .mad-product-category-title:not(:last-child) {
            margin-bottom: 0.25rem;
        }

        .mad-product-categories.type-2 .mad-product-category {
            padding: 2.375rem 1rem;
            text-align: center;
            background: #f6f8f8;
            transition: all .5s ease;
            border: 2px solid transparent;
        }

        .mad-product-category .mad-category-icon {
            display: block;
            justify-content: center;
        }

        .mad-product-category .mad-category-icon:after {
            margin-right: -0.5rem;
            margin-top: -0.5rem;
        }

        .mad-product-category .mad-category-icon:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-product-category .mad-category-icon .svg, 
        .mad-product-category .mad-category-icon svg 
		{
            height: 3rem;
            width: auto;
        }

        .mad-product-category .mad-category-icon .svg .cls-1, 
        .mad-product-category .mad-category-icon svg .cls-1 
		{
            stroke: #2e3133;
        }

        .mad-product-categories.type-2 .mad-product-category:hover {
            background: #fff;
            border-color: #26658c;
        }

        .mad-product-categories.type-2 .mad-product-category .mad-product-category-title {
            color: #26658c;
            transition: all .5s ease;
        }

        .mad-product-categories.type-2 .mad-product-category:hover .mad-product-category-title {
            color: #2e3133;
        }

        .mad-product-categories.type-2 .mad-product-category .mad-product-category-list {
            padding: 0;
        }

        /* Product Single */

        .mad-product-single .image-preview-container {
            position: relative;
            padding-left: 7.5rem;
        }

        .mad-product-single .mad-thumb-holer {
            position: absolute;
            left: 0;
            top: 0;
        }

        .mad-product-single .mad-product-thumbs {
            display: flex;
            flex-direction: column;
            row-gap: 0.5rem;
        }

        .mad-product-single .mad-product-thumbs a {
            display: block;
            border: 2px solid transparent;
            border-radius: 1rem;
            overflow: hidden;
        }

        .mad-product-single .mad-product-thumbs a.active {
            border-color: #dce3e6;
        }

        .mad-zoom-img {
            position: absolute;
            bottom: 0.5rem;
            right: 0.5rem;
            width: 3rem;
            height: 3rem;
            line-height: 3rem;
            text-align: center;
            font-size: 2rem;
            color: #8b9599;
            background: #edf1f2;
            border-radius: 1rem;
            z-index: 9;
        }

        .mad-zoom-img:hover {
            color: #2e3133;
        }

        .mad-product-single h3.mad-product-title:not(:last-child) {
            margin-bottom: .5rem;
        }

        .mad-product-single.mad-product .mad-rating-top-level > *, 
        .mad-product-single.mad-product .mad-rating-bottom-level > * {
            font-size: 1.5rem;
        }

        .mad-product.mad-product-single .mad-rating:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-product.mad-product-single .mad-rating + a {
            display: inline-block;
            font-weight: 500;
			vertical-align: top;
			line-height: 24px;
        }

        .mad-product.mad-product-single .mad-rating + a:hover {
            color: #2e2133;
        }

        .mad-product.mad-product-single .mad-info-item {
            align-items: flex-start;
        }

        .mad-product.mad-product-single .mad-info-item .mad-progress-bars .mad-progress-bars-item {
            min-width: 6.5rem;
        }

        .mad-product.mad-product-single .mad-info-item .btn-set .mad-countdown {
            width: 16.5rem;
        }

        .mad-product.mad-product-single .mad-progress-bars {
            display: flex;
            align-items: center;
            font-size: 1rem;
            line-height: 1.5rem;
            column-gap: 0.5rem;
            color: #515759;
            max-width: 100%;
            width: auto;
        }

        .mad-product.mad-product-single .mad-info-item:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-product.mad-product-single .mad-product-price {
            font-size: 1.875rem;
            line-height: 2rem;
        }

        .mad-product.mad-product-single .mad-links.btn-set {
            column-gap: 1.5rem;
        } 

        .mad-product.mad-product-single .mad-links > a i {
            font-size: 22px;
            margin-right: 4px;
        }

        .mad-product-single .product-meta {
            font-size: 1rem;
            line-height: 1.5rem;
            color: #515759;
        }

        .mad-product-single .mad-text-small {
            font-size: 1rem;
            line-height: 1.5rem;
            font-weight: 400;
        }

        .mad-product-single .product-meta > li > a {
            border: none;
            font-weight: 400;
        }

        .mad-product-single .product-meta > li > a:hover {
            color: #2e3133;
        }

        .mad-product-single .product-meta > li:not(:last-child) {
            margin-bottom: 0.375rem;
        }

        .mad-product-single .product-meta li.tags {
            display: flex;
            align-items: center;
            margin-top: 0.75rem;
        }

        .mad-product-single .product-meta li.tags:last-child {
            margin-top: 0;
        }

        .mad-product-single .product-meta li > span {
            margin-right: 0.25rem;
        }

        .mad-product-single .product-meta li.tags > span {
            margin-right: 0.625rem;
        }

        .mad-product-single .product-meta span {
            color: #747c80;
        }

        .image-preview {
            position: relative;
            border-radius: 1rem;
            overflow: hidden;
        }

        .image-preview img {
            width: 100%;
        }

        .mad-product-single .image-preview-container.type-2 {
            padding: 0;
        }

        .mad-product-single .image-preview-container.type-2 .mad-thumb-holer {
            position: relative;
        }

        .mad-product-single .image-preview-container.type-2 .mad-product-thumbs {
            flex-direction: row;
            column-gap: 0.5rem;
        }

        .mad-product-single .summary .mad-product-price span, 
        .mad-product-single .summary .mad-product-price span.woocommerce-Price-amount, 
        .mad-product-single .summary .mad-product-price span.woocommerce-Price-currencySymbol
		{
            font-size: 1.875rem;
			line-height: 2rem;
        }

        .mad-product-single .mad-product-info p {
            color: #515759;
            font-size: 1rem;
            line-height: 1.5rem;
        }

        .mad-colors > * {
            width: 2.5rem;
            height: 2.5rem;
            line-height: 2.5rem;
            border-radius: 50%;
            border: 2px solid transparent;
            position: relative;
        }

        .mad-color-1 {
            background: #dcd0c5;
        }

        .mad-color-2 {
            background: #5d331d;
        }

        .mad-colors > *.active {
            border-color: #2e3133;
            padding: 0.375rem;
        }

        .mad-colors > *.active:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border: 6px solid #fff;
            border-radius: 50%;
        }
        
        .mad-product-single .mad-product-info .mad-info-item .mad-custom-select {
            width: 12.9375rem;
        }

        .mad-product-single .mad-product-info .mad-info-item .mad-custom-select .mad-selected-option {
            border-radius: 1rem;
        }

        .mad-bought-together {
            border: 2px solid #46a69c;
            padding: 1.875rem;
            border-radius: 1.5rem;
            overflow: hidden;
        }

        .mad-bought-together .mad-page-title {
            font-weight: bold;
            color: #46a69c;
        }

        .mad-bought-together-items {
            display: flex;
            column-gap: 0.625rem;
            row-gap: 0.625rem;
        }

        .mad-bought-together-items .mad-plus-separator {
            width: 2.5rem;
            display: flex;
            align-items: center;
            position: relative;
            z-index: 1;
        }

        .mad-bought-together-items .mad-plus-separator:after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            width: 1px;
            background: #edf1f2;
            left: 50%;
            z-index: -1;
        }

        .mad-bought-together-items:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-plus-button {
            width: 2.5rem;
            height: 2.5rem;
            line-height: 2.2rem;
            border-radius: 50%;
            background: #edf1f2;
            color: #2e3133;
            font-size: 2rem;
            text-align: center;
        }

        .mad-bought-together-actions {
            font-weight: 500;
            display: flex;
            flex-wrap: wrap;
            column-gap: 1rem;
            row-gap: 1rem;
            justify-content: space-between;
        }
        
        .mad-bought-together-actions .mad-toggled-fields .mad-product-price {
            display: inline;
            line-height: 1.25rem;
            padding-left: 0.5rem;
        }

        .mad-bought-together-actions .mad-toggled-fields input[type="checkbox"] + label[for] {
            min-height: 2.5rem;
            cursor: pointer;
        }

        .mad-bought-together .mad-text-big {
            font-size: 1.125rem;
        }

        .mad-bought-together .btn-set {
            column-gap: 1rem;
        }

        .mad-bought-together-actions .mad-text-big .mad-product-price {
            font-size: 1.5rem;
        }

        .mad-product-single .mad-widget .mad-products.hr-type .mad-product:not(.big-type) .mad-product-image {
            max-width: 3.5rem;
        }

        .mad-widget .mad-products.hr-type .mad-product .mad-product-price {
            font-size: 1rem;
            line-height: 1rem;
        }

        .no-label {
            font-size: 1.125rem;
            display: flex;
            align-items: center;
        }
        
        .no-label:not(:last-child) {
            margin-bottom: 0.5rem;
        }
        
        .no-label input[type="checkbox"] + label[for]:not(:last-child), 
        .no-label input[type="radio"] + label[for]:not(:last-child) {
            margin-bottom: 0;
        }

        /* .mad-products.hr-type .mad-product .mad-product-description {
            flex: inherit;
        } */

        /* Shopping cart */

        .mad-dropdown-element.shopping-cart {
            position: absolute;
            top: 100%;
            right: 0;
            left: auto;
            min-width: 24.5rem;
            margin-top: 1rem;
            z-index: 99;
        }

        .mad-dropdown-element.shopping-cart {
            background: #fff;
            padding: 2rem;
            border-radius: 1rem;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            text-align: left;
            overflow: hidden;
        }

        .shopping-cart .mad-products.hr-type .mad-product {
            border: none;
            padding: 0;
            position: relative;
        }

        .shopping-cart .mad-products.hr-type .mad-product .mad-product-description {
            flex: inherit;
            padding-right: 2rem;
        }

        .shopping-cart .mad-products.hr-type .mad-product .mad-product-price {
            font-size: 1rem;
            line-height: 1rem;
        }

        .shopping-cart .mad-products.hr-type .mad-product:not(.big-type) .mad-product-image {
            max-width: 6rem;
        }

        .shopping-cart .mad-products.hr-type .mad-product:not(:last-child) {
            margin-bottom: 1.5rem;
        }
        
        .shopping-cart .mad-close-item {
            position: absolute;
            right: 0;
            top: 50%;
            margin: 0;
            margin-top: -0.625rem;
            font-size: 1.25rem;
            color: #232223;
            width: auto!important;
            display: block;
        }

        .shopping-cart .btn-set.woocommerce-mini-cart__buttons .button.wc-forward:hover{
			background: #26658c;
			color: #fff;
		}
		
		.shopping-cart .btn-set.woocommerce-mini-cart__buttons .button.wc-forward.checkout:hover{
			background: #3b8c84;
			color: #fff;
		}
        .shopping-cart .btn-set.woocommerce-mini-cart__buttons .button.wc-forward.checkout{
			background: #46a69c;
			color: #fff;
		}
        .shopping-cart .btn-set.woocommerce-mini-cart__buttons .button.wc-forward{
			font-size: 14px;
			padding: 0.75rem 1rem;
			font-weight: bold;
			line-height: 1rem;
			letter-spacing: 0px;
			z-index: 1;
			border-radius: 1rem;
			position: relative;
			background: #edf1f2;
			color: #2e3133;
			width: calc(50% - 4px);
			text-align:center;
		}
        .shopping-cart .sc-footer {
            position: relative;
            padding-top: 1rem;
        }

        .shopping-cart .subtotal, 
        .shopping-cart .subtotal span
		{
            font-size: 1rem;
            color: #46a69c;
            font-weight: bold;
            letter-spacing: -0.1px;
        }

        .shopping-cart .btn i {
            font-size: 1.5rem;
            vertical-align: -6px;
        }

        .shopping-cart .btn:after {
            background: #f2e4df;
        }

        .shopping-cart .subtotal:not(:last-child) {
            margin-bottom: 1rem;
        }

        .shopping-cart .btn-set > .btn {
            width: calc(50% - 4px);
        }

        .shop-cart-form table {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .shop-cart-form table tr th:nth-child(3) {
            width: 22%; 
        }

        .shop-cart-form table tr th:last-child {
            width: 15%;
        } 

        .shop-cart-form.wishlist table tr th:last-child {
            width: 17%;
        }

        .shop-cart-form.wishlist table tr th:first-child {
            width: 45%;
        }

        .shop-cart-form.wishlist table tr th:nth-child(3) {
            width: auto;
        }

        .shop-cart-form.wishlist table tr td .mad-link {
            font-weight: bold;
            color: #46a69c;
        }

        .shop-cart-form table tr td {
            padding-top: 2rem;
            padding-bottom: 2rem;
            vertical-align: middle;
        }

        .shop-cart-form table tr th:first-child {
            width: 50%;
        }

        .shop-cart-form .mad-product {
            align-items: flex-start;
            display: flex;
            align-items: center;
            column-gap: 1.5rem;
            row-gap: 1.5rem;
        }

        .shop-cart-form .mad-product .mad-close-item {
            font-size: 1.5rem;
        }

        .shop-cart-form .mad-products .mad-product-image {
            border-radius: 0.5rem;
            overflow: hidden;
        }

        .shop-cart-form .mad-products.mad-product-small .mad-product-description .mad-product-title {
            font-size: 1rem;
            line-height: 1.5rem;
            font-weight: bold;
            letter-spacing: 0;
        }

        .shop-cart-form .mad-products.mad-product-small .mad-product-description .mad-product-title a {
            font-weight: bold;
        }
        
        .mad-dropdown-cart {
            position: relative;
        }

        .mad-dropdown-cart:after {
            content: '';
            height: 2rem;
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
        }

        .mad-dropdown-cart .shopping-cart {
            transform: none!important;
        }

        .mad-dropdown-cart:hover .shopping-cart {
            opacity: 1;
            visibility: visible;
        }

        .mad-table-wrap.shop-acc table:not(.mad-table--vertical) th:first-child {
            width: 13%;
        }

        .mad-table-wrap.shop-acc table tr td:first-child a {
            font-weight: normal;
        }

        .mad-text-title {
            font-weight: bold;
            font-size: 1.25rem;
            line-height: 1.5rem;
            color: #2e3133;
        }

        .mad-text-title:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-text-title .mad-link {
            font-weight: bold;
        }

        table .mad-product-price {
            font-size: 1rem;
            color: #515759;
            font-weight: normal;
        }

        .shop-cart-form .mad-close-item {
            font-size: 1rem;
            color: #2e3133;
        }

        table .mad-product-price b {
            color: #46a69c;
        }

        .shop-cart-form .mad-close-item:before {
            content: 'close';
            font-family: 'Material Icons Outlined';
            text-transform: none;
        }

        .shop-cart-form table tfoot tr td {
            padding: 1.3125rem 1.75rem;
        } 

        .mad-shop-footer {
            display: flex;
            flex-wrap: wrap;
            column-gap: 1rem;
            row-gap: 1rem;
            justify-content: space-between;
        }

        .mad-shop-footer form.one-line .btn {
            border-radius: 1rem;
        }

        .shop-cart-form .mad-shop-footer > * {
            margin: 0;
        }

        .shop-cart-form form.one-line {
            width: 100%;
            max-width: 36rem;
        }

        .shop-cart-form tr th.order-date {
            width: 35%;
        }

        .shop-cart-form table tr th:first-child.order-number {
            width: 22%;
        }

        .shop-cart-form table tr td[data-cell-title="Actions"] .mad-link:before {
            content: 'remove_red_eye';
            font-family: 'Material Icons Outlined';
            display: inline-block;
            vertical-align: -4px;
            text-transform: none;
            font-size: 20px;
            margin-right: 6px;
        }

        .shop-cart-form table tr td[data-cell-title="Actions"] .mad-link {
            border: none;
            font-weight: bold;
            font-size: 1rem;
            text-transform: uppercase;
        }

        .shop-cart-form table tr td[data-cell-title="Actions"] .mad-link:hover {
            text-decoration: underline;
        }

        @-moz-document url-prefix() {
            .mad-checkout-form tfoot:before {
                top: 0;
            }
        }

        .mad-order.mad-table-wrap table:not(.mad-table--vertical) tr th:last-child {
            width: 30%;
            text-align: right;
        }
        
        .mad-order.mad-table-wrap .mad-table.mad-table--vertical tr th {
            width: 50%;
            vertical-align: middle;
        }

        .mad-order.mad-table-wrap .form-control {
            display: inline-block;
            text-align: left;
        }

        .mad-order.mad-table-wrap .mad-total {
            font-size: 1.25rem;
        }

        .mad-table-wrap .mad-total th,
        .mad-table-wrap .mad-total td {
            color: #46a69c;
            font-weight: bold;
        }

        .mad-order.mad-table-wrap table:not(.mad-table--vertical) tr td {
            vertical-align: middle;
        }

        .mad-order.mad-table-wrap table:not(.mad-table--vertical) tr:last-child td {
            border-bottom: 1px solid #dce3e6;
        }

        .payment-option input[type="radio"] + label[for] {
            padding-left: 3.5rem;
            font-weight: bold;
            color: #2e3133;
            padding-top: 0.25rem;
        }

        .payment-option input[type="radio"] + label[for]:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .payment-option input[type="radio"] + label[for]::before {
            width: 2.25rem;
            height: 2.25rem;
        }

        .payment-option input[type="radio"] + label[for]::after {
            width: 1.5rem;
            height: 1.5rem;
            left: 0.5rem;
            top: 0.5rem;
        }

        .payment-option li:last-child {
            padding-top: 15px;
        }

        .payment-option li input[type="radio"] + label{
            font-weight: bold;
            color: #586b75;
            font-size: 1.125rem;
            display: inline-block;
            margin-right: 1.875rem;
        }

        .payment-desc {
            font-size: 0.875rem;
            line-height: 1rem;
            padding-left: 3.5rem;
        }

        .input-wrapper.with-link {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .payment-option .input-wrapper.with-link input[type="radio"] + label[for] {
            padding-top: 0.5rem;
        }

        .payment-option .input-wrapper.with-link input[type="radio"] + label[for] span {
            display: inline-block;
            line-height: 1rem;
            padding-left: 0.25rem;
        }

        .payment-option .input-wrapper:not(:last-child){
            margin-bottom: 0;
        }

        .payment-option .input-wrapper.with-link .mad-link {
            font-size: 0.875rem;
            line-height: 1.25rem;
        }

        .payment-option input[type="checkbox"] + label[for] {
            padding-top: 0;
            padding-bottom: 0;
        }

    /* ----------------------------------------
        Tooltips
    ---------------------------------------- */

        [data-tooltip]:not(a) {
            color: #2e3133;
        }

        .monkeysan-tooltip-skin-mad {
            font-size: 0.8125rem;
            line-height: 1.5rem;
            font-weight: normal;
            padding-left: 0.5rem;
            padding-right: 0.5rem;
            color: #fff;
            background-color: #46a69c;
            border-radius: 0.5rem;
        }

        .monkeysan-tooltip-skin-mad.monkeysan-tooltip::after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-color: transparent;
            position: absolute;
        }

        .monkeysan-tooltip-skin-mad.monkeysan-tooltip-top::after, .monkeysan-tooltip-skin-mad.monkeysan-tooltip-bottom.monkeysan-tooltip-position-reversed::after {
            bottom: auto;
            right: auto;
            top: 100%;
            left: 50%;
            margin-left: -8px;
            margin-top: -1px;
            border-width: 7px 8px 0 8px;
            border-color: #46a69c transparent transparent transparent;
        }

        .monkeysan-tooltip-skin-mad.monkeysan-tooltip-bottom::after, .monkeysan-tooltip-skin-mad.monkeysan-tooltip-top.monkeysan-tooltip-position-reversed::after {
            top: auto;
            right: auto;
            bottom: 100%;
            left: 50%;
            margin-left: -8px;
            margin-bottom: -1px;
            border-width: 0 8px 7px 8px;
            border-color: transparent transparent #46a69c transparent;
        }

        .monkeysan-tooltip-skin-mad.monkeysan-tooltip-right::after, .monkeysan-tooltip-skin-mad.monkeysan-tooltip-left.monkeysan-tooltip-position-reversed::after {
            bottom: auto;
            right: 100%;
            top: 50%;
            left: auto;
            margin-top: -8px;
            margin-right: -1px;
            border-width: 8px 7px 8px 0;
            border-color: transparent #46a69c transparent transparent;
        }

        .monkeysan-tooltip-skin-mad.monkeysan-tooltip-left::after, .monkeysan-tooltip-skin-mad.monkeysan-tooltip-right.monkeysan-tooltip-position-reversed::after {
            bottom: auto;
            right: auto;
            top: 50%;
            left: 100%;
            margin-top: -8px;
            margin-left: -1px;
            border-width: 8px 0 8px 7px;
            border-color: transparent transparent transparent #46a69c;
        }

    /* ----------------------------------------
        Team Members
    ---------------------------------------- */

        .mad-team.owl-carousel .owl-nav {
            display: block;
        }

        .mad-team {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-team[class*="item-col-"]:not(.no-gutters) {
            margin-top: -4rem;
        }

        .mad-team[class*="item-col-"]:not(.no-gutters) > * {
            padding-top: 4rem;
        }

        .mad-team .mad-team-member-photo {
            border-radius: 1rem;
            overflow: hidden;
            display: block;
        }

        .mad-team .mad-team-member {
            position: relative;
            transition: all .5s ease;
        }

        .mad-team.big-type .mad-team-member {
            display: flex;
            align-items: center;
            font-size: 1rem;
            line-height: 1.5rem;
        }

        .mad-team.big-type .mad-col:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-team.big-type .mad-team-member .mad-team-member-name a {
            font-weight: 500;
            letter-spacing: -0.5px;
        }

        .mad-team.big-type .mad-col:nth-child(2n) .mad-team-member {
            flex-direction: row-reverse;
        }

        .mad-team.big-type .mad-team-member > * {
            max-width: 43rem;
            width: 100%;
        }

        .mad-team.big-type .mad-team-member > .mad-team-member-info {
            max-width: 51.5%;
        }

        .mad-team:not(.big-type) .mad-team-member .mad-team-member-info {
            font-size: 1rem;
            line-height: 1.5rem;
            padding-right: 1rem;
        }

        .mad-team.big-type .mad-team-member .mad-info-header:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-team:not(.big-type) .mad-team-member .mad-info-header:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-team.big-type .mad-team-member .mad-team-member-info {
            padding: 2rem 4.5rem;
        }

        .mad-team:not(.big-type) .mad-team-member .mad-team-member-name {
            font-weight: bold;
            font-size: 1.25rem;
            line-height: 1.5rem;
        }

        .mad-team .mad-team-member .mad-team-member-name a {
            color: #2e3133;
            font-weight: bold;
        }

        .mad-team .mad-team-member .mad-team-member-name:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-team .mad-team-member .mad-member-stat {
            color: #747c80;
            font-size: 0.875rem;
            line-height: 1rem;
            font-weight: 500;
        }

        .mad-team.big-type .mad-team-member .mad-member-stat {
            font-size: 1rem;
            line-height: 1.5rem;
        }

        .mad-team .mad-team-member p:not(:last-child) {
            margin-bottom: 1rem;
        }
        
        .mad-team:not(.big-type) .mad-team-member .mad-team-member-photo:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-team .mad-team-member .mad-team-member-photo img {
            width: 100%;
        }

        .mad-team .mad-team-member .mad-social-icons {
            padding-top: 0.5rem;
        }

        .mad-team.big-type .mad-team-member .mad-social-icons {
            margin-top: 1.5rem;
        }

        .mad-team.type-2 .mad-team-member {
            padding: 1.875rem;
            border: 2px solid transparent;
            border-radius: 1.5rem;
            text-align: center;
        }

        .mad-team.type-2 .mad-team-member:hover {
            border-color: #46a69c;
        }

        .mad-team.type-2 .mad-team-member .mad-team-member-info {
            padding: 0 ;
        }

        .mad-team.type-2 .mad-team-member .mad-social-icons ul {
            justify-content: center;
        }

        .mad-team.owl-carousel:not(.no-dots) .owl-nav {
            transition: all .5s ease;
            opacity: 0;
            visibility: hidden;
        }

        .mad-team.owl-carousel:not(.no-dots):hover .owl-nav {
            opacity: 1;
            visibility: visible;
        }

    /* ----------------------------------------
        Tables
    ---------------------------------------- */

        .mad-table-wrap {
            position: relative;
            border-radius: 1rem;
            overflow: hidden;
        }
        
        .mad-table-wrap {
            border: 2px solid #dce3e6;
            border-radius: 1rem;
        }

        .mad-tabs:not(.mad-tabs--unstyled) .mad-tab .mad-table-wrap {
            border-width: 1px;
        }

        .mad-table-wrap.color-2 {
            border-color: #46a69c;
        }

        table {
            table-layout: fixed;
            border-collapse: collapse;
            width: 100%;
        }

        /* table:not(:last-child) {
            margin-bottom: 1.625rem;
        } */

        table tr {
            -webkit-transition-property: background-color;
            transition-property: background-color;
            -webkit-transition-delay: 0ms;
                    transition-delay: 0ms;
            -webkit-transition-duration: 500ms;
                    transition-duration: 500ms;
            -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            border-width: 0;
            border-style: solid;
        }

        table tr:hover, table tr:focus {
            -webkit-transition-duration: 150ms;
                    transition-duration: 150ms;
        }

        table tr:hover {
            background-color: #f6f8f8;
        }

        table td,
        table th {
            padding-top: 1.5rem;
            padding-right: 1.875rem;
            padding-bottom: 1.5rem;
            padding-left: 1.875rem;
        }

        /* .mad-table-wrap table:not(.mad-table--vertical) th {
            padding-top: 1.75rem;
        }

        .mad-table-wrap table:not(.mad-table--vertical) tfoot td {
            padding-bottom: 1.75rem;
        } */

        table tr td {
            border-top: 1px solid #dce3e6;
        }

        table th,
        table tfoot {
            font-weight: bold;
            color: #2e3133;
        }

        table tfoot {
            color: #46a69c;
        }

        table tr.bg {
            background: #46a69c;
        }

        table tr.bg th {
            color: #fff;
        }

        .mad-table-label {
            display: block;
            color: #b1b1b1;
        }

        .mad-table-label:not(:last-child) {
            margin-bottom: 1.75rem;
        }

        table tbody, table thead, table tfoot, table tr, table th, table td {
            border-color: inherit;
        }

        table.mad-table--vertical tbody th {
            width: 33.3%;
            width: 14.3125rem;
        }

        .mad-table-wrap:not(.style-2) table.mad-table--vertical tbody tr:not(:last-child) th,
        table.mad-table--vertical:not(.style-2) tbody tr:not(:last-child) td {
            border-bottom: 1px solid #dce3e6;
        }

        .mad-table-wrap:not(.style-2) table.mad-table--vertical tfoot tr td,
        .mad-table-wrap:not(.style-2) table.mad-table--vertical tfoot tr th,
        .mad-table-wrap.style-2 table.mad-table--vertical tfoot tr td {
            border-top: 1px solid #dce3e6;
        }

        table.mad-table--vertical tr td {
            border-top: none;
        }

        .mad-table-wrap.style-2 .mad-table--vertical tr th {
            background: #46a69c;
            color: #fff;
        }

        .mad-widget table.mad-table--vertical tbody th {
            width: 30%;
        }

        /* Pricing tables */

        .mad-pricing-tables {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

        .mad-pricing-tables[class*="item-col-"]:not(.no-gutters) {
            margin-top: -2rem;
        }

        .mad-pricing-tables[class*="item-col-"]:not(.no-gutters) > * {
            padding-top: 2rem;
        }

        .mad-pricing-table {
            position: relative;
            text-align: center;
            width: 100%;
            border: 2px solid #dce3e6;
            padding: 2.375rem 1.875rem;
            border-radius: 1rem;
            margin-top: 2rem;
        }

        .mad-pricing-table.mad-pt-selected {
            background: #eff9fc;
            border-color: #26658c;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        .mad-pt-img:not(:last-child) {
            margin-bottom: 1.75rem;
        }

        .mad-pt-img img {
            width: 100%;
        }

        .mad-pt-icon {
            z-index: 1;
            position: relative;
            display: inline-flex;
        }

        .mad-pricing-table .mad-pt-icon:after {
            width: 4rem;
            height: 4rem;
            margin-right: -0.25rem;
            margin-top: -0.5rem;
        }

        .mad-pt-icon:not(:last-child) {
            margin-bottom: 2rem;
        } 

        .mad-pt-icon .svg, 
        .mad-pt-icon svg 
		{
            height: 4.5rem;
        }

        .mad-pt-icon .svg path, 
        .mad-pt-icon svg path 
		{
            stroke: #2e3133;
        }

        .mad-pricing-table-title {
            font-size: 1.125rem;
            font-weight: 600;
            line-height: 1.5rem;
            color: #0f1b38;
        }

        .mad-pt-title:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-pt-price {
            position: relative;
            font-size: 3rem;
            font-weight: 800;
            color: #46a69c;
            line-height: 3rem;
            padding-bottom: 1.75rem;
            margin-bottom: 2rem;
            border-bottom: 1px solid #dce3e6;
        }

        .mad-pricing-table.mad-pt-selected .mad-pt-price {
            color: #26658c;
        }

        .mad-pt-price:before {
            content: '$';
            display: inline-block;
            vertical-align: top;
            font-size: 2rem;
            font-weight: bold;
            line-height: 2rem;
        }

        .mad-pt-price span {
            color: #8b9599;
            font-size: 14px;
            display: block;
            font-weight: 500;
            line-height: 1rem;
        }

        .mad-pricing-table-text {
            padding: 2rem 0 3rem;
        }

        .mad-pt-text {
            font-weight: 500;
        }

        .mad-pt-title {
            font-size: 1.25rem;
            font-weight: bold;
        }

        .mad-pricing-table ul li.not-active {
            color: #dce3e6;
        }

        .mad-pricing-table ul:not(:last-child) {
            margin-bottom: 2rem;
        }

        .pt-label {
            position: absolute;
            bottom: calc(100% - 8px);
            left: -2px;
            right: -2px;
            padding: 0 0.625rem;
            border-top-right-radius: 1rem;
            border-top-left-radius: 1rem;
            letter-spacing: 1px;
            text-align: center;
            background: #26658c;
            color: #fff;
            font-size: 0.875rem;
            line-height: 2rem;
            white-space: nowrap;
        }

        .mad-pricing-tables.type-2 .mad-pricing-table {
            text-align: left;
        }

        .mad-pricing-tables.type-2 .mad-pricing-table ul li {
            position: relative;
            padding-right: 2rem;
        }

        .mad-pricing-tables.type-2 .mad-pricing-table ul li:after {
            content: 'done';
            font-family: 'Material Icons';
            position: absolute;
            font-size: 20px;
            right: 0;
            top: 0;
        }

        .mad-pricing-tables.type-2 .mad-pricing-table .mad-pt-footer {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            column-gap: 1rem;
            row-gap: 1rem;
            padding-top: 2rem;
            margin-top: 2rem;
            border-top: 1px solid #dce3e6;
        }

        .mad-pricing-tables.type-2 .mad-pricing-table .mad-pt-price {
            margin-bottom: 0;
            padding-bottom: 0;
            border: none;
        }

        .mad-pricing-tables.type-2 .mad-pricing-table .mad-pt-price span {
            padding-left: 1.25rem;
        }

    /* ----------------------------------------
        Banners
    ---------------------------------------- */

        .mad-banners {
            overflow: hidden;
            position: relative;
        }

        .mad-banners .banner-link {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: block;
            z-index: 2;
        }

        .mad-banners {
            display: flex;
            flex-wrap: wrap;
            height: 100%;
        }

        .mad-banners {
            column-gap: 2rem;
            row-gap: 2rem;
        }

        .mad-banners.two-coll > .mad-banner {
            width: calc(50% - 1rem);
        }

        .mad-banners.three-coll > .mad-banner {
            width: calc(33.3333% - 1.5rem);
        }

        .mad-banners.two-coll > .mad-banner.banner-full-width {
            width: 100%;
        }

        .mad-grid-item .mad-banners .mad-banner.banner-small {
            width: 100%;
            max-width: 100%;
            height: 100%;
        }

        .mad-banner {
            border-radius: 1rem;
            overflow: hidden;
            background-size: cover;
            color: #2e3133;
            font-weight: bold;
            width: 100%;
            padding: 3.125rem 3.5rem;
            background-position: left;
            position: relative;
            z-index: 1;
        }

        .mad-banner .mad-title {
            font-weight: bold;
        }

        .mad-banner h6.mad-title {
            font-size: 1.25rem;
        }

        .mad-banner .mad-title.style-3:not(:last-child),
        .mad-banner .mad-title:not(:last-child) {
            margin-bottom: 0.25rem;
        }

        .mad-banner .mad-title.color-white {
            color: #fff;
        }

        .mad-banner .mad-title.color-blue {
            color: #4abfd9;
        }

        .mad-banner .mad-title.color-red {
            color: #d94945;
        }

        .mad-title.style-2 {
            font-weight: normal;
        }

        .mad-title.style-3 {
            font-weight: 800;
            letter-spacing: 0.3px;
        }

        h6.mad-title.style-3 {
            font-size: 1.25rem;
            line-height: 1.5rem;
            text-transform: uppercase;
        }

        h2.mad-title.big-title {
            font-size: 3.5rem;
            line-height: 3.5rem;
            text-transform: uppercase;
        }

        h2.mad-title.style-2 {
            letter-spacing: -0.07rem;
            line-height: 3rem;
        }

        .mad-banner.banner-small {
            height: 100%;
            display: flex;
            flex-direction: column;
            max-width: 20.5rem;
            min-height: 33rem;
            justify-content: space-between;
            text-align: center;
            padding: 2.5rem 1rem;
            background-position: center top;
        }

        .mad-banners.with-fixed-height {
            max-height: 33rem;
        }

        .mad-widget .mad-banners.with-fixed-height {
            min-height: 33rem;
        }

        .mad-widget .mad-banners.with-fixed-height .mad-banner {
            height: auto;
        }

        .mad-banner.banner-full-width {
            justify-content: flex-end;
            width: 100%;
            display: flex;
            justify-content: flex-end;
        }

        .mad-banner.banner-full-width .mad-banner-inner {
            display: flex;
            align-items: flex-end;
            justify-content: flex-end;
            max-width: 62%;
            row-gap: 2rem;
            column-gap: 2rem;
        }

        .mad-banners.two-coll > .mad-banner.banner-full-width .mad-banner-inner {
            flex-direction: column;
            min-width: 48.5%;
            align-items: flex-start;
        }

        .banner-info {
            display: flex;
            flex-wrap: wrap;
            column-gap: 1.5rem;
            row-gap: 1rem;
            align-items: center;
        }
        
        .mad-banner .banner-list {
            color: #fff;
            font-size: 0.875rem;
            line-height: 1.5rem;
            font-weight: 500;
        }

        .mad-banner .banner-list li span {
            display: inline-block;
            vertical-align: middle;
            margin-right: 8px;
            font-size: 1rem;
        }

        .mad-banners.masonry {
            column-gap: 2rem;
            row-gap: 2rem;
        }

        .mad-banners.masonry > .mad-col {
            width: calc(66.6666% - 1rem);
        }

        .mad-banners.masonry > .mad-col:last-child {
            width: calc(33.3333% - 1rem);
        }

        .mad-banners.masonry > .mad-col > .mad-banner {
            height: 100%;
        }

        .mad-banners.masonry > .mad-col > .mad-banner .banner-info {
            flex-direction: column;
            align-items: flex-start;
        }

        .mad-banner.banner-size-2 {
            min-height: 28rem;
        }

        .mad-banners.masonry > .mad-col > .mad-banner[data-bg-image-src="images/584x840_banner1.jpg"] {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .mad-banner[data-bg-image-src="images/1038x448_bg1.png"] {
            background-color: #26658c;
        }

        @-moz-document url-prefix() {
            .mad-banner {
                padding-top: 3.12rem;
                padding-bottom: 3.12rem;
            }
        }

    /* ----------------------------------------
        Icon boxes
    ---------------------------------------- */

        .mad-icon-boxes {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-icon-box p {
            font-size: 1rem;
            line-height: 1.5rem;
        }

        .mad-icon-boxes:not(.hr-type):not(.our-info) .mad-icon-box .mad-icon-box-icon:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-icon-box .mad-icon-box-icon .svg, 
        .mad-icon-box .mad-icon-box-icon svg 
		{
            height: 4.5rem;
        }

        .mad-icon-box h6.mad-icon-box-title {
            font-size: 1.25rem;
            line-height: 1.5rem;
        }

        .mad-icon-box .mad-icon-box-title:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-icon-boxes:not(.our-info) .mad-icon-box .mad-icon-box-icon:after {
            width: 4rem;
            height: 4rem;
            margin-right: -0.5rem;
            margin-top: -0.5rem;
        }

        /* Horisontal style */

        .mad-icon-boxes.hr-type .mad-icon-box {
            display: flex;
            column-gap: 2rem;
            row-gap: 1rem;
        }

        .mad-icon-boxes.hr-type .mad-icon-box p:not(:last-child) {
            margin-bottom: 0;   
        }

        .mad-icon-boxes.hr-type.check-type .mad-icon-box .mad-icon-box-icon .svg, 
        .mad-icon-boxes.hr-type.check-type .mad-icon-box .mad-icon-box-icon svg 
		{
            height: 1.5rem;
        }

        .mad-icon-boxes.hr-type.mad-reverse .mad-icon-box {
            flex-direction: row-reverse;
            text-align: right;
        }

        /* Color Style 2 */

        .mad-icon-boxes.style-2 .mad-icon-box {
            color: #c5d3d9;
        }

        .mad-icon-boxes.style-2 .mad-icon-box .mad-icon-sub-title,
        .mad-icon-boxes.our-info.style-2 .mad-icon-box .mad-icon-sub-title {
            color: #c5d3d9;
        }

        .mad-icon-boxes.style-2 .mad-icon-box .mad-icon-box-title {
            color: #fff;
        }

        .mad-icon-boxes.style-2 .mad-icon-box .svg .cls-1, 
        .mad-icon-boxes.style-2 .mad-icon-box svg .cls-1 
		{
            stroke: #fff
        }

        .mad-icon-boxes.style-2 .mad-icon-box .mad-icon-box-icon:after {
            background: #3489ab;
        }

        .mad-colorizer--scheme-color-4 .mad-icon-boxes.style-2 .mad-icon-box .mad-icon-box-icon:after {
            background: #53c4b9;
        }

        /* Size 2 */

        .mad-icon-boxes.size-2.hr-type[class*="item-col-"]:not(.no-gutters) {
            margin-top: -2rem;
        }

        .mad-icon-boxes.size-2.hr-type[class*="item-col-"]:not(.no-gutters) > * {
            padding-top: 2rem;
        }

        .mad-icon-boxes.size-2 .mad-icon-box .mad-icon-box-title {
            font-size: 1.125rem;
            line-height: 1.5rem;
        }

        .mad-icon-boxes.size-2.hr-type .mad-icon-box {
            column-gap: 1rem;
            align-items: flex-start;
        }

        .mad-icon-boxes.size-2.hr-type .mad-icon-box .mad-icon-box-content {
            display: grid;
        }

        .mad-icon-boxes.size-2 .mad-icon-box .mad-icon-sub-title,
        .mad-icon-boxes.size-2 .mad-icon-box p {
            line-height: 1.25rem;
            font-size: 0.875rem;
            font-weight: 500;
        }

         .mad-icon-boxes.size-2.style-3 .mad-icon-box p {
            color: #8b9599;
         }

        .mad-icon-boxes.size-2:not(.style-2) .mad-icon-box .mad-icon-sub-title {
            color: #8b9599;
        }

        .mad-icon-boxes.size-2:not(.hr-type):not(.our-info) .mad-icon-box .mad-icon-box-icon:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-icon-boxes.size-2 .mad-icon-box .mad-icon-box-icon .svg, 
        .mad-icon-boxes.size-2 .mad-icon-box .mad-icon-box-icon svg 
		{
            height: 3rem;
        }

        .mad-icon-boxes.size-2 .mad-icon-box .mad-icon-box-title:not(:last-child) {
            margin-bottom: 0.2rem;
        }

        .mad-icon-boxes.size-2 .mad-icon-box .mad-icon-box-icon:after {
            width: 2.5rem;
            height: 2.5rem;
            margin-right: 0;
            margin-top: -4px;
        }

        .mad-icon-boxes.check-list .mad-icon-box .mad-icon-box-icon {
            margin-top: 0.25rem;
        }

        .mad-icon-boxes.check-list .mad-icon-box .mad-icon-box-icon .svg, 
        .mad-icon-boxes.check-list .mad-icon-box .mad-icon-box-icon svg 
		{
            height: 1.5rem;
        }

        .mad-icon-boxes.check-list .mad-icon-box .mad-icon-box-icon:after {
            width: 1.5rem;
            height: 1.5rem;
            margin-right: -0.25rem;
        }

        /* Our Info */

        .mad-icon-boxes.our-info[class*="item-col-"]:not(.no-gutters) {
            margin-top: -2rem;
        }

        .mad-icon-boxes.our-info[class*="item-col-"]:not(.no-gutters) > * {
            padding-top: 2rem;
        }

        .mad-icon-boxes.our-info[class*="item-col-"]:not(.no-gutters):not(:last-child) {
            margin-bottom: 3.125rem;
        }

        .mad-icon-boxes.our-info .mad-icon-box {
            display: flex;
            align-items: flex-start;
        }

        .mad-icon-box .mad-icon-box-content p {
            font-weight: 500;
        }

        .mad-icon-boxes.our-info .mad-icon-box > .mad-icon-box-icon {
            min-width: 4.375rem;
            padding-top: 0.5rem;
        }

        .mad-icon-boxes.our-info .mad-icon-box > .mad-icon-box-icon:after {
            right: 20px;
        }

        .mad-icon-boxes.our-info .mad-icon-box > .mad-icon-box-icon .svg, 
        .mad-icon-boxes.our-info .mad-icon-box > .mad-icon-box-icon svg 
		{
            height: 3rem;
        }

        .mad-icon-boxes.our-info .mad-icon-box .mad-icon-sub-title {
            color: #8b9599;
            display: block;
            font-size: 0.875rem;
            line-height: 1rem;
            margin-bottom: 0.2rem;
            font-weight: 500;
        }

        .mad-icon-boxes.our-info .mad-icon-box .mad-icon-box-title {
            font-size: 1.125rem;
            line-height: 1.5rem;
            font-weight: bold;
            word-break: break-all;
            letter-spacing: 0;
        }

        .mad-icon-box .svg .cls-1, 
        .mad-icon-box svg .cls-1 
		{
            stroke: #2e3133;
        }

        .mad-icon-box i,
        .mad-counter-icon,
        .mad-product-category .mad-category-icon {
            display: inline-flex;
            position: relative;
            z-index: 1;
        }

        .mad-icon-box i:after,
        .mad-counter-icon:after,
        .mad-product-category .mad-category-icon:after,
        .mad-pt-icon:after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 2.5rem;
            height: 2.5rem;
            background: #b7e5f0;
            border-radius: 50%;
            z-index: -1;
        }

        .mad-icon-boxes.size-2.vr-type .mad-icon-box {
            text-align: center;
        }

    /* ----------------------------------------
        Info boxes
    ---------------------------------------- */



    /* ----------------------------------------
        Entities
    ---------------------------------------- */

        .mad-entities[class*="item-col-"]:not(.mad-grid--isotope) {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-entities .mad-entity:not(:last-child),
        .mad-entities:not([class*="item-col-"]) .mad-col:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-entities .mad-entity {
            position: relative;
            line-height: 1.5rem;
        }

        .mad-entities:not(.type-3) .mad-entity .mad-entity-media {
            border-radius: 1rem;
            overflow: hidden;
        }

        .mad-entity-media img {
            width: 100%;
        }

        .mad-entities .mad-entity .mad-entity-content p + a {
            margin-top: 0.5rem;
        }

        .mad-entities:not(.type-2):not(.mad-entity-hr) .mad-entity .mad-entity-media:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-entities.single-entity:not(.type-2):not(.mad-entity-hr) .mad-entity .mad-entity-media:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        h6.mad-entity-title {
            font-size: 1.25rem;
            line-height: 2rem;
            letter-spacing: -0.03rem;
        }

        .mad-entity-title a {
            font-weight: bold;
            color: #2e2133;
        }

        .mad-entity-title a.mad-link:not(:hover) {
            color: #26658c;
        }

        /* Type 2 */

        .mad-entities.type-3[class*="item-col-"]:not(.no-gutters) {
            margin-top: -2rem;
        }

        .mad-entities.type-3[class*="item-col-"]:not(.no-gutters) > * {
            padding-top: 2rem;
        }

        .mad-entities.type-3 .mad-entity {
            border-radius: 1rem;
            background: #f6f8f8;
            padding: 2rem;
            font-size: 1rem;
            line-height: 1.5rem;
            overflow: hidden;
             
        }

        .mad-colorizer--scheme-color-3 .mad-entities.type-3 .mad-entity {
            background: #fff;

            /* -webkit-box-shadow: 0px 0px 16px 0px rgb(46 49 51 / 15%);
            -moz-box-shadow: 0px 0px 16px 0px rgba(46, 49, 51, 0.15);
            box-shadow: 0px 0px 16px 0px rgb(46 49 51 / 15%); */
        }

        .mad-entities.type-3 .mad-entity .mad-entity-header:not(:last-child) {
            margin-bottom: 1.25rem;
        }

        .mad-entities.type-3 h6.mad-entity-title:not(:last-child),
        .mad-entities.type-3 h4.mad-entity-title:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-entities.type-3 .mad-entity-title a {
            color: #26658c;
        }

        .mad-entities.type-3 .mad-entity-title a:hover {
            color: #2e3133;
        }

        .mad-entity-about {
            color: #fff;
            background: #46a69c;
            font-size: 0.875rem;
            line-height: 1rem;
            display: inline-block;
            padding: 0.5rem 0.625rem;
            border-radius: 0.5rem;
        }

        .mad-entity-about > a {
            color: #fff;
        }

        .mad-entity-about:not(:last-child) {
            margin-bottom: 0.625rem;
        }

        .mad-entity-tags {
            font-size: 0.875rem;
            line-height: 1rem;
            color: #747c80;
            font-weight: 500;
        }

        .mad-entity-tags:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-entities.type-3 .mad-entity .mad-read-more {
            font-size: 1.125rem;
            line-height: 1.5rem;
            margin-top: 0.5rem;
        }

        .mad-entity .mad-entity-content {
            font-weight: 500;
        }

        /* Big Size */

        .mad-entities.type-2 .mad-entity:not(:last-child) {
            margin-bottom: 6rem;
        }

        .mad-entities.type-2 .mad-entity {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            column-gap: 2rem;
        }

        .mad-entities.type-2 .mad-entity > * {
            width: calc(50% - 1rem);
        }

        .mad-entities.type-2 .mad-entity:nth-child(2n) {
            flex-direction: row-reverse;
        }

        .mad-entities.type-2 .mad-entity .mad-entity-content {
            padding: 2rem 2.5rem;
            padding-right: 4.5rem;
        }

        .mad-entities.type-2 .mad-entity:nth-child(2n) .mad-entity-content {
            padding: 2rem 2.5rem;
            padding-left: 4.5rem;
        }

        .mad-entities.type-3.mad-entities-big .mad-entity {
            background: #f6f8f8;
            box-shadow: none;
        }

        .mad-entities.type-3 .mad-entity h3.mad-entity-title:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-entities.type-3 .mad-entity .mad-entity-body:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-entity-footer {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            column-gap: 1rem;
            row-gap: 1rem;
        }

        .mad-entities.type-3 .mad-entity .mad-entity-footer .mad-read-more {
            margin-top: 0;
        }

        .mad-share-wrap {
            font-size: 1rem;
            line-height: 2rem;
            display: flex;
            column-gap: 0.5rem;
            color: #747c80;
        }

        /* ----------------------------------------
            Style 2
        ---------------------------------------- */

        .mad-entities.style-2 .mad-entity {
            color: #c5d3d9;
        }

        .mad-entities.style-2 .mad-entity .mad-entity-title {
            color: #fff;
        }

        .mad-entities.style-2 .mad-entity .mad-read-more {
            color: #4abfd9;
        }

        .with-shift {
            position: relative;
        }

        .with-shift:before {
            content: '';
            position: absolute;
            top: 0;
            left: -2000px;
            right: -2000px;
            height: 37.5%;
            background: #fff;
        }

        /* ----------------------------------------
            Gorizontal
        ---------------------------------------- */

        .mad-entities.mad-entity-hr .mad-col:not(:last-child),
        .mad-entities.mad-entity-hr .mad-entity:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-entities.mad-entity-hr .mad-entity {
            display: flex;
            column-gap: 1.5rem;
            row-gap: 1rem;
        }

        .mad-entities.mad-entity-hr .mad-entity .mad-entity-media {
            border-radius: 0.625rem;
            overflow: hidden;
            min-width: 7.625rem;
            margin-bottom: 0;
        }

        .mad-entities.mad-entity-hr .mad-entity-body {
            background: transparent;
            padding: 0;
            font-size: 0.8125rem;
            line-height: 1rem;
            color: #747c80;
            font-weight: 500;
        }

        .mad-entities.mad-entity-hr .mad-entity-body time a:hover {
            text-decoration: underline;
        }

        .mad-entities.mad-entity-hr .mad-entity .mad-entity-title {
            font-size: 1rem;
            line-height: 1.5rem;
            font-weight: bold;
        }

        .mad-entities.mad-entity-hr .mad-entity .mad-entity-title:not(:last-child) {
            margin-bottom: 0.5rem;
        }
        
        .mad-entity-link-element {
            position: relative;
            font-size: 1.25rem;
            line-height: 2rem;
            background: #46a69c;
            color: #fff;
            font-weight: bold;
            padding: 5.5rem 2rem;
            font-weight: 600;
            border-radius: 1rem;
            padding-left: 2rem;
            overflow: hidden;
            letter-spacing: -0.4px;
            display: block;
            z-index: 1;
        }

        .mad-entity-link-element > i {
            position: absolute;
            top: 3rem;
            left: -0.5rem;
            color: #61b0a8;
            font-size: 6rem;
            line-height: inherit;
            transform: rotate(180deg);
            z-index: -1;
        }

        /* Single Entity */

        .single-entity .mad-entity .mad-testimonials {
            max-width: 33.5rem;
            float: left;
            margin-right: 0;
        }

    /* ----------------------------------------
        Carousels
    ---------------------------------------- */

        .owl-carousel {
            position: relative;
        }
 
        .owl-carousel:not(.no-nav) .owl-nav.disabled {
            display: flex;
        }

        .owl-carousel.owl-carousel .owl-stage {
            display: flex;
            flex-wrap: wrap;
        }

        .owl-carousel.owl-carousel .owl-stage .mad-owl-item {
            height: 100%;
        }

        .owl-carousel .owl-nav button.owl-prev,
        .owl-carousel .owl-nav button.owl-next {
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -1rem;
            background: #dce3e6;
            color: #2e3133;
            width: 2rem;
            height: 2rem;
            line-height: 2rem;
            font-size: 1.3rem;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .owl-carousel:not(.no-dots) .owl-nav button.owl-prev,
        .owl-carousel:not(.no-dots) .owl-nav button.owl-next {
            top: calc(50% - 2rem);
        }

        .owl-carousel .mad-grid-item {
            height: 100%;
        }

        .owl-carousel .owl-nav button span {
            display: none;
        }

        .owl-carousel .owl-dots {
            margin-top: 2rem;
            justify-content: center!important;
            padding: 0!important;
        }

        .mad-sidebar .owl-carousel.nav-top .owl-nav {
            margin-bottom: 1.5rem;
        }

        .mad-colorizer--scheme-light .owl-carousel .owl-dots > button.owl-dot > span {
            background: #b5bcc1;
        }

        .mad-colorizer--scheme-light .owl-carousel .owl-dots > button.owl-dot.active > span {
            background: #fff;
        }

        .owl-carousel .owl-nav button.owl-next {
            right: 0;
            left: auto;
        }

        .owl-carousel .owl-nav button.owl-prev {
            right: auto;
            left: 0;
        }

        .owl-carousel .owl-nav button:before {
            font-family: 'Material Icons';
            font-size: 1.5rem;
        }

        .owl-carousel .owl-nav button.owl-prev:before {
            content: 'keyboard_arrow_left';
        }

        .owl-carousel .owl-nav button.owl-next:before {
            content: 'keyboard_arrow_right';
        }

        .owl-carousel .owl-nav button:hover {
            background: #26658c;
            color: #fff;
        }

        .owl-carousel:not(.no-nav):not(.nav-top):not(.mad-simple-slideshow) {
            padding-left: 4.24rem;
            padding-right: 4.25rem;
        }

        .owl-carousel.no-dots .owl-dots {
            display: none;
        }

        .owl-carousel.mad-products .owl-nav {
            display: block;
        }

        .owl-carousel.nav-top .owl-nav {
            display: flex;
            position: absolute;
            column-gap: 0.25rem;
            bottom: 100%;
            right: 0;
            margin-bottom: 2rem;
        }

        h5 + .owl-carousel.nav-top .owl-nav,
        h5.mad-page-title + .row .owl-carousel.nav-top .owl-nav,
        h5 + .mad-testimonials .owl-carousel.nav-top .owl-nav {
            margin-bottom: 1.5rem;
        }

        .owl-carousel.nav-top .owl-nav > * {
            position: initial!important;
            margin: 0!important;
        }
        
        .owl-carousel.mad-simple-slideshow .owl-nav button.owl-prev {
            left: 2rem;
        }

        .owl-carousel.mad-simple-slideshow .owl-nav button.owl-next {
            right: 2rem;
        }

    /* ----------------------------------------
        Call to Actions
    ---------------------------------------- */

        .mad-cta {
            font-size: 1.125rem;
            line-height: 2rem;
        }

        .mad-cta .mad-page-title {
            letter-spacing: -1.1px;
        }

        .mad-cta .mad-page-title b {
            letter-spacing: -0.5px;
        }

        .mad-cta .mad-page-title:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-cta .btn {
            margin-top: 1rem;
        }

        .mad-sub-wrap {
            display: flex;
            align-items: center;
            column-gap: 2rem;
            padding-left: 15rem;
            white-space: nowrap;
            padding-top: 2.5rem;
            padding-bottom: 2.5rem;
            overflow: hidden;
            position: relative;
        }

        .mad-sub-wrap:after {
            content: '';
            position: absolute;
            left: 8px;
            bottom: 0;
            margin-bottom: -44px;
            -webkit-mask: url(fonts/lekarna_svg_icons/subscribe.svg) no-repeat;
            mask: url(fonts/lekarna_svg_icons/subscribe.svg) no-repeat;
            background-color: #4abfd9;
            position: absolute;
            width: 11.75rem;
            height: 11.25rem;
            transform: rotate(-16deg);
            z-index: -1;
        }

        .mad-sub-wrap .mad-page-title {
            letter-spacing: 0;
        }

        .mad-sub-wrap .mad-page-title:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-sub-wrap .mad-col {
            width: 100%;
        }

        .mad-newsletter-form {
            width: 100%;
        }

        .mad-cta-inner {
            display: flex;
            justify-content: space-between;
            align-items: center;
            column-gap: 1rem;
            row-gap: 2rem;
        }

        .mad-cta-inner .mad-page-title:not(:last-child) {
            margin-bottom: 0;
        }

    /* ----------------------------------------
        Rating
    ---------------------------------------- */

        .mad-rating {
            font-size: 1.3125rem;
            line-height: 1;
            white-space: nowrap;
        }

        .mad-rating-top-level {
            display: flex;
        }

        .mad-product-price + .mad-rating {
            display: block!important;
        }

        .mad-rating-top-level > *, 
        .mad-rating-bottom-level > * {
            font-size: 2rem;
            line-height: 1;
            color: #d9a934;
        }

        .mad-rating-bottom-level > * {
            color: #d9a934;
        }

        .mad-rating.size-2 .mad-rating-top-level > *, 
        .mad-rating.size-2 .mad-rating-bottom-level > * {
            font-size: 1.3rem;
            line-height: 1.5rem;
            color: #d9a934;
        }

        .mad-rating.size-small .mad-rating-top-level > *, 
        .mad-rating.size-small .mad-rating-bottom-level > * {
            font-size: 1.25rem;
            line-height: 1rem;
            color: #d9a934;
        }

        .mad-rating.size-big .mad-rating-top-level > *, 
        .mad-rating.size-big .mad-rating-bottom-level > * {
            font-size: 2.5rem;
            line-height: 2.5rem;
            color: #d9a934;
        }

    /* ----------------------------------------
        Testimonials
    ---------------------------------------- */

        .mad-testimonials .owl-carousel .owl-stage {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-testimonials .owl-carousel .owl-item {
            float: none;
        }

        .mad-testimonial {
            position: relative;
            padding: 5.7rem 2rem;
            background: #ecf6f5;
            border-radius: 1rem;
            overflow: hidden;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .mad-testimonials:not(.type-3) .mad-testimonial:after {
            content: '';
            -webkit-mask: url(fonts/lekarna_svg_icons/blockquote.svg) no-repeat;
            mask: url(fonts/lekarna_svg_icons/blockquote.svg) no-repeat;
            background-color: #46a69c;
            position: absolute;
            width: 131px;
            height: 98px;
            top: 0.875rem;
            left: -1rem;
            opacity: 0.1;
        }

        .mad-testimonial .mad-testimonial-title {
            font-weight: bold;
            font-size: 1.25rem;
        }

        .mad-testimonial .mad-testimonial-title:not(:last-child) {
            margin-bottom: 1.25rem;
        }

        .mad-testimonial .mad-rating:not(:last-child) {
            margin-bottom: 2.8rem;
        }

        .mad-testimonial blockquote {
            font-size: 1rem;
            line-height: 1.5rem;
            color: #515759;
        }

        .mad-testimonial blockquote:not(:last-child) {
            margin-bottom: 2.4rem;
        }

        .mad-testimonial-info {
            flex: 1;
        }

        .mad-testimonial-info:not(:last-child) {
            margin-bottom: 1.5rem;
        } 

        .mad-testimonial-rating {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            align-items: center;
            color: #747c80;
            font-size: 0.875rem;
            line-height: 1rem;
            row-gap: 0.5rem;
            font-weight: 500;
        }

        .mad-testimonial .mad-testimonial-rating:not(:last-child) {
            margin-bottom: 1.25rem;
        }

        .mad-testimonial .mad-rating:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-author {
            display: flex;
            align-items: center;
            column-gap: 1.5rem;
        }

        .mad-author-name {
            font-size: 1rem;
            line-height: 1.5rem;
            font-weight: bold;
            color: #2e3133;
        }

        .mad-author-img {
            border-radius: 50%;
            overflow: hidden;
        }

        .mad-author-info {
            line-height: 1.5rem;
        }

        .mad-author-info cite {
            font-size: 0.8125rem;
            line-height: 1rem;
            font-weight: 500;
            color: #8b9599;
            display: block;
            font-style: normal;
        }

        .mad-testimonials.style-2 .mad-testimonial {
            background: #fff;
        }

        .mad-testimonials .mad-grid--cols-4 .mad-testimonial {
            padding-top: 4rem;
            padding-bottom: 4rem;
        }

        .mad-testimonials.type-2 .mad-testimonial {
            background:none;
            padding: 0;
            padding-left: 5rem;
            padding-top: 0.5rem;
            overflow: visible;
        }

        .mad-testimonials.type-2 .mad-testimonial:after {
            width: 47px;
            height: 35px;
            background-color: #4abfd9;
            opacity: 1;
            left: 0;
            top: 0;
        }

        .mad-testimonials.type-2.style-2 .mad-testimonial blockquote {
            color: #f2f2f2;
        }

        .mad-testimonials.type-2.style-2 .mad-testimonial .mad-author-name,
        .mad-testimonials.type-2.style-2 .mad-testimonial .mad-testimonial-title {
            color: #fff;
        }

        .mad-testimonials.type-2.style-2 .mad-testimonial cite {
            color: #c5d3d9;
        }

        .mad-testimonials.type-3 .mad-testimonial {
            padding-top: 2rem;
            padding-bottom: 2rem;
        }

        .mad-review {
            font-size: 1rem;
            line-height: 1.5rem;
            color: #747c80;
        }

        .mad-review-title:not(:last-child),
        .mad-review .mad-rating:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-review.two-cols {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            row-gap: 1rem;
        }

        .mad-review.two-cols:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-review-head {
            display: flex;
            flex-wrap: wrap;
            column-gap: 1rem;
            align-items: center;
        }

        .mad-review-head:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-review-head .mad-review-title:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-testimonials.type-2 .owl-carousel {
            padding-left: 7.5rem;
            padding-right: 7.5rem;
        }

    /* ----------------------------------------
        Author
    ---------------------------------------- */

        .mad-author-photo {
            display: inline-block;
            width: 6.5rem;
            height: 6.5rem;
            border-radius: 50%;
            overflow: hidden;
        }

        .mad-author-photo:not(:last-child) {
            margin-bottom: 1rem;
        }

    /* ----------------------------------------
        Instafeed
    ---------------------------------------- */

        .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
        }

        .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col.mad-col-full {
            flex: 1;
        }

        .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col:last-child .mad-offset-right {
            display: flex;
            justify-content: center;
        }

        .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col a img {
            width: 100%;
            height: 100%;
        }

        .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col a {
            display: block;
            position: relative;
            height: 100%;
        }

        .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col a:before {
            content: "\f16d";
            font-family: Font Awesome\ 5 Brands;
            font-size: 50px;
            color: #fff;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(14,41,58,0.5);
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            opacity: 0;
            visibility: hidden;
            transition: all .5s ease;
        } 
        
        .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col a:hover:before {
            opacity: 1;
            visibility: visible;
        }

        .mad-instafeed.style-2:not(.size-2) .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) {
            margin: -2rem -1rem 0;
        }

        .mad-instafeed.style-2:not(.size-2) .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col {
            padding: 2rem 1rem 0;
        }

        .mad-instafeed.style-2 .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col a {
            border-radius: 1rem;
            overflow: hidden;
        }

        .mad-instafeed.style-2.size-2 .mad-grid {
            margin: -0.5rem -0.25rem 0;
        }

        .mad-instafeed.style-2.size-2 .mad-grid > * {
            padding: 0.5rem 0.25rem 0;
        }

        .mad-instafeed.size-2 .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col a:before {
            font-size: 2rem;
        }

        .mad-instafeed.style-2.size-2 .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col a {
            border-radius: 0.5rem;
        }

        .mad-instafeed.style-2.size-2:not(:last-child) {
            margin-bottom: 1.5rem;
        }

    /* ----------------------------------------
        Sliders
    ---------------------------------------- */

        .owl-carousel .owl-dots {
            width: auto!important;
            display: flex;
            justify-content: flex-start;
            padding-left: 72px;
            column-gap: 1rem;
        }

        .owl-carousel .owl-dots > button.owl-dot > span{
            display: block;
            width: 12px!important;
            height: 12px!important;
            background: #737c7d;
            border-radius: 50%;
            position: initial!important;
        }

        .owl-carousel .owl-dots > button.owl-dot.active > span {
            background: #2e3133;
            transform: scale(1.3);
        }

    /* ----------------------------------------
        Google Map
    ---------------------------------------- */

        .mad-gmap {
            height: 40.625rem;
        }


        .mad-gmap {
            height: 100%;
            min-height: 40.625rem;
        }

    /* ----------------------------------------
        Forms
    ---------------------------------------- */

        input[type="text"], input[type="search"], input[type="date"], input[type="datetime-local"], input[type="email"], input[type="file"], input[type="month"], input[type="number"], input[type="password"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, .mad-custom-select .mad-selected-option, .select2-container--milenia .select2-selection {
            height: 3.5rem;
            width: 100%;
            padding-top: 0.3rem;
            padding-right: 1.375rem;
            padding-bottom: 0.3rem;
            padding-left: 1.375rem;
            border-radius: 1.5rem;
            font-size: 1rem;
            line-height: 1.5rem;
            color: #8b9599;
            background: #fff;
            border-radius: 1rem;
            border: 2px solid #dce3e6;
        }

        input::-moz-placeholder,
        textarea::-moz-placeholder {
            opacity: 1!important;
        }

        .mad-contact-form .row:not(.col-no-space) {
            margin: 0 -0.5rem -1rem;
        }

        .mad-contact-form .row:not(.col-no-space) > [class*="col"] {
            padding: 0 0.5rem 1rem;
        }

        .mad-contact-form[class*="item-col-"]:not(.no-gutters) {
            margin: -1.5rem -1rem 0;
        }

        .mad-contact-form[class*="item-col-"]:not(.no-gutters) > * {
            padding: 1.5rem 1rem 0;
        }

        .mad-contact-form[class*="item-col-"] .row:not(.col-no-space) {
            margin: 0 -1rem -1.5rem;
        }

        .mad-contact-form[class*="item-col-"] .row:not(.col-no-space) > [class*="col"] {
            padding: 0 1rem 1.5rem;
        }

        .mad-contact-form[class*="item-col-"] input:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-contact-form .mad-custom-select {
            width: 100%;
        }

        /* ----------------------------------------
            Range Slider
        ---------------------------------------- */

            .mad-range-slider-field {
                font-size: 0.875rem;
                line-height: 1.5rem;
                padding-top: 0.5rem;
            }

            .mad-range-slider-field input[type="text"], .mad-range-slider-field input[type="search"], .mad-range-slider-field input[type="date"], .mad-range-slider-field input[type="datetime-local"], .mad-range-slider-field input[type="email"], .mad-range-slider-field input[type="file"], .mad-range-slider-field input[type="month"], .mad-range-slider-field input[type="number"], .mad-range-slider-field input[type="password"], .mad-range-slider-field input[type="tel"], .mad-range-slider-field input[type="time"], .mad-range-slider-field input[type="url"], .mad-range-slider-field input[type="week"], .mad-range-slider-field textarea {
                height: auto !important;
                font-size: inherit;
                line-height: inherit !important;
                border-width: 0px;
                font-weight: inherit;
                width: 100%;
                padding: 0 !important;
                background-color: transparent;
                box-shadow: none;
                color: #747c80;
            }

            .mad-range-slider:not(:last-child) {
                margin-bottom: 1rem;
            }

            .mad-range-slider-field input {
                font-weight: 500!important;
            }

            .mad-range-slider-input:not(:last-child) {
                margin-bottom: 1rem;
            }

            .mad-range-slider {
                position: relative;
                height: 0.5rem;
                background-color: #fff;
                border: 2px solid #46a69c;
                border-radius: 1rem;
            }

            .mad-range-slider .ui-slider-range {
                position: absolute;
                top: 0;
                bottom: 0;
                opacity: 1;
                cursor: pointer;
                background: #46a69c;
            }

            .mad-range-slider .ui-slider-handle {
                display: block;
                position: absolute;
                top: 50%;
                margin-top: -0.75rem;
                width: 1.5rem;
                height: 1.5rem;
                cursor: pointer;
                border-radius: 50%;
                background-color: #46a69c;
            }

            .mad-range-slider .ui-slider-handle:before {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                width: 1rem;
                height: 1rem;
                margin-left: -8px;
                margin-top: -8px;
                border-radius: 50%;
                background: #fff;
                z-index: 1;
            }

            .mad-range-slider .ui-slider-handle:last-child {
                margin-left: -0.625rem;
            }

        /* ----------------------------------------
            Checkbox & Radio
        ---------------------------------------- */

            .mad-toggled-fields:not(:last-child) {
                margin-bottom: 1rem;
            }

            input[type="checkbox"],
            input[type="radio"] {
                display: none;
            }

            input[type="checkbox"] + label[for],
            input[type="radio"] + label[for] {
                display: block;
                position: relative;
                font-size: 1rem;
                line-height: 1.5rem;
                padding-left: 3.5rem;
                padding-top: 0.5rem;
                padding-bottom: 0.5rem;
                -webkit-user-select: none;
                -moz-user-select: none;
                -o-user-select: none;
                -ms-user-select: none;
                user-select: none;
                margin-bottom: 0;
                min-height: 1.5rem;
                color: #515759;
            }

            input[type="radio"] + label[for] {
                padding: 0 0 0 2rem;
            }

            input[type="checkbox"] + label[for]::before,
            input[type="radio"] + label[for]::before {
                content: "";
                border: 2px solid #dce3e6;
                width: 2.25rem;
                height: 2.25rem;
                border-radius: 1rem;
                position: absolute;
                left: 0;
                top: 0;
            }

            input[type="checkbox"] + label[for]::after,
            input[type="radio"] + label[for]::after {
                font-family: 'Material Icons';
                content: "done";
                color: #2e3133;
                font-size: 1.5rem;
                line-height: 2.5rem;
                position: absolute;
                left: 0;
                width: 2.5rem;
                text-align: center;
                top: 0;
                display: none;
            }

            input[type="checkbox"] + label[for]:not(:last-child),
            input[type="radio"] + label[for]:not(:last-child) {
                margin-bottom: 0.5rem;
            }

            input[type="radio"] + label[for]:not(:last-child),
            .mad-toggled-fields.size-2 input[type="checkbox"] + label[for]:not(:last-child) {
                margin-bottom: 1rem;
            }

            input[type="checkbox"]:checked + label[for]::after,
            input[type="radio"]:checked + label[for]::after {
                display: block;
            }

            input[type="radio"] + label[for]::after {
                content: "";
                width: 0.75rem;
                height: 0.75rem;
                border-radius: 50%;
                background-color: #2e3133;
                left: 0.375rem;
                top: 0.35rem;
            }

            input[type="radio"] + label[for]::before {
                border-radius: 50%;
                width: 1.25rem;
                height: 1.25rem;
            }

            .mad-toggled-fields.style-2 input[type="checkbox"] + label[for],
            .mad-toggled-fields input[type="checkbox"] + label[for].style-2 {
                color: #26658c;
                font-weight: 500;
            }

            .mad-toggled-fields.size-2 input[type="checkbox"] + label[for], 
            .mad-toggled-fields.size-2 input[type="radio"] + label[for] {
                line-height: 1.5rem;
                padding-top: 0;
                padding-bottom: 0;
                padding-left: 2rem;
            }

            .mad-toggled-fields.size-2 input[type="checkbox"] + label[for]::before {
                height: 20px;
                width: 20px;
                border-radius: 0.5rem;
            }

            .mad-toggled-fields.size-2 label span {
                font-size: 0.875rem;
                line-height: 1.5rem;
                color: #747c80;
            }

            .mad-toggled-fields.size-2 input[type="checkbox"] + label[for]::after, 
            .mad-toggled-fields.size-2 input[type="radio"] + label[for]::after {
                font-size: 0.875rem;
                width: 1.5rem;
                line-height: 1.5rem;
                font-weight: bold;
            }

            .mad-label-checkbox.style-3 {
                color: #2e3133;
                cursor: text;
            }

        /* ----------------------------------------
            Select
        ---------------------------------------- */

            .mad-custom-select {
                position: relative;
                min-width: 6rem;
            }

            .mad-custom-select.mad-over {
                z-index: 9;
            }

            .mad-custom-select .mad-selected-option {
                cursor: pointer;
                -webkit-user-select: none;
                -moz-user-select: none;
                -o-user-select: none;
                -ms-user-select: none;
                user-select: none;
                height: 3.5rem;
                line-height: 3.2rem;
                position: relative;
                padding-right: 2.625rem;
                display: block;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                padding-top: 0;
                padding-bottom: 0;
            }

            .mad-custom-select.size-2 .mad-selected-option {
                height: 3rem;
                line-height: 2.75rem;
                border-radius: 1rem;
            }

            .mad-custom-select .mad-selected-option::after, .mad-custom-select .mad-selected-option::before {
                content: "keyboard_arrow_down";
                font-family: 'Material Icons';
                font-size: 1.25rem;
                line-height: inherit;
                position: absolute;
                color: #909a9d;
                top: 0;
                right: 1.375rem;
                max-width: 14px;

                -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            .mad-custom-select .mad-selected-option::before {
                content: "keyboard_arrow_up";
                opacity: 0;
                visibility: hidden;
            }

            .mad-custom-select .mad-options-list {
                font-size: 1rem;
                line-height: 1.5rem;
                text-align: initial;
                color: #8b9599;
                background-color: #fff;
                padding-bottom: 1rem;
                border: 2px solid #dce3e6;
                position: absolute;
                border-bottom-left-radius: 1rem;
                border-bottom-right-radius: 1rem;
                top: 100%;
                left: 0;
                width: 100%;
                margin-top: -1px;
                border-top: none;
                opacity: 0;
                visibility: hidden;
                max-height: 18.75rem;
                overflow: auto;

                -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            .mad-custom-select .mad-options-list > li {
                cursor: pointer;
                padding-top: 1rem;
                padding-right: 1.375rem;
                padding-left: 1.375rem;

                -webkit-transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            .mad-custom-select .mad-options-list > li:hover, .mad-custom-select .mad-options-list > li.mad-active {
                color: #2e3133;
            }

            .mad-custom-select.mad-opened .mad-options-list,
            .mad-custom-select.mad-opened .mad-selected-option::before {
                opacity: 1;
                visibility: visible;
            }

            .mad-custom-select.mad-opened .mad-selected-option::after {
                opacity: 0;
                visibility: hidden;
            }

            .mad-csstransforms3d .mad-custom-select .mad-options-list,
            .mad-csstransforms3d .mad-custom-select .mad-selected-option::after,
            .mad-csstransforms3d .mad-custom-select .mad-selected-option::before {
                -webkit-transition-property: -webkit-transform, opacity, visibility;
                        transition-property:         transform, opacity, visibility;
            }

            .mad-csstransforms3d .mad-custom-select .mad-options-list {
                -webkit-transform: scale3d(0.9, 0.9, 0.9);
                        transform: scale3d(0.9, 0.9, 0.9);
            }

            .mad-csstransforms3d .mad-custom-select .mad-selected-option::before,
            .mad-csstransforms3d .mad-custom-select.mad-opened .mad-selected-option::after {
                -webkit-transform: scale3d(0, 0, 0);
                        transform: scale3d(0, 0, 0);
            }

            .mad-csstransforms3d .mad-custom-select.mad-opened .mad-options-list,
            .mad-csstransforms3d .mad-custom-select.mad-opened .mad-selected-option::before {
                -webkit-transform: scale3d(1, 1, 1);
                        transform: scale3d(1, 1, 1);
            }

            .mad-custom-select.mad-over.mad-opened .mad-selected-option {
                border-bottom-color: transparent;
                border-bottom-right-radius: 0!important;
                border-bottom-left-radius: 0!important;
            }

        /* ----------------------------------------
            Counter
        ---------------------------------------- */

            .mad-field-counter {
                position: relative;
                padding-right: 3rem;
            }

            .mad-field-counter-value {
                font-family: "Old Standard TT", serif;
                color: #2e3133;
                font-size: 3.7rem;
                line-height: 0.82;
                position: relative;
                top: 5px;
            }

            .mad-field-counter-control {
                font-size: 1.25rem;
                line-height: 1;
                position: absolute;
                right: 0;

                -webkit-transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            .mad-field-counter-control::after {
                font-family: 'Linearicons';
            }

            .mad-field-counter-control:hover {
                color: #2e3133;
            }

            .mad-field-counter-control--increase {
                top: 0;
            }

            .mad-field-counter-control--increase::after {
                content: "\e939";
            }

            .mad-field-counter-control--decrease {
                bottom: 0;
            }

            .mad-field-counter-control--decrease::after {
                content: "\e93a";
            }

        /* ----------------------------------------
            Label
        ---------------------------------------- */

            label {
                color: #515759;
                font-size: 1rem;
                line-height: 1.5rem;
                margin-bottom: 0.5rem;
                display: block;
            }

            label span {
                color: #d94945;
            }

            label[for] {
                cursor: pointer;
            }

        /* ----------------------------------------
            Textarea
        ---------------------------------------- */

            textarea {
                height: auto;
                resize: none;
                padding-top: 1rem;
                padding-bottom: 1rem;
                display: block;
            }

        /* ----------------------------------------
            Form groups
        ---------------------------------------- */

            .form-group {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                row-gap: 2rem;
                column-gap: 2rem;
            }

            [class*="form-col"] {
                width: 100%;
            }

            .form-col-1 {
                width: 8.33333%;
            }

        /* ----------------------------------------
            Single Field Form
        ---------------------------------------- */

            form.one-line {
                position: relative;
            }

            form.one-line .btn {
                position: absolute;
                top: 0;
                right: 0;
            }

            form.one-line.mad-newsletter-form input {
                padding-right: 6rem;
                text-overflow: ellipsis;
            }

            form.style-2 input,
            form.style-2 textarea {
                border: none;
            }

            form:not(.one-line):not(.mad-searchform) input:not(:last-child),
            form:not(.one-line):not(.mad-searchform) textarea:not(:last-child) {
                margin-bottom: 1rem;
            }

            form.mad-newsletter-form:not(.one-line) input:not(:last-child), 
            form.mad-newsletter-form:not(.one-line) textarea:not(:last-child) {
                margin-bottom: 0.5rem;
            }

            .mad-colorizer--scheme-color-2 form.one-line.mad-newsletter-form input {
                border: none;
            }

            form.size-2 input,
            form.size-2 textarea {
                height: 3rem;
                border-radius: 1rem;
            }

    /* ----------------------------------------
        Colorizer
    ---------------------------------------- */

        [class*="mad-colorizer--scheme-"] {
            position: relative;
        }

        .container .mad-section[class*="mad-colorizer--scheme-"]:not([class*="mad-section--stretched"]):not(.mad-section--no-adaptive) {
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .mad-colorizer-bg-color, .mad-colorizer-bg-image {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            z-index: -1;
        }

        .mad-colorizer-bg-image {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }

        .mad-colorizer--parallax .mad-colorizer-bg-image {
            background-size: auto;
            background-attachment: fixed;
        }

        .mad-touchevents .mad-colorizer--parallax .mad-colorizer-bg-image {
            background-size: cover !important;
            background-position: center !important;
            background-attachment: scroll !important;
        }

        [class*="with-overlay"] {
            z-index: 1;
            position: relative;
        }

        [class*="with-overlay"]:not(.mad-section):after,
        .mad-section[class*="with-overlay"] > [class*="mad-colorizer-"]:after {
            content: '';
            background: rgba(14,41,58,0.6);
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: -1;
        }

        .mad-bg-section {
            min-height: 400px;
            padding-bottom: 40%!important;
        }
		
		.elementor-widget-lekarna_background_section .mad-bg-section {
            min-height: 400px;
            padding-bottom: 30%!important;
        }

        .mad-colorizer--scheme-color-2 > .mad-colorizer-bg-color {
            background: #26658c;
        }

        .mad-colorizer--scheme-color-3 > .mad-colorizer-bg-color {
            background: #f6f8f8;
        }

        .mad-colorizer--scheme-color-4 > .mad-colorizer-bg-color {
            background: #46a69c;
        }

        .mad-colorizer--scheme-color-5 > .mad-colorizer-bg-color {
            background: #e9f7fa;
        }

        .mad-colorizer--scheme-light .mad-cta-title,
        .mad-colorizer--scheme-light .mad-title,
        .mad-colorizer--scheme-light .mad-section-title,
        .mad-colorizer--scheme-light .mad-page-title,
        .mad-colorizer--parallax .mad-page-title,
        .mad-colorizer--scheme-light .mad-pre-title {
            color: #fff;
        }

        .mad-colorizer--scheme-light {
            color: #c7c8cc;
        }

        .mad-colorizer--scheme-color-3 .mad-icon-box-content {
            color: #8b9599;
        }
        
        .mad-colorizer--scheme-color-4 {
            color: #c5d3d9;
        }

        .mad-colorizer--scheme-color-4 .mad-icon-boxes.size-2.hr-type .mad-icon-box,
        .mad-colorizer--scheme-color-4 .mad-icon-boxes.style-2 .mad-icon-box .mad-icon-sub-title, 
        .mad-colorizer--scheme-color-4 .mad-icon-boxes.our-info.style-2 .mad-icon-box .mad-icon-sub-title {
            color: #d7e4e2;
        }

        .mad-colorizer--scheme-color-5 .mad-icon-boxes.size-2.hr-type .mad-icon-box,
        .mad-colorizer--scheme-color-3 .mad-icon-boxes.size-2:not(.style-2) .mad-icon-box .mad-icon-sub-title,
        .mad-colorizer--scheme-color-5 .mad-icon-boxes.size-2:not(.style-2) .mad-icon-box .mad-icon-sub-title {
            color: #8b9599;
        }

        /* .mad-colorizer--scheme-color-5 {
            color: #8b9599;
        } */

        .mad-colorizer--scheme-color-2 {
            color: #c5d3d9;
        }

        .mad-colorizer--scheme-color-2 .mad-page-title {
            color: #fff;
        }

        .mad-section--stretched-content {
            padding-left: 44px;
            padding-right: 44px;
        }

        /* Video wrapper */
    
    .video_wrapper {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .video_wrapper > iframe {
        z-index: 2;
    }

    .video_wrapper_full {
        padding-top: 36rem;
    }

    .video_wrapper_full.with-half-bg:after {
        content: '';
        position: absolute;
        top: 50%;
        background: #ebe117;
        left: -2000px;
        right: -2000px;
        height: 50%;
    }

    .videoIframe {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
    }
   
    .videoPoster[class*="with-overlay"]:not(.mad-section):after {
        overflow: hidden;
    }

    .video_wrapper_full.image-2 {
        padding-top: 37.5rem;
    }

    .video_wrapper_full.image-2.size-2 {
        padding-top: 26.5rem;
    }

    .video_wrapper_full.image-2.size-3 {
        padding-top: 18.5rem;
    }

    .video_wrapper_full.image-2.size-4 {
        padding-top: 12rem;
    }

    .videoPoster:hover {
        cursor: pointer;
    }

    .videoPoster:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 88px;
        height: 88px;
        margin: -44px 0 0 -44px;
        background: url(images/play-btn.png) no-repeat;
    }

    .video_wrapper_full.size-4 .videoPoster:before {
        transform: scale(0.73);
    }

    .videoPoster.no-btn {
        cursor: auto;
    }

    .videoPoster.no-btn:before {
        display: none;
    }

    .videoWrapperActive .videoPoster {
        opacity: 0;
        height: 0;
        -webkit-transition-delay: 0s, 800ms;
        -moz-transition-delay: 0s, 800ms;
        transition-delay: 0s, 800ms;
    }
	.videoPoster {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		border: none;
		text-indent: -999em;
		opacity: 1;
		z-index: 3;
		overflow: hidden;
		-webkit-transition: opacity 800ms, height 0s;
		-moz-transition: opacity 800ms, height 0s;
		transition: opacity 800ms, height 0s;
		-webkit-transition-delay: 0s, 0s;
		-moz-transition-delay: 0s, 0s;
		transition-delay: 0s, 0s;
	}

    /* ----------------------------------------
        Gallery
    ---------------------------------------- */
        
        .mad-gallery:not(.mad-grid--isotope) {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-gallery:not(.mad-grid--isotope) .mad-gallery-item {
            display: block;
            position: relative;
            border-radius: 1rem;
            overflow: hidden;
            height: 100%;
            transition: all .5s ease;
        }

        .mad-grid-item.col-x2 {
            width: 50%;
        }

        .mad-gallery .mad-gallery-item a {
            display: block;
            overflow: hidden;
            position: relative;
            cursor: url(images/crosshair.png), crosshair;
            overflow: hidden;
            border-radius: 1rem;
            z-index: 1;
        }

        .fancybox-content img {
            overflow: hidden;
            border-radius: 1rem;
        }

        .mad-gallery .mad-gallery-item a img {
            width: 100%;
            transition: all .5s ease;
        }

        .mad-gallery .mad-gallery-item a:hover img {
            transform: scale(1.1);
        }

        .mad-gallery .mad-gallery-item a:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(35,34,35,0.5);
            opacity: 0;
            visibility: hidden;
            transition: all .5s ease;
        }

        .mad-gallery .mad-gallery-item a:hover:after {
            opacity: 1;
            visibility: visible;
        }

        .mad-gallery:not([class*="item-col-"]).col-size-3 .mad-gallery-item {
            width: 33.3333%;
        }

        .mad-gallery.col-size-3:not([class*="item-col-"]) {
            margin: -0.5rem -0.25rem 0;
        }

        .mad-gallery.col-size-3:not([class*="item-col-"]) > * {
            padding: 0.5rem 0.25rem 0;
        }

        .mad-gallery.col-size-3 .mad-gallery-item a {
            border-radius: 0.5rem;
        }

        .mad-filter {
            font-weight: bold;
            display: flex;
            column-gap: 2.5rem;
            position: relative;
            z-index: 2;
        }

        .mad-filter-wrap:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-filter > li > a {
            color: #26658c;
            display: block;
            font-size: 1.125rem;
            line-height: 1.5rem;
            font-weight: bold;
            white-space: nowrap;
        }

        .mad-filter > li > a.mad-active,
        .mad-filter > li > a:hover {
            color: #2e3133;
        }

    /* ----------------------------------------
        Countdown
    ---------------------------------------- */

        .mad-countdown:not(.size-2) .countdown-row {
            margin-top: -2rem;
        }

        .mad-countdown:not(.size-2) .countdown-section {
            padding-top: 2rem;
        }

        .mad-countdown .countdown-section {
            width: 25%;
        }

        .mad-countdown .countdown-row {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
            position: relative;
            z-index: 2;
        }

        .mad-counters[class*="item-col-"]:not(.no-gutters) {
            margin-top: -3rem;
        }

        .mad-counters[class*="item-col-"]:not(.no-gutters) > * {
            padding-top: 3rem;
        }

        .mad-countdown .countdown-period {
            color: #515759;
            font-size: 1rem;
            line-height: 2rem;
            font-weight: 500;
        }

        .mad-countdown .countdown-amount {
            font-size: 4.5rem;
            line-height: 4rem;
            white-space: nowrap;
            letter-spacing: -0.15rem;
            display: block;
            font-weight: 300;
            color: #2e3133;
        }

        .mad-countdown.style-2 .countdown-period {
            color: #c5d3d9;
        }

        .mad-countdown.style-2 .countdown-amount {
            color: #fff;
        }

        .mad-countdown.size-2 {
            width: 100%;
            text-align: center;
            padding: 0.75rem 0;
            background: #edf1f2;
            border-radius: 0.5rem;
        }

        .mad-countdown.size-2 .countdown-row {
            flex-wrap: nowrap;
        }

        .mad-countdown.size-2 .countdown-section {
            position: relative;
        }

        .mad-countdown.size-2 .countdown-section:not(:last-child):after {
            content: ":";
            position: absolute;
            top: 0;
            right: 0;
            color: #2e3133;
            font-size: 1rem;
            font-weight: 900;
            line-height: 2rem;
        }

        .mad-countdown.size-2 .countdown-amount {
            font-size: 1rem;
            line-height: 1rem;
            font-weight: 800;
            letter-spacing: 0.3px;
        }

        .mad-countdown.size-2 .countdown-period {
            font-size: 0.75rem;
            line-height: 1rem;
            text-transform: lowercase;
            display: block;
        }

        .mad-countdown.style-2.size-2 {
            background: none;
            padding: 0;
        }

        .mad-countdown.style-2.size-2 .countdown-row {
            column-gap: 1rem;
        }

        .mad-countdown.style-2.size-2 .countdown-section {
            background: #26658c;
            width: 3.5rem;
            height: 3.5rem;
            border-radius: 1rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .mad-countdown.style-2.size-2 .countdown-section:not(:last-child):after {
            left: 100%;
            color: #fff;
            top: calc(50% - 1rem);
            margin-left: 0.375rem;
        }

    /* ----------------------------------------
        Dropdown
    ---------------------------------------- */

        .mad-dropdown {
            position: relative;
            z-index: 1;
        }

        .mad-dropdown-title {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -o-user-select: none;
            -ms-user-select: none;
            user-select: none;
            display: flex;
            align-items: center;
        }

        .mad-dropdown-title > i {
            position: relative;
        }

        .mad-dropdown-title span.price-text {
            font-size: 1rem;
            font-weight: 800;
            margin-left: 4px;
        }

        .mad-dropdown-element {
            font-size: 0.875rem;
            line-height: 2rem;
            text-align: initial;
            margin-top: 9px;
            padding-top: 0;
            padding-bottom: 1rem;
            letter-spacing: 0.7px;
            background-color: #fff;
            color: #2e3133;
            opacity: 0;
            visibility: hidden;
            position: absolute;
            padding: 1rem 1.5rem;
            border-radius: 0 0 1rem 1rem;
            top: 100%;
            left: 0;
            margin-left: -1.5rem;
            -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);

            -webkit-box-shadow: 0px 16px 16px 0px rgb(46 49 51 / 15%);
            -moz-box-shadow: 0px 16px 16px 0px rgba(46, 49, 51, 0.15);
            box-shadow: 0px 16px 16px 0px rgb(46 49 51 / 15%);
        }

        .mad-dropdown-element > li > a {
            color: #2e3133;
        }

        .mad-dropdown-element > li > a:hover {
            color: #26658c;
        }

        .mad-dropdown-element--icons > li {
            position: relative;
            padding-left: 3.1rem;
        }

        .mad-dropdown-element--x-right {
            left: auto;
            right: 0;
        }

        /* .mad-dropdown-element--y-top {
            bottom: 100%;
            top: auto;
        } */

        .mad-dropdown--opened {
            z-index: 9;
        }

        .mad-dropdown--opened .mad-dropdown-element {
            opacity: 1;
            visibility: visible;
        }

        .mad-dropdown--opened .mad-dropdown-title {
            color: #2e3133;
        }

        .mad-dropdown--title-icon .mad-dropdown-title {
            position: relative;
            padding-right: 0.875rem;
        }

        .mad-csstransforms3d .mad-dropdown-element {
            -webkit-transition-property: -webkit-transform, opacity, visibility;
                    transition-property:         transform, opacity, visibility;
            -webkit-transform: scale3d(0.9, 0.9, 0.9);
                    transform: scale3d(0.9, 0.9, 0.9);
        }

        .mad-csstransforms3d .mad-dropdown--title-icon .mad-dropdown-icon--state-opened, .mad-csstransforms3d .mad-dropdown--title-icon .mad-dropdown-icon--state-default {
            -webkit-transition-property: -webkit-transform, opacity, visibility;
                    transition-property:         transform, opacity, visibility;
        }

        .mad-csstransforms3d .mad-dropdown--title-icon .mad-dropdown-icon--state-opened,
        .mad-csstransforms3d .mad-dropdown--title-icon.mad-dropdown--opened .mad-dropdown-icon--state-default {
            -webkit-transform: scale3d(0, 0, 0);
                    transform: scale3d(0, 0, 0);
        }

        .mad-csstransforms3d .mad-dropdown--opened .mad-dropdown-element,
        .mad-csstransforms3d .mad-dropdown--title-icon.mad-dropdown--opened .mad-dropdown-icon--state-opened {
            -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
        }

    /* ----------------------------------------
        Twitter Feed
    ---------------------------------------- */

        .mad-twitter-feed:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-twitter-feed > li:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-twitter-feed > li {
            padding-left: 2rem;
        }

        .mad-twitter-feed > li {
            position: relative;
            font-size: 1rem;
            line-height: 1.5rem;
        }

        .mad-twitter-feed > li::before {
            content: "\f099";
            font-family: Font Awesome\ 5 Brands;
            font-size: 1rem;
            line-height: 1.5rem;
            position: absolute;
            left: 0;
            top: 0;
            color: #46a69c;
        }

        .mad-twitter-feed > li a {
            color: #26658c;
        }

        .mad-twitter-feed > li a:hover {
            text-decoration: underline;
        }

/* ----------------------------------------
    4. Pages
---------------------------------------- */

    /* Newsletter Popup */

    .mad-popup {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(14,41,58,0.7);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 29;
    }

    .mad-popup .mad-popup-inner {
        max-width: 43rem;
        width: 100%;
        max-height: 85%;
        border-radius: 1rem;
        background: #fff;
        padding: 5rem 2rem;
        font-size: 1rem;
        line-height: 1.5rem;
        margin: 1rem;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .mad-popup:not(.qv-popup) .mad-popup-inner:after {
        content: '';
        position: absolute;
        right: -5rem;
        top: 50%;
        margin-top: -7.8125rem;
        -webkit-mask: url(../lekarna_svg_icons/subscribe.svg) no-repeat;
        mask: url(../lekarna_svg_icons/subscribe.svg) no-repeat;
        background-color: #4abfd9;
        opacity: 0.4;
        position: absolute;
        width: 16.375rem;
        height: 15.6875rem;
        transform: rotate(-16deg);
        z-index: -1;
    }

    .mad-popup.qv-popup .mad-popup-wrap {
        overflow: hidden;
        height: 100%;
        border-radius: 1rem;
    }

    .mad-popup.qv-popup .mad-popup-inner {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        overflow: auto;
        overflow-x: hidden;
        margin: 0;
    }

    .mad-popup.qv-popup .mad-popup-holder [class*="mad-nav"] {
        position: absolute;
        top: 50%;
        margin-top: -1.5rem;
        left: 100%;
        width: 3rem;
        height: 3rem;
        text-align: center;
        line-height: 3rem;
        border-radius: 50%;
        background: #dce3e6;
        color: #2e3133;
        margin-left: 2rem;
        margin-right: 2rem;
        font-size: 2rem;
        z-index: 2;
    }

    .mad-popup.qv-popup .mad-popup-holder [class*="mad-nav"]:hover {
        background: #26658c;
        color: #fff;
    }

    .mad-popup.qv-popup .mad-popup-holder .mad-nav-prev {
        left: auto;
        right: 100%;
    }

    .mad-popup.qv-popup .mad-popup-holder {
        width: 100%;
        max-width: 61rem;
        height: 85%;
        margin: 1rem;
        position: relative;
    }

    .mad-popup-inner .mad-popup-close {
        position: absolute;
        top: 1rem;
        right: 1rem;
        width: 3rem;
        height: 3rem;
        background: #edf1f2;
        text-align: center;
        line-height: 3rem;
        border-radius: 1rem;
        font-size: 1.5rem;
    }

    .mad-popup-inner .mad-nl-title {
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: bold;
        letter-spacing: 0;
        color: #2e2133;
    }

    .mad-nl-title span {
        color: #d94945;
    }

    .mad-popup-inner .mad-popup-close:hover {
        background: #26658c;
        color: #fff;
    }

    .mad-newsletter-form:not(:last-child) {
        margin-bottom: 1rem;
    }
    
    /* End of Newsletter Popup */

    #mad-toggle-brands {
        display: none;
    }

    .hidden-section {
        padding: 1.875rem;
        border: 2px solid #dce3e6;
        border-radius: 1.5rem;
    }

    .hidden-section .row:not(.col-no-space) {
        margin-bottom: -1rem;
    }

    .hidden-section .row:not(.col-no-space) > [class*="col"] {
        padding-bottom: 1rem;
    }

    .hidden-section:not(:last-child) {
        margin-bottom: 0.5rem;
    }

    .hidden-section .account-action {
        font-weight: bold;
        font-size: 1.125rem;
        line-height: 1.5rem;
        color: #2e3133;
    }

    .hidden-section form.one-line .btn {
        border-radius: 1rem;
    }

    .hidden-section .account-action > a {
        font-weight: bold;
    }

    .hidden-section .account-action > i {
        font-size: 1.75rem;
        margin-right: 0.5rem;
        color: #3a7397;
    }

    .hidden-section .account-action.active > i {
        color: #2e3133;
    }

    .hidden-section .content {
        padding-top: 1.5rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .mad-fixed-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 9;

        -webkit-box-shadow: 0px -3px 24px 0px rgba(46, 49, 51, 0.1);
        -moz-box-shadow:    0px -3px 24px 0px rgba(46, 49, 51, 0.1);
        box-shadow:         0px -3px 24px 0px rgba(46, 49, 51, 0.1);
    }

    .mad-fixed-bar-inner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 1.5rem 0;
        column-gap: 2rem;
        row-gap: 2rem;
    }

    .mad-fixed-bar-inner .mad-col {
        display: flex;
        align-items: center;
        column-gap: 1.5rem;
    }

    .mad-fixed-bar-inner.mad-product .mad-product-title,
    .mad-fixed-bar-inner.mad-product .mad-product-price {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .mad-fixed-bar-inner.mad-product .mad-product-image {
        max-width: 6rem;
    }

    .mad-fixed-bar-inner.mad-product .mad-actions {
        position: initial;
        opacity: 1;
        visibility: visible;
        flex-direction: row;
        column-gap: 0.5rem;
        margin: 0;
    }

    .mad-fixed-bar-inner.mad-product .quantity {
        max-width: 8rem;
    }

    .mad-fixed-bar-inner.mad-product .mad-actions > a {
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
        font-size: 1.5rem;
    }

    .mad-video {
        display: block;
        position: relative;
    }

    .mad-video-link {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 0.75rem;
        font-size: 1.125rem;
        font-weight: 500;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        text-align: center;
        color: #fff;
    }

    .mad-video-link:before {
        content: '';
        width: 6.375rem;
        height: 4.5rem;
        background: url(images/youtube.png) no-repeat;
        display: block;
    }

    .mad-video img {
        position: relative;
        z-index: -1;
    }

    .mad-media-section {
        background-size: cover;
        background-repeat: no-repeat;
        height: 52rem;
        display: flex;
        align-items: center;
    }

    .mad-media-inner {
        width: 100%;
        font-size: 1.125rem;
        line-height: 2rem;
        padding-left: 6rem;
    }

    .mad-media-inner h1.mad-title {
        font-weight: 300;
        font-size: 5.5rem;
        line-height: 3.5rem;
    }

    .mad-media-inner h1.mad-title:not(:last-child) {
        margin-bottom: 1rem;
    }

    .mad-media-inner h2.mad-title {
        font-weight: 500;
    }

    .mad-media-inner h2.mad-title:not(:last-child) {
        margin-bottom: 0.25rem;
    }

    .mad-media-inner p:not(:last-child) {
        margin-bottom: 2.25rem;
    }

    .mad-specs-table {
        border: 2px solid #dce3e6;
        border-radius: 1rem;
    }

    .mad-specs-table:not(:last-child) {
        margin-bottom: 2rem;
    }

    .mad-specs-table > .mad-col {
        width: 50%;
    }

    .mad-spec-list {
        display: flex;
        flex-wrap: wrap;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .mad-spec-list > li .mad-col {
        width: 50%;
        display: flex;
    }

    .mad-spec-list > li .mad-col span:first-child {
        font-weight: bold;
        min-width: 15rem;
        color: #2e3133;
    }

    .mad-spec-list > li {
        width: 100%;
        padding: 1.25rem 1.875rem 1.1875rem;
        display: flex;
        flex-wrap: wrap;
    }

    .mad-spec-list > li:first-child {
        padding-top: 1.625rem;
    }

    .mad-spec-list > li:last-child {
        padding-bottom: 1.625rem;
    }

    .mad-spec-list > li:not(:last-child) {
        border-bottom: 1px solid #dce3e6;
    }

    /* ----------------------------------------
        Blog Single
    ---------------------------------------- */

    

    /* ----------------------------------------
        404 Page
    ---------------------------------------- */

        .mad-404-title {
            font-size: 20rem;
            line-height: 15rem;
            font-weight: bold;
            color: #d94945;
        }

        .mad-404-title + * {
            font-size: 1.25rem;
             
            color: #d94945;
        }

        .mad-page-404 .mad-section:first-child {
            padding: 6rem 0;
        }

    /* ----------------------------------------
        Coming Soon Page
    ---------------------------------------- */

        .mad-coming-soon {
            display: flex;
            min-height: 100vh;
            flex-direction: column;
        }

        .mad-coming-soon .mad-header + .mad-section {
           flex: 1;
           display: flex;
           flex-direction: column;
           justify-content: center;
        }

        .mad-coming-soon .mad-header {
            text-align: center;
            padding: 2.25rem 0;
        }

        .mad-coming-soon h1.mad-page-title {
            font-size: 5rem;
            line-height: 5.5rem;
        }

        .mad-coming-soon h1.mad-page-title:not(:last-child) {
            margin-bottom: 1rem;
        }

.mad-header .mad-actions .mad-col a i{
	line-height: 1;
    font-size: 1.75rem;
 }
.mad-header .top-menu-item ul li{
	display:inline-block;
}
.mad-header .top-menu-item ul{
	list-style:none;
}
.mad-header .top-menu-item ul li:not(:last-child):after{
content:' | ';
padding-left: 3px;
padding-right: 3px;
}	

form .mad-search-section input{
	margin-bottom: 0 !important;
}
.mad-search-section .material-icons {
    line-height: inherit;
    font-size: inherit;
}

.mad-header .lwa {
    margin-bottom: 0;
}
.mad-header a.lwa-links-modal{
color: #2e3133;
}

.mad-section.footer-form input{
	margin-bottom: 0 !important;
}

.mad-newsletter-form.one-line .tnp-submit {
    position: absolute;
    top: 0;
    right: 0;
    background: #4abfd9;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 1rem 2rem 1rem;
    border-radius: 1rem;
    font-family: 'Inter', sans-serif;
    text-align: center;
    white-space: nowrap;
    font-weight: 500;
    letter-spacing: 0px;
    z-index: 1;
    transition: all .5s ease;
    cursor: pointer;
    width: auto;
}
.mad-newsletter-form.one-line .tnp-submit:hover {
    background: #41a8bf;
}
.mad-newsletter-form.one-line .tnp-email {
    border: none;
	padding-right: 6rem;
    text-overflow: ellipsis;
    height: 3.5rem;
    width: 100%;
    max-width: 100%;
    padding-top: 0.3rem;
	padding-bottom: 0.3rem;
    padding-left: 1.375rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #8b9599;
    background: #fff;
	border-radius: 1rem;
}
.tnp-subscription-minimal form {
    position: relative;
}

.elementor-section .elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0;
    padding-bottom: 0;
}

.elementor-section .elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
    padding-left: 44px;
    padding-right: 44px;
    padding-top: 0;
    padding-bottom: 0;
}

.mad-section-title-box h5.mad-page-title {
    margin-bottom: 1.45rem;
}

.mad-counter.counter_style2 .mad-counter-title {
    color: #c5d3d9;
}
.mad-counter.counter_style2 .mad-counter-inner {
    display: flex;
    align-items: center;
}
.mad-counter.counter_style2 .mad-counter-icon {
    margin-bottom: 0;
    min-width: 6.75rem;
}
.mad-counter.counter_style2 .mad-counter-count {
    color: #fff;
}
.mad-counter.counter_style2 .mad-counter-icon:after {
    margin-right: 2.1875rem;
}
.mad-counter.counter_style2 .mad-counter-icon:after {
    background: #3489ab;
}
.mad-counter.counter_style2 .mad-counter-icon svg .cls-1 {
    stroke: #fff;
}
.lekarna-countdown-section.center .countdown-section{
	text-align:center;
}

.mad-icon-boxes .mad-icon-box-content .lekarna-description{
font-weight: 500;
font-size: 1rem;
line-height: 1.5rem;
}
.mad-icon-boxes.size-2 .mad-icon-box-content .lekarna-description {
    line-height: 1.25rem;
    font-size: 0.875rem;
}
.mad-icon-boxes.style-2.our-info .mad-icon-box .mad-icon-box-icon:after {
    background: #53c4b9;
}

.lekarna-image-box.left_image.type-2 h6.mad-entity-title{
	margin-bottom: 1.7rem;
	font-size: 2.25rem;
    line-height: 3rem;
    font-weight: 500;
    letter-spacing: -0.025rem;
}
.lekarna-image-box.right_image.type-2 .mad-entity {
    flex-direction: row-reverse;
}
.lekarna-image-box.right_image.type-2 h6.mad-entity-title{
	margin-bottom: 1.7rem;
	font-size: 2.25rem;
    line-height: 3rem;
    font-weight: 500;
    letter-spacing: -0.025rem;
	color: #2e3133;
}

.lekarna-image-box.right_image.type-2 .lekarna-description,
.lekarna-image-box.left_image.type-2 .lekarna-description
{
	color: #515759;	
}

.mad-pricing-table .lekarna-pricing-table-text ul {
    margin-bottom: 2rem;
}

.elementor-widget-lekarna_table .mad-table-body .mad-table-row:last-child{
	font-weight: bold;
}

.elementor-widget-lekarna_progress:not(:last-child){
	margin-bottom: 1rem !important;
}

.elementor-widget-container .wp-block-themepunch-revslider{
	border-radius: 1rem;
    overflow: hidden!important;
}

.custom.tp-bullets .tp-bullet{
	background: #737c7d;
    border-radius: 50%;
}

.custom.tp-bullets .tp-bullet.selected, 
.custom.tp-bullets .tp-bullet:hover 
{
	background: #2e3133!important;
	transform: scale(1.3)!important;
}

.elementor-widget-lekarna_banner_image .mad-banner .banner-list {
    display: inline-block;
}

.elementor-widget-lekarna_banner_image .mad-banners.type4 .mad-banner{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.elementor-widget-lekarna_banner_image .mad-banners.type5 .mad-banner-inner {
    flex-direction: column;
    min-width: 48.5%;
    align-items: flex-start;
}

.mad-banners.type4.big_height{
    min-height: 820px;
}
.elementor-widget-video .elementor-custom-embed-play:before {
    content: '';
    width: 6.375rem;
    height: 4.5rem;
    background: url(images/youtube.png) no-repeat;
    display: block;
}
.elementor-widget-video .elementor-custom-embed-play i.eicon-play{
	display:none;
}
.elementor-widget-lekarna_title h3.mad-page-title {
    margin-bottom: 1.7rem;
}

.elementor-widget-lekarna_contact_form .lekarna-description{
	margin-bottom: 1.5rem;
}

.wpcf7 .wpcf7-form-control-wrap:not(:last-child) input{
    margin-bottom: 1rem;
}

.mad-footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 1rem;
    color: #747c80;
}

.error404 .mad-content {
    padding-top: 6rem;
}

.error404 .page-404-section{
    margin-bottom: 6rem;
}

.mad-404-des{
    margin-bottom: 1rem;
}

.mad-entity-tags time:not(:last-child){
	border-right:1px solid #747c80;
	margin-right:10px;
	padding-right:8px;
}

.mad-social-icons.type-2 ul li a.sh-twitter{
	background: #55acee;
}

.mad-social-icons.type-2 ul li a.sh-pinterest{
	background: #cb2027;
}

.elementor-widget-lekarna_post .mad-post.type1 .mad-testiomonial-info, 
.elementor-widget-lekarna_post .mad-post.type2 .mad-testiomonial-info 
{
    margin-bottom: 1.5rem;
}

.mad-col.related-quote .mad-entity,
.mad-col.related-link .mad-entity,
.mad-col.format-quote .mad-entity,
.mad-col.format-link .mad-entity,
.mad-post.type2 .mad-grid-item.format-quote .mad-entity,
.mad-post.type2 .mad-grid-item.format-link .mad-entity
{
	padding: 0 !important;
}

.single.single-post .mad-breadcrumb {
    padding: 20px 0 !important;
}

.single.single-post .mad-entities.type-3 .mad-entity .mad-entity-header:not(:last-child) {
    margin-bottom: 2rem;
}

.mad-page-nav .no-link{
	display:none;
}

.comments-area .comment-author-avatar.gravatar img{
	border-radius:50%;
}

.comment-respond .mad-contact-form .mad-col:not(:last-child) {
	margin-bottom: 1rem;
}

.comment-respond p.form-submit,
.comment-respond p.form-submit #submit
{
	margin-bottom: 0;
	float: right;
}
select {
	font-family: "Inter", sans-serif;
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
    border-color: #dce3e6;
    border-radius: 1rem;
    height: 3rem;
    width: 100%;
    padding-left: 1.375rem;
    padding-top: 0.3rem;
    padding-right: 2.625rem;
    padding-bottom: 0.3rem;
    margin-bottom: 0;
    font-size: 1.0rem;
    line-height: 1.5rem;
    color: #8b9599;
    background: #fff url(images/select-arrow1.png);
    background-position: center right 10px;
    background-repeat: no-repeat;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    white-space: nowrap;
    outline: none !important;
}
.single.single-post .mad-content.w-no-sidebar .mad-entities.type-3 .mad-entity .mad-entity-header {
    text-align: center;
}

.widget.widget_popular_posts .mad-entity{
	padding: 0;
	border-radius: 0;
    background: transparent;
}

.widget.widget_popular_posts .mad-entity-tags{
	font-size: 0.8125rem;
    line-height: 1rem;
    color: #747c80;
    font-weight: 500;
}

.widget_newsletterwidget .tnp-widget input.tnp-submit{
	background: #4abfd9;
    color: #fff;
	font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 1rem 2rem 1rem;
    border-radius: 1rem;
	white-space: nowrap;
    font-weight: 500;
    letter-spacing: 0px;
    z-index: 1;
	border:none;
}

.widget_newsletterwidget .tnp-widget input[type=text], 
.widget_newsletterwidget .tnp-widget input[type=email]{
	height: 3.5rem;
    width: 100%;
    padding-top: 0.3rem;
    padding-right: 1.375rem;
    padding-bottom: 0.3rem;
    padding-left: 1.375rem;
    border-radius: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #8b9599;
    background: #fff;
    border-radius: 1rem;
    border: 2px solid #dce3e6;
}
.widget_newsletterwidget .tnp-field label {
	display:none;
}
.widget_newsletterwidget .tnp-widget{
	margin-top: 1rem;
}

.gallery.gallery-columns-3 .gallery-item{
    width: 33.3333%;
}

.gallery .gallery-item {
    display: block;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    height: 100%;
    transition: all .5s ease;
	padding: 0.5rem 0.25rem 0;
}

.mad-widget .gallery{
	display: flex;
    flex-wrap: wrap;
	margin: -0.5rem -0.25rem 0;
}
.mad-widget .gallery:not(:last-child) {
    margin-bottom: 1.5rem;
}

.mad-widget .gallery .gallery-item a:hover:after {
    opacity: 1;
    visibility: visible;
}

.mad-widget .gallery .gallery-item a{
	display: block;
    overflow: hidden;
    position: relative;
    cursor: url(images/crosshair.png), crosshair;
    overflow: hidden;
    z-index: 1;
	border-radius: 1rem;	
}
.mad-widget .gallery .gallery-item a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(35,34,35,0.5);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.mad-widget .gallery .gallery-item a img {
	transition: all .5s ease;
}
.mad-widget .gallery .gallery-item a:hover img {
    transform: scale(1.1);
}

.mad-dropdown.dropdown_per_page .mad-dropdown-title{
    height: 3rem;
    line-height: 2.75rem;
    border-radius: 1rem;
	position: relative;
    padding-right: 2.625rem;
	padding-left: 1.375rem;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
	color: #8b9599;
	font-size: 1rem;
    background: #fff;
    border: 2px solid #dce3e6;
}
.mad-dropdown.dropdown_per_page .mad-dropdown-element li{
	padding-top: 1rem;
    padding-right: 1.375rem;
    padding-left: 1.375rem;
}
.mad-dropdown.dropdown_per_page .mad-dropdown-element{
	left: 0;
    margin-left: 0;
	font-size: 1rem;
    line-height: 1.5rem;
    background-color: #fff;
    padding-bottom: 1rem !important;
    border: 2px solid #dce3e6;
	border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
	width: 100%;
    margin-top: -12px;
    border-top: none;
	max-height: 18.75rem;
    overflow: auto;
}
.mad-dropdown.dropdown_per_page .mad-dropdown-element > li > a {
    color: #8b9599;
}
.mad-dropdown.dropdown_per_page .mad-dropdown-element > li > a.selected {
    color: #2e3133;
}
.mad-dropdown.dropdown_per_page .mad-dropdown-title::after {
    content: "keyboard_arrow_down";
    font-family: 'Material Icons';
    position: absolute;
    top: 0;
    right: 1.375rem;
	color: #909a9d;
    font-size: 1.25rem;
	max-width: 14px;
}

.mad-sorting-section .sort-tabs-nav {
    column-gap: 0.25rem;
	font-weight: bold;
    display: flex;
	position: relative;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mad-sorting-section .sort-tabs-nav a {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    color: #8b9599;
    background: #edf1f2;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .button.mad-cart i{
	line-height: inherit;
    font-size: inherit;
}

.products.columns-2 .product .button.mad-cart{
	width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 1.75rem;
}

.product .mad-product-cat a{
	color: #747c80;
}
.product h6.mad-product-title:not(:last-child) {
    margin-bottom: 0.5rem;
}

.mad-products .product-list .product-list-inner{
	display: flex;
    flex-direction: row;
    row-gap: 2rem;
    column-gap: 2rem;
}

.product-list .product-list-inner .mad-product-image {
    max-width: 20.5rem;
	position: relative;
    background: none!important;
	margin-bottom: 0;
}
.product-list .product-list-inner .mad-product-col {
    display: flex;
    column-gap: 2rem;
    row-gap: 1rem;
}

.product-list .product-list-inner > * {
    width: 100%;
}

.product-list .product-list-inner .mad-product-description {
    padding-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #747c80;
    font-weight: 500;
}
.product-list .product-list-inner .mad-product-col > * {
    flex: 1;
}
.product-list .product-list-inner .mad-product-info {
    max-width: 13rem;
}
.product-list .product-list-inner .mad-info-item:not(:last-child) {
    margin-bottom: 1.5rem;
}
.cart .quantity.hidden{
	display:none;
}

.product-list .product-list-inner .mad-product-description .mad-product-title {
	font-size: 1.25rem;
    line-height: 2rem;
}
.product-list .product-list-inner .mad-product-description .mad-product-title:not(:last-child) {
    margin-bottom: 0.625rem !important;
}
.product-list .product-list-inner .mad-product-description .star-rating{
	margin-bottom: 0.5rem;
}

.product-list .product-list-inner .mad-short-description{
	padding-top: 1rem;
}
.single_add_to_cart_button i:not(:last-child) {
    margin-right: 0.5rem;
}

.product-list .product-list-inner .single_add_to_cart_button{
    width: 100%;
}

.label-qty{
	text-align:left;
}

form.cart .quantity input{
	margin-bottom: 0 !important;
}
form.cart .quantity:not(:last-child) {
	margin-bottom: 0.5rem;
}

.mad-content.w-left-sidebar .row.hr-size-21 {
    flex-direction: row-reverse
}

.shop-page-meta.mad-sorting-section .cls-1 {
    fill: #8b9599; 
    stroke: none;
}

.mad-sidebar.w-sidebar h3, 
.mad-sidebar.w-sidebar h4, 
.top-filter-section h4 
{
    font-size: 1.25rem;
    line-height: 1.5rem;
	margin-bottom: 1.45rem;
	font-weight: 600;
    letter-spacing: -0.025rem;
}

.woof .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #fff;
    border: 2px solid #46a69c;
    border-radius: 1rem;
}

.woof .widget_price_filter .ui-slider .ui-slider-handle {
    border-radius: 50%;
    background-color: #46a69c;
    cursor: ew-resize;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: -8px;
    outline: 0 none;
    position: absolute;
    top: -9px;
    z-index: 2;
	border: none;
}

.mad-widget.WOOF_Widget .woof_container:not(:last-child){
	margin-bottom: 4rem;
}
.mad-widget.WOOF_Widget .woof_container.woof_container_product_visibility:not(:last-child){
	margin-bottom: 1rem;
}
.mad-widget.WOOF_Widget input[type="checkbox"], .mad-widget.WOOF_Widget input[type="radio"] {
    display: none;
}
.mad-widget.WOOF_Widget input[type="checkbox"]:checked + label[for]::after, 
.mad-widget.WOOF_Widget input[type="radio"]:checked + label[for]::after {
    display: block;
}
.mad-widget.WOOF_Widget input[type="checkbox"] + label[for]::after{
	font-size: 0.875rem;
    width: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold;
	font-family: 'Material Icons';
    content: 'done';
    color: #2e3133;
	position: absolute;
    left: 0;
	text-align: center;
    top: 0;
}
.mad-widget.WOOF_Widget input[type="checkbox"] + label[for]::before {
    height: 20px;
    width: 20px;
    border-radius: 0.5rem;
}
.mad-widget.WOOF_Widget input[type="radio"] + label, 
.mad-widget.WOOF_Widget  input[type="checkbox"] + label {
    padding-top: 0;
    padding-bottom: 0;
	padding-left: 2rem;
	margin-left: 0;
	color: #26658c;
    font-weight: 500;
}
.woof_list li {
    margin: 0 3px 0 0 !important;
	padding: 0 0 0 0 !important;
}
.woof_list li:not(:last-child) {
    margin-bottom: 1rem!important;
}
.mad-widget.WOOF_Widget input[type="checkbox"] + label[for]:not(:last-child), .mad-widget.WOOF_Widget input[type="radio"] + label[for]:not(:last-child) {
    margin-bottom: 0;
}

.mad-widget.WOOF_Widget  input[type="radio"] + label::after {
    display: none;
    width: 0.8rem;
    height: 0.8rem;
}

.mad-widget.WOOF_Widget  label span
{
    color: #26658c;
}
.mad-widget.WOOF_Widget  .woof_container {
    padding-bottom: 0;
}
.woof_star_font {
    font-family: 'star';
    color: #d9a934;
}
.woof_star_selected select {
	font-family: "Inter", sans-serif;
    color: #8b9599;
}
.mad-widget.WOOF_Widget .chosen-container {
    font-size: 1rem;
	line-height: 1.5rem;
    color: #747c80;
	margin-bottom: 0;
}
.mad-widget.WOOF_Widget .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 1rem;
    height: 3rem !important;
    border: 2px solid #dce3e6;
    border-radius: 1rem;
    background-color: #fff !important;
    background: #fff;
    box-shadow: none;
    color: #747c80;
    line-height: 3rem !important;
}
.mad-widget.WOOF_Widget .woof_star_selected .chosen-single span {
    color: #8b9599;
	font-family: "Inter", sans-serif;
}
.mad-widget.WOOF_Widget .chosen-container-single .chosen-single div b {
    display: block;
    margin-top: 10px;
}

.woof_submit_search_form_container {
    margin: 0;
}

.products .product .mg-brand-wrapper.mg-brand-wrapper-category{
	display:none;
}

.mad-widget.widget_product_special .widget-title{
	padding-left: 2rem;
	font-size: 1.25rem;
    line-height: 1.5rem;
    padding-bottom: 4px;
	color: #d94945;
	padding-right: 6rem;
}
.mad-widget.widget_product_special .star-rating{
	display:none;
}

.widget.widget_products .widget-product-cat{
	margin-bottom: 0.5rem;
}
.widget.widget_products .widget-product-cat a{
	display: inline-block;
	margin-bottom: 0;
}

.products .product .mad-product-image {
    position: relative;
    background: none!important;
}

.mad-actions i{
	line-height: 40px;
}

.mad-actions i.yith-wcwl-icon {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
	font-size: 1.4rem;
	margin-right: 0;
	color: #2e2133;
}
.mad-actions .yith-wcwl-add-to-wishlist:hover i.yith-wcwl-icon {
	color: #fff;
}
.mad-actions i.yith-wcwl-icon:before {
    content: "favorite_border";
}
.mad-actions  .yith-wcwl-wishlistexistsbrowse,
.mad-actions  .feedback{
	font-size: 0;
	position: relative;
}
.mad-actions .yith-wcwl-add-to-wishlist{
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    color: #2e2133;
    background: #edf1f2;
    display: block;
    border-radius: 50%;
	transition: all .5s ease;
	overflow: hidden;
}
.mad-actions .yith-wcwl-add-to-wishlist:hover{
	color: #fff;
    background: #26658c;
}
.yith-wcwl-add-to-wishlist {
    margin-top: 0;
}
.mad-actions .yith-wcwl-wishlistexistsbrowse a{
    width: 40px;
    height: 40px;
    display: initial;
    top: 0;
    left: 0;
    position: absolute;
}


.mad-actions .woocommerce.compare-button:hover a:before{
	color: #fff;
}
.mad-actions .woocommerce.compare-button>a:hover{
	color: #fff;
    background: #26658c;
}
.mad-actions .woocommerce.compare-button>a.added{
	color: #fff;
    background: #26658c;
}
.mad-actions .woocommerce.compare-button>a{
	width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    color: #2e2133;
    background: #edf1f2;
    display: block;
    border-radius: 50%;
	transition: all .5s ease;
}

.mad-actions .woocommerce.compare-button a{
	margin-right: 0 !important;
	font-size: 0 !important;
	position: relative !important;
}
.mad-actions .woocommerce.compare-button a:before {
	color: #2e2133;
	font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
	font-size: 1.4rem;
    content: "compare_arrows";
}
.mad-product .mad-actions > a {
    position: relative;
}



.popup-modal .mad-popup-holder {
    width: 100%;
    max-width: 61rem;
    height: 85%;
    margin: 1rem;
    position: relative;
}
.popup-modal {
    position: fixed;
	height: 85%;
    max-height: 85%;
    top: 50%;
    left: 50%;
    z-index: 1001;
	transform: translateX(-50%) translateY(-50%);
}
.popup-modal.modal-hide ~ .popup-modal-overlay {
	-webkit-transition: visibility 1.5s ease;
			transition: visibility 1.5s ease;
}

.popup-modal.modal-show ~ .popup-modal-overlay { visibility: visible; }
.popup-modal.modal-hide ~ .popup-modal-overlay {
	-webkit-animation-direction: reverse;
			animation-direction: reverse;
}

.popup-modal.modal-show ~ .popup-modal-overlay,
.popup-modal.modal-hide ~ .popup-modal-overlay {
	-webkit-animation-name: animationVisibility;
			animation-name: animationVisibility;
	-webkit-animation-duration: 0s;
			animation-duration: 0s;
}
.popup-modal-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: rgba(14,41,58,0.7);
	-webkit-transition: visibility 0s ease;
			transition: visibility 0s ease;
}
.popup-modal .mad-popup-wrap {
    overflow: hidden;
    height: 100%;
    border-radius: 1rem;
}
.popup-modal .mad-popup-inner {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    margin: 0;
	border-radius: 1rem;
    background: #fff;
    padding: 5rem 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
	position: relative;
}
.mad-popup-inner .mad-popup-close i{
	line-height: inherit;
    font-size: inherit;
}
.popup-modal .woocommerce div.product div.images {
    margin-bottom: 0;
}
.popup-modal .woocommerce div.product div.summary {
    margin-bottom: 0;
}
.popup-modal div.images.woocommerce-product-gallery {
   opacity: 1 !important;
   float: left;
   margin-right: 5rem !important;
   max-width: 480px;
}
.popup-modal form.cart .quantity:not(:last-child) {
    margin-bottom: 0.5rem !important;
}
.single.single-post .single-content.content-element-4 > .elementor {
    margin-left: -1rem;
    margin-right: -1rem;
}

.elementor-widget-lekarna_blockquote .mad-testiomonial-info:not(:last-child) {
    margin-bottom: 1.5rem;
}

.gallery[class*="gallery-columns"] {
    margin-left: -16px;
    margin-right: -16px;
}
.gallery[class*="gallery-columns"] {
    margin-top: 1rem;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 1.5rem;
}
.gallery[class*="gallery-columns"] > .gallery-item {
    padding: 0.5rem 1rem 0;
	position: relative;
}

.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}
.gallery[class*="gallery-columns"] > .gallery-item img {
    height: auto;
}
.related-news .mad-col .mad-entity-media img{
	height:auto;
}
.related-news .mad-col .video_wrapper_full.image-2 {
    padding-top: 176px;
}

.woocommerce-products-header > .elementor {
	margin-bottom: 2rem!important;	
}
.woocommerce-products-header .revslider-initialised {
    border-radius: 1rem;
    overflow: hidden!important;	
}
	
.hidden{
	display:none;
}
body.filter-top .shop-page-meta .btn.hidden{
	display:block;
}

.mad-filter-section.top-filter-section .widget.widget-woof .woof_container{
	display: inline-block;
}
.mad-filter-section.top-filter-section .widget.mad-widget{
	display: inline-block;
}

.woocommerce-shop.post-type-archive-product.shop-title-type2 .mad-breadcrumb {
	background-image: url(images/1904x496_bg1.jpg)!important;
    background-size: cover!important;	
	padding-top: 12.75rem!important;	
    padding-bottom: 12rem!important;	
    color: #c5d3d9;
	z-index: 1;
    position: relative;
}

.woocommerce-shop.post-type-archive-product.shop-title-type2 .mad-breadcrumb:after {
    content: '';
    background: rgba(14,41,58,0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.woocommerce-shop.post-type-archive-product.shop-title-type2 .mad-breadcrumb .mad-page-title {
    color: #fff;
}

.mad-grid-item.product-list .quantity-wrap p.stock{
	display:none;
}

.mad-filter-section.top-filter-section .woof_redraw_zone{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-ms-flex-align: start;
    align-items: flex-start;
	justify-content: space-between;
}

.mad-filter-section.top-filter-section .widget.mad-widget {
    position: relative;
}

.mad-filter-section.top-filter-section .woof_redraw_zone .woof_price_search_container{ 
	min-width: 300px;
}

.mad-filter-section.top-filter-section .woof_redraw_zone .woof_by_rating_container{ 
	min-width: 250px;
}

body.single-product .mad-breadcrumb .mad-page-title {
	display:none;
}
body.single-product .mad-breadcrumb{
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
body.single-product .mad-breadcrumb-path:not(:last-child) {
    margin-bottom: 0;
}
.mad-product.mad-product-single .mad-info-item.single-item-rating:not(:last-child){
	margin-bottom: 1rem;
}
.mad-product.mad-product-single .mad-info-item.mad-text-small{
	color: #515759;
}

.mad-product.mad-product-single .mad-info-item i.yith-wcwl-icon {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
	font-size: 1.4rem;
	margin-right: 0;
	content: "favorite_border";
}
.mad-product.mad-product-single .mad-info-item i.yith-wcwl-icon:before {
    content: "favorite_border";
}

.mad-product.mad-product-single .mad-info-item .woocommerce.compare-button a:before 
{
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1.4rem;
    content: "compare_arrows";
	vertical-align: middle;
	margin-right: 4px;
}

.mad-product.mad-product-single .woocommerce-product-gallery__image img{
	position: relative;
    border-radius: 1rem;
    overflow: hidden;	
}

.mad-product.mad-product-single .flex-control-thumbs img {
    height: auto;
    max-width: 112px;
}

.woocommerce .summary.entry-summary form.cart .single_add_to_cart_button i{
    font-size: 1.5rem;
    vertical-align: -5px;
}

.woof_childs_list_opener span.woof_is_closed {
    background: none;
}
.woof_childs_list_opener span.woof_is_closed:after {
    content: "keyboard_arrow_down";
    position: absolute;
    right: 0;
    top: 12px;
    font-family: 'Material Icons';
    font-size: 1.25rem;
	color: #26658c;
    font-weight: 500;
}

.woof_childs_list_li{
	position:relative;
}
.woof_childs_list_opener span.woof_is_opened{
    background: none;
}
.woof_childs_list_opener span.woof_is_opened:after {
    content: "keyboard_arrow_down";
    position: absolute;
    right: 0;
    top: 12px;
    font-family: 'Material Icons';
    font-size: 1.25rem;
	color: #26658c;
    font-weight: 500;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger img{
	display:none !important;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:after{
	content: "fullscreen";
    font-family: 'Material Icons';
    font-size: 32px;
    color: #8b9599;
    font-weight: 500;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger{
	position: absolute;
    bottom: 130px;
    z-index: 2;
	right: 0.5rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 2rem;
    color: #8b9599;
    background: #edf1f2;
    border-radius: 1rem;
}

.woocommerce.thumb-side .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    bottom: 8px;
}

.mad-product.mad-product-single.type_gallery .mad-section.content-element-9{
	padding-top: 0;
	padding-bottom: 0;
}

.mad-zoom-img i{
	line-height: inherit;
    font-size: inherit;
}

.mad-product.mad-product-single.type_gallery .mad-product.mad-product-single .mad-info-item .mad-product-price.price span{ 
	font-size: 1.875rem;
    line-height: 2rem;
}
.mad-product.mad-product-single.type_gallery .mad-product.mad-product-single .mad-info-item .mad-product-price.price del span 
{
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.mad-product.mad-product-single.type_sticky_info .mad-product.mad-product-single .mad-info-item .mad-product-price.price span {
    font-size: 1.875rem;
    line-height: 2rem;
}


.mad-product.mad-product-single.type_gallery .mad-info-item .quantity input[type="number"] {
    height: 3.5rem!important;
    line-height: 3.5rem!important;
    border-radius: 1rem!important;
    width: 12.9375rem;
}

.mad-product.mad-product-single.type_gallery form.cart .quantity:not(:last-child) {
    margin-bottom: 0;
}
.mad-product.mad-product-single.type_gallery form.cart .single_add_to_cart_button {
    vertical-align: bottom;
}

.mad-product.mad-product-single.type_gallery .mad-info-item-add{
	display: inline-block;
    width: auto;
	margin-right: 1.5rem;
}
.mad-product.mad-product-single.type_gallery .mad-info-item-btns-sh{
	display: inline-block;
    width: auto;
	margin-top: 45px;
}

.mad-product.mad-product-single .cart.grouped_form .btn-set .quantity input {
    max-width: 207px;
	height: 3.5rem!important;
    line-height: 3.5rem!important;
}

.mad-product.mad-product-single .cart.grouped_form .btn-set .quantity {
    margin-bottom: 0;
}
.mad-product.mad-product-single .cart.grouped_form .btn-set{
	column-gap: 1.5rem;
}

.mad-product.mad-product-single.type_sticky_info  .mad-product.mad-product-single .product_meta > span{
    display: block;
}
.mad-product.mad-product-single .mad-info-item.mad-info-item-add .cart .quantity input {
    max-width: 207px;
	height: 3.5rem!important;
    line-height: 3.5rem!important;
}
.mad-product.mad-product-single .mad-info-item.mad-info-item-add .cart .quantity {
    margin-bottom: 0;
}
.mad-product.mad-product-single .cart .single_add_to_cart_button {
    vertical-align: bottom;
}

body.woocommerce .cart-collaterals .cross-sells, body.woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    float: none;
}
.woocommerce .woocommerce-cart-form table.shop_table{
	border:none;
}
.woocommerce .woocommerce-cart-form table.shop_table {
    table-layout: auto;
}
.shop_table .quantity .label-qty {
    display:none;
}

.shop_table.cart .product-subtotal .woocommerce-Price-amount{
	font-weight: bold;
	color: #46a69c;
}
.shop_table.cart .mad-product-image img{
	max-width:96px;
}
.shop_table.cart .coupon{
	width: 100%;
    max-width: 36rem;
	position: relative;
}
.shop_table.cart .coupon .btn {
    position: absolute;
    top: 0;
    right: 0;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #2e3133;
}
.mad-widget-title.color-2 {
    color: #46a69c;
}

.mad-table-wrap.color-2 .mad-table-wrap.color-2 {
    border: none;
}
.woocommerce-checkout-review-order > .mad-table-wrap.color-2 {
	margin-bottom: 1rem;
}


table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal {
    color: #515759;
	font-weight: 400;
}
table.woocommerce-checkout-review-order-table tfoot tr.order-total{
    font-size: 1.25rem;
	color: #46a69c;
}

table.woocommerce-checkout-review-order-table tfoot  tr th {
    border-top: 1px solid #dce3e6;
}

.woocommerce-page input[type="radio"] + label[for]::before {
    border-radius: 50%;
    width: 35px;
    height: 35px;
	border:none;
}
.woocommerce-page input[type="radio"] + label[for] {
	padding-left: 3.5rem;
    font-weight: bold;
    color: #2e3133;
    padding-top: 0.25rem;
	margin-bottom: 0;
}

.hide_timer .mad-info-item.section_timer{
	display:none;
}

.lekarna-product.grid_vertical .mad-products.hr-type .mad-grid-item:not(:last-child) .mad-product
{
    padding-bottom: 2rem !important;
    margin-bottom: 1.5rem !important;
}
.lekarna-product.grid_vertical .mad-products.hr-type .mad-grid-item:not(:last-child) .mad-product:after
{
    content: '';
    position: absolute;
    left: 30px;
    right: 30px;
    height: 1px;
    bottom: 0;
    background: #dce3e6;
}
.lekarna-product.grid_vertical .mad-products.hr-type .mad-grid-item .mad-info-item:not(:last-child)
{
    margin-bottom: 0;
}
.lekarna-product.grid_vertical .mad-info-item .mad-product-price.price span
{
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.home-mad-post .mad-entities.type-3 .mad-entity {
    background: #fff;
}
.elementor-widget-container .mad-section-categories-list{
	height: 100%;
}

.lekarna-product.hide_level .mad-info-item.stock_level{
	display:none;
}

.lekarna-testimonials.carousel5 .mad-page-title{
	margin-bottom: 1.45rem;
	font-weight: bold;
    letter-spacing: -0.03rem;
	font-size: 1.5rem;
    line-height: 2rem;
}

.mad-footer.footer-2 .mad-footer-bottom .mad-social-icons ul li a 
{
    color: #4abfd9;
}

.mad-footer.footer-2 .mad-icon-boxes.style-2 .mad-icon-box .mad-icon-box-icon:after {
    background: #3489ab;
}

.mad-widget.widget-newsletter .mad-newsletter-form.one-line .tnp-email {
	margin-bottom: 0;
}

.mad-footer.footer-4  .mad-widget:not(:last-child) {
    margin-bottom: 3rem;
}

.woocommerce-wishlist .wishlist-title-container{
	display:none; 
 }

table.wishlist_table thead th {
    border-top: none;
    font-weight: bold;
    color: #2e3133;
    padding-top: 1.5rem;
    padding-right: 1.875rem;
    padding-bottom: 1.5rem;
    padding-left: 1.875rem;
    font-size: 1rem;
    line-height: 2rem;
}
table.wishlist_table tbody td, table.wishlist_table thead th {
    border-color: #dce3e6;
}
.wishlist_table .product-add-to-cart a {
    width: auto;
    height: auto;
    padding: 1rem 1.5rem 1rem;
    display: inline-block !important;
    font-size: 1.125rem;
    line-height: 1rem;
    font-weight: 500;
    letter-spacing: 0px;
    z-index: 1;
    border-radius: 1rem;
    position: relative;
	margin: 0 auto 0!important;
}

.product-stock-status span{
	font-size: 1rem;
    line-height: 2rem;
}
table.wishlist_table tbody td {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
}
.wishlist_table tr td, .wishlist_table tr th.product-checkbox, .wishlist_table tr th.wishlist-delete {
    text-align: left;
}

.wishlist_table .product-price .mad-products{
    font-size: 1rem;
    line-height: 2rem;
}
.woocommerce #content table.wishlist_table.cart a.remove {
    color: #2e3133;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover {
    background-color: transparent;
    color: #2e3133;
}
.wishlist_table tr td.product-thumbnail a.mad-product-image {
    border: none;
    max-width: 96px;
}
.wishlist_table tr td.product-thumbnail .mad-product-description a {
    width: 100% !important;
    max-width: 100%;
}

.yith_wcwl_wishlist_footer .mad-share-wrap i.fa.fa-whatsapp{
    font-family: Font Awesome\ 5 Brands;
}

.upsells.products .mad-product .mad-cart span,
.elementor-widget-lekarna_tabs_menu_shop_carousel .mad-product .add_to_cart_button span,
.related.products .mad-product .mad-cart span,
.elementor-widget-lekarna_tabs_menu_shop_carousel .mad-product .mad-cart span,
.elementor-widget-lekarna_product .mad-product .add_to_cart_button span,
.elementor-widget-lekarna_product_banner .mad-product .add_to_cart_button span,
.elementor-widget-lekarna_product_special .mad-product .add_to_cart_button span,
.products.mad-products .mad-grid-item .wp-element-button.product_type_simple span,
.products.mad-products .mad-grid-item .add_to_cart_button span,
.products.mad-products .mad-grid-item .product_type_external.mad-cart span,
.products.mad-products .mad-grid-item .product_type_grouped.mad-cart span,
.widget_product_special .mad-info-item .add_to_cart_button span,
.cross-sells .mad-info-item .button.mad-cart span
{
	display:none !important;
}

.mad-products .yith-wcwl-add-button .add_to_wishlist span{
	display:none !important;
}

.mad-product .mad-product-info .mad-info-item a.added_to_cart:after {
	font-family: 'Material Icons Outlined';
	content: 'shopping_bag';
    font-weight: normal;
    font-style: normal;
	line-height: 2.5rem;
	font-size: 1.4rem;
}
.mad-product .mad-product-info .mad-info-item a.added_to_cart {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-size: 0;
    background: #26658c;
    color: #fff;
    display: block;
    border-radius: 50%;
}
.mad-product .mad-product-info .mad-info-item .mad-cart.added{
	display:none;
}
.woocommerce-notices-wrapper .woocommerce-error{
	border-radius: 1rem;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
	color: #d94945;
}

.shopping-cart .mad-close-item i{
	font-size: 1.25rem !important;
}

.shopping-cart .mad-product.mini_cart_item .quantity,
.shopping-cart .mad-product.mini_cart_item .quantity span,
.shopping-cart .mad-product.mini_cart_item .quantity span.quantity
{
	line-height: 1rem; 
	color: #46a69c;
} 

.lekarna-product-special.hide_stock .mad-info-item.stock_level{
	display:none;
}

.lekarna-product-special.hide_rating .mad-rating{
	display:none !important;
}

.lekarna-product-special.hide_stock .mad-product-info:not(:last-child) {
    margin-bottom: 0;
}
.mad-info-item.section_timer {
    margin-bottom: 0;
}

.elementor-widget-lekarna_product_banner .mad-product .button.product_type_grouped.mad-cart span, .elementor-widget-lekarna_product_special .mad-product .button.product_type_grouped.mad-cart span{
	display: none;
}

.mad-products .mini_cart_item .mad-product-image img {
    height: auto;
}
.mad-header.w-type-3 .mad-actions .mad-dropdown-cart .mad-dropdown-title span {
    color: #fff;
}

body.type-wide_width .entry-content .elementor > .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
	padding-left: 2.0rem;
    padding-right: 2.0rem;
}
body.type-wide_width .entry-content .elementor > .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-no {
	padding-left: 0;
    padding-right: 0;
}

.elementor-widget-lekarna_tabs_menu_shop_carousel .lekarna-tabs-menu-shop-carousel .mad-tabs.with-carousel.type-2 .mad-tabs-nav{
	justify-content: center;
}

.w-header-type-3 .elementor-widget-lekarna_testimonials .lekarna-testimonials.carousel1 h3{
	font-weight: bold;
    letter-spacing: -0.03rem;
	font-size: 1.5rem;
    line-height: 2rem;
}

.elementor-element-660ea73d .elementor-container.elementor-column-gap-default{
	padding-left: 0 !important;
    padding-right: 0!important;
}

.elementor-widget-lekarna_countdown h1.mad-coming-soon-title {
    font-size: 5rem;
    line-height: 5.5rem;
}

body .lwa-form table input[type="checkbox"] {
	display: inline-block;
	margin-bottom: 0 !important;
	height: 1.5rem;
	position: relative;
}
body .lwa-form table tr:hover {
    background-color: transparent;
}
body .lwa-modal {
    width: 500px;
}
.lwa-links label {
    margin-bottom: 0;
    display: inline-block;
	line-height:40px;
	margin-left: 10px;
}

.mad-widget .mad-banners.with-fixed-height .mad-banner.banner-small h4 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: bold;
    letter-spacing: -0.05rem;
}

.widget_product_special.mad-products-with-countdown .mad-info-item.stock_level,
.widget_product_special.mad-products-with-countdown .mad-product-info .mad-rating
{
	display: none!important;
}

.widget_product_special.mad-products-with-countdown .mad-info-item:not(:last-child) {
    margin-bottom: 0;
}
.widget_product_special.mad-products-with-countdown .mad-product-description {
    flex: 0;
}

.mad-navigation.mad-navigation-special .menu-item.mega-menu > a:hover {
	color: #fff!important;
}
.mad-navigation.mad-navigation-special li.menu-item.mega-menu:first-child > a {
    color: #fff;
    line-height: 3rem;
	background: #d94945;
    padding: 0 1rem;
    border-radius: 1rem;
}

.mad-browse-cat .mad-cat-menu > li.menu-item-has-children > a:after {
    content: 'chevron_right';
    font-family: 'Material Icons';
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1.5rem;
    font-size: 1.5rem;
	font-weight: 300;
}
.mad-browse-cat .mad-cat-menu > li.menu-item-has-children > a {
    position: relative;
}

.elementor-widget-lekarna_tabs_menu_shop_carousel .lekarna-tabs-menu-shop-carousel .mad-tabs.with-carousel.type-2 .mad-tabs-nav.align-left {
    justify-content: left;
}
.elementor-widget-lekarna_tabs_menu_shop_carousel .lekarna-tabs-menu-shop-carousel .mad-tabs.with-carousel.type-2 .mad-tabs-nav.align-right {
    justify-content: right;
}

.elementor-widget.elementor-widget-lekarna_product .lekarna-product.carousel2 .mad-products.with-border.style-2.hr-type .mad-grid-item > .product:not(:last-child) .mad-product{
	padding-bottom: 2rem;
}
.elementor-widget.elementor-widget-lekarna_product .lekarna-product.carousel2 .mad-products.with-border.style-2.hr-type .mad-grid-item > .product:not(:last-child){
	margin-bottom: 1.5rem;
}
.elementor-widget.elementor-widget-lekarna_product .lekarna-product.carousel2 .mad-products.with-border.style-2.hr-type .mad-grid-item > .product:not(:last-child) .mad-product:after {
    content: '';
    position: absolute;
    left: 30px;
    right: 30px;
    height: 1px;
    bottom: 0;
    background: #dce3e6;
}
.elementor-widget.elementor-widget-lekarna_product .lekarna-product.carousel2 .mad-products.with-border.style-2.hr-type .mad-product-image .mad-label{
	display:none;
}

.elementor-widget.elementor-widget-lekarna_product .lekarna-product.carousel2 .mad-products.with-border.style-2.hr-type .mad-info-item:not(:last-child) {
    margin-bottom: 0;
}

.elementor-element-30ce40a1.elementor-widget-lekarna_banner_image .mad-banners.type2 .banner_info{
    margin-bottom: 10px;
}

.elementor-widget.elementor-widget-lekarna_tabs_menu_shop_carousel .mad-products.with-border.style-2.hr-type.item-col-4 .mad-grid-item > .product.type-product:not(:last-child) .mad-product:after {
    content: '';
    position: absolute;
    left: 30px;
    right: 30px;
    height: 1px;
    bottom: 0;
    background: #dce3e6;
}
.elementor-widget.elementor-widget-lekarna_tabs_menu_shop_carousel .mad-products.with-border.style-2.hr-type.item-col-4 .mad-grid-item > .product.type-product:not(:last-child){
	margin-bottom: 1.5rem;
}
.elementor-widget.elementor-widget-lekarna_tabs_menu_shop_carousel .mad-products.with-border.style-2.hr-type.item-col-4 .mad-grid-item > .product.type-product:not(:last-child) .mad-product{
	padding-bottom: 2rem;
}

body.type-wide_width .elementor-widget-lekarna_newsletter_home .container.extra-width{
	max-width: 90rem;
	padding-right: 1rem;
    padding-left: 1rem;
}

.elementor-widget-lekarna_newsletter_home form:not(.one-line):not(.mad-searchform) input:not(:last-child) {
    margin-bottom: 0;
}

.mad-page-title.with-carousel.align-center  {
    padding-right: 0;
}

.mad-footer.footer-3  .mad-entities.mad-entity-hr .mad-entity .mad-entity-media {
    max-height: 96px;
}

.elementor-container.elementor-column-gap-no .elementor-widget-container .wp-block-themepunch-revslider {
    border-radius: 0;
}

.elementor-widget-lekarna_image_with_list .mad-icon-boxes.size-2 .mad-icon-box-content p{
	max-width:242px;
}

.elementor-element-5fbb229d .owl-carousel .owl-dots > button.owl-dot.active > span {
	background: #fff;
}

.button.woof_reset_search_form{
	font-size: 14px;
	padding: 0.75rem 1rem;
    font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1rem;
	letter-spacing: 0px;
    z-index: 1;
    border-radius: 1rem;
    position: relative;
    background: #46a69c;
	margin-top: 1rem;
}
.button.woof_reset_search_form:hover {
    background: #3b8c84;
}
.woof .widget_price_filter .price_slider_amount .button {
    font-size: 14px;
}

.woocommerce-products-header .mad-banners.type2 .mad-banner {
    min-height: 28rem;
}

.elementor-widget-lekarna_image_with_list .mad-icon-boxes.size-2.item-col-1.hr-type .mad-icon-box-content p {
    max-width: 100%;
}

.elementor-section-stretched .elementor-widget-lekarna_testimonials .lekarna-testimonials.carousel4 .owl-carousel .owl-dots > button.owl-dot.active > span {
	background: #fff;
}

.gallery-spacing-custom.elementor-widget-image-gallery .gallery.gallery-size-full.gallery-columns-6 .gallery-item {
    border-radius: 0;
}

.elementor-widget-lekarna_contact_form .wpcf7-submit.btn
{
    margin-top: 1rem;
	float: right;
}

.elementor-widget-lekarna_contact_form .form-align-center .wpcf7-submit.btn {
    float: none;
	margin-top: 0;
}

.elementor-widget-lekarna_contact_map .contact-type1 .mad-section {
    width: 100%;
}

.mad-sidebar.w-sidebar .widget_support h4 {
    margin-bottom: 0;
}

#lekarna-lwa-modal-holder{
	display:none;
}

.gmwqp_popup_op_form .gmqqp_submit_btn {
    padding: 1rem 2rem 1rem;
    border-radius: 1rem;
}

.gmwqp_popup_op_form .gmqqp_input {
    padding-top: 0.3rem !Important;
    padding-right: 1.375rem !Important;
    padding-bottom: 0.3rem !Important;
    padding-left: 1.375rem !Important;
    line-height: 1.5rem !Important;
    border: 1px solid #000 !Important;
    height: 3.5rem !Important;
    border-radius: 1rem !Important;
    display: inline-block !Important;
	font-size: 1rem;
    float: left !Important;
    width: 100% !Important;
	color: #8b9599 !Important;
    background: #fff !Important;
	border: 2px solid #dce3e6 !Important;
}

.gmwqp_popupcontant .gmwqp_full:not(:last-child){
    margin-bottom: 1rem;
}
.gmwqp_popupcontant .gmqqp_captchadiv .gmqqp_input {
    width: 150px !Important;
    float: left !Important;
    margin-left: 5px;
}
.gmqqp_captchadiv label {
    line-height: 3.5rem;
}

.gmwqp_inner_popup_op .gmwqp_inner_popup_op_mores {
    background-color: #fff;
    border-radius: 1rem;
	padding: 5rem 2rem;
}
.gmwqp_popup_op .gmwqp_inner_popup_op h3 {
    text-align: center;
    font-size: 1.5rem;
	font-weight: bold;
    margin: 0;
    padding: 0 0;
    background-color: #fff;
}
.gmwqp_popup_op .gmwqp_popupcontant {
    padding: 0px 0;
}

body .gmwqp_popup_op {
    box-shadow: none !Important;
    color: #2e2133;
}

.gmwqp_popup_op .gmwqp_close.b-close{
	width: 3rem;
    height: 3rem;
    background: #edf1f2;
    text-align: center;
    line-height: 3rem;
    border-radius: 1rem;
    font-size: 1.5rem;
	top: 1rem;
    right: 1rem;
	display: block;
	position: absolute;
}
.gmwqp_popup_op .gmwqp_close img {
    display: none;
}

.gmwqp_popup_op .gmwqp_close.b-close:after {
    content: 'close';
    font-family: "Material Icons";
    font-size: 24px;
    line-height: 48px;
	color: #515759;
}

.modal-view.modal-inner-content .mad-info-item.section_timer{
	 display:none;
}

.modal-view.modal-inner-content .product_meta .yith-wcbr-brands-logo{
	 display:none !important;
}

.modal-view.modal-inner-content .product_meta > span{
	display:block;
	color: #747c80;
}

.modal-view.modal-inner-content .product_meta > span:not(:last-child) {
    margin-bottom: 0.375rem;
}

.modal-view.modal-inner-content .product_meta > span.yith-wcbr-brands {
    margin-top: 0;
}

.modal-view.modal-inner-content .mad-info-item .mad-product-price.price span{
    font-size: 1.875rem;
    line-height: 2rem;
}

.modal-view.modal-inner-content .mad-thumb-holer{
	margin-top: 10px;	
}

.modal-view.modal-inner-content .mad-info-item .mad-product-price.price del span{
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.modal-view.modal-inner-content .mad-rating{
	position: relative;
    display: inline-block;
	font-size: 1.3125rem;
    line-height: 1;
}

.modal-view.modal-inner-content .col-xl-6 > .yith-wcwl-add-to-wishlist{
	display:none !important;
}

.woocommerce input#createaccount[type="checkbox"] + span {
    padding-left: 0.7rem;
    padding-top: 0;
	color: #515759;
}
.woocommerce input#createaccount[type="checkbox"]{
	margin-bottom: 0;
}

.content-element-10.w-form-login:not(:last-child) {
    margin-bottom: 0.5rem;
}

.content-element-10.w-form-login .woocommerce-info,
.content-element-10.w-form-coupon .woocommerce-info
{
	font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #2e3133;
}
.content-element-10.w-form-login .woocommerce-info a,
.content-element-10.w-form-coupon .woocommerce-info a
{
	font-weight: bold;
}

.content-element-10.w-form-login p.lost_password{
	margin-bottom: 0 !important;
}

.content-element-10.w-form-login input[type="checkbox"] + span {
    padding-left: 0.7rem;
    padding-top: 0;
	color: #515759;
}
.content-element-10.w-form-login input[type="checkbox"]{
	margin-bottom: 0 !important;
}
.content-element-10.w-form-login .woocommerce-form-login.login p:first-child{
	margin-bottom: 1.5rem;
}
.content-element-10.w-form-login .woocommerce-form-login__submit{
	font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 1rem 2rem 1rem;
    border-radius: 1rem;
}
.content-element-10.w-form-login .woocommerce-form-login.login{
	margin-bottom: 0;
}

.w-form-login .lost_password{
	padding-left: 1.0rem;
}

.w-form-login .form-row.woocommerce-buttons-block{
	margin-bottom: 0!important;
}

.fancybox-is-zoomable .fancybox-button.fancybox-button--play{
	display:none;
}

.mad-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse{
	font-size: 0;
}

.mad-actions .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    margin-right: 0;
	color: #fff;
}
.mad-actions .yith-wcwl-wishlistexistsbrowse,
.mad-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse
{
	background: #26658c;
}

.mad-actions .woocommerce.compare-button a.added:before {
    color: #fff;
}

body ul.currency_switcher li {
    float: left;
    margin: 0;
	padding: 0;
    list-style: none;
}
body ul.currency_switcher li a {
    padding: 0;
	min-width: 50px;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
	color: #2e3133;
}
body ul.currency_switcher li a.active, body ul.currency_switcher li a:hover {
    background: transparent;
}

.mad-actions .mad-col > a.wishlist_button span.mad_item_count{
	right: -5px;
}

.elementor-widget-lekarna_banner_image .mad-banners.type2 .banner_info img.alignleft {
    margin-right: 1.5rem;
	border-radius: 0;
	padding-top: 10px;
}
.header-2 .mad-browse-cat .mad-cat-menu > li:last-child{
	display:none;
}
.header-2 .mad-cat-toggle {
    background: #3b8c84;
}

.header-2 .mad-icon-boxes.our-info .mad-icon-box-icon .svg .cls-1, .header-2 .mad-icon-boxes.our-info .mad-icon-box-icon svg .cls-1 {
    stroke-width: 14px;
}

.header-2 .mad-cat-toggle.toggled {
    background: #46a69c;
}

.mad-browse-cat .mad-cat-menu > li.default-dropdown > a{
	font-weight: bold;
}
/* .elementor-widget-lekarna_product_special .lekarna-product-special .mad-products.style-2 .mad-grid-item .mad-product .mad-product-info:not(:last-child) { */
    /* margin-bottom: 0.5rem; */
/* } */

.elementor-widget-lekarna_shop_cat_home .mad-product-categories .mad-product-category {
    width: 100%;
}

.mad-footer.footer-2 .content-element-6 .row > [class*="col"] {
    padding-bottom: 2rem;
}


.mad-header.w-type-3 a.lwa-links-modal {
    color: #fff;
}

.elementor-col-33 .elementor-widget-lekarna_banner_image .mad-banners.type4.big_height .banner_info img.alignnone{
	min-width:104px;
}

.mad-footer.footer-4 .widget_social_logo .mad-widget:not(:last-child){
	margin-bottom: 5rem;
}
.mad-footer.footer-4 .mad-widget.widget-newsletter .mad-newsletter-form.one-line .tnp-email {
    border: 2px solid #dce3e6;
}

.coming-soon-inner .elementor-element > .elementor-container.elementor-column-gap-extended {
    max-width: 90rem !important;
}

.mad-products.size-2.one-line.item-col-1 .mad-product .mad-actions .woocommerce.compare-button>a {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
}

.woocommerce-shop.post-type-archive-product.shop-title-type2 .mad-breadcrumb.with-bg.with-header .mad-breadcrumb-path a {
    color: #4abfd9;
}

.single-product .product_meta .yith-wcbr-brands-logo{
	display:none !important;
}

.single-product .yith-wcwl-wishlistexistsbrowse .feedback i{
	color: #26658c;
}

.single-product .yith-wcwl-wishlistexistsbrowse .feedback {
    font-size: 0;
}

.woocommerce-wishlist.woocommerce .yith_wcwl_wishlist_footer>div {
    margin-bottom: 0;
}

.elementor-widget.elementor-widget-lekarna_product .lekarna-product.carousel4 .mad-products.with-border.style-2.hr-type .mad-grid-item > .product:not(:last-child) .mad-product:after {
    content: '';
    position: absolute;
    left: 30px;
    right: 30px;
    height: 1px;
    bottom: 0;
    background: #dce3e6;
}
.elementor-widget.elementor-widget-lekarna_product .lekarna-product.carousel4 .mad-products.with-border.style-2.hr-type .mad-grid-item > .product:not(:last-child) .mad-product {
    padding-bottom: 2rem;
}
.elementor-widget.elementor-widget-lekarna_product .lekarna-product.carousel4 .mad-products.with-border.style-2.hr-type .mad-grid-item > .product:not(:last-child) {
    margin-bottom: 1.5rem;
}

.elementor-widget.elementor-widget-lekarna_product .lekarna-product.carousel5 .mad-products.with-border.style-2.hr-type .mad-grid-item > .product:not(:last-child) .mad-product:after {
    content: '';
    position: absolute;
    left: 30px;
    right: 30px;
    height: 1px;
    bottom: 0;
    background: #dce3e6;
}
.elementor-widget.elementor-widget-lekarna_product .lekarna-product.carousel5 .mad-products.with-border.style-2.hr-type .mad-grid-item > .product:not(:last-child) .mad-product {
    padding-bottom: 2rem;
}
.elementor-widget.elementor-widget-lekarna_product .lekarna-product.carousel5 .mad-products.with-border.style-2.hr-type .mad-grid-item > .product:not(:last-child) {
    margin-bottom: 1.5rem;
}

.elementor-widget.elementor-widget-lekarna_product .lekarna-product.carousel6 .mad-products.with-border.style-2.hr-type .mad-grid-item > .product:not(:last-child) .mad-product:after {
    content: '';
    position: absolute;
    left: 30px;
    right: 30px;
    height: 1px;
    bottom: 0;
    background: #dce3e6;
}
.elementor-widget.elementor-widget-lekarna_product .lekarna-product.carousel6 .mad-products.with-border.style-2.hr-type .mad-grid-item > .product:not(:last-child) .mad-product {
    padding-bottom: 2rem;
}
.elementor-widget.elementor-widget-lekarna_product .lekarna-product.carousel6 .mad-products.with-border.style-2.hr-type .mad-grid-item > .product:not(:last-child) {
    margin-bottom: 1.5rem;
}

.elementor-widget-lekarna_contact_form_home .wpcf7 .wpcf7-form-control-wrap input, 
.elementor-widget-lekarna_contact_form_home .wpcf7 .wpcf7-form-control-wrap textarea 
{
    border: none;
}

.product .mad-product-cat a:hover {
    color: #2e3133;
}
#sbi_mod_error {
    border: none;
    margin: 0;
}

.mad-products.hr-type .mad-product .mad-product-price span{
    font-size: 1.125rem;
    line-height: 1.5rem;
}

body.type-wide_width .entry-content .elementor > .elementor-section.elementor-section-boxed.elementor-element-52fb1385 > .elementor-container {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
}

.elementor-widget-lekarna_tabs_menu_shop_carousel .mad-products.hr-type .mad-grid-item.product .mad-product .mad-product-price span {
    font-size: 1.5rem;
}

.lekarna-icon-box.mad-icon-boxes.align-center .mad-icon-box {
	width: 100%;
}
.elementor-widget-lekarna_cta .type_center.with-description .mad-cta-des.content-element-6:not(:last-child) {
    margin-bottom: 2rem;
}

.shop-page-meta.mad-sorting-section .woocommerce-ordering select.orderby{
	padding-left: 17px;
}

.woocommerce.widget_products .mad-products.hr-type .mad-product .mad-product-price span {
    font-size: 1.0rem;
    line-height: 1.0rem;
}
.woocommerce.widget_products .mad-products.hr-type .mad-product .mad-product-price del span {
    font-size: 0.9rem;
    line-height: 0.9rem;
	font-weight: 500;
}
.woocommerce.widget_products .mad-products.hr-type .mad-product .mad-product-price del{
	color: #8b9599;
}

.mad-sorting-section .sort-tabs-nav a.selected .cls-1,
.mad-products-section.product-col-1 .mad-sorting-section .sort-tabs-nav a.bt-col-1 .cls-1,
.mad-products-section.product-col-2 .mad-sorting-section .sort-tabs-nav a.bt-col-2 .cls-1,
.mad-products-section.product-col-3 .mad-sorting-section .sort-tabs-nav a.bt-col-3 .cls-1,
.mad-products-section.product-col-4 .mad-sorting-section .sort-tabs-nav a.bt-col-4 .cls-1,
.mad-products-section.product-col-5 .mad-sorting-section .sort-tabs-nav a.bt-col-5 .cls-1,
.mad-products-section.product-col-6 .mad-sorting-section .sort-tabs-nav a.bt-col-6 .cls-1
{
	fill: #2e3133;
}
.mad-sorting-section .sort-tabs-nav a.selected img.svg,
.mad-products-section.product-col-1 .mad-sorting-section .sort-tabs-nav a.bt-col-1 img.svg,
.mad-products-section.product-col-2 .mad-sorting-section .sort-tabs-nav a.bt-col-2 img.svg,
.mad-products-section.product-col-3 .mad-sorting-section .sort-tabs-nav a.bt-col-3 img.svg,
.mad-products-section.product-col-4 .mad-sorting-section .sort-tabs-nav a.bt-col-4 img.svg,
.mad-products-section.product-col-5 .mad-sorting-section .sort-tabs-nav a.bt-col-5 img.svg,
.mad-products-section.product-col-6 .mad-sorting-section .sort-tabs-nav a.bt-col-6 img.svg
{
    filter: brightness(0) saturate(0);
}


.tax-product_cat .mad-banners.type2 .mad-banner {
    background-color: #26658c;
}

.mad-widget.widget_stock_status a {
	display: block;
    position: relative;
}
.mad-widget.widget_stock_status a.active:after {
	opacity: 1;
}
.mad-widget.widget_stock_status a.active {
    color: #2e3133;
}
.mad-widget.widget_stock_status a:before {
    height: 20px;
    width: 20px;
    border-radius: 0.5rem;
	content: "";
    border: 2px solid #dce3e6;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.mad-widget.widget_stock_status a:after {
    font-family: 'Material Icons';
    content: "done";
    color: #2e3133;
    font-size: 0.875rem;
    width: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
    opacity: 0;
}

.mad-widget.widget_rating a {
	display: block;
    position: relative;
}
.mad-widget.widget_rating a.active:after {
	opacity: 1;
}
.mad-widget.widget_rating a.active {
    color: #2e3133;
}
.mad-widget.widget_rating a:before {
    height: 20px;
    width: 20px;
    border-radius: 0.5rem;
	content: "";
    border: 2px solid #dce3e6;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.mad-widget.widget_rating a:after {
    font-family: 'Material Icons';
    content: "done";
    color: #2e3133;
    font-size: 0.875rem;
    width: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
    opacity: 0;
}



.mad-widget.widget_brands_filter a {
	display: block;
    position: relative;
}
.mad-widget.widget_brands_filter a.active:after {
	opacity: 1;
}
.mad-widget.widget_brands_filter a.active {
    color: #2e3133;
}
.mad-widget.widget_brands_filter a:before {
    height: 20px;
    width: 20px;
    border-radius: 0.5rem;
	content: "";
    border: 2px solid #dce3e6;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.mad-widget.widget_brands_filter a:after {
    font-family: 'Material Icons';
    content: "done";
    color: #2e3133;
    font-size: 0.875rem;
    width: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
    opacity: 0;
}

.mad-filter-section.top-filter-section .row{
    align-items: flex-start;
    justify-content: space-between;
} 

.mad-filter-section.top-filter-section .row:not(.col-no-space) > [class*="col"] {
    padding-bottom: 0;
}
.mad-filter-section.top-filter-section .row .mad-widget:not(:last-child) {
    margin-bottom: 2rem;
}

.mad-products.item-col-1 .product-list .product-list-inner .btn-big {
    font-size: 1.125rem;
    line-height: 1.0rem;
    padding: 1rem 1.5rem 1rem;
	font-weight: 500;
    letter-spacing: 0px;
}

.mad-products.item-col-1 .product-list .quantity-wrap> .mad-info-item.mad-text-small:not(:last-child) {
	display:none;
}

.mad-products.item-col-1 .product-list .price.mad-product-price span{
	font-size: 1.5rem;
    line-height: 1.5rem;
}


.mad-products.size-2.item-col-3 .mad-product-description .mad-product-title{
	font-size: 1.125rem;
    line-height: 1.5rem;
}

.mad-products.size-2.item-col-3 .mad-product .mad-rating-bottom-level > *{
	font-size: 1.19rem;
    line-height: 1;
}
.mad-products.size-2.item-col-3 .mad-product .mad-rating-top-level > *{
	font-size: 1.19rem;
    line-height: 1;
}

.mad-products.size-2.item-col-4 .mad-product .mad-rating-bottom-level > *{
	font-size: 1.19rem;
    line-height: 1;
}
.mad-products.size-2.item-col-4 .mad-product .mad-rating-top-level > *{
	font-size: 1.19rem;
    line-height: 1;
}

.mad-products.size-2.item-col-4 .mad-product-description .mad-product-title{
	font-size: 1.0rem;
    line-height: 1.5rem;
}
.mad-products.size-2.item-col-4 .mad-product .mad-product-price span{
	font-size: 1.125rem;
    line-height: 1.5rem;
}

.elementor-shortcode.form-cf7.form-align-center .wpcf7-spinner {
    width: 0;
}

.products.mad-products.item-col-1 .product-type-grouped .mad-product-col .mad-info-item .quantity-wrap{
	display:none;
}

.button.woof_submit_search_form {
    font-size: 14px;
    padding: 0.75rem 1rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1rem;
    letter-spacing: 0px;
    z-index: 1;
    border-radius: 1rem;
    position: relative;
    background: #46a69c;
    margin-top: 1rem;
}

.top-filter-section .widget-woof .woof_sid_widget .woof_redraw_zone .woof_submit_search_form_container {
    margin: 1rem 0 1rem;
    flex: 0 0 100%;
    max-width: 100%;
}
.top-filter-section .mad-widget.WOOF_Widget .woof_container:not(:last-child) {
    margin-bottom: 0;
}
.top-filter-section.mad-filter-section {
    margin-bottom: 2rem;
}

.mad-filter-section.top-filter-section .row {
    margin-right: 0;
    margin-left: 0;
}

.mad-products.size-2.item-col-5 .mad-product .mad-product-price span, 
.mad-products.size-2.item-col-6 .mad-product .mad-product-price span 
{
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.container.extra-width .top-filter-section.mad-filter-section {
    margin-bottom: 4rem;
}
.container.extra-width .mad-filter-section.top-filter-section .widget.mad-widget {
    width:100%;
}
.container.extra-width .mad-filter-section.top-filter-section .widget.mad-widget .select2-container{
	width:100% !important;
}

p.woocommerce-info{
	margin: 0 0 16px !important;
    border-radius: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    position: relative;
    font-size: 1rem;
    line-height: 1.5rem;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    background: #e5ecf1;
    color: #26658c;
}
.woocommerce-notices-wrapper{
	margin-bottom: 1rem;
}

.mad-entities.lekarna-image-box.top_image .mad-read-more, 
.mad-entities.lekarna-image-box.top_image2 .mad-read-more 
{
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.mad-entities.lekarna-image-box.top_image .mad-read-more:not(.no-arrow):after, 
.mad-entities.lekarna-image-box.top_image2 .mad-read-more:not(.no-arrow):after 
{
    font-size: 24px;
}

.elementor-widget-lekarna_team .mad-team.mad-grid .mad-team-member .mad-social-icons {
    padding-top: 1.5rem;
}

.elementor-shortcode.form-cf7.form-align-center .wpcf7-spinner {
    display: none;
}

.elementor-7150 .elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
    padding: 0;
}

.elementor-widget-lekarna_tabs .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}
.mad-404-des {
    font-size: 1rem;
    line-height: 1.5rem;
}

.woof_products_top_panel_ul .woof_reset_button_2 {
    padding: 2px 0;
}

.woof_btn_default.woof_show_auto_form, .woof_hide_auto_form {
	display: none !important;
}

.post-type-archive-product .site-main  br{
	display: none !important;
}

body .woof_childs_list {
    padding: 14px 0 0 17px !important;
    margin: 0 !important;
}

body .woof_products_top_panel {
    z-index: 10;
}

.mad-filter-section.top-filter-section .widget.mad-widget {
    width: 100%;
}
.mad-filter-section.top-filter-section .woof_container .select2-container{
	width: 100% !important;
}

#woof_svg_load_container {
    width: 100px !important;
    height: 100px !important;
	background-color: rgb(45 45 45 / 70%);
	border-radius: 50%;
    vertical-align: middle;
    text-align: center;
}

.woof_products_top_panel_ul .woof_reset_button_2 {
    font-size: 14px;
    padding: 0.75rem 1rem;
    font-weight: bold;
	color: #fff;
	letter-spacing: 0px;
    border-radius: 1rem;
    position: relative;
    background: #46a69c;
}
.woof_products_top_panel {
    line-height: 41px;
    margin: 0 0 1rem 0;
	color: #8b9599;
}

.woof_products_top_panel li span, .woof_products_top_panel2 li span {
    background: url(images/delete.png) no-repeat;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: right;
	padding-right: 24px;
}

.woof_products_top_panel_ul li ul li:not(:first-child) {
    margin: 0 16px 0 0 !important;
}

.woof_products_top_panel_ul li ul li:last-child {
    margin: 0 0 0 0 !important;
}
.woof_container .woof_checkbox_label {
    margin-left: 0 !important;
}
.mad-widget img {
    height: auto;
    max-width: 100%;
}

.woocommerce-products-header .content-element-10 {
    margin-bottom: 5rem;
}

.lekarna_woof_pagination_trigger .page-numbers {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}
.lekarna_woof_pagination_trigger .loaded_msg {
    display: none;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.lekarna_woof_pagination_trigger_action.btn {
	margin-top: 2rem;
}
.lekarna_woof_pagination_trigger.disabled .loaded_msg {
    display: inline-block;
    color: #2e3133;
    font-weight: 500;
}
.lekarna_woof_pagination_trigger a.lekarna_woof_pagination_trigger_action.disabled {
    display: none;
}


.lekarna_woof_pagination_trigger .loaded_msg.enabled {
    display: block;
}
.lekarna_woof_pagination_trigger .loaded_msg {
	margin-top: 2rem;
}

nav.woocommerce-pagination {
    text-align: center;
}
nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-right: 0;
    margin: 1px;
	margin-top: 2rem;
}
.woocommerce-pagination ul.page-numbers:before {
    content: " ";
    display: table;
}
.woocommerce-pagination ul.page-numbers:after {
    clear: both;
}
.woocommerce-pagination ul.page-numbers li {
    display: inline-block;
	box-sizing: border-box;
    margin: 0 0.125rem;
	padding: 0;
	overflow: hidden;
}
.elementor-element-8555b68 .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    margin-left: -10px;
}
.woocommerce-pagination ul.page-numbers > li > a {
    font-weight: bold;
    display: block;
    width: 2rem;
    height: 2rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 2rem;
    background: #dce3e6;
    color: #2e3133;
    border-radius: 50%;
}
.woocommerce-pagination ul.page-numbers .next i,
.woocommerce-pagination ul.page-numbers .prev i
{
    font-family: 'Material Icons';
    font-size: 1.25rem;
}
.woocommerce-pagination ul.page-numbers > li > a:hover {
    background: #26658c;
    color: #fff;
}

.woocommerce-pagination ul.page-numbers li .page-numbers.current{
	background: #2e3133;
    color: #fff;
	font-weight: bold;
    display: block;
    width: 2rem;
    height: 2rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 2rem;
	border-radius: 50%;
}

.top-filter-section.mad-filter-section.type-icons {
    margin-bottom: 4rem;
}

.mad-custom-select .mad-options-list > li:last-child{
	padding-bottom: 1rem;
}

.woof_childs_list_opener {
    display: none !important;
}

.btn.btn-out{
	pointer-events: none;
  cursor: default;
}
.mad-product.mad-product-single .mad-info-item.section_timer .mad-text-medium{
	color: #515759;
}

.woocommerce .return-to-shop .button.wc-backward{
	padding: 1rem 1.5rem 1rem;
    display: inline-block;
    background: #4abfd9;
    color: #fff;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1rem;
    white-space: nowrap;
    font-weight: 500;
    letter-spacing: 0px;
    z-index: 1;
    border-radius: 1rem;
    position: relative;
    transition: all .5s ease;
    margin-top: 1rem;
}

.cart_totals.mad-widget table.mad-table--vertical .order-total th, 
.cart_totals.mad-widget table.mad-table--vertical .order-total td
{
    color: #46a69c;
}
.woocommerce form .form-row label, 
.woocommerce-page form .form-row label 
{
    text-transform: capitalize;
}
.woocommerce form .form-row label span, 
.woocommerce-page form .form-row label span 
{
    text-transform: none;
}

.woocommerce-checkout-payment #place_order{
	text-transform: capitalize;
}
.woocommerce-checkout .woocommerce-additional-fields{
	margin-top:3rem;
}
.payment_box.payment_method_bacs p,
.woocommerce-privacy-policy-text p,
.payment_box.payment_method_cheque p
{
    font-size: 0.875rem;
    line-height: 1.0rem;
}
.woocommerce div.product div.images.woocommerce-product-gallery.attachment-0 {
    padding-left: 0;
}
.woocommerce-checkout-payment .woocommerce-privacy-policy-text p{
    padding-left: 3.5rem;
}
body.archive.search-results .woof_products_top_panel,
body.archive.search-results .woocommerce-notices-wrapper
{
	display:none !important;
}

.mad-entity-media img {
    width: 100%;
    height: auto;
}

.lwa .lwa-modal {
    top: 15% !important;
    text-align: center;
    padding: 2rem 2rem;
    width: 480px;
    border-radius: 1rem;
    background-color: #fff;
	border: 2px solid #dce3e6;
}
body .lwa-status {
    margin-bottom: 10px;
    font-size: 14px;
}
body .lwa tr:not(:last-child) {
    margin-bottom: 1rem;
}
body .lwa td, .lwa tr {
    display: block;
}
body .lwa td {
    padding-top: 0;
	text-align: left;
}
.lwa input[type="checkbox"] {
    display: inline-block;
    width: 40px;
    height: 40px;
}
body .lwa-password input, body .lwa-username input, body .lwa-email input, body .lwa-remember-email input {
    width: 100%;
}

body .lwa tr.lwa-submit {
    display: inline-table;
	width: 100%;
}
body .lwa tr.lwa-submit td{
    display: table-cell;
}
body .lwa-wp-submit{
	margin-bottom: 0 !important;
}
body .lwa tr.lwa-submit td.lwa-links {
    float: right;
}

input#lwa_rememberme::before {
    content: "";
    border: 2px solid #dce3e6;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 1rem;
    position: absolute;
    left: 0;
    top: 0;
}

input#lwa_rememberme:checked::after{
	display: block;
}
input#lwa_rememberme::after {
    font-family: 'Material Icons';
    content: "done";
    color: #2e3133;
    font-size: 1.5rem;
    line-height: 2.5rem;
    position: absolute;
    left: 0;
    width: 2.5rem;
    text-align: center;
    top: 0;
    display: none;
}

.lwa-modal .lwa-modal-close::before{
	font-family: 'Material Icons';
    content: "close";
    color: #2e3133;
    font-size: 1.5rem;
    line-height: 3rem;
    position: absolute;
    left: 0;
    width: 3rem;
    text-align: center;
    top: 0;
	font-weight: 300;
}
.lwa-modal .lwa-modal-close{
	font-size:0 !important;
	width: 3rem;
    height: 3rem;
    background: #edf1f2;
	position:relative;
	border-radius: 1rem;
}
.lwa-modal .lwa-modal-close:hover::before {
	color: #fff;
}
.lwa-modal .lwa-modal-close:hover {
    background: #26658c;
    color: #fff;
}

.widget_calendar .wp-calendar-nav{
	margin-top: 1.5rem;
}

.elementor-widget-lekarna_post .with-sidebar.type-3.mad-post.type2 .video_wrapper_full.image-2 {
    padding-top: 21.5rem;
}

 .elementor-widget-lekarna_dropcap p,
.elementor-widget-text-editor p
 {
    line-height: 1.5rem;
}




.mad-products .mad-product h2.woocommerce-loop-product__title,
.mad-products .mad-product >span.onsale.mad-label,
.mad-products .mad-product >.woocommerce-LoopProduct-link.woocommerce-loop-product__link
{
    display:none;
}

.mad-products .mad-product>img.attachment-woocommerce_thumbnail{
	display:none;
}
.mad-products .mad-product > .button.wp-element-button.add_to_cart_button,
.mad-products .mad-product .mad-col > .button.wp-element-button.add_to_cart_button
{
	display:none; 
 }

.size-btns-big .mad-products .mad-product-info a.added_to_cart:after{
	line-height: 3.5rem;
    font-size: 1.75rem;
}

 .mad-products.size-btns-big .mad-product-info .mad-cart, 
.size-btns-big .mad-products .mad-product-info .mad-cart, 
.mad-products .mad-product.size-btns-big .mad-cart, 
.size-btns-big .mad-products .mad-product-info a.added_to_cart,
 .mad-products.size-btns-big .mad-product-info a.added_to_cart,
.mad-products .mad-product.size-btns-big  .mad-product-info a.added_to_cart
{
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 1.75rem;
}

.size-btns-big .mad-actions .woocommerce.compare-button>a, 
.size-btns-big .mad-actions > a,
.size-btns-big .mad-actions .yith-wcwl-add-to-wishlist
{
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
	font-size: 1.75rem;
}
.size-btns-big .mad-actions .woocommerce.compare-button>a:before, 
.size-btns-big .mad-actions i.yith-wcwl-icon
{
    font-size: 1.75rem;
}

.mad-products .mad-product.size-btns-big .mad-product-price span,  
.mad-products.size-btns-big .mad-product .mad-product-price span,  
.lekarna-product.size-btns-big .mad-info-item .mad-product-price.price span ,
.lekarna-tabs-menu-shop-carousel.size-btns-big .mad-info-item .mad-product-price.price span 
{
    font-size: 1.5rem;
    line-height: 1.5rem;
}

 .mad-products.size-btns-big .mad-product-info a.added_to_cart,
.size-btns-big .mad-products .mad-product-info a.added_to_cart,
.mad-products .mad-product.size-btns-big  .mad-product-info a.added_to_cart{
	font-size: 0;
}

.mad-products.size-btns-big .mad-product .mad-product-info .mad-info-item a.added_to_cart:after,
.mad-product.size-btns-big .mad-product-info .mad-info-item a.added_to_cart:after
{
	line-height: 3.5rem;
    font-size: 1.75rem;
}

.woof .woof_star_selected .woof_wcga_label_hide, 
.woof_container_inner .woof_star_selected .woof_wcga_label_hide {
    display: block !important;
	font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 1.45rem;
    font-weight: 600;
    letter-spacing: -0.025rem;
	color: #2e3133;
}

.mad-navigation .sub-menu .sub-menu a.no-link{
	margin-top: 2rem;
}

.woocommerce-page.woof_shortcode_output .mad-products.item-col-4.with-border:not(.mad-product-small) .mad-grid-item:last-child .mad-product,
.woocommerce-page.woof_shortcode_output .mad-products.item-col-5.with-border:not(.mad-product-small) .mad-grid-item:last-child .mad-product
{
	border-right: 1px solid #dce3e6;
}


.mad-sidebar.mad-filter-canvas .widget.mad-widget h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 1.45rem;
    font-weight: 600;
    letter-spacing: -0.025rem;
}

.single-product .woocommerce-variation-price ins{
	font-weight: bold;
    color: #46a69c;
}

.elementor-container.elementor-column-gap-no rs-module-wrap {
	   left: 0 !important;
	}

.mad-widget.widget_media_gallery .gallery[class*="gallery-columns"] > .gallery-item {
    padding: 0.5rem 0.25rem 0;
    position: relative;
}
.mad-widget.widget_media_gallery .gallery[class*="gallery-columns"] > .gallery-item img {
    height: auto;
    width: 100%;
}

.mad-widget.widget_media_gallery .gallery[class*="gallery-columns"] {
    margin: -0.5rem -0.25rem 0;
}

.elementor-widget-lekarna_home_instagram #sb_instagram a:before {
    content: "\f16d";
    font-family: Font Awesome\ 5 Brands;
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(14,41,58,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}
.elementor-widget-lekarna_home_instagram #sb_instagram  a:hover {
	opacity: 1 !important;
}
.elementor-widget-lekarna_home_instagram #sb_instagram  a:hover:before {
    opacity: 1;
    visibility: visible;
}


.elementor-widget-lekarna_home_instagram .home-instagram.type2 #sb_instagram  a{
	border-radius: 1rem;
    overflow: hidden;
}

.elementor-widget-lekarna_home_instagram .home-instagram.type2 #sb_instagram #sbi_images {
    margin-left: -16px !important;
    margin-right: -16px !important;
}

.elementor-widget-lekarna_home_instagram .home-instagram.type2  #sb_instagram a:before{
	border-radius: 1rem;
    overflow: hidden;
}

.widget.mad-widget.widget_media_gallery .mad-read-more{
	margin-top: 1.5rem;
	font-size: 1.125rem;
}

.mad-fixed-bar-inner.mad-product .mad-product-price span{
    font-size: 1rem;
    line-height: 1.5rem;
}

.mad-fixed-bar-inner.mad-product .mad-actions .woocommerce.compare-button>a {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
}
.mad-fixed-bar-inner.mad-product .mad-actions .woocommerce.compare-button a:before {
    font-size: 24px;
}
.mad-fixed-bar-inner.mad-product .mad-actions .yith-wcwl-add-to-wishlist {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
}
.mad-fixed-bar-inner.mad-product .mad-actions i.yith-wcwl-icon {
    font-size: 24px;
}
.mad-fixed-bar-inner.mad-product .mad-info-item:not(:last-child) {
    margin-bottom: 0;
}

.mad-fixed-bar-inner.mad-product a.added_to_cart{
	font-size: 0;
}
.mad-fixed-bar-inner.mad-product .add_to_cart_button span{
    display: none !important;
}

.mad-fixed-bar-inner.mad-product .mad-cart{
	width: 3rem;
    height: 3rem;
    line-height: 3rem;
}
.mad-fixed-bar-inner.mad-product .label-qty {
	display:none;
}
.mad-fixed-bar-inner.mad-product .mad-info-item .mad-product-price.price del span {
    line-height: 1.5rem;
}
.mad-fixed-bar-inner.mad-product .single_add_to_cart_button.btn-big {
    font-size: 1.125rem;
    line-height: 1rem;
    padding: 1rem 1.5rem 1rem;
    border-radius: 1rem;
}
.mad-fixed-bar-inner.mad-product form.cart .quantity:not(:last-child) {
    margin-bottom: 0;
    margin-right: 0.4rem;
}
.mad-fixed-bar-inner.mad-product .btn-big > i {
    font-size: 1.25rem;
    vertical-align: -4px;
    line-height: 0.5rem;
}
.mad-fixed-bar-inner.mad-product .quantity button {
font-size: 1.5rem;
    bottom: 0.5rem;
}


.elementor-widget-lekarna_home_instagram h5.mad-page-title {
    margin-bottom: 0;
}


body:not([class*="type-wide_width"]) .mad-products.size-2.item-col-4 .mad-product .mad-rating:not(:last-child),
body:not([class*="type-wide_width"]) .mad-products.size-2.item-col-5 .mad-product .mad-rating:not(:last-child),
body:not([class*="type-wide_width"]) .mad-products.size-2.item-col-6 .mad-product .mad-rating:not(:last-child)
{
	margin-bottom: 0.25rem;
}

.mad-popup-wrap .mad-product.mad-product-single .product_meta span.tagged_as a{
	margin: 1px;
}	

.site-main .woof_products_top_panel button.woof_reset_button_2 {
    display: none;
}

.site-main .woof_products_top_panel .lekarna_reset_filter_button {
    display: inline-block;
    float: left;
    margin-right: 1rem;
    position: relative;
}
.woof_products_top_panel ul {
    display: inline-block;
}

.post-type-archive-product.type-normal_width.filter-top .mad-content.w-no-sidebar .mad-filter-section.top-filter-section.mad-sidebar.type-none .row {
    margin-bottom: -1rem;
}

.mad-products.size-2.item-col-1 .quantity button {
    bottom: 0.5rem;
}

.popup-modal.modal-show  .mad-info-item-add .quantity {
  display: block;
}

 .mad-widget.widget_popular_posts  .mad-entity-meta .mad-entity-tags .mad-link{
	display: none;
}

.mad-page-nav > a.no_link{
	opacity:0;
}

/* .mad-entities.type-3 .mad-grid-item.format-quote .mad-entity-tags,  */
/* .mad-entities.type-3 .mad-grid-item.format-quote .mad-entity-tags a */
/* { */
	/* color: #fff; */
/* } */
/* .mad-entities.type-3 .mad-grid-item.format-quote .mad-entity-title a { */
    /* color: #fff; */
/* } */
/* .mad-entities.type-3 .mad-grid-item.format-quote .mad-entity-tags time:not(:last-child) { */
    /* border-color: #fff; */
/* } */

.related-news h3.mad-entity-title {
    color: #fff;
	font-size: 1.25rem;
    line-height: 2rem;
    letter-spacing: -0.03rem;
}
.related-news .mad-entities.type-3 h3.mad-entity-title a{
    color: #fff;
}

.related-news .mad-entity-tags,
.related-news .mad-entity-tags a{
	color: #fff;
}

.related-news .mad-entity-tags time:not(:last-child) {
    border-color: #fff;
}

.related-news .mad-testimonial blockquote {
    font-size: 1.0rem;
    line-height: 2rem;
}

.comments-list > .comment-respond {
	margin-top: 5rem;
}

.mad-product-single.type_gallery .mad-product.mad-product-single .product-meta span.tagged_as a {
    margin-bottom: 0;
	 margin-top: 0;
}

.mad-product-single.type_gallery .mad-product.mad-product-single .product-meta li.tags li.tags {
    margin-top: 0;
}

.mad-product.mad-product-single.type_sticky_info  .sticky-bar .col-xl-6.mad-sidebar .mad-product.mad-product-single .product_meta .yith-wcbr-brands {
    margin-top: 0;
}

body .ips_wrapp_ab_1 {
    background-color: rgba(14,41,58,0.7);
}

body .ips_w_1{
	-webkit-border-radius: 1rem;
    -khtml-border-radius: 1rem;
    border-radius: 1rem;
	font-size: 1rem;
    line-height: 1.5rem;
	padding: 4.5rem 2rem;
	overflow: hidden;
}
body .ips_close_bttn_1 img{
	display:none;
}
body .ips_close_bttn_1 {
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
	background: #edf1f2;
    text-align: center;
    line-height: 3rem;
    border-radius: 1rem;
    font-size: 1.5rem;
}

body .ips_close_bttn_1:after {
font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
	content: 'close';
	line-height: 3rem;
}
body .ips_close_bttn_1:hover {
	background: #26658c;
    color: #fff;
}

body .ips_w_1:after {
    content: '';
    position: absolute;
    right: -5rem;
    top: 50%;
    margin-top: -7.8125rem;
    -webkit-mask: url(fonts/lekarna_svg_icons/subscribe.svg) no-repeat;
    mask: url(fonts/lekarna_svg_icons/subscribe.svg) no-repeat;
    background-color: #4abfd9;
    opacity: 0.4;
    position: absolute;
    width: 16.375rem;
    height: 15.6875rem;
    transform: rotate(-16deg);
    z-index: -1;
}


.mad-newsletter-form.one-line.popup input:not(:last-child){
    margin-bottom: 0 !important;
}
.mad-newsletter-form.one-line.popup input[type=submit] {
    background: #d94945 !important;
    color: #fff !important;
}

body:not([attribute]) {
    background-color: transparent !important;
}
.mad-newsletter-form.one-line.popup input[type=email]{
border: 2px solid #dce3e6;
}

body:not([attribute]) p br {
    display: block;
}

body .ips_w_1 {
    top: 200px;
    width: 688px !important;
}

body:not([attribute]) p {
    line-height: 1.5rem;
}

.mad-col.format-quote .mad-entity .mad-entity-body, .mad-col.format-link .mad-entity .mad-entity-body {
    padding: 0 2rem 2rem 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
}



.mad-col.format-quote .mad-testimonial,
.mad-col.format-link .mad-entity-link-element{
	border-radius: 1rem 1rem 0 0; 
	;
}



