@charset "UTF-8";

/*
Theme Name: Inko-Versand Theme
Theme URI: https://mediavuk.com
Author: Strahinja Djukic
Author URI: http://mediavuk.com
Description: SASS-based Responsive wordpress starter theme
Text Domain: sd-theme
Template: storefront
Version:2.7.2
*/

/* hide Usercentrics cookie fingerprint icon */
.jEcacy button,
.jEcacy [type='button'],
.jEcacy [type='reset'],
.jEcacy [type='submit'] {
    display: none;
}

/* price per unit labelling */
.wgm-info.price-per-unit.price-per-unit-loop.ppu-variation-wrap .woocommerce-Price-amount.amount {
    color: #4E6DCC;
    font-size: 10px;
}

/* flex column for price variation container */
#price-variations-container .woocommerce-variation-price.additional-price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

/* reset margin set by .wgm-info customization in style.css */
#price-variations-container .woocommerce-variation-price.additional-price .wgm-info {
    margin: 0;
}

#price-variations-container .woocommerce-variation-price.additional-price .price {
    width: 100%;
}


/* Google Fonts */

/* overpass-300 - latin */
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/overpass-v12-latin-300.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('fonts/overpass-v12-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/overpass-v12-latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/overpass-v12-latin-300.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/overpass-v12-latin-300.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/overpass-v12-latin-300.svg#Overpass') format('svg');
    /* Legacy iOS */
}

/* overpass-regular - latin */
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/overpass-v12-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('fonts/overpass-v12-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/overpass-v12-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/overpass-v12-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/overpass-v12-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/overpass-v12-latin-regular.svg#Overpass') format('svg');
    /* Legacy iOS */
}

/* overpass-500 - latin */
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/overpass-v12-latin-500.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('fonts/overpass-v12-latin-500.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/overpass-v12-latin-500.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/overpass-v12-latin-500.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/overpass-v12-latin-500.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/overpass-v12-latin-500.svg#Overpass') format('svg');
    /* Legacy iOS */
}

/* overpass-700 - latin */
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/overpass-v12-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('fonts/overpass-v12-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/overpass-v12-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/overpass-v12-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/overpass-v12-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/overpass-v12-latin-700.svg#Overpass') format('svg');
    /* Legacy iOS */
}

/* overpass-600 - latin */
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/overpass-v12-latin-600.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('fonts/overpass-v12-latin-600.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/overpass-v12-latin-600.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/overpass-v12-latin-600.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/overpass-v12-latin-600.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/overpass-v12-latin-600.svg#Overpass') format('svg');
    /* Legacy iOS */
}

/* overpass-300italic - latin */
@font-face {
    font-family: 'Overpass';
    font-style: italic;
    font-weight: 300;
    src: url('fonts/overpass-v12-latin-300italic.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('fonts/overpass-v12-latin-300italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/overpass-v12-latin-300italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/overpass-v12-latin-300italic.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/overpass-v12-latin-300italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/overpass-v12-latin-300italic.svg#Overpass') format('svg');
    /* Legacy iOS */
}

/* overpass-italic - latin */
@font-face {
    font-family: 'Overpass';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/overpass-v12-latin-italic.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('fonts/overpass-v12-latin-italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/overpass-v12-latin-italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/overpass-v12-latin-italic.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/overpass-v12-latin-italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/overpass-v12-latin-italic.svg#Overpass') format('svg');
    /* Legacy iOS */
}



/*Additions by Strahinja 15.12.2020*/

:root {
    --form-bg: rgba(78, 109, 204, 0.1);
    --form-fs: 14px;
    --small-fs: 13px;
    --extrasmall-fs: 12px;
    --fs-h3: 18px;
    --form-fc: rgba(58, 58, 58, 1);
    --primary-blue: #4E6DCC;
    --primary-green: #3FADA7;
    --error: #dc3232;
    --br: 10px;
    --br-field: 5px;
    --form-spacer: 25px;
    --field-spacer: 15px;
    --input-spacer: 10px;
    --ls-25: 0.025em;
    --fw-700: 700;
    --fw-600: 600;
    --gm-font-size-body: 1.4rem;
}

@media (min-width:800px) {
    :root {
        --form-fs: 15px;
        --small-fs: 14px;
        --fs-h3: 20px;
    }
}

.page-template-lieferabo-formular .lieferabo span.wpcf7-list-item {
    margin-left: 0;
}

.page-template-lieferabo-formular .lieferabo {
    background-color: var(--form-bg);
    border-radius: var(--br);
    max-width: 780px;
    padding: var(--form-spacer);
    margin-bottom: 50px;
}

.page-template-lieferabo-formular .lieferabo p {
    font-size: var(--small-fs);
    padding: var(--form-spacer) 0;
}

.page-template-lieferabo-formular .lieferabo h3 {
    color: var(--primary-green);
    text-align: center;
    font-size: var(--fs-h3);
    padding-bottom: var(--field-spacer);
    font-weight: var(--fw-600);
    letter-spacing: var(--ls-25);
    margin: 0;
}

.page-template-lieferabo-formular .lieferabo__field {
    margin-bottom: var(--field-spacer);
}


/* Additions by Strahinja 01.11.2022 */
.page-template-lieferabo-formular .lieferabo__field textarea {

    border-radius: var(--br-field);
    background-color: #fff;
    border: 1px solid transparent;
    width: 100%;
    padding: var(--input-spacer) 15px !important;
    font-size: var(--form-fs);
    height: 100%;
    max-height: 150px;
}

.page-template-lieferabo-formular .lieferabo__field #wpcf-custom-btn-0 {

    background: #4E6DCC;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1.4rem 1.5rem 1rem 1.5rem;
    text-align: center;
    display: block;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
    letter-spacing: 0.05em;
    border: 1px solid transparent;
}

/* end of additions */


.page-template-lieferabo-formular .lieferabo label {
    font-size: var(--form-fs);
}

.page-template-lieferabo-formular .lieferabo label a {
    color: var(--primary-green);
    text-decoration: none;
}

.page-template-lieferabo-formular .lieferabo__field input[type=text],
.page-template-lieferabo-formular .lieferabo__field input[type=number],
.page-template-lieferabo-formular .lieferabo__field input[type=email],
.page-template-lieferabo-formular .lieferabo__field input[type=date] {
    border-radius: var(--br-field);
    background-color: #fff;
    border: 1px solid transparent;
    width: 100%;
    padding: var(--input-spacer) 15px !important;
    font-size: var(--form-fs);
}

.page-template-lieferabo-formular .lieferabo__field input[type=number] {
    padding: var(--input-spacer) !important;
}

.page-template-lieferabo-formular .lieferabo__item {
    font-size: var(--form-fs);
}

.lieferabo__item-reservations .lieferabo__item+.lieferabo__item {
    margin-top: 0 !important;
    margin-left: var(--field-spacer);
    display: block !important;
    width: 100% !important;
}

.wpcf7-repeater-actions {
    margin-top: var(--form-spacer);
}

.days select,
.godina select,
.menu-936 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: none;
    padding: 1em 2em 1em 1em;
}

.days,
.menu-936,
.godina {
    position: relative;
    display: inline;
}

.days:after,
.godina:after,
.menu-936:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    pointer-events: none;
}

.days:after,
.menu-936:after,
.godina:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: .3em;
    right: .75em;
    border-top: 8px solid black;
    opacity: 0.5;
}

select::-ms-expand {
    display: none;
}

.page-template-lieferabo-formular .lieferabo__item select {
    border: 0;
    padding: var(--input-spacer);
    border-radius: var(--br-field);
    width: 100%;
    min-width: 60px;
}

.page-template-lieferabo-formular .lieferabo__item select::-ms-expand {
    display: none;
}

.page-template-lieferabo-formular .lieferabo__item+.lieferabo__item {
    margin-top: var(--field-spacer);
    display: flex;
}

.lieferabo__hidden {
    margin-bottom: var(--field-spacer);
}

.page-template-lieferabo-formular .lieferabo__field:last-of-type {
    margin-bottom: 0;
}

.page-template-lieferabo-formular .lieferabo__field--button {
    display: flex;
    justify-content: center;
}

.page-template-lieferabo-formular .lieferabo__field--button input[type='submit'] {
    background: #4E6DCC;
    color: #fff;
    font-size: var(--small-fs);
    font-weight: 700;
    text-transform: uppercase;
    padding: var(--input-spacer) 25px;
    text-align: center;
    display: inline-block;
    border-radius: var(--br-field);
    border: 0;
    cursor: pointer;
    transition: 0.3s all ease-in;
}

.page-template-lieferabo-formular .form__repeater {
    text-align: center;
    padding-bottom: var(--form-spacer)
}


/* Hidden Form */

.page-template-lieferabo-formular .lieferabo__item.data+.lieferabo__item {
    display: block;
}

.page-template-lieferabo-formular .wpcf7-not-valid-tip {
    font-size: var(--extrasmall-fs);
    padding-top: 5px;
    display: none;
}

.page-template-lieferabo-formular .wpcf7 form.invalid .wpcf7-response-output,
.page-template-lieferabo-formular.wpcf7 form.unaccepted .wpcf7-response-output {
    color: var(--error);
    border: 0;
}

.page-template-lieferabo-formular .lieferabo__field-content span+span {
    margin-left: var(--field-spacer);
    width: 100%;
}

.page-template-lieferabo-formular .lieferabo__field-content input+select {
    margin-left: var(--field-spacer);
}

.page-template-lieferabo-formular .lieferabo__hidden {
    display: none;
}

.page-template-lieferabo-formular .lieferabo__hidden.is-visible {
    display: block;
}

.page-template-lieferabo-formular .wpcf7-repeater-item {
    background: transparent;
    margin: 0;
    padding: 0;
}

.page-template-lieferabo-formular .wpcf7-repeater-remove {
    margin-bottom: var(--field-spacer);
}


/* Styling wpc7 repeater*/

.page-template-lieferabo-formular .wpcf7-repeater-add,
.page-template-lieferabo-formular .wpcf7-repeater-add:focus {
    font-size: var(--small-fs);
    font-weight: 700;
    text-transform: uppercase;
    padding: var(--input-spacer) 25px;
    color: var(--primary-blue);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: var(--ls-25);
    background: transparent;
    border-radius: 5px;
    border: 1px solid var(--primary-blue);
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    line-height: normal;
}

.page-template-lieferabo-formular .wpcf7-repeater-remove {
    color: var(--error);
    display: inline-block;
    text-decoration: none;
    font-size: var(--small-fs);
    font-weight: var(--fw-700);
    letter-spacing: var(--ls-25);
    text-transform: uppercase;
    margin: 0 !important;
    padding: 0;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    white-space: nowrap;
    background: none;
    line-height: normal;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-template-lieferabo-formular .wpcf7-form.invalid .lieferabo__field input[type=text],
.page-template-lieferabo-formular .wpcf7-form.invalid .lieferabo__field input[type=number],
.page-template-lieferabo-formular .wpcf7-form.invalid .lieferabo__field input[type=email],
.page-template-lieferabo-formular .wpcf7-form.invalid .lieferabo__field input[type=date] {
    border: 1px solid var(--primary-blue);
}

@media (min-width:800px) {
    .page-template-lieferabo-formular .split {
        display: flex;
    }

    .page-template-lieferabo-formular .lieferabo__item+.lieferabo__item {
        margin-top: 0;
        margin-left: var(--field-spacer);
    }

    .page-template-lieferabo-formular .lieferabo__item {
        width: 100%;
    }

    .page-template-lieferabo-formular .lieferabo label {
        display: block;
        margin-bottom: 0;
    }

    .page-template-lieferabo-formular .lieferabo label input {
        margin-right: 5px;
    }
}


/*end of additions*/


/* Additions by Strahinja 25.01.2021*/

.pagecheckout {
    max-width: 1160px;
    margin: 0 auto;
    background: #edf0fa;
    -moz-border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    border-radius: 1.5rem;
    position: relative;
}

.pagecheckout .form-row-first {
    float: none;
    width: 100%;
}

.pagecheckout .form-row-last {
    margin: 0;
    width: 100%;
}

.pagecheckout input[type="tel"],
.pagecheckout input[type="text"],
.pagecheckout input[type="password"],
.pagecheckout input[type="email"] {
    width: 100%;
    margin-bottom: 2.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
    border: none;
    padding: 1rem 0.8rem 0.7rem 1.2rem;
    background: #fff;
    font-size: var(--form-fs);
}

.pagecheckout-col #billing_phone_field {
    padding-bottom: 2rem;
}

.pagecheckout-col:last-child {
    background: #fff;
    padding: 1.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.pagecheckout-col h3 {
    font-size: var(--fs-h3);
    text-align: center;
}

.pagecheckout-col .woocommerce-privacy-policy-text p {
    font-size: var(--extrasmall-fs);
}

#ship-to-different-address {
    text-align: left;
}

.pagecheckout-col tr,
.pagecheckout-col td,
.pagecheckout-col th {
    font-size: var(--form-fs);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 1.5rem;
    padding-top: 0;
}

.pagecheckout-col td.product-name {
    padding-right: 1rem;
}

.pagecheckout-col tr.order-total {
    font-size: var(--fs-h3);
    padding: 0;
    background: rgba(63, 173, 167, 0.15);
    vertical-align: middle;
}

.pagecheckout-col tr.order-total>th {
    padding: 20px;
    border-top-left-radius: var(--br-field);
    border-bottom-left-radius: var(--br-field);
}

.pagecheckout-col tr.order-total .includes_tax {
    font-size: var(--extrasmall-fs);
}

.pagecheckout-col tr.order-total>td {
    font-size: var(--fs-h3);
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.pagecheckout-col .payment_method_paypal_plus {
    font-size: var(--form-fs);
}

.pagecheckout-col .wc_payment_method {
    font-size: var(--form-fs);
}

.pagecheckout-col #payment .place-order {
    padding: 0;
    margin: 0;
}

.pagecheckout-col .woocommerce-terms-and-conditions-checkbox-text {
    font-size: var(--extrasmall-fs);
}

.pagecheckout-col #payment .payment_methods li {
    margin-bottom: 1.5rem;
}

.pagecheckout-col .woocommerce-form__label {
    font-size: var(--form-fs);
    color: var(--form-fc);
    letter-spacing: 0.025em;
}

.pagecheckout-col #payment .place-order .button {
    width: 100%;
    margin-top: var(--form-spacer);
    display: block;
}

.woocommerce-checkout {
    padding: 20px;
}

@media (min-width:960px) {
    .pagecheckout {
        padding: 2rem;
    }

    .pagecheckout-inner {
        display: flex;
    }

    .pagecheckout-col {
        width: 55%;
        padding-right: 3.5rem;
    }

    .pagecheckout-col:last-child {
        width: 45%;
    }
}


/* End of additions*/

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    font-size: 10px;
}

@media screen and (max-width: 990px) {
    html {
        font-size: 9px;
    }
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

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

body {
    margin: 0;
    color: #3A3A3A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    line-height: 1.6;
    font-size: 1.6rem;
    letter-spacing: 0.025em;
    font-family: 'Overpass', sans-serif;
}

body.oh {
    overflow-y: hidden;
}

* {
    margin: 0;
    padding: 0;
}

*:focus {
    outline: none;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #3FADA7;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    /* inherit font & color from ancestor */
    color: inherit;
    font: inherit;
    /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
    line-height: normal;
    /* Corrects font smoothing for webkit */
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    /* Corrects inability to style clickable `input` types in iOS */
    -webkit-appearance: none;
}

button input[type=password]::-webkit-contacts-auto-fill-button,
button input[type=password]::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    height: 0;
    width: 0;
    margin: 0;
}

button i {
    color: #B17373;
    padding-right: 5px;
    transition: 0.2s all;
    cursor: pointer;
}

button i:hover {
    color: #fff;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ::placeholder,
header.home .iv__search ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

footer :-ms-input-placeholder,
header.home .iv__search :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

footer ::-ms-input-placeholder,
header.home .iv__search ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #3A3A3A;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #3A3A3A;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #3A3A3A;
}

p {
    margin: 0;
}

input[type='text'],
input[type='number'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea,
.input-text {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input[type='text']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
textarea:focus,
.input-text:focus {
    background-color: transparent;
}

.select__wrapper {
    position: relative;
    margin-right: 2px;
}

.select__wrapper:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f107';
    font-size: 1.8rem;
    position: absolute;
    top: 2px;
    right: 0;
    color: #4E6DCC;
    pointer-events: none;
    font-weight: 900;
}

.orderby {
    background: transparent;
    border: 0;
    width: 100%;
    padding: 1rem;
    font-size: 1.4rem;
    line-height: normal;
    color: #3A3A3A;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}


/* For IE <= 11 */

.orderby::-ms-expand {
    display: none;
}


/**
 * woocommerce.css
 *
 * These are the styles for the reset woocomerce default template.
 *
 * Index
 * - Global Woocommerce Layout
 * - Global Buttons 
 * - Blog
     - Video
 * - Inko Versand Info
 * - Callback Button
 * - Product Besteller
 * - Instagram
 * - Partners
 * - Header Main Components
     - Header Contact
     - Promo Message
     - Header Category
 * - Misc
     - Hartmann Category
     - Pagination
     - Product Filter
     - Result count
     - Category Description
 */

.woocommerce-form-register__submit.view,
.woocommerce-form-register__submit.invoice {
    border: 1px solid transparent;
    padding: 1.3rem 2.5rem 1rem 2.5rem !important;
}

.woocommerce-form-register__submit.view:hover,
.woocommerce-form-register__submit.invoice:hover {
    background: #fff;
    border: 1px solid #4E6DCC;
    color: #4E6DCC;
}

.button--orders {
    display: flex;
    flex-wrap: wrap;
}

.button--orders a {
    width: 49%;
}

.woocommerce-form-register__submit.view::after {
    content: "" !important;
}

@media screen and (max-width: 1160px) {
    .button--orders {
        display: block;
    }

    .button--orders a {
        margin-bottom: 2rem;
        width: 100%;
    }

    .button--orders a:last-child {
        margin-bottom: 0;
    }
}


/*
* Global Woocommerce Layout
*/

.col-full {
    max-width: none;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    box-sizing: content-box;
}

.col-full::before,
.col-full::after {
    content: '';
    display: table;
}

.col-full::after {
    clear: both;
}

.col-full:after {
    content: " ";
    display: block;
    clear: both;
}

.site-content::before,
.site-content::after {
    content: '';
    display: table;
}

.site-content::after {
    clear: both;
}

.content-area,
.widget-area,
.right-sidebar .content-area,
.right-sidebar .widget-area,
.left-sidebar .content-area,
.left-sidebar .widget-area {
    width: auto;
    float: none;
    margin-right: 0;
}

.storefront-full-width-content .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.storefront-sorting {
    margin-bottom: 0;
}

.content-area,
.widget-area {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    margin: inherit;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    padding: 3rem 4rem;
    background-color: #edf0fa;
    margin-left: 0;
    -moz-border-radius: 0.6rem;
    -webkit-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    border-radius: 0.6rem;
    color: #3FADA7;
    clear: both;
    border-left: 0;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 80rem;
    margin: 5rem auto;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
    font-size: 1.4rem;
    font-weight: bold;
    color: #4E6DCC;
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.woocommerce-noreviews .button:hover,
p.no-comments .button:hover,
.woocommerce-info a:hover {
    color: #4E6DCC;
    opacity: 1;
}

.woocommerce-breadcrumb a:first-of-type::before {
    content: '';
}

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

    .woocommerce-message,
    .woocommerce-info,
    .woocommerce-error,
    .woocommerce-noreviews,
    p.no-comments {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }
}


/*
* Global Buttons 
*/

button.woocommerce-form-register__submit,
.woocommerce-button,
button.woocommerce-form-login__submit,
button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
.button.alt,
.widget-area .widget a.button.alt,
.woocommerce-Button {
    background: #4E6DCC;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1.3rem 2.5rem 1rem 2.5rem;
    text-align: center;
    display: inline-block;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
    letter-spacing: 0.05em;
}

button.woocommerce-form-register__submit,
button.woocommerce-form-login__submit {
    width: 100%;
}

button.woocommerce-form-login__submit {
    background: #3FADA7;
}

.woocommerce-MyAccount-content {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
}

h1.entry-title {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    font-weight: 700 !important;
}

button::after,
input[type='button']::after,
input[type='reset']::after,
input[type='submit']::after,
.button::after,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link::after,
.added_to_cart::after {
    display: none;
}

button.cta,
button.alt,
input[type='button'].cta,
input[type='button'].alt,
input[type='reset'].cta,
input[type='reset'].alt,
input[type='submit'].cta,
input[type='submit'].alt,
.button.cta,
.button.alt,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.cta,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.alt,
.added_to_cart.cta,
.added_to_cart.alt {
    background-color: #4E6DCC;
    border: 1px solid transparent;
    transition: 0.3s all;
}

button.cta:hover,
button.alt:hover,
input[type='button'].cta:hover,
input[type='button'].alt:hover,
input[type='reset'].cta:hover,
input[type='reset'].alt:hover,
input[type='submit'].cta:hover,
input[type='submit'].alt:hover,
.button.cta:hover,
.button.alt:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.cta:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.alt:hover,
.added_to_cart.cta:hover,
.added_to_cart.alt:hover {
    background-color: #fff;
    color: #4E6DCC;
    border: 1px solid #4E6DCC;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
.button:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover,
.added_to_cart:hover {
    color: #fff;
}

.entry-header {
    display: none;
}

.hentry .wp-post-image {
    margin: 0 1rem 0 0;
}

.stock.out-of-stock {
    background: #EA526F;
    padding: 0.4rem 2rem 0.2rem 2rem;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0.025em;
    color: #fff;
    -moz-border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    border-radius: 1.5rem;
    display: inline-block;
}

.stock::before {
    content: "" !important;
}

.woocommerce-payment-methods .primary__button a {
    display: inline-block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.onsale {
    display: none;
}

.edit-link {
    margin: 5rem;
    text-align: center;
}

.edit-link a {
    background: #3FADA7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 1.2rem 3rem 0.9rem 3rem;
    color: #fff;
    font-size: 2rem;
}

#ship-to-different-address {
    margin-bottom: 3rem;
}

form {
    margin: 0;
}

.wc-forward::after,
.woocommerce-Button--next::after,
.wc-forward::before,
.woocommerce-Button--next::before {
    content: '';
}

.form-row label {
    text-align: left;
}

.hentry .entry-content a:not(.button):not(.components-button) {
    text-decoration: none;
}

@media screen and (max-width: 680px) {
    .single-product div.product table.variations {
        margin: 0.5rem;
    }
}

.edit-link,
.delivery {
    display: none;
}


/*=============================================
=            Poruka posle porudzbine            =
=============================================*/

.woocommerce-notices-wrapper {
    margin: 0 auto;
    max-width: 80rem;
}

.woocommerce-message a.button.wc-forward {
    color: #4E6DCC;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    position: relative;
}


/*=====  End of Section comment block  ======*/

.up-sells.upsells.products,
.woocommerce-search.woocommerce-select-control i.material-icons-outlined {
    display: none !important;
    visibility: hidden !important;
}


/*=============================================
=             Brands category                 =
=============================================*/


/**
 * framework.css
 *
 * These are the styles for the global framework.
 *
 * Index
 * - Global Framwork Grid and Container Sizes
 * - Header
 * - Breadcrumb
 * - Page Content
 * - Footer
 * - Buttons
 * - Go to top Button
 */

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: inline-block !important;
}

span.text-more-less {
    color: #3FADA7;
    cursor: pointer;
}

.term-description p:last-child {
    padding-bottom: 0.8rem;
}

.term-description h2 {
    font-size: 21px !important;
    color: #3A3A3A;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

#renderP {
    padding-bottom: 0.8rem;
}

.inkopromo {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(238, 247, 255, 0.75);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.inkopromo__video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.inkopromo__video iframe,
.inkopromo__video object,
.inkopromo__video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.inkopromo.isActive {
    opacity: 1;
    visibility: visible;
}

.inkopromo__description {
    background: #4E6DCC;
    color: #fff;
    padding: 6rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.inkopromo__description h6 {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 1rem;
    color: #fff;
}

.inkopromo__description p {
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1.3;
}

.inkopromo__button {
    margin-top: 2.5rem;
}

.inkopromo__button a {
    background: #fff;
    color: #4E6DCC;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1.4rem 1.5rem 1.2rem 1.5rem;
    line-height: 1;
    text-align: center;
    display: inline-block;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
    letter-spacing: 0.05em;
    border: 1px solid transparent;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.inkopromo__button a:hover {
    background-color: #4E6DCC;
    border: 1px solid #fff;
    color: #fff;
}

.inkopromo__thumb {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    overflow: hidden;
}

.inkopromo__thumb img {
    width: 100%;
}

.inkopromo__close {
    position: absolute;
    right: 3rem;
    top: 3rem;
    font-weight: normal;
    cursor: pointer;
}

.inkopromo__close i {
    color: #4E6DCC;
    font-size: 2.5rem;
}

.inkopromo__content {
    text-align: center;
    max-width: 560px;
    margin: 1rem;
    width: 100%;
    position: relative;
    box-shadow: 5px 5px 25px 0px rgba(78, 109, 204, 0.2);
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -ms-border-radius: 1rem;
    border-radius: 1rem;
}


/**
 * Global Framwork Grid and Container Sizes
 */

.grid-10,
.grid-100,
.grid-1160,
.grid-1280,
.grid-15,
.grid-20,
.grid-25,
.grid-30,
.grid-33,
.grid-35,
.grid-40,
.grid-45,
.grid-5,
.grid-50,
.grid-55,
.grid-60,
.grid-65,
.grid-66,
.grid-70,
.grid-75,
.grid-80,
.grid-85,
.grid-90,
.grid-95,
.grid-960 {
    position: relative;
}

.grid-5 {
    width: 5%;
}

.grid-10 {
    width: 10%;
}

.grid-15 {
    width: 15%;
}

.grid-20 {
    width: 20%;
}

.grid-25 {
    width: 25%;
}

.grid-30 {
    width: 30%;
}

.grid-33 {
    width: 33.33333%;
}

.grid-35 {
    width: 35%;
}

.grid-40 {
    width: 40%;
}

.grid-45 {
    width: 45%;
}

.grid-50 {
    width: 50%;
}

.grid-55 {
    width: 55%;
}

.grid-60 {
    width: 60%;
}

.grid-65 {
    width: 65%;
}

.grid-66 {
    width: 66.66666%;
}

.grid-70 {
    width: 70%;
}

.grid-75 {
    width: 75%;
}

.grid-80 {
    width: 80%;
}

.grid-85 {
    width: 85%;
}

.grid-90 {
    width: 90%;
}

.grid-95 {
    width: 95%;
}

.grid-100 {
    width: 100%;
}

.space-0 {
    padding: 0;
}

.space-25 {
    padding: 2.5rem;
}

.space-50 {
    padding: 5rem;
}

.space-75 {
    padding: 7.5rem;
}

.st-0 {
    margin-top: 0;
}

.st-25 {
    margin-top: 2.5rem;
}

.st-50 {
    margin-top: 5rem;
}

.st-75 {
    margin-top: 7.5rem;
}

.st-100 {
    margin-top: 10rem;
}

.st-125 {
    margin-top: 12.5rem;
}

.st-150 {
    margin-top: 15rem;
}

.sb-0 {
    margin-bottom: 0;
}

.sb-25 {
    margin-bottom: 2.5rem;
}

.sb-50 {
    margin-bottom: 5rem;
}

.sb-75 {
    margin-bottom: 7.5rem;
}

.sb-100 {
    margin-bottom: 10rem;
}

.sb-125 {
    margin-bottom: 12.5rem;
}

.sb-150 {
    margin-bottom: 15rem;
}

.cst-0 {
    padding-top: 0;
}

.cst-25 {
    padding-top: 2.5rem;
}

.cst-50 {
    padding-top: 5rem;
}

.cst-75 {
    padding-top: 7.5rem;
}

.cst-100 {
    padding-top: 10rem;
}

.cst-125 {
    padding-top: 12.5rem;
}

.cst-150 {
    padding-top: 15rem;
}

.csb-0 {
    padding-bottom: 0;
}

.csb-25 {
    padding-bottom: 2.5rem;
}

.csb-50 {
    padding-bottom: 5rem;
}

.csb-75 {
    padding-bottom: 7.5rem;
}

.csb-100 {
    padding-bottom: 10rem;
}

.csb-125 {
    padding-bottom: 12.5rem;
}

.csb-150 {
    padding-bottom: 15rem;
}

.csl-0 {
    padding-left: 0;
}

.csl-25 {
    padding-left: 2.5rem;
}

.csl-50 {
    padding-left: 5rem;
}

.csl-75 {
    padding-left: 7.5rem;
}

.csl-100 {
    padding-left: 10rem;
}

.csl-125 {
    padding-left: 12.5rem;
}

.csl-150 {
    padding-left: 15rem;
}

.csr-0 {
    padding-right: 0;
}

.csr-25 {
    padding-right: 2.5rem;
}

.csr-50 {
    padding-right: 5rem;
}

.csr-75 {
    padding-right: 7.5rem;
}

.csr-100 {
    padding-right: 10rem;
}

.csr-125 {
    padding-right: 12.5rem;
}

.csr-150 {
    padding-right: 15rem;
}

@media screen and (max-width: 680px) {
    .csr-50 {
        padding-right: 2.5rem;
    }

    .csl-50 {
        padding-left: 2.5rem;
    }

    .csb-50 {
        padding-bottom: 2.5rem;
    }

    .cst-50 {
        padding-top: 2.5rem;
    }

    .st-50 {
        margin-top: 2.5rem;
    }

    .sb-50 {
        margin-bottom: 2.5rem;
    }
}

.center {
    margin: 0 auto;
}

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

    .space-25,
    .space-50,
    .space-75 {
        padding: 3rem;
    }
}

.grid-960 {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 25px;
}

.grid-1160 {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.grid-1280 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.iv__flex {
    display: -webkit-box;
    display: flex;
}

.iv__sb {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.iv__sa {
    justify-content: space-around;
}

.iv__ac {
    -webkit-box-align: center;
    align-items: center;
}

.iv__jcc {
    -webkit-box-pack: center;
    justify-content: center;
}

.iv__jce {
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.iv__end {
    -webkit-box-align: end;
    align-items: flex-end;
}

.iv__fw {
    flex-wrap: wrap;
}

section {
    position: relative;
}

h3 {
    font-size: 3.5rem;
    color: #4E6DCC;
    font-weight: bold;
    padding-bottom: 2.5rem;
}

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

.tel {
    margin-left: 1.5rem;
}


/**
 * Header
 */

header {
    position: relative;
}

header #searchform {
    margin-bottom: 0;
    max-width: 50rem;
    width: 100%;
}

header .iv__search {
    padding-right: 1.5rem;
    border: 0;
    -moz-border-radius: 0.6rem;
    -webkit-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    border-radius: 0.6rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background: rgba(237, 240, 250, 0.75);
}

header .iv__search a {
    color: red !important;
    font-size: 5rem !important;
}

header .iv__search button:hover {
    background: none;
}

header .iv__search i {
    color: #3FADA7;
    font-style: normal;
}

header .iv__search input {
    background: transparent;
    width: 100%;
    font-size: 1.4rem;
    line-height: normal;
    padding: 1.8rem 2rem 1.5rem 2rem;
    border: none;
    color: #3A3A3A;
}

header .iv__userinfo.userinfo--original-icons .icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

header .iv__userinfo.userinfo--original-icons .icon i {
    font-size: 1.6rem;
    color: #fff;
    font-style: normal;
    width: 4rem;
    height: 4rem;
    background: #3FADA7;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
}

header .iv__userinfo.userinfo--original-icons .icon__title {
    color: #3FADA7;
}

header .iv__userinfo ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

header .iv__userinfo ul li {
    padding-right: 2.5rem;
    text-align: center;
}

header .iv__userinfo ul li .icon {
    position: relative;
}

header .iv__userinfo ul li .icon .icon--cart__count {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: #4E6DCC;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    top: -6px;
    right: 12px;
    padding-top: 2px;
}

header .iv__userinfo ul li .icon i {
    font-size: 2rem;
    color: #fff;
    font-style: normal;
}

header .iv__userinfo ul .icon__title {
    margin-top: 0.5rem;
    max-width: 12rem;
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

header .iv__userinfo ul a {
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

header .iv__userinfo ul a i {
    font-size: 2.8rem;
    font-style: normal;
}

header .header__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 5rem 0;
}

.header__slider {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.button-prev,
.button-next {
    cursor: pointer;
}

.button-next.swiper-button-disabled i {
    color: rgba(255, 255, 255, 0.5);
}

.swipper__navigation i {
    color: #fff;
}

.swipper__navigation i.fa-arrow-right {
    margin-right: 0;
}

.swipper__navigation i.fa-arrow-left {
    margin-right: 3.5rem;
}

@media screen and (max-width: 1160px) {
    header {
        padding-bottom: 0;
    }

    header .grid-1280 {
        padding: 1rem 2.5rem 0 2.5rem;
    }

    header #searchform {
        max-width: none;
    }

    header .header__content {
        flex-wrap: wrap;
    }

    header .header__content .iv__logo {
        width: 60%;
    }

    header .header__content .iv__userinfo {
        display: -webkit-box;
        display: flex;
        align-self: flex-end;
    }

    header .header__content .iv__userinfo.userinfo--original-icons .icon i {
        width: 3rem;
        height: 3rem;
        font-size: 1.5rem;
    }

    header .header__content .iv__userinfo ul {
        margin-left: auto;
    }

    header .header__content .iv__userinfo ul li {
        padding-right: 1rem;
    }

    header .header__content .iv__userinfo ul li .icon .icon--cart__count {
        top: -10px;
        right: -13px;
    }

    header .header__content .iv__userinfo ul li .icon i {
        font-size: 1.6rem;
    }

    header .header__content .iv__userinfo .icon__title {
        display: none;
    }

    header #searchform {
        -webkit-box-ordinal-group: 2;
        order: 1;
        width: 100%;
        margin-top: 2.5rem;
    }

    header.home {
        margin-bottom: 2.5rem !important;
    }
}


/**
 * Breadcrumb
 */

.iv__breadcrumb {
    margin-bottom: 6rem;
}

.iv__breadcrumb ul {
    display: -webkit-box;
    display: flex;
    padding: 2.5rem 0 2.2rem 0;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #edf0fa;
}

.iv__breadcrumb ul li {
    position: relative;
}

.iv__breadcrumb ul li:last-child::after {
    content: '';
}

.iv__breadcrumb ul li:last-child a {
    font-weight: bold;
}

.iv__breadcrumb ul li::after {
    content: '/';
    color: #3FADA7;
    display: inline-block;
    margin: 0 1rem;
}

.iv__breadcrumb ul li a {
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}


/**
 * Page Content
 */

.page__content {
    padding-bottom: 6rem;
}

.page__content h1 {
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #4E6DCC;
    padding-bottom: 3rem;
}

.page__content .page__paragraph {
    -webkit-box-flex: 1;
    flex: 1;
    position: relative;
}

.page__content .page__paragraph p {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #3A3A3A;
    padding-bottom: 2rem;
}

.page__content .page__paragraph h3,
.page__content .page__paragraph h4 {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #4E6DCC;
    font-weight: 600;
    padding-bottom: 1.5rem;
    margin-top: 1rem;
}

.page__content .page__paragraph ul {
    padding: 0 2rem 2rem 2rem;
}

.page__content .page__paragraph ul li {
    font-size: 1.4rem;
}

.page__content .page__paragraph ul li::before {
    content: "\2022";
    color: #3FADA7;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}


/**
 * Aside
 */

.iv__sidebar .prdctfltr-widget {
    width: 100%;
}

@media screen and (max-width: 990px) {
    aside {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    aside .aside__content {
        width: calc(25% - 20px);
        margin-bottom: 35px;
    }

    aside .aside__content h6 {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .iv__sidebar.grid-25 {
        width: 100%;
    }

    .main__content.grid-75 {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .page-template .grid-1280 {
        padding: 0 2.5rem;
    }

    aside {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
    }

    aside .aside__content {
        width: calc(33.333333% - 20px);
    }

    .iv__breadcrumb {
        padding: 0 2.5rem;
    }
}

@media screen and (max-width: 680px) {
    .iv__breadcrumb ul {
        flex-wrap: wrap;
    }

    aside {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
    }

    aside .aside__content {
        width: 50%;
    }
}


/**
 * Footer
 */

footer {
    background: #3FADA7;
    padding: 12rem 0 0 0;
    position: relative;
}

footer::before {
    background-color: #fff;
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    margin: auto;
    max-width: 8rem;
    position: absolute;
    top: 0;
    width: 100%;
}

footer .footer__partners ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.5em;
}

footer ul.footer__partners--footer li a:hover {
    background: none;
}

footer .footer__payments ul {
    display: flex;
    align-items: center;
}

footer .footer__payments ul li td,
footer .footer__payments ul li table {
    background-color: white !important;
}

footer .footer__payments ul li td {
    padding-top: 1.2rem;
}

footer .footer__payments p:last-child {
    font-size: 1.1rem;
    text-align: right;
    padding-top: 0.5rem;
}

footer .footer__payments p {
    padding-right: 1rem;
}

footer .footer__payments img {
    margin-right: 1rem;
}

footer .footer__payments img:last-child {
    margin-right: 0;
}

footer .footer__misc {
    background: #fff;
    padding: 2.5rem 12rem 0 12rem;
}

footer .footer__misc p {
    font-size: 15px;
    color: #3FADA7;
}

footer .footer__misc a {
    color: #3FADA7;
}

footer .newsletter {
    text-align: right;
    color: #fff;
}

footer .newsletter p {
    font-size: 1.8rem;
}

footer .newsletter i {
    color: #fff;
}

footer .footer__phone {
    position: relative;
    padding-left: 7rem;
    text-align: right;
    color: #fff;
}

footer .footer__phone h5 {
    font-weight: normal;
    font-size: 2.3rem;
    color: #fff;
}

footer .footer__phone p {
    color: #fff;
    font-size: 1.8rem;
}

footer .footer__contact {
    padding-bottom: 5rem;
}

footer .footer__contact a {
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}

footer h3 {
    color: #fff;
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.3;
}

footer h6 {
    font-size: 3.5rem;
    color: #fff;
}

footer .iv__social {
    padding-bottom: 5rem;
    padding-top: 3rem;
}

footer .iv__social ul li {
    display: inline-block;
    margin-right: 2.5rem;
}

footer .iv__social ul li:last-of-type {
    margin-right: 0;
}

footer .iv__social ul li a {
    color: #fff;
    font-size: 1.5rem;
}

@media screen and (max-width: 1440px) {
    footer::before {
        background: none;
    }

    footer .grid-1280:first-child {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .footer__nav.iv__flex {
        flex-wrap: wrap;
    }

    .footer__nav>div {
        padding-bottom: 3rem;
    }
}

@media screen and (max-width: 680px) {
    .footer__payments .iv__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    footer {
        padding-top: 4rem;
    }

    footer h3 {
        font-size: 3.5rem;
    }

    footer .footer__search {
        width: 90%;
    }

    footer .footer__partners {
        width: 100%;
    }

    footer .newsletter {
        text-align: left;
    }

    footer .iv__social {
        text-align: center;
    }

    footer .footer__phone {
        text-align: left;
        padding-left: 4rem;
        padding-bottom: 3rem;
    }

    footer .footer__phone br {
        display: none;
    }

    footer .footer__phone::before {
        width: 2rem;
        height: 2rem;
    }

    footer .footer__misc {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    footer .footer__misc p:first-child {
        padding: 1.5rem;
    }

    footer .footer__misc.iv__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .footer__content.iv__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .footer__contact br {
        display: none;
    }

    .footer__contact h3 {
        padding-bottom: 3rem;
    }

    .footer__contact p a {
        font-size: 2.5rem;
    }
}


/**
 * Buttons
 */

.primary__button {
    margin-top: 2rem;
}

.primary__button.outline a {
    border: 1px solid #4E6DCC;
    background: transparent;
    color: #4E6DCC;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1.4rem 2rem 1rem 2rem;
    text-align: center;
    display: inline-block;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
    letter-spacing: 0.05em;
}

.primary__button.outline a:hover {
    background-color: #4E6DCC;
    color: #fff;
}

.primary__button a {
    background: #4E6DCC;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1.4rem 0 1rem 0;
    text-align: center;
    display: block;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
    letter-spacing: 0.05em;
    border: 1px solid transparent;
}

.primary__button a:hover {
    background: #fff;
    color: #4E6DCC;
    border: 1px solid #4E6DCC;
}

.primary__link a {
    color: #4E6DCC;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: bold;
    position: relative;
    padding-left: 2rem;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    font-size: 1.4rem;
}

.primary__link a:hover::after {
    margin-left: 0.5rem;
}

.primary__link a::after {
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 1rem;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.secondary__link a {
    display: inline-block;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
    background: #fff;
    color: #4E6DCC;
    padding: 1rem 3rem 0.7rem 3rem;
    margin-top: 3.5rem;
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}


/**
 * Go to top Button
 */

.go-top {
    opacity: 0;
    position: fixed;
    bottom: 2.5rem;
    right: 2.5rem;
    border: none;
    cursor: pointer;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background: #3FADA7;
    z-index: 100000;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    border: 2px solid transparent;
}

.go-top.is-active {
    opacity: 1;
    border: 2px solid #fff;
}

.arrow-up {
    display: -webkit-box;
    display: flex;
}

.arrow-up i {
    position: relative;
    font-size: 2.5rem;
}

.back-to-account {
    text-align: center;
    margin-top: 3rem;
}

.back-to-account a {
    color: #4E6DCC;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.back-to-account a i {
    margin-right: 1rem;
}

@media screen and (max-width: 768px) {
    .tel__order {
        display: none;
    }
}


/***
** Preload Inko Versand Logo
***/

#leaf-1 {
    -webkit-animation: leaf1 1.5s infinite ease-in-out;
    animation: leaf1 1.5s infinite ease-in-out;
}

#leaf-2 {
    -webkit-animation: leaf1 1s infinite ease-in-out;
    animation: leaf1 1s infinite ease-in-out;
}

#leaf-3 {
    -webkit-animation: leaf1 0.75s infinite ease-in-out;
    animation: leaf1 0.75s infinite ease-in-out;
}

#preloader {
    width: 7.5rem;
    height: 6.5rem;
}

#inko__preloader {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.65);
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

#inko__preloader.is--active {
    visibility: visible;
}

@-webkit-keyframes leaf1 {

    0%,
    80%,
    100% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }
}

@keyframes leaf1 {

    0%,
    80%,
    100% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }
}

.iv__hygiene ul {
    display: -webkit-box;
    display: flex;
    margin: 0 -1.5rem;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 1rem;
}

.iv__hygiene ul li {
    flex-basis: calc(25% - 2rem);
    background: #edf0fa;
    text-align: center;
    padding: 4.5rem;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -ms-border-radius: 1rem;
    border-radius: 1rem;
}

.iv__hygiene ul li .hygiene__title {
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #4E6DCC;
}

@media screen and (max-width: 990px) {
    .iv__hygiene ul li {
        width: 50%;
    }
}

.meta__nav {
    background: #3FADA7;
    padding: 0.8rem 0;
}

.meta__nav ul li {
    display: inline-block;
}

.meta__nav ul li a {
    color: #3A3A3A;
    font-size: 13px;
}


/*=============================================
=            Footer Navigation           =
=============================================*/

.footer__nav {
    padding-bottom: 2rem;
}

.footer__nav h5 {
    color: #fff;
    font-size: 2.3rem;
    font-weight: bold;
    padding-bottom: 1.5rem;
    position: relative;
    padding-top: 1.5rem;
}

.footer__nav h5::before {
    content: '';
    width: 5rem;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.footer__nav ul {
    list-style-position: inside;
    text-indent: -0.5rem;
}

.footer__nav ul li.current-menu-item a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.footer__nav ul li a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    padding: 7px 5px 3px 5px;
}


/*=============================================
=            Section Sidenav Cart           =
=============================================*/

.price--summary {
    padding-right: 0.5rem;
    text-transform: uppercase;
}

.cart__clear--button {
    padding-top: 1.5rem;
    text-align: center;
}

.cart__clear--button a {
    color: #4E6DCC;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
}

.cart__product {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-bottom: 1px solid rgba(78, 109, 204, 0.2);
}

.cart__product .cart__product-image {
    max-width: 8rem;
    width: 100%;
}

.cart__product:last-child {
    border-bottom: 0;
}

.cart__product-details {
    padding-left: 1rem;
    padding-right: 1rem;
}

.cart__product-details a {
    color: #3A3A3A;
    font-size: 1.4rem;
    line-height: 1.6;
}

.cart__product-details .woocommerce-Price-amount {
    font-size: 1.8rem;
    color: #EA526F;
    font-weight: 600;
}

.cart__product a {
    position: relative;
    text-indent: -999em !important;
}

.cart__product a.remove::before {
    color: #4E6DCC;
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

.checkout__payments a {
    margin-right: 2rem;
}

.checkout__payments a:last-child {
    margin-right: 0;
}

.checkout__payments p {
    font-size: 1.1rem !important;
}

.cart__checkout {
    padding-top: 5rem;
}

.cart__checkout p {
    font-size: 1.4rem;
}

.cart__checkout .outline a {
    width: 100%;
}

.cart__sidemenu--close {
    color: #3FADA7;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 600;
    cursor: pointer;
}

.cart__sidemenu {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: fixed;
    z-index: 1111;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 50rem;
    padding: 2em 3.5em;
    background: #fff;
    overflow: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
    transition: transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
    transition: transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1), -webkit-transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
}

.nav-open .cart__sidemenu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.cart__overlay {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s, visibility .5s;
    transition: opacity .5s, visibility .5s;
}

.nav-open .cart__overlay {
    opacity: .5;
    visibility: visible;
}

.cart__title {
    position: relative;
}

.count__products {
    border-radius: 50%;
    width: 19px;
    height: 19px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: #4E6DCC;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    line-height: 1;
}

.cart__checkout p {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#cart--button {
    cursor: pointer;
}

.cart__checkout p span {
    color: #3FADA7;
}

.cart__checkout {
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 680px) {
    .cart__sidemenu {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}


/* ========================================================
  inko-versand MegaMenu
  ======================================================== */


/*=============================================
=           Navigacija Home Page           =
=============================================*/

.home-icons {
    display: none !important;
}

.subpages-icons {
    display: block !important;
}

.home #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
.home #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
.home #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
.home #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
    color: #3A3A3A;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.home .home-icons {
    display: block !important;
}

.home .subpages-icons {
    display: none !important;
}

.home #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
    margin-top: 1rem !important;
    background: #fff;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    border-radius: 5px !important;
    padding: 2.5rem !important;
}

.home #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: inline-block;
    color: #3A3A3A;
}

.home #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    background: #3FADA7;
    color: #fff;
}

.home #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
.home #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
    background: #3FADA7;
    color: #fff;
    display: inline-block;
    padding-right: 1rem;
}

.home .iv__mainnav .megamenu-side-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-bottom: 1.5rem;
}

.home .iv__mainnav .megamenu-side-nav ul li {
    display: block;
}

.home .iv__mainnav .megamenu-side-nav ul li a {
    padding: 6px 5px 3px 5px !important;
    color: #3FADA7;
}

.home .iv__mainnav .megamenu-side-nav ul li a:hover {
    background-color: #3FADA7;
    color: #fff;
}

.home .iv__mainnav .widget_media_image a {
    padding: 0 !important;
}

.home .iv__mainnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu,
.home .iv__mainnav #mega-menu-wrap-primary #mega-menu-secondary>li.mega-menu-megamenu>ul.mega-sub-menu,
.home .iv__mainnav #mega-menu-wrap-secondary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu,
.home .iv__mainnav #mega-menu-wrap-secondary #mega-menu-secondary>li.mega-menu-megamenu>ul.mega-sub-menu {
    background-color: transparent;
    border-top: 1rem solid transparent;
}

.home .iv__mainnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row,
.home .iv__mainnav #mega-menu-wrap-primary #mega-menu-secondary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row,
.home .iv__mainnav #mega-menu-wrap-secondary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row,
.home .iv__mainnav #mega-menu-wrap-secondary #mega-menu-secondary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 2.5rem;
}

.home .iv__mainnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link,
.home .iv__mainnav #mega-menu-wrap-primary #mega-menu-secondary>li.mega-menu-item>a.mega-menu-link,
.home .iv__mainnav #mega-menu-wrap-secondary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link,
.home .iv__mainnav #mega-menu-wrap-secondary #mega-menu-secondary>li.mega-menu-item>a.mega-menu-link {
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.home .iv__mainnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
.home .iv__mainnav #mega-menu-wrap-primary #mega-menu-secondary>li.mega-menu-item>a.mega-menu-link:hover,
.home .iv__mainnav #mega-menu-wrap-secondary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
.home .iv__mainnav #mega-menu-wrap-secondary #mega-menu-secondary>li.mega-menu-item>a.mega-menu-link:hover {
    background-color: #fff;
    color: #3FADA7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.home .iv__mainnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
.home .iv__mainnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.home .iv__mainnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
.home .iv__mainnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
.home .iv__mainnav #mega-menu-wrap-primary #mega-menu-secondary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
.home .iv__mainnav #mega-menu-wrap-primary #mega-menu-secondary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.home .iv__mainnav #mega-menu-wrap-primary #mega-menu-secondary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
.home .iv__mainnav #mega-menu-wrap-primary #mega-menu-secondary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
.home .iv__mainnav #mega-menu-wrap-secondary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
.home .iv__mainnav #mega-menu-wrap-secondary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.home .iv__mainnav #mega-menu-wrap-secondary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
.home .iv__mainnav #mega-menu-wrap-secondary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
.home .iv__mainnav #mega-menu-wrap-secondary #mega-menu-secondary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
.home .iv__mainnav #mega-menu-wrap-secondary #mega-menu-secondary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.home .iv__mainnav #mega-menu-wrap-secondary #mega-menu-secondary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
.home .iv__mainnav #mega-menu-wrap-secondary #mega-menu-secondary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
    background-color: #fff;
    color: #3FADA7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.home .iv__mainnav #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator::after,
.home .iv__mainnav #mega-menu-wrap-primary #mega-menu-secondary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator::after,
.home .iv__mainnav #mega-menu-wrap-secondary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator::after,
.home .iv__mainnav #mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator::after {
    color: #3FADA7;
}

@media screen and (max-width: 990px) {
    .iv__mainnav {
        display: none;
    }
}


/* ========================================================
  End: inko-versand MegaMenu
  ======================================================== */


/*=============================================
=            Default Section iv__mainnav             =
=============================================*/

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-2199 ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu li a {
    padding: 0.75rem;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-2199 ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu li:last-child {
    padding-bottom: 0;
}

#mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu .mega-current-menu-item a {
    background-color: #fff !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-2200 ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu li a {
    padding: 0.75rem;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-2200 ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu li:last-child {
    padding-bottom: 0;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    border-radius: 2px !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
    margin-top: 1rem !important;
    background: #3FADA7;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    border-radius: 5px !important;
    padding: 2.5rem !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    padding-top: 3px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: transparent;
    color: #fff;
    line-height: inherit;
    padding-top: 3px;
}

ul.mega-sub-menu li.mega-menu-item-type-taxonomy::before,
div.menu-marken-container ul li.menu-item-object-marke::before {
    content: "" !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    color: #fff;
    padding-right: 1rem;
    display: inline-block;
    padding-left: 1rem;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
    background: #fff;
    color: #3FADA7;
    display: inline-block;
    padding-right: 1rem;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.iv__mainnav {
    text-align: center;
}

.iv__mainnav ul li a:hover {
    background: #3FADA7;
    color: #fff;
}

.iv__mainnav .megamenu-side-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-bottom: 1.5rem;
}

.iv__mainnav .megamenu-side-nav ul li {
    display: block;
}

.iv__mainnav .megamenu-side-nav ul li a {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    padding: 6px 5px 3px 5px;
    text-transform: uppercase;
}

.iv__mainnav .megamenu-side-nav ul li a:hover {
    background-color: #fff;
    color: #3FADA7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.iv__mainnav .widget_media_image {
    margin-top: 1rem;
}

.iv__mainnav .widget_media_image a {
    padding: 0 !important;
}

.iv__mainnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
    margin-right: 0.5rem;
}

.iv__mainnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
    background: #3FADA7;
    color: #fff;
}

.iv__mainnav #mega-menu-wrap-primary,
.iv__mainnav #mega-menu-wrap-secondary {
    background-color: transparent;
}

.iv__mainnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu,
.iv__mainnav #mega-menu-wrap-primary #mega-menu-secondary>li.mega-menu-megamenu>ul.mega-sub-menu,
.iv__mainnav #mega-menu-wrap-secondary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu,
.iv__mainnav #mega-menu-wrap-secondary #mega-menu-secondary>li.mega-menu-megamenu>ul.mega-sub-menu {
    background-color: transparent;
    border-top: 1rem solid transparent;
}

.iv__mainnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row,
.iv__mainnav #mega-menu-wrap-primary #mega-menu-secondary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row,
.iv__mainnav #mega-menu-wrap-secondary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row,
.iv__mainnav #mega-menu-wrap-secondary #mega-menu-secondary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
    background-color: #3FADA7;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 2.5rem;
}

.iv__mainnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link,
.iv__mainnav #mega-menu-wrap-primary #mega-menu-secondary>li.mega-menu-item>a.mega-menu-link,
.iv__mainnav #mega-menu-wrap-secondary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link,
.iv__mainnav #mega-menu-wrap-secondary #mega-menu-secondary>li.mega-menu-item>a.mega-menu-link {
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.iv__mainnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
.iv__mainnav #mega-menu-wrap-primary #mega-menu-secondary>li.mega-menu-item>a.mega-menu-link:hover,
.iv__mainnav #mega-menu-wrap-secondary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
.iv__mainnav #mega-menu-wrap-secondary #mega-menu-secondary>li.mega-menu-item>a.mega-menu-link:hover {
    background-color: #3FADA7;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.iv__mainnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
.iv__mainnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.iv__mainnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
.iv__mainnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
.iv__mainnav #mega-menu-wrap-primary #mega-menu-secondary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
.iv__mainnav #mega-menu-wrap-primary #mega-menu-secondary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.iv__mainnav #mega-menu-wrap-primary #mega-menu-secondary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
.iv__mainnav #mega-menu-wrap-primary #mega-menu-secondary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
.iv__mainnav #mega-menu-wrap-secondary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
.iv__mainnav #mega-menu-wrap-secondary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.iv__mainnav #mega-menu-wrap-secondary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
.iv__mainnav #mega-menu-wrap-secondary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
.iv__mainnav #mega-menu-wrap-secondary #mega-menu-secondary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
.iv__mainnav #mega-menu-wrap-secondary #mega-menu-secondary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.iv__mainnav #mega-menu-wrap-secondary #mega-menu-secondary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
.iv__mainnav #mega-menu-wrap-secondary #mega-menu-secondary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
    background-color: #3FADA7;
    color: #fff;
}

.iv__mainnav #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator::after,
.iv__mainnav #mega-menu-wrap-primary #mega-menu-secondary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator::after,
.iv__mainnav #mega-menu-wrap-secondary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator::after,
.iv__mainnav #mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator::after {
    color: #3FADA7;
    display: none;
}

.iv__mainnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link,
.iv__mainnav #mega-menu-wrap-primary #mega-menu-secondary>li.mega-menu-item>a.mega-menu-link,
.iv__mainnav #mega-menu-wrap-secondary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link,
.iv__mainnav #mega-menu-wrap-secondary #mega-menu-secondary>li.mega-menu-item>a.mega-menu-link {
    color: #3A3A3A;
    line-height: normal;
    height: auto;
    /* height: 40px; */
    padding: 0.7rem 1rem 0.4rem 1rem;
    width: auto;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    text-decoration: none;
    border: 0;
    border-radius: 2px 2px 2px 2px;
    font-family: Overpass;
    font-size: 14px;
    font-weight: normal;
    outline: none;
}

.iv__mainnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item,
.iv__mainnav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    padding: 0;
}


/*=============================================
=            Section Mobile Menu           =
=============================================*/

@media screen and (max-width: 1160px) {
    .iv__mainnav {
        display: none;
    }
}


/*=============================================
=  Snippet ispod sluzi za stilizovanje mobilne
verzije menija
=============================================*/

.hamburger {
    display: none;
}

.nav {
    display: none;
}

@media screen and (max-width: 1160px) {
    .hamburger {
        display: block;
        cursor: pointer;
    }

    .hamburgerOpen,
    .hamburgerClose {
        padding-left: 5px;
    }

    .hamburgerOpen i,
    .hamburgerClose i {
        cursor: pointer;
        font-size: 3rem;
        margin-right: 1rem;
    }

    .hamburgerOpen {
        z-index: 99999;
    }

    .hamburgerOpen--green span {
        color: #3FADA7;
    }

    .hamburgerOpen--green i {
        color: #3FADA7;
    }

    .hamburgerOpen--white span {
        color: #fff;
    }

    .hamburgerOpen--white i {
        color: #fff;
    }

    .hamburgerClose i {
        color: #3FADA7;
    }

    .nav {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        max-width: 37rem;
        width: 100%;
        visibility: hidden;
    }

    .nav__opacity {
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(34, 34, 34, 0.9);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .5s, visibility .5s;
        transition: opacity .5s, visibility .5s;
    }

    .nav__opacity--is-active {
        visibility: visible;
        opacity: 1;
    }

    .menu-nav {
        height: 100vh;
        overflow-y: auto;
        background-color: #fff;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform .7s;
        transition: -webkit-transform .7s;
        transition: transform .7s;
        transition: transform .7s, -webkit-transform .7s;
        -webkit-transition: transform .7s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        padding: 5rem 2.5rem 2.5rem 2.5rem;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .menu-nav__social {
        margin-top: auto;
    }

    .menu-nav__social ul.social--item {
        margin-top: 0;
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        padding-bottom: 3rem;
        padding-top: 3rem;
    }

    .menu-nav__social ul.social--item::before {
        content: '';
        width: 6rem;
        height: 2px;
        display: inline-block;
        background: #3FADA7;
        margin-right: 2.5rem;
    }

    .menu-nav__social ul.social--item li.item {
        display: inline-block;
        vertical-align: middle;
        color: #3FADA7;
        font-size: 1.5rem;
        font-weight: 500;
        margin-right: 1rem;
        text-transform: uppercase;
        padding-bottom: 0;
    }

    .menu-nav__social ul.social--item li.item:last-child {
        margin-right: 0;
    }

    .menu-nav__social ul.social--item li.item a:hover {
        background: none;
    }

    .menu-nav__social ul.social--item li.item i {
        color: #3FADA7;
    }

    .menu-nav.open {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .menu-nav ul {
        margin-top: 1.5rem;
        display: inline-block;
    }

    .menu-nav ul li {
        padding-bottom: 1rem;
    }

    .menu-nav ul li.current-menu-item a {
        color: #3FADA7;
        font-weight: bold;
    }

    .menu-nav ul li a {
        color: #3A3A3A;
        text-transform: uppercase;
        font-size: 1.6rem;
        -webkit-transition: none;
        transition: none;
        padding: 5px;
    }

    .menu-nav ul ul {
        margin-top: 0;
        padding: 1rem 2rem 2rem 1rem;
        position: relative;
        display: block;
    }

    .menu-nav ul ul::after {
        content: '';
        width: 60px;
        height: 1px;
        background: #3FADA7;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .menu-nav ul ul li {
        position: relative;
        padding-bottom: 5px;
    }

    .menu-nav ul ul li::before {
        content: "\2022";
        color: #3FADA7;
        display: inline-block;
        width: 1rem;
        margin-left: -1rem;
    }

    .menu-nav ul ul li a {
        text-transform: none;
        padding: 5px;
        font-size: 1.5rem;
    }

    .menu-nav ul ul li a:hover {
        background: #3FADA7;
        color: #fff;
    }
}


/*=============================================
=  Snippet ispod se nalazi nadovezuje
   na jquery skriptu za accordion mobile toggle
   Ovaj stil koristimo za mobile menu  =
=============================================*/

nav.mobileNav ul ul,
nav.mobileNav ul ul ul {
    position: relative;
    display: none;
}

nav.mobileNav ul li.menu-item-has-children>a {
    width: 80%;
}

nav.mobileNav ul li.menu-item-has-children>a:after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    color: #3FADA7;
    width: 20%;
    position: absolute;
    right: 2rem;
    text-align: right;
    font-size: 1.5rem;
    font-weight: 900;
}

nav.mobileNav ul li.menu-item-has-children>a.opened:after,
nav.mobileNav ul li ul li.menu-item-has-children>a.opened:after {
    content: '\f077';
    font-family: "Font Awesome 5 Free";
}

nav.mobileNav ul li a {
    display: block;
    width: 100%;
}

nav.mobileNav ul {
    display: block;
}

nav.mobileNav ul li ul li a {
    display: inline;
}

.cat-item-15 {
    display: none;
}


/**
 *
 * Navigacija subpages
 *
 */

@media screen and (max-width: 768px) {
    header.subpages .telorder {
        display: none;
    }

    header.subpages .header__contact div+div a {
        background: #3FADA7;
        color: #fff;
        font-weight: 600;
        padding: 0.8rem 1.2rem 0.5rem 1.2rem;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
    }

    .meta__nav {
        background: none;
    }
}


/*=============================================
=           Sticky Nav Mobile        =
=============================================*/

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

    .stickyNav--green.is-active,
    .stickyNav--white.is-active {
        z-index: 111;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        padding: 2rem;
    }

    .stickyNav--green.is-active .grid-1280,
    .stickyNav--white.is-active .grid-1280 {
        padding: 0;
    }

    .stickyNav--green.is-active {
        background-color: #fff;
    }

    .stickyNav--white.is-active {
        background-color: #3FADA7;
    }
}

.swiper-button-next-iv::after,
.swiper-button-prev-iv::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    font-size: 2.7rem;
    color: #4E6DCC;
}

.swiper-button-next-iv {
    right: -40px;
}

.swiper-button-prev-iv {
    left: -40px;
}

.swiper-button-next-iv::after {
    content: "\f054";
}

.swiper-button-prev-iv::before {
    content: "\f053";
}

.swiper-button-next-iv,
.swiper-button-prev-iv {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    transform: translateY(-50%);
}


/* LAYOUTS */


/*=============================================
=         Product Filter  Woocommerce         =
=============================================*/

.prdctfltr_tooltip>span {
    background-color: #3FADA7 !important;
}

.prdctfltr_tooltip>span:after {
    border-top-color: #3FADA7 !important;
}

.page__content .prdctfltr_woocommerce_ordering span.prdctfltr_reset span:before {
    content: '';
    width: auto;
}

.page__content .prdctfltr_reset label {
    color: #4E6DCC;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 1.4rem;
    font-weight: 600;
}

.page__content .widget .widget-title,
.page__content .widget .widgettitle {
    font-size: 2rem;
    font-weight: 600;
    color: #3FADA7;
    border: none;
    margin-bottom: 0;
}

.page__content .prdctfltr_checkboxes {
    margin-left: 4px;
}

.page__content .prdctfltr_selected_title {
    font-size: 1.4rem;
}

.page__content a.prdctfltr_title_remove {
    text-decoration: none !important;
    color: #3FADA7;
}

.page__content .prdctfltr_aftertitle>span,
.page__content .prdctfltr_collector>span {
    padding: 0.6rem 1rem 0.3rem 1rem;
}

.page__content .prdctfltr_checkboxes .prdctfltr-plus {
    color: #3FADA7;
}

.page__content .prdctfltr_wc_widget .prdctfltr_collector {
    margin-bottom: 3rem;
}

.page__content .pf_rngstyle_thin .irs-from,
.page__content .pf_rngstyle_thin .irs-to,
.page__content .pf_rngstyle_thin .irs-single {
    background: #4E6DCC;
}

.page__content .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label>span:before {
    width: 16px;
    height: 16px;
    border-color: #3FADA7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 12px;
    margin-left: -2px;
}

.page__content .prdctfltr_filter label {
    font-size: 1.4rem;
}

.page__content .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label.prdctfltr_active>span:after {
    color: #3FADA7;
    content: "" !important;
    background: #3FADA7;
    width: 12px;
    height: 12px;
    top: 1px;
    left: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.teaser.lazyload {
    opacity: 0;
    transform: scale(0.8);
}

.teaser.lazyloaded {
    opacity: 1;
    transform: scale(1);
    transition: all 700ms;
}


/*=============================================
=         Checkout Plugin  Woocommerce         =
=============================================*/

.woocommerce-form__label-for-checkbox {
    display: inline !important;
}

.woocommerce-validated {
    padding-left: 0 !important;
}

.page-id-8 .page__content h1 {
    margin-bottom: 0;
}

.page-id-8 .page__content .woocommerce-thankyou-order-received {
    font-size: 2rem;
    font-weight: 600;
    color: #3FADA7;
    text-align: center;
}

.woocommerce-form-coupon {
    float: none;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-form-coupon p:first-child {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    margin-bottom: 1.5rem;
}

.woocommerce-form-coupon .form-row-first,
.woocommerce-form-coupon .form-row-last {
    margin-right: 0;
}

.woocommerce-form-coupon .form-row {
    -webkit-box-flex: 1;
    flex: 1;
    width: 30%;
}

.woocommerce-form-coupon .form-row button {
    background: #4E6DCC;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1.3rem 2.5rem 1rem 2.5rem;
    text-align: center;
    display: inline-block;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
    letter-spacing: 0.05em;
    min-width: 25rem;
    width: auto;
    float: right;
}

.wizard .steps {
    margin-bottom: 3rem;
}

.wizard>.steps li a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.wizard>.steps li a:before {
    position: absolute;
    top: 35%;
    -webkit-transform: translateY(-35%);
    transform: translateY(-35%);
    left: 0;
}

.wizard>.steps .number {
    font-size: 3.8rem;
    color: #000;
    font-weight: bold;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 6rem;
    min-width: 6rem;
    z-index: 2;
    position: relative;
    min-height: 6rem;
    height: 6rem;
    margin-bottom: 0.7rem;
}

.wizard .steps li.current span.number {
    background: #4e6dcc;
    border: 2px solid #4e6dcc;
}

.wizard>.steps li a {
    color: #4E6DCC !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.wizard>.steps li a:hover {
    color: #4E6DCC !important;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.wizard .steps li.current span.number {
    text-decoration: none;
    color: #fff;
}

#wizard {
    padding: 6rem;
    background: #edf0fa;
    -moz-border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    border-radius: 1.5rem;
    position: relative;
}

#wizard input[type="text"],
#wizard input[type="password"],
#wizard input[type="email"],
#wizard input[type="tel"],
#wizard input[type="number"],
#wizard textarea {
    width: 100%;
    margin-bottom: 2.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid #fff;
    padding: 1rem 0.8rem 0.7rem 1.2rem;
    background: #fff;
    box-shadow: none;
}

#wizard input[type="text"]:last-child,
#wizard input[type="password"]:last-child,
#wizard input[type="email"]:last-child,
#wizard input[type="tel"]:last-child,
#wizard input[type="number"]:last-child,
#wizard textarea:last-child {
    margin-bottom: 0;
}

.wizard>.actions a,
.wizard>.actions a:hover,
.wizard>.actions a:active,
#wizard form.login input.button,
#wizard .checkout_coupon .button,
#wizard .woocommerce-Button {
    background: #4E6DCC;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1.2rem 2rem 1rem 2rem;
    text-align: center;
    display: block;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
    letter-spacing: 0.05em;
}

.wizard>.steps li.disabled .number {
    color: #4E6DCC !important;
}

.wizard>.content>.body input.error {
    background: #fbe3e4;
    border: 1px solid #fbc2c4 !important;
    color: #EA526F !important;
}

.wizard>.content>.body label.error {
    display: none !important;
    visibility: hidden;
}

a:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
    outline-color: none !important;
    outline: none;
}

.wizard .steps li.done span.number {
    background: #3FADA7 !important;
    border-color: #3FADA7 !important;
    z-index: 1;
}

h3#ship-to-different-address {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #3FADA7;
}

.wizard>.steps li.done a:before {
    border-bottom-color: #3FADA7 !important;
}

.wizard>.steps li.done a {
    color: #3FADA7 !important;
}

#ship-to-different-address .woocommerce-form__input-checkbox {
    position: static !important;
}

.page__content table:not(.has-background) th {
    background-color: transparent;
}

.page__content table:not(.has-background) tbody td {
    background-color: transparent;
}

.page__content table:not(.has-background) tbody tr:nth-child(2n) td,
.page__content fieldset,
.page__content fieldset legend {
    background-color: transparent;
}

.page__content table.review__order th {
    font-size: 1.4rem;
    font-weight: 600;
    color: #3FADA7;
    text-transform: uppercase;
    background: none;
}

.page__content table.review__order td {
    color: #3A3A3A;
    font-size: 1.6rem;
    vertical-align: middle;
    background: none;
}

@media screen and (max-width: 680px) {
    .woocommerce-checkout #main {
        padding: 0;
    }
}


/*=============================================
=         Mailchimp Custom Style        =
=============================================*/

#mc_embed_signup_scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    -moz-border-radius: 0.6rem;
    -webkit-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    border-radius: 0.6rem;
    background: rgba(255, 255, 255, 0.5);
    margin-top: 2rem;
}

#mc_embed_signup_scroll input {
    background: transparent;
    width: 100%;
    font-size: 1.4rem;
    line-height: normal;
    padding: 1.8rem 2rem 1.5rem 2rem;
    border: none;
    color: #fff;
    font-weight: 400;
    font-family: 'Overpass';
}

.mc_embed_signup form {
    margin: 0;
}

input#mc-embedded-subscribe {
    font-family: 'Font Awesome 5 Free', 'Overpass';
    font-weight: normal;
}

.woocommerce-checkout .woocommerce {
    max-width: 960px;
    width: 100%;
    margin: auto;
}

.wc-bacs-bank-details-heading,
.wc-bacs-bank-details-account-name {
    padding: 1.5rem 0;
    font-size: 1.5rem;
}

.thwmsc-buttons button.button-next,
.thwmsc-buttons button.button-prev {
    border: 1px solid #4E6DCC;
    background: #4E6DCC;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem 2rem 0.6rem 2rem;
    text-align: center;
    display: inline-block;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
    letter-spacing: 0.05em;
    min-width: 15rem;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}


/* Additions by Strahinja 21.08.2020*/

.product__price.product-on-sale .price__sale {
    margin-left: 0 !important;
}

.product__price.product-on-sale .price__regular {
    display: inline-block !important;
}

#thwmsc_wrapper.is--active .thwmsc-buttons {
    text-align: left;
}

.thwmsc-buttons {
    padding-right: 2rem;
    padding-left: 2rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.thwmsc-buttons .button-prev.sd.prev-first {
    visibility: hidden;
}

.thwmsc-buttons input.button-prev[type=button] {
    color: #4E6DCC;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    background-color: transparent;
    display: inherit;
    border: 0;
}

.thwmsc-buttons input.button-next[type=button] {
    border: 1px solid #4E6DCC;
    background: #4E6DCC;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem 2rem 0.6rem 2rem;
    text-align: center;
    display: inline-block;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
    letter-spacing: 0.05em;
    min-width: 15rem;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.thwmsc-buttons input.button-next[type=button]:hover {
    background-color: #4E6DCC;
    color: #fff;
}

.woocommerce-checkout {
    /*=====  End of Section Steps Content  ======*/
    /*=============================================
=           Tabela u chekoutu            =
=============================================*/
    /*=====  End of checkout table  ======*/
}

.woocommerce-checkout #thwmsc_wrapper {
    max-width: 960px;
    margin: 10rem auto 0 auto;
    width: 100%;
    float: none;
}

.woocommerce-checkout #thwmsc-tab-content-0 {
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -ms-border-radius: 1rem;
    border-radius: 1rem;
    background: #edf0fa;
}

.woocommerce-checkout #thwmsc-tab-content-0.thwmsc-tab-content {
    padding: 5rem;
}

.woocommerce-checkout #thwmsc-tab-content-1 {
    background: #fff;
}

.woocommerce-checkout #thwmsc-tab-content-2 {
    background: #fff;
}

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

    .woocommerce-checkout .thwmsc-layout-time-line.thwmsc-mobile-accordion img.thwmsc-img-icon,
    .woocommerce-checkout .thwmsc-layout-time-line.thwmsc-mobile-accordion span.thwmsc-tab-icon {
        position: absolute;
        top: 40%;
        margin-right: 0 !important;
    }

    .woocommerce-checkout .woocommerce-checkout .checkbox__checkout-container {
        margin-top: 2rem;
    }

    .woocommerce-checkout .thwmsc-wrapper .thwmsc-buttons {
        text-align: center;
    }

    .woocommerce-checkout .thwmsc-mobile-accordion .thwmsc-index {
        width: 4.5rem !important;
        height: 4.5rem !important;
        font-size: 3rem;
        padding-top: 0.5rem !important;
    }

    .woocommerce-checkout .thwmsc-mobile-accordion #thwmsc-tab-content-1 {
        padding: 0;
    }

    .woocommerce-checkout .thwmsc-mobile-accordion .thwmsc-accordion-label {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        padding: 2rem 2.5rem;
        font-size: 1.6rem;
    }

    .woocommerce-checkout .thwmsc-mobile-accordion .thwmsc-tab-label {
        padding: 0;
        font-size: 1.6rem;
    }

    .woocommerce-checkout .thwmsc-tab-content {
        margin-bottom: 2rem;
    }

    .woocommerce-checkout #thwmsc-tab-content-0 {
        -moz-border-radius: 1rem;
        -webkit-border-radius: 1rem;
        -ms-border-radius: 1rem;
        border-radius: 1rem;
        background: #edf0fa;
    }

    .woocommerce-checkout #thwmsc-tab-content-0.thwmsc-tab-content {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .woocommerce-checkout #thwmsc_wrapper a.active .thwmsc-img-icon,
    .woocommerce-checkout #thwmsc_wrapper a.active .thwmsc-tab-icon {
        border: 2px solid #fff !important;
    }
}

.woocommerce-checkout .review__order th,
.woocommerce-checkout .review__order td {
    font-size: 1.4rem;
    border-bottom: 1px solid #edf0fa;
    padding: 2rem;
    vertical-align: middle;
}

.woocommerce-checkout .review__order td:first-child p {
    padding-left: 2.5rem;
}

.woocommerce-checkout .review__order .cart-subtotal th,
.woocommerce-checkout .review__order .cart-subtotal td,
.woocommerce-checkout .review__order .woocommerce-shipping-totals.shipping th,
.woocommerce-checkout .review__order .woocommerce-shipping-totals.shipping td,
.woocommerce-checkout .review__order .order-total th,
.woocommerce-checkout .review__order .order-total td {
    border: none;
}

.woocommerce-checkout #payment .payment_methods>li .payment_box,
.woocommerce-checkout .woocommerce-checkout #payment .place-order {
    background: none !important;
}

.woocommerce-checkout #payment .payment_methods li {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 2.5rem;
}

.woocommerce-checkout #payment .payment_methods li.payment_method_paypal {
    background-color: rgba(63, 173, 167, 0.1) !important;
}

.woocommerce-checkout #payment .payment_methods li .payment_box p {
    padding-bottom: 2rem;
}

.woocommerce-checkout #payment .payment_methods li img {
    margin: 0 0.5rem;
}

.woocommerce-checkout h1 {
    color: #4E6DCC;
    font-size: 3.8rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 4.5rem;
}

.woocommerce-checkout .thwmsc-index {
    width: 6rem;
    height: 6rem;
    background: #4E6DCC;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 3.8rem;
    font-family: 'Overpass', sans-serif;
    padding-top: 1rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.woocommerce-checkout .thwmsc-tab-label {
    font-size: 1.4rem;
    font-weight: bold;
    color: #4E6DCC;
    text-transform: uppercase;
}

.woocommerce-checkout .thwmsc-layout-time-line.thwmsc_end_closed .first {
    margin-left: 0;
}

.woocommerce-checkout .thwmsc-layout-time-line ul.thwmsc-tabs {
    margin-top: 6rem;
    margin-bottom: 4rem;
}

.woocommerce-checkout .thwmsc-layout-time-line ul.thwmsc-tabs li {
    position: relative;
}

.woocommerce-checkout .thwmsc-layout-time-line ul.thwmsc-tabs li span.thwmsc-tab-label {
    padding: 4rem 0 0;
}

.woocommerce-checkout .thwmsc-layout-time-line ul.thwmsc-tabs li:last-child a::after {
    background-image: none;
}

.woocommerce-checkout .thwmsc-layout-time-line ul.thwmsc-tabs li a {
    position: relative;
    display: inline;
    border: 0;
}

.woocommerce-checkout .thwmsc-layout-time-line ul.thwmsc-tabs li a::after {
    content: "";
    height: 3px;
    position: absolute;
    width: 71%;
    left: 64%;
    z-index: -1;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #4E6DCC), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, #4E6DCC 20%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 10px 2px;
    background-repeat: repeat-x;
}

.woocommerce-checkout .thwmsc-layout-time-line .thwmsc-index {
    border: 0;
}

.woocommerce-checkout .thwmsc-layout-time-line span.thwmsc-tab-icon {
    margin-top: -3.2rem;
}

.woocommerce-checkout #billing_country_field {
    margin-bottom: 2rem;
}

.woocommerce-checkout #billing_country_field label,
.woocommerce-checkout #billing_country_field .select2 {
    font-size: var(--form-fs) !important;
    border: 0 !important;
}

.woocommerce-checkout #thwmsc_wrapper .form-row-first {
    width: 100%;
    float: none;
}

.woocommerce-checkout #thwmsc_wrapper h3 {
    text-align: center;
    color: #3FADA7;
    font-size: 2rem;
    font-weight: bold;
}

.woocommerce-checkout #thwmsc_wrapper textarea,
.woocommerce-checkout #thwmsc_wrapper input[type="text"],
.woocommerce-checkout #thwmsc_wrapper input[type="password"],
.woocommerce-checkout #thwmsc_wrapper input[type="email"],
.woocommerce-checkout #thwmsc_wrapper input[type="tel"] {
    width: 100%;
    margin-bottom: 2.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
    border: none;
    padding: 1rem 0.8rem 0.7rem 1.2rem;
    background: #fff;
}

.woocommerce-checkout .thwmsc-tab-panel-wrapper {
    float: none;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text {
    font-size: 1.3rem;
    margin-top: 1.5rem;
}

.woocommerce-checkout #shipping_country_field {
    display: none;
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
    padding-bottom: 2.5rem;
}

.woocommerce-checkout #payment .payment_methods li p {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.woocommerce-checkout #payment .payment_methods>li .payment_box {
    padding-top: 0;
    padding-bottom: 0;
}

.woocommerce-checkout #payment .payment_methods>li .payment_box,
.woocommerce-checkout #payment .place-order {
    background-color: #edf0fa;
}

.woocommerce-checkout #payment .payment_methods>li:not(.woocommerce-notice) {
    background-color: #edf0fa;
}

.woocommerce-checkout #payment .payment_methods>li:not(.woocommerce-notice):hover {
    background-color: #edf0fa;
}

.woocommerce-checkout #payment .payment_methods>.woocommerce-PaymentMethod>label::before,
.woocommerce-checkout #payment .payment_methods>.wc_payment_method>label::before {
    font-size: 2.2rem;
    color: #fff;
}

.woocommerce-checkout #payment .payment_methods li.woocommerce-PaymentMethod>input[type=radio]:first-child:checked+label::before,
.woocommerce-checkout #payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label::before {
    color: #4E6DCC;
    content: "\f111";
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 0.5rem solid #fff;
    width: 2.2rem;
    height: 2.2rem;
    font-size: 1.5rem;
}

.woocommerce-checkout #payment .payment_methods>.woocommerce-PaymentMethod>label,
.woocommerce-checkout #payment .payment_methods>.wc_payment_method>label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.woocommerce-checkout #payment .payment_methods>.woocommerce-PaymentMethod>label::before,
.woocommerce-checkout #payment .payment_methods>.wc_payment_method>label::before {
    -webkit-transition-property: none;
    transition-property: none;
    margin-right: 1rem;
    margin-bottom: 3px;
}

.woocommerce-checkout #payment .place-order .button {
    width: auto;
    background: #4E6DCC;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1.4rem 2rem 1rem 2rem;
    text-align: center;
    display: block;
    border-radius: 0.5rem;
    letter-spacing: 0.05em;
}

.woocommerce-checkout .wc-gzd-place-order {
    float: right;
}

.woocommerce-checkout #thwmsc-tab-panel-2 .review__order {
    display: none;
}

.woocommerce-checkout input[type='checkbox']+label,
.woocommerce-checkout input[type='radio']+label {
    margin-left: 0.5rem;
}

.woocommerce-checkout #ship-to-different-address .woocommerce-form__input-checkbox {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.woocommerce-checkout #ship-to-different-address label {
    font-weight: normal;
}

.woocommerce-checkout #ship-to-different-address span.checkmark {
    margin-right: 0.5rem;
}

.thwmsc-tab-panel-wrapper .form-row-last {
    margin: 0;
    width: 100%;
}

.thwmsc-tab-panel-wrapper #place_order {
    float: right;
}

.thwmsc-tab-panel-wrapper button.button.alt {
    display: inline-block;
}

.woocommerce-checkout .woocommerce-form.woocommerce-form-login p,
.woocommerce-checkout .woocommerce-form-coupon p {
    padding: 0 4rem 1.5rem 4rem;
}

.woocommerce-checkout .woocommerce-form.woocommerce-form-login input[type="text"],
.woocommerce-checkout .woocommerce-form.woocommerce-form-login input[type="password"],
.woocommerce-checkout .woocommerce-form.woocommerce-form-login input[type="email"],
.woocommerce-checkout .woocommerce-form.woocommerce-form-login input[type="tel"],
.woocommerce-checkout .woocommerce-form-coupon input[type="text"],
.woocommerce-checkout .woocommerce-form-coupon input[type="password"],
.woocommerce-checkout .woocommerce-form-coupon input[type="email"],
.woocommerce-checkout .woocommerce-form-coupon input[type="tel"] {
    width: 100%;
    margin-bottom: 2.5rem;
    border-radius: 0.5rem;
    border: none;
    padding: 1rem 0.8rem 0.7rem 1.2rem;
    background: #edf0fa;
}

.woocommerce-checkout button.woocommerce-form-login__submit {
    background: #4E6DCC;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1.3rem 2.5rem 1rem 2.5rem;
    text-align: center;
    display: inline-block;
    border-radius: 0.5rem;
    letter-spacing: 0.05em;
    min-width: 25rem;
    width: auto;
    float: right;
}

@media screen and (max-width: 768px) {
    .woocommerce-checkout .thwmsc-tab-panel-wrapper {
        padding: 0 2.5rem;
    }
}

@media screen and (max-width: 680px) {
    span.thwmsc-tab-label {
        width: 100%;
        padding-top: 0;
    }

    .woocommerce-checkout .thwmsc-tab-panel-wrapper {
        background: none;
    }

    #thwmsc-tab-content-0 {
        background: #edf0fa;
    }

    .woocommerce-checkout .thwmsc-mobile-accordion .thwmsc-accordion-label.active .thwmsc-tab-label {
        color: #fff !important;
    }
}

@media screen and (max-width: 680px) {
    .woocommerce-checkout #payment .place-order .button {
        width: 100%;
        margin-top: 2.5rem;
    }
}

.variable-items-wrapper {
    margin-left: 4px;
}

.variable-items-wrapper .variable-item.button-variable-item.button-variable-item {
    width: auto;
    min-width: 3rem;
    min-height: 3rem;
    height: auto;
    padding: 0.6rem 0.6rem 0.5rem 0.6rem !important;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
}

a.reset_variations {
    display: none !important;
    visibility: hidden !important;
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color:after {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.guaven_woos_suggestion {
    padding: 1.5rem 2.5rem 1.5rem 2.5rem !important;
    background: #f2f4fb !important;
}

.guaven_woos_titlediv {
    line-height: 1.3 !important;
    padding-top: 1rem;
}

.guaven_woos_suggestion ul li a,
.guaven_woos_titlediv {
    font-size: 1.5rem !important;
    color: #3A3A3A !important;
}

.guaven_woos_final_results li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.guaven_woos_showallli a {
    color: #4E6DCC !important;
}

.home .guaven_woos_suggestion {
    background: #fff !important;
}


/**
 * Swiper 6.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2020
 */

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000;
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 3px;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


/**
 * home.css
 *
 * These are the styles for the home page template.
 *
 * Index
 * - Left Sidebar Informations
 * - Header Slider
 * - Latest Products
 * - Blog
     - Video
 * - Inko Versand Info
 * - Callback Button
 * - Product Besteller
 * - Instagram
 * - Partners
 * - Header Main Components
     - Header Contact
     - Promo Message
     - Header Category
 */


/**
 * Recommended Section Header - Additions by Strahinja 24.09.2020
 */

.sd a {
    color: #131313 !important;
}

h2.sd a {
    font-size: 2.3rem !important;
    line-height: 1.3;
    font-weight: bold !important;
}

.header__recommended {
    background: #fff;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
    margin-bottom: 5rem;
}

.header__recommended--green {
    margin-bottom: 0 !important;
}

.header__recommended img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 100%;
}

.header__recommended-pagination {
    text-align: center;
    bottom: 0;
    left: auto;
    right: auto;
    position: absolute;
    z-index: 1;
    width: 100%;
}

.header__recommended-slider {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.header__recommended-inner {
    width: 30%;
    padding-left: 2.5rem;
}

.header__recommended-item {
    border-bottom: 1px solid #edf0fa;
    padding-top: 2rem;
    padding-bottom: 2rem;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.header__recommended-item:last-child {
    border: 0;
    padding-bottom: 0;
}

.header__recommended-item:hover {
    background-color: #edf0fa;
    cursor: pointer;
}

.header__recommended-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__recommended-content .primary__link {
    padding-left: 2rem;
}

.header__recommended-content .primary__link a {
    padding-left: 0;
}

.header__recommended-content .primary__link a::after {
    margin-left: 0;
    display: block;
}

.header__recommended-thumb img {
    max-width: 12rem;
    height: 12rem;
}

@media screen and (max-width: 990px) {
    header.header__recommended--green .grid-1280 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .header__recommended {
        margin-bottom: 5rem;
        display: block;
    }

    .header__recommended-slider {
        width: 100%;
    }

    .header__recommended-inner {
        width: 100%;
        padding-left: 0;
        display: flex;
        margin-top: 5rem;
        flex-wrap: wrap;
    }

    .header__recommended-item {
        padding-top: 2rem;
        padding-bottom: 2rem;
        width: 33%;
        padding-right: 2.5rem;
        border-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .header__recommended-item {
        width: 49%;
        border-bottom: 1px solid #edf0fa;
    }

    .header__recommended-item:last-child {
        border: 0;
    }
}

@media screen and (max-width: 680px) {
    .header__recommended-inner {
        display: block;
    }

    .header__recommended-item {
        width: 100%;
        border-bottom: 1px solid #edf0fa;
    }

    .header__recommended-item:last-child {
        border: 0;
    }
}


/**
 * Left Sidebar Informations
 */

.follow-us-wrap {
    left: 0;
    position: absolute;
    z-index: 2;
}

.follow-us-wrap .follow-us-rotated {
    background-color: #fff;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.follow-us-wrap .follow-us-rotated::before {
    background: #3FADA7;
    bottom: 0;
    content: '';
    height: 2px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 65px;
}

.follow-us-wrap .follow-us-content {
    -webkit-box-align: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    height: 8rem;
    padding: 20px;
}

.follow-us-wrap.top-follow {
    top: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}

.follow-us-wrap.top-follow .follow-us-rotated {
    padding-right: 65px;
}

.follow-us-wrap.top-follow .follow-us-rotated::before {
    right: 0;
}

.follow-us-wrap.top-follow .follow-us-content {
    -webkit-box-pack: end;
    justify-content: end;
}

.follow-us-wrap.bottom-follow {
    bottom: 270px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}

.follow-us-wrap.bottom-follow .follow-us-rotated {
    padding-left: 150px;
}

.follow-us-wrap.bottom-follow .follow-us-rotated::before {
    left: 0;
}

.follow-us-wrap.bottom-follow .follow-us-content {
    -webkit-box-pack: start;
    justify-content: start;
}

.follow-us-wrap ul li {
    color: #3FADA7;
    display: inline-block;
    text-transform: uppercase;
}

.follow-us-wrap ul li:not(:first-of-type) {
    font-size: 20px;
    margin-left: 20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.follow-us-wrap ul li a {
    color: #3FADA7;
    display: block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.follow-us-wrap ul li a:hover {
    color: #43D5CB;
}


/* Responsive Header */

@media screen and (max-width: 1440px) {
    .follow-us-wrap {
        display: none;
    }
}


/**
 * Header Slider
 */

.header__slider {
    margin-top: 5rem;
    padding-bottom: 20rem;
    max-width: 160rem;
    width: 100%;
    float: right;
}

.header__slider h3 {
    color: #fff;
    font-size: 4.5rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin: 0;
}

.header__slider .slider__description {
    padding: 5rem 8rem 5rem 0.5rem;
}

.header__slider .slider__description ul {
    padding: 0 3.5rem 2.5rem 3.5rem;
    list-style-type: disc;
}

.header__slider .slider__description ul li {
    color: #fff;
    font-size: 4.5rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.3;
}

.header__slider .slider__description p {
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
}

.header__slider .slider__description .primary__button a {
    background: #fff;
    display: inline-block;
    color: #3FADA7;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border: 1px solid transparent;
}

.header__slider .slider__description .primary__button a:hover {
    background-color: #3FADA7;
    color: #fff;
    border: 1px solid #fff;
}

.header__slider .slider__image img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

@media screen and (max-width: 1600px) {
    .header__slider {
        max-width: 130rem;
    }
}

@media screen and (max-width: 1440px) {
    .header__slider {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 680px) {
    .header__slider .slider__description p {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}


/**
 * Latest Products
 * with swiper plugin settings
 */

.latest__products {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
    background: #edf0fa;
    position: relative;
    overflow: hidden;
}

.latest__products::after {
    z-index: 0;
}

.latest__products>div {
    z-index: 1;
}

.latest__products .swiper-container {
    max-height: 75rem;
}

.latest__products .swiper-slide {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.latest__products .swiper-slide .product__item {
    max-width: 33rem;
}

.latest__products .swiper-slide .product__item .price__regular {
    padding-left: 0;
}

.latest__products .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* Additions by Strahinja 05.08.2022 */


/* .latest__products .swiper-slide.swiper-slide-active .product__item {
      min-height: 65rem; } */


/* end of additions */

.latest__products .swiper-container .swiper-wrapper .swiper-slide .product__item {
    min-height: 55rem;
}

.latest__products .swiper-button-prev,
.latest__products .swiper-button-next {
    outline: none;
}

.latest__products .swiper-button-prev::after,
.latest__products .swiper-button-next::after {
    font-weight: bold;
}

.latest__products h3 {
    padding-bottom: 5rem;
}

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

.latest__products .primary__button.outline a:hover {
    background-color: #4E6DCC;
    color: #fff;
}

.latest__products .primary__button a {
    padding-left: 4rem;
    padding-right: 4rem;
    border: 1px solid #4E6DCC;
}

.latest__products .primary__button a:hover {
    background: #fff;
    color: #4E6DCC;
}

.latest__products::after {
    content: '';
    background: #dde3f6;
    width: 50rem;
    height: 50rem;
    bottom: -15rem;
    right: 4rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}

@media screen and (max-width: 990px) {
    .latest__products .swiper-slide {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media screen and (max-width: 680px) {
    .primary__button.swiper {
        margin-top: 4.5rem;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .latest__products .swiper-slide .product__item {
        max-width: none;
    }

    .latest__products .swiper-pagination {
        display: block;
        left: 0;
        right: 0;
    }

    .latest__products .swiper-pagination-bullet {
        margin: 4px;
    }

    .latest__products .swiper-pagination-bullet-active {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .slider__description .primary__button {
        text-align: center;
        margin-bottom: 2rem;
    }

    .latest__products::after {
        background: none;
    }
}


/**
 * Blog
 */

.iv__blog {
    background: #4E6DCC;
}

.iv__blog .blog__description {
    color: #fff;
    padding: 5rem 9rem;
}

.iv__blog .blog__description a {
    color: #fff;
    font-weight: bold;
}

.iv__blog .blog__description .primary__button a {
    display: inline-block;
    background: #fff;
    color: #4E6DCC;
    padding-left: 2rem;
    padding-right: 2rem;
    border: 1px solid transparent;
}

.iv__blog .blog__description .primary__button a:hover {
    border: 1px solid #fff;
    background: #4E6DCC;
    color: #fff;
}

.iv__blog .blog__description h3 {
    font-weight: normal;
    font-size: 3rem;
    color: #fff;
    padding-bottom: 0;
}

.iv__blog .blog__description p {
    font-size: 1.7rem;
    line-height: 1.8;
    font-weight: 300;
}

.iv__blog .blog__thumb img {
    width: 100%;
    height: auto;
}

.iv__blog .blog__tagline {
    display: block;
    font-weight: 500;
    font-size: 1.4rem;
    color: #fff;
    padding-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}


/**
 *
 * Video
 *
 */

.iv__video {
    position: relative;
    padding-bottom: 66.66%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.iv__video iframe,
.iv__video object,
.iv__video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1440px) {
    .iv__blog .blog__description {
        padding: 2rem 2.5rem;
    }
}

@media screen and (max-width: 768px) {
    .iv__blog .iv__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .iv__blog .grid-50 {
        width: 100%;
    }
}


/*Additions by Strahinja 22.01.2020*/

@media screen and (max-width:600px) {
    .iv__blog .blog__description {
        order: 2;
    }
}


/**
 * Inko Versand Info
 */

.iv__info {
    position: relative;
    padding: 5rem 10rem;
}

.iv__info h4,
.iv__info h1 {
    font-size: 4.5rem;
    line-height: 1.3;
    color: #4E6DCC;
}

.iv__info h4 {
    font-weight: 700;
}

.iv__info p {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.9;
    color: #3A3A3A;
    position: relative;
    padding-left: 2rem;
    padding-bottom: 2rem;
}

.iv__info p:first-child::before {
    content: '';
    background: #4E6DCC;
    width: 1rem;
    height: 1rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0.7rem;
    left: 0;
}

.iv__info::after {
    position: absolute;
    right: 0;
    content: '';
    background: #edf0fa;
    top: 0;
    z-index: -1;
    width: 80%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .iv__info {
        padding: 5rem 2.5rem;
    }

    .iv__info::after {
        width: 100%;
    }

    .iv__info h4 {
        padding-bottom: 3rem;
        font-size: 3.5rem;
    }

    .iv__info p {
        padding-left: 0;
    }

    .iv__info p:first-child::before {
        background: none;
    }

    .iv__info .iv__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .iv__info .grid-50,
    .iv__info .grid-30 {
        width: 100%;
    }

    .primary__link a {
        padding-left: 0;
    }
}


/**
 * Callback Button
 */

.callback__inner {
    background: #fff;
    padding: 25px;
}

.callbackContent {
    color: #35992D;
    margin: 0;
    padding: 0;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 350px;
    z-index: 111;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
    padding: 1px;
    color: #5d6561;
}

.callbackContent h3 {
    padding: 1.5rem;
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 600;
}

.callbackContent a {
    color: #3FADA7;
    text-decoration: none;
}

.callback__phone a {
    font-size: 2rem;
}

.callback__phone p {
    padding-bottom: 1rem;
    font-size: 1.4rem;
}

.callback__phone span {
    font-size: 1.4rem;
    display: block;
    color: #3A3A3A;
    margin-top: 1rem;
}

.callback__mail .icon-Mail_icon:before {
    background: #ffffff;
    color: #fff;
    padding: 5px;
    margin-right: 10px;
    border-radius: 10px;
}

.callbackButton .icon-Phone_icon:before {
    text-align: center;
    font-size: 30px;
    color: #fff;
}

.callback__mail {
    padding-top: 20px;
}

.callback__mail p {
    padding-top: 5px;
    font-size: 1.4rem;
}

.activeModal {
    opacity: 1;
    visibility: visible;
}

.callbackButton {
    margin: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1111;
    background: #3FADA7;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.1s all;
    transition: 0.1s all;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    /* Animation */
}

.callbackButton:hover i {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.callbackButton i {
    font-size: 3rem;
    -webkit-transition: 0.3s all ease;
}


/* remove z-index on click */

.remove__zi {
    z-index: 1;
}

.callback__close {
    position: absolute;
    top: -37px;
    right: 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

.callback__close span:last-child {
    font-size: 21px;
    text-align: center;
    width: 3rem;
    height: 3rem;
    background: #4E6DCC;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 3rem;
    padding-bottom: 4px;
    display: block;
}

.callback__close span:first-child {
    padding-right: 5px;
    color: #111;
    letter-spacing: 0.025em;
    display: none;
}

@media screen and (max-width: 768px) {
    .callbackButton {
        display: none;
    }
}


/**
 * Product Besteller
 */

.products-bestsellers {
    margin-bottom: 10rem;
}

.products-bestsellers .primary__button {
    text-align: center;
}


/**
 * Instagram
 */

.iv__instagram {
    position: relative;
    padding: 5rem 0 7.5rem 0;
}

.iv__instagram::before {
    background: #edf0fa;
    bottom: 0;
    content: '';
    height: 80%;
    left: 0;
    position: absolute;
    width: 100%;
}

.iv__instagram .info p {
    padding-bottom: 5rem;
}

.iv__instagram .info p,
.iv__instagram .info a {
    color: #4E6DCC;
    font-weight: bold;
    font-size: 5rem;
}

.iv__instagram .wdi_feed_thumbnail_1 .wdi_feed_container {
    border: none;
    background: none;
}

.iv__instagram .wdi_media_info,
.iv__instagram .wdi_posts,
.iv__instagram .wdi_bio,
.iv__instagram .wdi_followers,
.iv__instagram .wdi_website,
.iv__instagram #wdi_feed_0 .wdi_media_info {
    display: none;
}

.iv__instagram #wdi_feed_0 .wdi_header_user_text {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.iv__instagram .wdi_feed_info {
    display: none;
}

.iv__instagram .wdi_feed_theme_1 .wdi_follow_btn {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 1.8rem;
    background-color: #ffffff;
    border-color: #4E6DCC;
    color: #4E6DCC;
    margin-left: 10px;
    line-height: 1;
    padding: 0.75rem 2rem 0.35rem 2rem;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.iv__instagram .wdi_feed_theme_1 .wdi_follow_btn:hover {
    background: #4E6DCC;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .iv__instagram {
        padding-bottom: 0;
    }

    .iv__instagram .info p,
    .iv__instagram .info a {
        font-size: 4rem;
    }

    .iv__instagram .grid-45,
    .iv__instagram .grid-50 {
        width: 100%;
    }

    .iv__instagram .iv__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

@media screen and (max-width: 680px) {
    .iv__instagram p {
        padding: 3rem;
    }
}


/**
 * Partners
 */

.iv__partners {
    text-align: center;
}

.iv__partners div {
    display: inline-block;
    vertical-align: middle;
    padding: 1.5rem;
}

@media screen and (max-width: 768px) {
    .iv__partners {
        text-align: center;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .iv__partners div {
        display: inline;
        padding: 1rem;
        width: 50%;
        text-align: center;
    }

    .iv__partners div img {
        display: inline-block;
        padding: 1rem;
    }
}

.user__icons {
    background: #4E6DCC;
    width: 4.8rem;
    height: 4.8rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.user__icons i {
    font-size: 2.5rem;
    color: #fff;
    font-style: normal;
}

.user__account .grid-33 {
    padding-left: 2rem;
}

.user__account .grid-50 {
    padding-right: 2rem;
    padding-bottom: 2rem;
}

.user__account .grid-50:nth-child(odd) {
    padding-left: 2rem;
}

.user__account .grid-50:nth-child(2) {
    padding-right: 0;
}

.user__account .grid-50:nth-child(3) {
    padding-bottom: 0;
}

.user__account .grid-50:nth-child(4) {
    padding-bottom: 0;
    padding-right: 0;
}

.user__account .grid-50 span.caption {
    display: block;
    color: #4E6DCC;
    font-weight: 600;
    font-size: 2.4rem;
    margin-top: 0.5rem;
}

.user__account .user__profile {
    text-align: center;
    background: rgba(63, 173, 167, 0.15);
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -ms-border-radius: 1rem;
    border-radius: 1rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.user__account .user__profile a {
    color: #4E6DCC;
}

.user__account .user__profile span {
    font-size: 1.6rem;
    color: #3A3A3A;
    padding-bottom: 1rem;
    display: block;
    font-weight: normal;
}

.user__account .user__profile span:last-child {
    padding-bottom: 0;
}

.user__account .user__profile .user__icon i {
    font-size: 5rem;
    color: #3FADA7;
}

.user__account .user__address,
.user__account .user__orders,
.user__account .account__settings,
.user__account .user__wishlist {
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -ms-border-radius: 1rem;
    border-radius: 1rem;
    text-align: center;
    padding: 5rem 7rem;
    background: rgba(78, 109, 204, 0.1);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.user__account .user__orders {
    background: rgba(78, 109, 204, 0.2);
}

@media screen and (max-width: 990px) {
    .user__account {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}


/**
 * Header Main Components
 */

header {
    padding: 0 0 4rem 0;
}

header.home {
    background: #3FADA7;
    margin-bottom: 20rem;
    padding: 1.5rem 0;
}

header.home::before {
    background-color: #fff;
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    margin: auto;
    max-width: 8rem;
    position: absolute;
    top: 0;
    width: 100%;
}

header.home .iv__mainnav {
    text-align: left;
}

header.home .iv__search {
    background: rgba(255, 255, 255, 0.5);
}

header.home .iv__search i {
    color: #fff;
}

@media screen and (max-width: 1440px) {
    header.home {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    header.home::before {
        background: none;
    }
}

@media screen and (max-width: 768px) {
    header.home {
        padding-bottom: 0;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    header.home>.grid-1280 {
        padding: 1rem 2.5rem 0 2.5rem;
    }
}


/**
 * Heder Contact
 */

.header__contact div {
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    margin-top: 6px;
}

.header__contact div+div a {
    background: #fff;
    color: #3FADA7;
    font-weight: 600;
    padding: 0.8rem 1.2rem 0.5rem 1.2rem;
    -moz-border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    border-radius: 0.4rem;
}


/**
 * Promo Message
 */

.promo__message {
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #fff;
}

.promo__message a {
    color: #fff;
}


/**
* Header Category
* Kategorije ispod slajdera u headeru
*/

.header__category {
    position: absolute;
    width: 100%;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: -25rem;
}

.header__category .category__inner {
    background: #fff;
    padding: 4rem;
    width: calc(33.33333% - 4rem);
    margin: 2rem;
}

.header__category .category__inner span {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-top: 1.7rem;
    color: #3A3A3A;
}

.header__category .category__icon {
    background: #fff;
}

.header__category .category__icon img {
    border-radius: 0;
}

.header__category .category__icon i {
    font-size: 7rem;
    color: #4E6DCC;
}

@media screen and (max-width: 1160px) {
    .header__contact {
        width: 100%;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
    }

    .header__contact div.tel__order {
        display: none;
    }
}

@media screen and (max-width: 1160px) {
    .header__category {
        position: static;
    }

    .header__slider .slider__description {
        padding: 2.5rem 0;
    }

    .header__slider .slider__description h3 {
        font-size: 2.5rem !important;
        text-align: center;
    }

    .header__slider .slider__description .primary__button {
        text-align: center;
    }

    .header__slider .header__category.grid-960 {
        padding: 0;
    }

    .header__slider .header__category .iv__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .header__slider .header__category .category__icon {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .header__slider .header__category .category__icon img {
        width: 50%;
        height: 100%;
    }

    .header__slider .header__category .category__inner {
        margin: 0;
        padding: 2rem 3rem;
        width: 100%;
    }

    .header__slider .header__category .category__inner:first-child {
        padding-top: 5rem;
    }

    .promo__message {
        display: none;
    }

    .swiper-slide .iv__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .swiper-slide .grid-50 {
        width: 100%;
    }

    .swiper-slide .grid-50:first-child {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .swipper__navigation {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 680px) {
    .header__slider {
        padding-bottom: 4rem !important;
    }

    .header__category.grid-960 {
        padding: 0;
    }

    .header__category .iv__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .header__category .category__icon {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .header__category .category__icon img {
        width: 50%;
        height: 100%;
    }

    .header__category .category__inner {
        margin: 0;
        padding: 2rem 3rem;
        width: 100%;
    }

    .header__category .category__inner:first-child {
        padding-top: 5rem;
    }

    .swiper-button-prev-iv,
    .swiper-button-next-iv {
        display: none !important;
    }
}


/**
 * home.css
 *
 * These are the styles for the marken page template.

 */

.page-template-marken_tpl .swiper-pagination {
    display: none;
}

.swiper-marken {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.brands .category-title h1 {
    padding-bottom: 1.6rem;
}

.brands h3 {
    font-size: 2.4rem;
    text-align: center !important;
    color: #4E6DCC;
    font-weight: bold;
    letter-spacing: 0.025em;
}

.brands .brands__list {
    margin-bottom: 10rem;
    margin-top: 5rem;
}

.brands .brands__list ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

.brands .brands__list ul li {
    width: 33.33333%;
    border-bottom: 1px solid rgba(78, 109, 204, 0.2);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 2.5rem;
    -webkit-box-align: center;
    align-items: center;
    min-height: 16rem;
}

.brands .brands__list ul li:last-child {
    border-left: 1px solid rgba(78, 109, 204, 0.2);
    border-right: 0;
    border-bottom: 0;
}

.brands .brands__list ul li:last-child img {
    width: 70%;
}

.brands .brands__list ul li:nth-child(n+2) {
    border-top: 0;
}

.brands .brands__list ul li:nth-last-child(-n+2) {
    border-bottom: 0;
}

.brands .brands__list ul li:nth-child(3n+2) {
    border-left: 1px solid rgba(78, 109, 204, 0.2);
    border-right: 1px solid rgba(78, 109, 204, 0.2);
}


/* Additions by Strahinja 02.06.2021 */

.brands__list ul li:nth-child(13) {
    border-bottom: 0;
}

@media screen and (max-width: 768px) {
    .brands .brands__list ul li {
        border: 0 !important;
    }
}

@media screen and (max-width: 680px) {
    .brands .brands__list ul li {
        width: 50%;
        border: none;
    }
}

.html-sitemap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.html-sitemap .hide__item {
    display: none !important;
}

.html-sitemap ul.sitemap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5rem;
}

.html-sitemap ul.sitemap li {
    width: 25%;
    margin-bottom: 5rem;
}

.html-sitemap ul.sitemap li ul.sub-menu {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.html-sitemap ul.sitemap li ul.sub-menu li {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 1rem;
}

.html-sitemap ul.sitemap li ul.sub-menu li:last-child {
    padding-bottom: 0;
}

.html-sitemap ul.sitemap li ul.sub-menu li a {
    text-transform: none;
    font-size: 1.5rem;
    color: #3A3A3A;
    font-weight: normal;
}

.html-sitemap ul.sitemap li ul.sub-menu li a:hover {
    color: #3FADA7;
}

.html-sitemap ul.sitemap li ul.sub-menu li a::before {
    background-color: transparent !important;
    content: '';
    margin-bottom: 0;
}

.html-sitemap ul.sitemap li a {
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: bold;
    color: #3FADA7;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.html-sitemap ul.sitemap li a::before {
    background-color: #3FADA7;
    content: '';
    height: 1px;
    width: 40px;
    display: block;
    margin-bottom: 1.5rem;
}

.html-sitemap .sitemap-pages {
    display: flex;
    flex-wrap: wrap;
}

.html-sitemap .sitemap-pages li {
    width: 25%;
    margin-bottom: 2.5rem;
}

.html-sitemap .sitemap-pages li a {
    color: #3FADA7;
    font-weight: bold;
    font-size: 1.8rem;
    position: relative;
    text-transform: uppercase;
}

.html-sitemap .sitemap-pages li a::before {
    background-color: #3FADA7;
    content: '';
    height: 1px;
    width: 40px;
    display: block;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 990px) {
    .page-template-sitemap-html_tpl .grid-1280 {
        padding-left: 2.5rem;
        padding-right: 2.25rem;
    }
}

@media screen and (max-width: 768px) {
    .html-sitemap .sitemap-pages li {
        width: 50%;
    }

    .html-sitemap ul.sitemap {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 5rem;
    }

    .html-sitemap ul.sitemap li {
        width: 50%;
    }
}

@media screen and (max-width: 680px) {
    .html-sitemap .sitemap-pages li {
        width: 100%;
    }

    .html-sitemap ul.sitemap {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 2.5rem;
        flex-direction: column;
    }

    .html-sitemap ul.sitemap li {
        width: 100%;
    }

    .html-sitemap ul.sitemap li li {
        padding-bottom: 0 !important;
    }
}


/**
 * Liefer Abo Page Template
 */

.liefer-abo {
    margin-bottom: 5rem;
}

.liefer-abo__content {
    margin-bottom: 10rem;
}

.liefer-abo__content__left {
    padding-right: 2rem;
    width: 40%;
}

.liefer-abo__content__right {
    width: 60%;
}

.liefer-abo__title {
    font-weight: bold;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.liefer-abo__title--main-title {
    margin-bottom: 8rem;
    text-align: center;
}

.liefer-abo__title--main-title h1 {
    color: #4E6DCC;
    font-size: 2.5em;
    line-height: 1.5em;
}

.liefer-abo__title h2 {
    color: #4E6DCC;
    font-size: 2.5em;
    line-height: 1.5em;
}

.liefer-abo__subtitle h4 {
    color: #4E6DCC;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
}

.liefer-abo__banner {
    margin-bottom: 15rem;
}

.liefer-abo__paragraph {
    margin-bottom: 3rem;
}

.liefer-abo__paragraph p {
    line-height: 2.1em;
    font-size: 1.4rem;
}

.liefer-abo__quote {
    border-left: 2px solid #3FADA7;
    margin: 4rem 0 4rem 14%;
    padding-left: 12%;
}

.liefer-abo__quote p {
    color: #3FADA7;
    font-size: 2rem;
    line-height: 1.45em;
}

.liefer-abo__information-block {
    align-items: center;
    background-color: rgba(78, 109, 204, 0.1);
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
    display: flex;
    justify-content: space-between;
    margin: 60px auto;
    padding: 5rem;
}

.liefer-abo__information-block i {
    color: #3FADA7;
    font-size: 6.5rem;
    line-height: 1.15em;
    margin-right: 2rem;
    padding: 0 1.5rem;
}

.liefer-abo__information-block p {
    font-size: 1.4rem;
    line-height: 2.1em;
}

.liefer-abo__information-block p span {
    color: #3FADA7;
}

.liefer-abo__button {
    display: inline-block;
    margin-bottom: 60px;
}

.liefer-abo__button.primary__button a {
    background-color: #3FADA7;
    padding: 1.3rem 3rem 1rem 3rem;
    border: 1px solid transparent;
}

.liefer-abo__button.primary__button a:hover {
    border: 1px solid #3FADA7;
    background: #fff;
    color: #3FADA7;
}

.liefer-abo__steps {
    margin-bottom: 6rem;
    margin-top: 4.8rem;
    position: relative;
    text-align: center;
}

.liefer-abo__steps::before {
    content: "";
    height: 3px;
    position: absolute;
    top: 3rem;
    width: 100%;
    z-index: 0;
    /* Horizontal dots */
    background-image: linear-gradient(to right, #4E6DCC 20%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 10px 2px;
    background-repeat: repeat-x;
}

.liefer-abo__steps__step {
    background-color: #fff;
    z-index: 1;
}

.liefer-abo__steps__step i {
    color: #4E6DCC;
    font-size: 60px;
    margin-bottom: 40px;
}

.liefer-abo__steps__step p {
    background-color: #4E6DCC;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    height: 3rem;
    margin: 0 auto;
    /* padding: 5px 0; */
    width: 3rem;
    /* display: block; */
    padding-top: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.liefer-abo__steps__step .liefer-abo__subtitle {
    margin-top: 1rem;
}

.liefer-abo__steps__step .liefer-abo__subtitle h4 {
    color: #4E6DCC;
}

.liefer-abo__after-content {
    background-color: rgba(78, 109, 204, 0.1);
    border-radius: 6px;
    padding: 4.5rem;
    text-align: center;
    width: 100%;
}

.liefer-abo__after-content p {
    color: #4E6DCC;
    font-size: 3rem;
    font-weight: 500;
}

.liefer-abo__banner--mobile {
    display: none;
    visibility: hidden;
}

@media only screen and (max-width: 1280px) {
    .liefer-abo {
        padding: 0 2rem;
    }
}


/* End: max-width: 1280px */

@media only screen and (max-width: 960px) {
    .liefer-abo__content {
        flex-direction: column;
    }

    .liefer-abo__content__left {
        padding-right: 0;
        width: 100%;
    }

    .liefer-abo__content__right {
        width: 100%;
    }
}


/* End: max-width: 960px */

@media only screen and (max-width: 768px) {
    .liefer-abo__banner--desktop {
        display: none;
        visibility: hidden;
    }

    .liefer-abo__banner--mobile {
        display: block;
        visibility: visible;
    }

    .liefer-abo__title--main-title {
        margin-bottom: 4rem;
    }

    .liefer-abo__banner {
        margin-bottom: 5rem;
    }

    .liefer-abo__steps {
        flex-direction: column;
    }

    .liefer-abo__steps::before {
        /* Vertical dots */
        background-image: linear-gradient(#4E6DCC 20%, rgba(255, 255, 255, 0) 0%);
        background-position: center;
        background-size: 2px 10px;
        background-repeat: repeat-y;
        height: 100%;
        left: 0;
        margin: auto;
        right: 0;
        top: 0;
        width: 3px;
    }

    .liefer-abo__steps__step {
        margin-bottom: 4rem;
        padding: 2rem;
    }

    .liefer-abo__steps__step i {
        margin-bottom: 2rem;
    }

    .liefer-abo__steps__step:last-of-type {
        margin-bottom: 0;
    }
}


/* End: max-width: 768px */

@media only screen and (max-width: 580px) {
    .liefer-abo__information-block {
        flex-direction: column;
        margin: 4rem auto;
        padding: 4rem;
    }
}


/**
 * Angebote Page Template
 */

.angebote__button {
    display: flex;
    justify-content: flex-end;
}

.angebote__button .primary__button {
    display: flex;
    flex-direction: column-reverse;
}

.angebote__button .primary__button a {
    display: flex;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: auto;
}

.angebote__button .primary__button a.added_to_cart {
    background: none;
    text-transform: none;
    color: #4E6DCC;
    -webkit-transition: none;
    transition: none;
    margin-top: 0;
    padding-top: 0;
    border: none;
}

@media screen and (max-width: 680px) {
    .angebote__button {
        display: block;
        width: 100%;
    }

    .angebote__button .primary__button a {
        justify-content: center;
        width: 100%;
    }
}

.lieferung__container {
    max-width: 1180px;
    margin: 0 auto;
}

.angebote__lieferabo .grid-50 {
    padding: 3% 2%;
}

.angebote__lieferabo .grid-50 .primary__button a {
    display: inline-block;
    padding: 1.4rem 2rem 1rem 2rem;
}

.angebote__lieferabo .grid-50:first-child {
    background: #4E6DCC;
}

.angebote__lieferabo .grid-50:first-child .primary__button a {
    color: #4E6DCC;
    background: #fff;
    border: 1px solid transparent;
}

.angebote__lieferabo .grid-50:first-child .primary__button a:hover {
    background-color: #4E6DCC;
    color: #fff;
    border: 1px solid #fff;
}

.angebote__lieferabo .grid-50:first-child p,
.angebote__lieferabo .grid-50:first-child h3 {
    color: #fff;
}

.angebote__lieferabo .grid-50:first-child i {
    font-size: 6.8rem;
    color: #fff;
    padding-top: 2.5rem;
}

.angebote__lieferabo .grid-50:last-child {
    padding-left: 10rem;
    background: #edf0fa;
}

.angebote__lieferabo .grid-50:last-child h3 {
    color: #4E6DCC;
}

.angebote__lieferabo .grid-50:last-child p {
    color: #3A3A3A;
}

.angebote__lieferabo .grid-50:last-child i {
    font-size: 6.8rem;
    color: #4E6DCC;
    padding-top: 2.5rem;
}

.angebote__lieferabo .lieferabo__content {
    padding: 0 3rem;
}

.angebote__lieferabo .lieferabo__content h3 {
    line-height: 1.3;
}

@media screen and (max-width: 768px) {
    .angebote__lieferabo>.iv__flex {
        flex-direction: column;
    }

    .angebote__lieferabo .grid-50.lieferabo__container {
        width: 100%;
        padding: 4rem 2.5rem;
    }

    .angebote__lieferabo .grid-50.lieferabo__container i {
        font-size: 5rem;
        padding-top: 0;
    }

    .angebote__lieferabo .grid-50.lieferabo__container h3 {
        font-size: 3rem;
    }
}

.angebote {
    margin-top: -15rem;
}

.page-template-angebote_tpl .iv__breadcrumb {
    display: none;
}

.iv__angebote .header__slider {
    padding-bottom: 10rem;
}

.iv__angebote .header__slider h3 {
    color: #3FADA7;
}

.iv__angebote .header__slider p {
    color: #3A3A3A;
    font-size: 2.5rem;
    line-height: 1.5;
}

.iv__angebote article {
    position: relative;
    background: #fff;
}

.iv__angebote .iv__info .grid-30 {
    text-align: center;
}

.iv__angebote .iv__info p::before {
    background: none;
}

.lieferung__steps {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    position: relative;
}

.lieferung__steps:last-child::after {
    background-image: none;
}

.lieferung__steps::after {
    content: "";
    height: 3px;
    position: absolute;
    top: 3rem;
    left: 14rem;
    width: 95%;
    z-index: 0;
    background-image: linear-gradient(to right, #4E6DCC 20%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 10px 2px;
    background-repeat: repeat-x;
}

.lieferung__icon {
    position: relative;
    z-index: 1;
    background: #edf0fa;
}

.lieferung__icon i {
    font-size: 6rem;
    color: #4E6DCC;
}

.lieferung__title {
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #4E6DCC;
}

.lieferung__number {
    width: 3rem;
    height: 3rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #4E6DCC;
    margin-bottom: 1.8rem;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: normal;
    padding-top: 0.4rem;
}

.lieferung__content p {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 1.5rem 2.5rem 0 2.5rem;
}

@media screen and (max-width: 768px) {
    .angebote {
        margin-top: 0;
    }

    .iv__angebote .header__slider {
        margin-top: 0;
    }

    .iv__angebote .header__slider .grid-50 {
        width: 100%;
    }

    .iv__angebote .header__slider .grid-50.slider__description {
        padding-bottom: 5rem !important;
        padding-top: 0 !important;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .iv__angebote .header__slider .iv__flex {
        flex-direction: column;
    }

    .lieferung__steps::after {
        background-image: linear-gradient(to right, #4E6DCC 20%, rgba(255, 255, 255, 0) 0%);
        background-repeat: repeat-y;
        height: 100%;
        left: 0;
        margin: auto;
        right: 0;
        top: 0;
        width: 3px;
    }

    .special__offer--packages article .special__list {
        padding-left: 0;
    }

    .special__offer--packages article .grid-40,
    .special__offer--packages article .grid-60 {
        width: 100%;
    }

    .special__offer--packages article .grid-60 {
        margin-bottom: 3rem;
    }

    .special__offer--packages article .iv__flex {
        flex-direction: column;
    }

    .iv__angebote h4 {
        text-align: center;
        margin-bottom: 3rem;
    }
}

.iv__blockquote a {
    color: #4E6DCC;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    position: relative;
}

.iv__blockquote a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    margin-left: 1rem;
    font-weight: 400;
}

.angebote__timer {
    text-align: center;
    font-size: 9rem;
    font-weight: 600;
    color: #4E6DCC;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    background: #edf0fa;
    position: relative;
    overflow: hidden;
    padding-bottom: 13rem;
    padding-top: 5rem;
}

.angebote__timer::after {
    content: '';
    background: #dde3f6;
    width: 40rem;
    height: 40rem;
    bottom: -15rem;
    right: 4rem;
    border-radius: 50%;
    position: absolute;
}

.angebote__timer span {
    padding: 2rem 1rem 1rem 1rem;
    min-width: 15rem;
    z-index: 1;
}

@media screen and (max-width: 680px) {
    .iv__angebote>.grid-1280 {
        padding: 0;
    }

    .angebote__timer {
        font-size: 6rem;
        padding-bottom: 0;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .angebote__timer::after {
        background: none;
    }

    .angebote__timer span {
        min-width: inherit;
    }
}

.special__offer {
    position: relative;
}

.special__offer::before {
    content: '';
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #edf0fa;
    width: 25rem;
    height: 25rem;
    left: -10rem;
}

.special__offer article {
    border: 1px solid #edf0fa;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    padding: 1.5rem 3rem;
    margin-bottom: 3rem;
}

.special__offer article:last-child {
    margin-bottom: 0;
}

.special__offer .special__offer--price {
    color: #EA526F;
    font-size: 2rem;
    font-weight: 600;
}

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

.special__offer .special__thumb span {
    display: block;
}

.special__offer .special__thumb img {
    max-width: 15rem;
}

.offer__operator {
    font-size: 3rem;
    font-weight: bold;
    color: #4E6DCC;
    padding: 0 1.5rem;
}

.special__list {
    padding-left: 6rem;
}

.special__list ul li {
    color: #3A3A3A;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.7em;
    margin-bottom: 10px;
    padding-left: 20px;
}

.special__list ul li::before {
    color: #4E6DCC;
    content: "\2022";
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-left: -20px;
    width: 1em;
}

.article__price {
    width: 14rem;
    height: 14rem;
    background: #EA526F;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.article__price__align {
    display: flex;
    justify-content: center;
    align-items: center;
}

.article__price__sales {
    color: #fff;
}

.article_price__regular {
    color: #ffffff;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: normal;
}

del {
    text-decoration: none;
    position: relative;
}

del::before {
    content: "";
    width: 100%;
    height: 2px;
    /* background: #fff; */
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.product__price {
    color: #5d6561;
    font-size: 1.5rem;
    font-weight: 600;
}

.special__offer--content {
    padding-right: 2.5rem;
}

.special__offer--content h3 {
    font-size: 4.5rem;
    line-height: 1.3;
}

@media screen and (max-width: 680px) {
    .special__offer--content h3 {
        text-align: center;
    }
}


/**
 * Contact Page Template
 */

.iv__contact {
    /* Social media */
    /* ====== OVDE UBACI MIXINS ZA FLEX ====== */
    /* ====== OVDE UBACI MIXINS ZA FLEX ====== */
}

.iv__contact #mc_embed_signup input {
    border: none !important;
    margin-bottom: 2.5rem;
}

.iv__contact #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border-bottom: 2px solid #e85c41 !important;
}

.iv__contact .mc-field-group {
    position: relative;
}

.iv__contact #mc_embed_signup div.mce_inline_error {
    color: red;
    position: absolute;
    bottom: 6px;
    font-size: 12px;
    left: 0;
    padding: 0;
    margin: 0;
    background-color: unset;
}

.iv__contact #mce-success-response {
    color: green;
}

.iv__contact .primary__button input {
    background: #4E6DCC;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1.4rem 0 1rem 0;
    text-align: center;
    display: block;
    border-radius: 0.5rem;
    letter-spacing: 0.05em;
    width: 100%;
}

.iv__contact .primary__button input:hover {
    background: #4e6dccd9;
    color: #fff;
}

.iv__contact .contact__social .iv__social {
    padding: 5rem 5rem 4rem 5rem;
}

.iv__contact .contact__social .iv__social h2 {
    text-align: left;
}

.iv__contact .contact__social .iv__social ul {
    display: -webkit-box;
    display: flex;
    padding-left: 0;
}

.iv__contact .contact__social .iv__social ul li {
    padding-right: 30px;
}

.iv__contact .contact__social .iv__social ul li:before {
    display: none;
}

.iv__contact h2 {
    color: #4E6DCC;
    padding-bottom: 4rem;
}

.iv__contact .contact__content {
    padding: 5rem 5rem 4rem 5rem;
}

.iv__contact .contact__content p {
    font-size: 1.8rem;
    font-weight: 600;
}

.iv__contact .contact__content a {
    font-size: 1.6rem;
    color: #3FADA7;
    font-weight: 600;
}

.iv_contact--bg {
    padding: 5rem 5rem 4rem 5rem;
    background: #edf0fa;
    -moz-border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    border-radius: 1.5rem;
    position: relative;
    z-index: 1;
}

.iv_contact--bg h2>p {
    text-align: center;
}

.iv_contact--bg::before {
    content: '';
    background: #dde3f6;
    height: 8rem;
    width: 16rem;
    position: absolute;
    right: 6rem;
    top: 0;
    border-bottom-left-radius: 16rem;
    border-bottom-right-radius: 16rem;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .iv__contact.grid-960 {
        padding: 0;
    }

    .iv__contact .iv__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .iv__contact .grid-50 {
        width: 100%;
    }
}


/**
 * Newsletter Page Template
 */


/*=============================================
    =            Section Newsletter Page            =
    =============================================*/

.iv__newsletter ul li {
    padding-bottom: 2rem;
}

.iv__newsletter ul li:last-child {
    padding-bottom: 0;
}

.iv__newsletter ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    float: left;
    margin-left: -2.5rem;
    color: #3FADA7;
    font-size: 1.5rem;
}

.iv__newsletter .newsletter__content {
    padding: 0 5rem 4rem 5rem;
}

.iv__newsletter .newsletter__box {
    margin-top: 3rem;
    padding: 5rem 5rem 4rem 5rem;
    background: #edf0fa;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -ms-border-radius: 1rem;
    border-radius: 1rem;
}

.iv__newsletter .newsletter__box p:last-child {
    padding-bottom: 0;
}

.iv__newsletter h3 {
    color: #4E6DCC;
    line-height: 1.4;
    font-size: 3rem;
    font-weight: bold;
}

.iv__newsletter h4 {
    color: #3FADA7;
    font-size: 1.8rem;
    padding-bottom: 3rem;
}

@media screen and (max-width: 990px) {
    .iv__newsletter {
        padding: 2.5rem;
    }

    .iv__newsletter ul {
        padding: 0 3.5rem;
    }

    .iv__newsletter .newsletter__box {
        margin-bottom: 3rem;
    }

    .iv__newsletter .grid-35,
    .iv__newsletter .grid-65 {
        width: 100%;
    }

    .iv__newsletter .newsletter__content {
        padding: 0;
    }
}


/**
 * Page FAQ Template
 */


/**
 *
 * FAQ Accordion
 *
 */

.accordion {
    margin: 0;
    padding: 0;
    list-style: none;
}

.accordion__header {
    border-bottom: 1px solid #e0e0e0;
    color: #5d6561;
    cursor: pointer;
    font-size: 2rem;
    font-weight: 400;
    padding: 2rem;
    text-align: left;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    position: relative;
}

.accordion__item {
    position: relative;
    height: 100%;
    display: none;
    transition: 0.3s;
    padding: 2rem 5rem;
}

.accordion__item dt,
.accordion__item dd {
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    line-height: 32px !important;
}

.accordion__item dt {
    color: #34992d;
    font-weight: bold;
    margin-top: 20px;
}

.accordion__item dt::before {
    content: "";
    display: inline-block;
    background: #34992d;
    text-align: center;
    width: 7px;
    height: 7px;
    vertical-align: middle;
    margin-right: 1rem;
    margin-bottom: 3px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.accordion__item dd::before {
    content: none;
}

.accordion__header.active+.accordion__item {
    display: block;
}

.accordion__point {
    position: relative;
    margin-bottom: 5px;
    background: #e3dbdb;
    border-radius: 20px;
}

.accordion__header::before {
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    color: #4E6DCC;
    left: 15px;
    top: 14px;
    transition: 0.5s;
    margin-right: 2rem;
    font-weight: 600;
}

.accordion__header.active::before {
    font-family: "Font Awesome 5 Free";
    color: #3FADA7;
    left: 15px;
    top: 14px;
    transition: 0.5s;
    margin-right: 2rem;
    content: "\f068";
    font-weight: 600;
}

.accordion__header.active {
    color: #3FADA7;
}

.faq-page h3 {
    text-align: center;
    color: #4E6DCC;
    text-transform: uppercase;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 4.5rem;
}


/* Style the tab */

.faq-tab {
    margin: 4rem 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

.faq-tab .faq-tab-button {
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -ms-border-radius: 1rem;
    border-radius: 1rem;
    background: #edf0fa;
    color: #4E6DCC;
    font-size: 1.4rem;
    text-transform: uppercase;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 5rem 0.5rem;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 23.5%;
}

.faq-tab .faq-tab-button span {
    display: block;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.faq-tab .faq-tab-button:hover,
.faq-tab .faq-tab-button.active {
    background: rgba(78, 109, 204, 0.2);
}

.faq-tab .faq-tab-button:hover span,
.faq-tab .faq-tab-button.active span {
    color: #3FADA7;
}

.faq-tab .faq-tab-button i {
    color: #4E6DCC;
    font-size: 4.5rem;
    margin-bottom: 1.5rem;
}


/* Style the tab content */

.tabcontent {
    border-top: none;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

.tabcontent ul li:first-of-type button.question {
    border-top: 1px solid #e0e0e0;
}

.tabcontent ul li .answer {
    border-bottom: 1px solid #e0e0e0;
    display: none;
    overflow: hidden;
    padding: 0 18px;
    padding: 3rem 6rem;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
}

.tabcontent ul li .answer dd,
.tabcontent ul li .answer dt {
    font-size: 1.4rem;
    line-height: 1.9;
}

.tabcontent ul li .answer p {
    color: #444444;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.9;
    margin: 0;
}

.tabcontent ul li button.question {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    color: #5d6561;
    cursor: pointer;
    font-size: 21px;
    font-weight: 400;
    outline: none;
    padding: 2.5rem 3rem 2.5rem 6rem;
    text-align: left;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
}

.tabcontent ul li button.question.active-header {
    color: #3FADA7;
}

.tabcontent ul li button.question.active-header::before {
    content: "\2212";
    color: #3FADA7;
}

.tabcontent ul li button.question::before {
    content: "+";
    margin-left: -32px;
    padding-right: 20px;
    color: #4E6DCC;
}


/* Fade in tabs */

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media screen and (max-width: 990px) {
    .faq-tab {
        flex-wrap: wrap;
        margin: 4rem -1.5rem;
    }

    .faq-tab .faq-tab-button {
        width: calc(50% - 1rem);
        margin: 0.5rem;
    }
}

@media screen and (max-width: 680px) {
    .faq-tab .faq-tab-button {
        width: 100%;
        margin: 0.5rem;
    }
}


/**
 * 404 Page Template
 */

.page-404 {
    background-color: #3FADA7;
    display: flex;
    align-items: center;
    height: 100vh;
    text-align: center;
    justify-content: center;
}

.page-404__logo {
    display: inline-block;
    margin-bottom: 5rem;
}

.page-404__title h1 {
    font-size: 12rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.025em;
    margin-bottom: 1rem;
}

.page-404__title h2 {
    font-size: 3.8rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.025em;
    margin-bottom: 1.5rem;
}

.page-404__paragraph p {
    font-weight: 1.6rem;
    line-height: 1.9;
    color: #fff;
    letter-spacing: 0.025em;
}

.page-404__button {
    margin-top: 2rem;
    padding-bottom: 2.5rem;
}

.page-404__button .primary__button {
    display: inline-block;
    min-width: 20rem;
}


/**
 * Page Hilfsmittelpflegebox Template
 */

.iv__hilfsmittelpflegebox h1 {
    text-align: center;
}

.iv__hilfsmittelpflegebox p {
    font-size: 1.4rem;
    line-height: 1.9;
    padding-bottom: 2.5rem;
}

.iv__hilfsmittelpflegebox p:last-child {
    padding-bottom: 0;
}

.iv__hilfsmittelpflegebox img {
    max-width: 100%;
    height: auto;
    margin: 6rem 0;
}

.iv__hilfsmittelpflegebox .pflegebox--info {
    display: flex;
    align-items: center;
    margin-top: 5rem;
    margin-bottom: 8rem;
}

.iv__hilfsmittelpflegebox .pflegebox--info.blue .primary__button a {
    background: #4E6DCC;
}

.iv__hilfsmittelpflegebox .pflegebox--info.blue .primary__button a:hover {
    color: #fff;
}

.iv__hilfsmittelpflegebox .pflegebox--info.blue i,
.iv__hilfsmittelpflegebox .pflegebox--info.blue p {
    color: #4E6DCC;
}

.iv__hilfsmittelpflegebox .pflegebox--info.green .primary__button a {
    background: #3FADA7;
}

.iv__hilfsmittelpflegebox .pflegebox--info.green .primary__button a:hover {
    color: #fff;
}

.iv__hilfsmittelpflegebox .pflegebox--info.green i,
.iv__hilfsmittelpflegebox .pflegebox--info.green p {
    color: #3FADA7;
}

.iv__hilfsmittelpflegebox .pflegebox--info .primary__button {
    margin: 0 auto;
}

.iv__hilfsmittelpflegebox .pflegebox--info .primary__button a {
    padding-left: 2rem;
    padding-right: 2rem;
}

.iv__hilfsmittelpflegebox .pflegebox--info .primary__button a:hover {
    border: 1px solid #3FADA7;
}

.iv__hilfsmittelpflegebox .pflegebox--info .primary__button a.pdf {
    position: relative;
}

.iv__hilfsmittelpflegebox .pflegebox--info .primary__button a.pdf::before {
    font-family: "Font Awesome 5 Free";
    content: "\f1c1";
    display: inline-block;
    padding-right: 0.8rem;
    margin-bottom: 0.3rem;
    vertical-align: middle;
    color: #fff;
    font-weight: 400;
    font-size: 2.2rem;
}

.iv__hilfsmittelpflegebox .pflegebox--info i {
    font-size: 3rem;
    margin-right: 2.5rem;
}

.iv__hilfsmittelpflegebox .pflegebox--info p {
    font-size: 2rem;
    font-weight: 600;
    padding-bottom: 0;
}

@media screen and (max-width: 1160px) {
    .page-template-hilfsmittelpflegebox_tpl .grid-1280 {
        padding: 0 2.5rem;
    }
}

@media screen and (max-width: 680px) {
    .iv__hilfsmittelpflegebox .pflegebox--info {
        flex-direction: column;
    }

    .iv__hilfsmittelpflegebox .pflegebox--info .primary__button {
        margin-left: 0;
        margin-top: 2.5rem;
    }
}

.iv__pflegehilfsmittel {
    margin: 0 -2rem;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.iv__pflegehilfsmittel div {
    width: calc(25% - 4rem);
    margin: 2rem;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background: #edf0fa;
    padding: 2.5rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.iv__pflegehilfsmittel div h5 {
    color: #3FADA7;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.iv__pflegehilfsmittel div:first-child {
    background: #4E6DCC;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.3;
    color: #fff;
    padding: 3rem;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 990px) {
    .iv__pflegehilfsmittel {
        margin: 0 -1rem;
    }

    .iv__pflegehilfsmittel div {
        width: calc(50% - 2rem);
        margin: 1rem;
    }
}

@media screen and (max-width: 600px) {
    .iv__pflegehilfsmittel div {
        width: 100%;
        margin: 1rem;
    }
}

.pflege-description {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background: #edf0fa;
    padding: 2.5rem 10rem;
    text-align: center;
}

.pflege-description h3 {
    font-size: 3rem;
    font-weight: 600;
    padding-bottom: 0;
}

.pflegebox {
    margin: 5rem 0;
}

.pflegebox h3 {
    font-size: 3.5rem;
    font-weight: bold;
    color: #4E6DCC;
    line-height: 1.3;
    margin-top: 0;
}

.pflegebox .grid-60 {
    padding: 0 5rem;
}

.pflegebox span {
    font-size: 1.4rem;
    font-weight: 600;
    color: #4E6DCC;
    text-transform: uppercase;
}

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

    .pflegebox .grid-40,
    .pflegebox .grid-60 {
        width: 100%;
        padding: 0;
    }

    .pflegebox .iv__flex {
        flex-direction: column;
    }
}

.pflege__angebote {
    margin: 5rem -6rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.angebote--content {
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -ms-border-radius: 1rem;
    border-radius: 1rem;
    background: #edf0fa;
    padding: 2.5rem 2.5rem 0 2.5rem;
    width: calc(33.333333% - 6rem);
    margin: 3rem;
    display: flex;
    flex-direction: column;
    min-height: 30rem;
}

.angebote--content span.footer__counter {
    margin-top: auto;
    font-weight: bold;
    color: #3FADA7;
    font-size: 3.8rem;
    position: relative;
    text-align: center;
}

.angebote--content span.footer__counter::before {
    content: '';
    width: 5rem;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    background: #3FADA7;
    margin: -1rem auto 0 auto;
}

.angebote--content span.title {
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    color: #3FADA7;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 1.5rem;
    text-align: center;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.angebote--content ul {
    padding: 2.5rem;
}

.angebote--content ul li {
    font-size: 1.4rem;
}

.angebote--content ul li::before {
    content: "\2022";
    color: #3FADA7;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

@media screen and (max-width: 990px) {
    .pflege__angebote {
        margin: 3rem -1rem;
    }

    .angebote--content {
        width: calc(50% - 2rem);
        margin: 1rem;
    }
}

@media screen and (max-width: 680px) {
    .angebote--content {
        width: 100%;
        margin: 1rem;
    }

    .angebote--content ul {
        padding-bottom: 0;
    }

    .pflege-description h3 {
        font-size: 2.5rem;
    }
}

.angebote--product h5 {
    font-size: 3.5rem;
    font-weight: bold;
    color: #4E6DCC;
}

.angebote--product .primary__button {
    margin-top: 0;
}

.angebote--product .primary__button.blue a {
    background: #4E6DCC;
}

.angebote--product .primary__button.blue a:hover {
    color: #fff;
}

.angebote--product .primary__button.green a {
    background: #3FADA7;
}

.angebote--product .primary__button.green a:hover {
    color: #fff;
}

.angebote--product .primary__button a {
    display: inline-block;
    padding-left: 2rem;
    padding-right: 2rem;
}

@media screen and (max-width: 990px) {
    .angebote--product {
        padding: 2.5rem;
    }
}

@media screen and (max-width: 768px) {
    .angebote--product h5 {
        font-size: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .angebote--product .iv__flex {
        flex-direction: column;
    }

    .angebote--product .grid-50 {
        width: 100%;
    }

    .iv__pflegehilfsmittel div:first-child {
        font-size: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .pflege-description {
        padding: 2.5rem;
    }

    .pflegebox h3 {
        margin-top: 0;
    }
}


/**
 * single-product.css
 *
 * These are the styles for the single product template.

 */

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    top: 50%;
    right: 1.5rem;
    background: none;
    color: #4E6DCC;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    background: #4E6DCC;
    color: #fff;
}

form.cart .woo-paypalplus-checkout-button {
    max-width: 28.75rem;
}

form.cart .paypal-button.paypal-button-color-gold {
    background: #fff !important;
    border: 1px solid #4E6DCC !important;
}

form.cart button.woocommerce-form-register__submit,
form.cart .woocommerce-button,
form.cart button.woocommerce-form-login__submit,
form.cart button.alt,
form.cart input[type="button"].alt,
form.cart input[type="reset"].alt,
form.cart input[type="submit"].alt,
form.cart .button.alt,
form.cart .widget-area .widget a.button.alt,
form.cart .woocommerce-Button {
    padding-top: 1rem;
    padding-bottom: 0.8rem;
}

.ajax__button .added_to_cart {
    background: none;
    text-transform: none;
    color: #4E6DCC;
    transition: none;
    margin-top: 0;
    padding-top: 0;
    border: none;
    order: 1;
}

@media screen and (max-width: 680px) {
    .ajax__button .added_to_cart {
        margin-top: 2rem;
    }
}

.accordion__product {
    font-family: 'Overpass', sans-serif;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
}

.accordion__container {
    padding: 3.5rem 2rem;
    border-bottom: 1px solid rgba(78, 109, 204, 0.2);
}

.accordion__click {
    position: relative;
    width: 100%;
    padding-left: 2.5rem;
    padding-bottom: 0;
    border: none;
    text-align: left;
    outline: none;
    font-size: 2.4rem;
    transition: 0.4s;
    text-transform: capitalize;
    position: relative;
    margin: 0;
    font-weight: 600;
}

.activeAcc {
    color: #3FADA7;
}

.panel ul {
    list-style: initial;
}

.panel ol {
    list-style: decimal;
}

.panel #result {
    margin: 30px 0;
}

.panel .panel__content {
    margin: 30px 45px;
}

.panel__content {
    font-size: 14px;
    color: #3A3A3A;
    line-height: 1.8;
}

.panel__content.data {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1.5rem;
}

.panel__content.data ul {
    padding: 0 2rem;
}

.panel__content.data ul li {
    font-size: 1.4rem;
}

.panel__content.data ul li::before {
    content: "\2022";
    color: #4E6DCC;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.panel__content p {
    padding-bottom: 2rem;
    font-size: 1.4rem;
    line-height: 1.8;
}

.panel__content p:last-child {
    padding-bottom: 0;
}

.panel-information {
    padding-left: 1.6rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
}


/* Additions by Strahinja 02.03.2021 */


/* end of additions */

.panel-information .single__benefits,
.woocommerce-product-attributes .single__benefits {
    display: none;
}


/*
#price-variations-container {
  display: none; }
*/

.product_meta .single__benefits a {
    text-decoration: none !important;
}

.single__benefits .grid-960 {
    padding: 0;
}

.single__benefits ul {
    margin-top: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single__benefits ul li {
    position: relative;
    text-align: center;
}

.single__benefits ul li span {
    font-size: 1.4rem;
    text-transform: uppercase;
    padding-left: 0;
    display: block;
    letter-spacing: normal;
}

.single__benefits ul li i {
    color: #3FADA7;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

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

    .accordion__container,
    .accordion__click,
    .panel__content.data,
    table.woocommerce-product-attributes th,
    table.woocommerce-product-attributes tr,
    table.woocommerce-product-attributes td,
    .panel-information {
        padding-left: 0 !important;
        padding-right: 0;
    }

    .accordion__product.grid-960 {
        padding: 0;
    }

    .single__benefits ul {
        flex-direction: column;
    }

    .single__benefits ul li {
        padding-bottom: 2.5rem;
    }

    .single__benefits ul li:last-child {
        padding-bottom: 0;
    }
}


/**
*
* Single product number input style
*/

.single-product div.product form.cart .quantity {
    float: none !important;
    margin: 0 !important;
    display: inline-block !important;
}

.qty__container {
    padding: 0.5rem 1rem;
    border: 1px solid #4E6DCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.5rem;
    color: #4E6DCC;
    float: left;
}

.qty__container input.minus,
.qty__container input.plus {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: in;
}

.qty__container input[type=number] {
    background: none;
}

.qty__container .qty {
    width: 25px;
    padding: 0;
    color: #4E6DCC;
    font-weight: bold;
    padding-top: 0.2rem;
    text-align: center;
}


/**

Single Product Variable Product

*/


/*.woocommerce-variation.single_variation {
  padding-left: 1.5rem; }*/

@media screen and (max-width: 768px) {
    .woocommerce-variation.single_variation {
        padding-left: 0;
    }
}

.product-type-variable .c-single-price.varijacija .price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-type-variable .c-single-price.varijacija .price ins {
    order: 1;
}

.product-type-variable .c-single-price.varijacija .price .woocommerce-price-suffix {
    /* additions by Strahinja 01.03.2021 */
    /* flex: 1; */
    order: 2;
}

.product-type-variable .c-single-price.varijacija .price .price-prefix {
    color: #EA526F;
}


/**

Single Product Units

*/

.units {
    font-size: 1.7rem;
    color: #3A3A3A;
    /* text-align: right; */
    font-weight: 600;
}


/**

Single Related

*/

.related {
    margin-top: 7rem;
}

.related h2.related--title {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.025em;
    color: #4E6DCC;
}

@media screen and (max-width: 768px) {
    .related {
        padding: 0;
    }
}

table.woocommerce-product-attributes {
    margin-bottom: 0;
}

table.woocommerce-product-attributes th,
table.woocommerce-product-attributes tr,
table.woocommerce-product-attributes td {
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
}

table.woocommerce-product-attributes .woocommerce-product-attributes-item__label {
    font-weight: bold;
}


/* .woocommerce-product-details__short-description ul {
  padding: 2rem; } */


/* end addtions */

.woocommerce-product-details__short-description ul li::before {
    content: "\2022";
    color: #4E6DCC;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.button-variable-item {
    font-size: 1.6rem;
    line-height: 1;
    padding-top: 4px !important;
}

.variable-items-wrapper [data-wvstooltip]:before {
    background: #3FADA7;
    color: #fff;
}

.variable-items-wrapper [data-wvstooltip]:after {
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #3FADA7;
    border-top: 5px solid #3FADA7;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

.single-product div.product form.cart .quantity {
    float: none !important;
    margin: 0 !important;
    display: inline-block !important;
}

span.vat__info {
    margin-left: 5px;
}

.entry-summary h5 {
    font-size: 2rem;
    font-weight: 600;
    color: #3a3a3a;
    margin: 1rem 0 0 0;
    padding: 0;
}

.woocommerce-product-details__short-description {
    /* padding-top: 2rem; */
    padding-bottom: 0;
}

.product__description .woocommerce-price-suffix {
    display: none;
}

.entry-summary .sku_wrapper {
    display: none !important;
}

.product_meta {
    border-top: 0 !important;
    padding-top: 0 !important;
}

.product_meta .posted_in,
.product_meta .sku__title,
.product_meta .sku,
.product_meta .tagged_as {
    display: none !important;
}


/*
* Global Price Settings 
* Additions by Strahinja 01.03.2021
*/

.c-single-price {
    width: 40%;
}

.c-single-price .woocommerce-price-suffix {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    color: #3A3A3A;
    text-align: right;
}

.c-single-price del {
    position: relative;
    font-size: 20px;
    color: #6E6E6E;
    position: relative;
    /* margin-left: 3rem;  */
    margin-left: auto;
}

.c-single-price del::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #6E6E6E;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.c-single-price .price {
    display: flex;
    align-items: center;
    /* additions by Strahinja 01.03.2021 */
    /* justify-content: space-between; */
}

.c-single-price .price .woocommerce-Price-amount {
    font-size: 2.6rem;
    color: #EA526F;
    font-weight: 600;
    width: 100%;
    text-align: right;
}

.c-single-price .price ins {
    order: 1;
    font-weight: 600;
    font-size: 3rem;
    /* additions by Strahinja 01.03.2021 */
    margin-left: 1.5rem;
}

.c-single-price .price del .woocommerce-Price-amount {
    position: relative;
    font-size: 1.8rem;
    color: #6E6E6E;
    position: relative;
    margin-left: 0;
}

.c-single-price .price del .woocommerce-Price-amount::before {
    content: "";
    width: auto;
    height: 2px;
    background: #6E6E6E;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.product__karton {
    position: absolute;
    left: 10px;
    bottom: 15px;
    z-index: 1;
}

a.reset_variations {
    margin-left: 0;
    margin-top: 1rem;
}

.inhalt--variations {
    font-size: 1.4rem;
}

.single__image ol.flex-control-thumbs {
    display: flex;
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.single__image ol.flex-control-thumbs li {
    float: none !important;
    margin-right: 1.5rem !important;
    border: 1px solid rgba(78, 109, 204, 0.5);
}

.single__image ol.flex-control-thumbs li:last-child {
    margin-right: 0 !important;
}

@media screen and (max-width: 680px) {
    .c-single-price .price {
        justify-content: flex-start;
    }

    .c-single-price del {
        margin-left: 0;
        margin-right: 1.5rem;
    }

    .titleMobile,
    #sp,
    .varijacija {
        width: 100%;
    }

    #sp .woocommerce-Price-amount,
    #sp .woocommerce-price-suffix,
    #sp .units,
    .varijacija .woocommerce-Price-amount,
    .varijacija .woocommerce-price-suffix,
    .varijacija .units {
        text-align: left;
        display: inherit;
    }
}


/**
 * archive-product.css
 *
 * These are the styles for the home page template.
 *
 * Index
 * - Header Slider
 * - Latest Products
 * - Blog
     - Video
 * - Inko Versand Info
 * - Callback Button
 * - Product Besteller
 * - Instagram
 * - Partners
 * - Header Main Components
     - Header Contact
     - Promo Message
     - Header Category
 * - Misc
     - Hartmann Category
     - Pagination
     - Product Filter
       - Change Order Filters
     - Result count
     - Category Description
 */

.single .single__image .product__badge,
.single .product__thumb .product__badge {
    top: 0 !important;
    left: 0 !important;
}

.archive .page__content h1 {
    padding-bottom: 1.6rem;
}

.archive .page__content .order__inko:last-child {
    display: none;
}

.archive.list--mode .single__image .product__badge,
.archive.list--mode .product__thumb .product__badge {
    top: -20px;
    left: 10px;
}

@media screen and (max-width: 768px) {
    #main {
        padding: 0 2.5rem;
    }
}

.single__image,
.product__thumb {
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.single__image img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.single__image .product__badge,
.single__image .product__brand,
.single__image .product__gender,
.product__thumb .product__badge,
.product__thumb .product__brand,
.product__thumb .product__gender {
    display: inline-block;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
}

.single__image .product__badge,
.product__thumb .product__badge {
    top: 0px;
    left: -15px;
    padding-top: 0px;
}

.single__image .product__brand,
.product__thumb .product__brand {
    padding-right: 0;
    padding-top: 0;
    right: 15px;
    top: 15px;
    width: auto;
    max-width: 11rem;
}

.single__image .product__brand img,
.product__thumb .product__brand img {
    padding: 0;
}

.single__image .product__gender,
.product__thumb .product__gender {
    align-content: flex-end;
    bottom: 15px;
    right: 0;
}

.single__image .product__gender i,
.product__thumb .product__gender i {
    font-size: 2.5rem;
}

.single__image .product__gender i.fa-male,
.product__thumb .product__gender i.fa-male {
    color: #4E6DCC;
}

.single__image .product__gender i.fa-female,
.product__thumb .product__gender i.fa-female {
    color: #EA526F;
}

.single__image .product__gender i.fas.fa-baby,
.product__thumb .product__gender i.fas.fa-baby {
    color: #FFA6A6;
    font-size: 2rem !important;
}

.single__image .product__gender i.fas.fa-child,
.product__thumb .product__gender i.fas.fa-child {
    color: #3FADA7;
    font-size: 2rem !important;
}

.product__thumb .product__gender i.fas.fa-child.zensko {
    color: #EA526F;
    font-size: 2rem !important;
}

.single__image .product__gender div.iv__flex>div,
.product__thumb .product__gender div.iv__flex>div {
    display: -webkit-box;
    display: flex;
    align-self: flex-end;
    margin-right: 5px;
}


/* Additions by Strahinja 08.08.2022 */

.iv__products {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(1, 1fr);
}

.iv__products>li {
    border: 1px solid #edf0fa;
}

@media (min-width: 800px) {
    .iv__products {
        grid-template-columns: repeat(3, 1fr);
    }

    .new-products .iv__products {
        grid-template-columns: repeat(3, 1fr);
    }
}

/*
@media (min-width:50em) {
    .iv__products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width:70em) {
    .iv__products {
        grid-template-columns: repeat(3, 1fr);
    }
}
*/

/* end of additions 08.08.2022 */


/* .iv__products > li h2 {

  font-size:var( --product-item-title);
  font-weight: bold;
  line-height: 1.3;
  color: greenyellow;
} */

.iv__products .swiper-slide .product__item {
    width: auto;
}


/*
  Strahinja izmenio 08.02.2022
  .iv__products .product__item {
    position: relative;
    width: calc(33.33333333% - 3rem);
    margin: 1.5rem;
    border: 1px solid #edf0fa;
    margin-bottom: 1.5rem;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    display: -webkit-box;
    display: flex; } */

.iv__products .product__item .price__regular {
    font-size: 2.6rem;
    color: #EA526F;
    display: block;
    padding: 1rem 2rem;
    font-weight: 600;
}

.iv__products .product__item .price__regular .woocommerce-price-suffix {
    display: none;
}

.iv__products .product__item .price__regular .price-prefix {
    margin-right: 0.5rem;
}

.iv__products .product__item .price__regular del {
    position: relative;
    font-size: 20px;
    color: #6E6E6E;
    position: relative;
    margin-left: 2rem;
}

.iv__products .product__item .price__regular del::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #6E6E6E;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.iv__products .product__item .price__sale {
    font-size: 20px;
    color: #6E6E6E;
    position: relative;
    margin-left: 2rem;
}

.iv__products .product__item .price__sale::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #6E6E6E;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.iv__products .product__item .storefront-sorting {
    display: none;
}

.iv__products .product__checkout {
    margin-top: auto;
    padding: 0 2rem 2rem 2rem;
}

.iv__products .product__checkout .primary__button {
    margin-top: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.iv__products .product__checkout .primary__button a.ajax_add_to_cart {
    -webkit-box-ordinal-group: 2 !important;
    order: 1 !important;
}

.iv__products .product__checkout .primary__button a.added_to_cart {
    background: none;
    text-transform: none;
    color: #4E6DCC;
    -webkit-transition: none;
    transition: none;
    margin-top: 0;
    padding-top: 0;
    border: none;
}

.iv__products .product__checkout .primary__button a.added_to_cart:hover {
    border: none;
    background: none;
}


/* additions strahinja */

.iv__products .product__thumb {
    background: #fff;
    position: relative;
    text-align: center;
    margin-bottom: 0
}


/* additions by Strahinja 08.08.2022 */

.iv__products .product__thumb img {
    height: auto;
    display: inline-block;
    padding: 2.5rem;
    padding-top: 0;
}

.iv__products .product__thumb .product__karton {
    position: absolute;
    left: 10px;
    bottom: 15px;
    z-index: 1;
}

.iv__products .product__thumb .product__karton img {
    padding: 0 !important;
    max-width: 80%;
}

.iv__products .product__thumb .product__badge,
.iv__products .product__thumb .product__brand,
.iv__products .product__thumb .product__gender {
    position: absolute;
    padding: 5px 10px;
    display: inline-block;
}

.iv__products .product__thumb .product__brand {
    top: 15px;
    right: 15px;
    padding-top: 0;
    padding-right: 0;
    width: 25%;
}

.iv__products .product__thumb .product__brand img {
    padding: 0;
}

.iv__products .product__thumb .product__gender {
    align-content: flex-end;
    bottom: 15px;
    right: 0;
}

.iv__products .product__thumb .product__gender img {
    padding: 0 !important;
    width: 14px;
}

.iv__products .product__thumb .product__gender i {
    font-size: 2.5rem;
}

.iv__products .product__thumb .product__gender i.fa-male {
    color: #4E6DCC;
}

.iv__products .product__thumb .product__gender i.fa-female {
    color: #EA526F;
}

.iv__products .product__thumb .product__gender i.fas.fa-baby {
    color: #FFA6A6;
    font-size: 2rem !important;
}

.iv__products .product__thumb .product__gender i.fas.fa-child {
    color: #3FADA7;
    font-size: 2rem !important;
}

.iv__products .product__thumb .product__gender div.iv__flex>div {
    display: -webkit-box;
    display: flex;
    align-self: flex-end;
    margin-right: 5px;
}

.iv__products .product__description {
    padding: 0 2rem;
    margin-top: auto;
}


/* end additions 08.08.2022 */

.iv__products .product__description ul {
    display: none;
}

.iv__products .product__description h2 {
    font-size: 2.3rem !important;
    line-height: 1.3;
    font-weight: bold !important;
}

.iv__products .product__description h5 {
    font-size: 1.6rem;
    line-height: 1.5;
}

.iv__products .product__description .product__checkout {
    padding: 0 0 1.5rem 0;
}

.iv__products .product__description .product__price .price__regular,
.iv__products .product__description .c-single-price .price__regular {
    font-size: 2.6rem;
    color: #EA526F;
    font-weight: 600;
}

.iv__products .product__description .product__price .price__regular del,
.iv__products .product__description .c-single-price .price__regular del {
    position: relative;
    font-size: 20px;
    color: #6E6E6E;
    position: relative;
    margin-left: 2rem;
}

.iv__products .product__description .product__price .price__regular del::before,
.iv__products .product__description .c-single-price .price__regular del::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #6E6E6E;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.iv__products .product__description .product__price .price__sale,
.iv__products .product__description .c-single-price .price__sale {
    font-size: 20px;
    color: #6E6E6E;
    position: relative;
    margin-left: 2rem;
}

.iv__products .product__description .product__price .price__sale::after,
.iv__products .product__description .c-single-price .price__sale::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #6E6E6E;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 990px) {
    .iv__products .product__item {
        width: calc(50% - 2rem);
        margin-bottom: 20px;
        margin: 1rem;
    }
}

@media screen and (max-width: 600px) {
    .iv__products {
        padding: 0 2.5rem;
        margin: 0;
    }

    .iv__products .product__item {
        width: 100%;
    }
}


/**
 * Misc
 */

.shop-strana {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}


/**
 *
 * Hartmann Category
 *
 */

.term-hartmann .subcategories-section ul>li a {
    text-transform: none;
}


/**
 * Load More Button
 * dugme ispod svih proizvoda
 */

a.lmp_button {
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}

a.lmp_button:hover::after {
    color: #fff;
}

a.lmp_button::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f063";
    font-weight: 800;
    font-size: 1.2rem;
    color: #3FADA7;
    margin-left: 1rem;
}


/**
 * Pagination
 */

.woocommerce-pagination {
    display: none;
}

.site-main .storefront-sorting:last-child {
    display: none;
}


/**
 * Product Filter
 */

#woocommerce_layered_nav-9 .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #3FADA7;
    color: #fff;
    border: none;
    padding: 0.5rem 0.5rem 0.2rem 0.5rem;
    margin-top: 0.75rem;
}

#woocommerce_layered_nav-9 .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #edf0fa !important;
}

#woocommerce_layered_nav-9 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    font-weight: 600;
}

#woocommerce_layered_nav-9 .select2-container .select2-search--inline .select2-search__field {
    padding-top: 0.5rem;
    padding-left: 1rem;
}

#woocommerce_layered_nav-9 form {
    position: relative;
}

#woocommerce_layered_nav-9 button {
    position: absolute;
    right: 1rem;
    top: 1.2rem;
    color: #3FADA7;
    font-weight: 600;
    padding: 0;
    font-size: 1.4rem;
}

#woocommerce_layered_nav-9 button i {
    color: #3FADA7;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

#woocommerce_layered_nav-9 button:hover {
    background: inherit;
}

.mobile__filter {
    display: none;
}

@media screen and (max-width: 768px) {
    .mobile__filter {
        display: block;
        font-size: 1.7rem;
        font-weight: normal;
        background: #4E6DCC;
        border: none;
        color: #fff;
        padding: 1.2rem 1.5rem 1rem 1.5rem;
        margin-bottom: 3.5rem;
        -moz-border-radius: 0.6rem;
        -webkit-border-radius: 0.6rem;
        -ms-border-radius: 0.6rem;
        border-radius: 0.6rem;
        cursor: pointer;
    }

    .mobile__filter::before {
        font-family: "Font Awesome 5 Free";
        content: "\f107";
        color: #fff;
        margin-right: 0.5rem;
        font-weight: 600;
    }

    .mobile__filter.active::before {
        font-family: "Font Awesome 5 Free";
        content: "\f106";
        color: #fff;
        margin-right: 0.5rem;
        font-weight: 600;
    }

    #secondary {
        display: none;
        float: left;
    }

    #secondary.is-Active {
        display: block;
        padding: 0 1.5rem;
        float: none;
    }
}

#woocommerce_layered_nav-14 {
    display: none !important;
}

.tax-marke #woocommerce_layered_nav-14 {
    display: block !important;
}

#execphp-2 {
    margin: 0;
}

#woocommerce_layered_nav-2 {
    display: none !important;
}

.tax-marke #woocommerce_layered_nav-2 {
    display: block !important;
}

a#woo-clear-filters {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 600;
    color: #4E6DCC;
}

#iv__shop--page {
    /*
* Clear Filters
*/
    /**
      * Restilizovanje default woo filtera da bi checkbox bio klikabilan
      */
}

#iv__shop--page .content-area {
    width: 73.9130434783%;
    float: right;
}

#iv__shop--page .left-sidebar .widget-area,
#iv__shop--page .widget-area {
    width: 21.7391304348%;
    float: left;
    margin-right: 0;
}

#iv__shop--page .clear-filters-container {
    padding-bottom: 2.5rem;
}

#iv__shop--page .widget_layered_nav_filters ul li.chosen {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

#iv__shop--page .widget_layered_nav_filters ul li.chosen::before {
    content: "" !important;
}

#iv__shop--page .widget_layered_nav_filters ul li.chosen a {
    position: relative;
    padding-top: 1px;
    text-decoration: none;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.025em;
    padding: 5px 10px !important;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    border-radius: 2px !important;
    background: rgba(78, 109, 204, 0.1);
}

#iv__shop--page .widget_layered_nav_filters ul li.chosen a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00d" !important;
    margin-right: 1rem;
    color: #3FADA7;
    font-size: 1rem;
    font-weight: 900;
}

#iv__shop--page .woocommerce-widget-layered-nav-list a {
    text-decoration: none;
    font-size: 1.4rem;
    color: #3A3A3A;
    font-weight: normal;
    letter-spacing: 0.025em;
}

#iv__shop--page .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

#iv__shop--page .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.wc-layered-nav-term.woocommerce-widget-layered-nav-list__item--chosen a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

#iv__shop--page .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.wc-layered-nav-term.woocommerce-widget-layered-nav-list__item--chosen a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-size: 10px;
    display: -webkit-box;
    display: flex;
    font-weight: 900;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

#iv__shop--page .widget_layered_nav_filters ul li.chosen a::before {
    margin-left: 0;
}

#iv__shop--page .widget_recent_entries ul li,
#iv__shop--page .widget_pages ul li,
#iv__shop--page .widget_categories ul li,
#iv__shop--page .widget_archive ul li,
#iv__shop--page .widget_recent_comments ul li,
#iv__shop--page .widget_nav_menu ul li,
#iv__shop--page .widget_links ul li,
#iv__shop--page .widget_product_categories ul li,
#iv__shop--page .widget_layered_nav ul li,
#iv__shop--page .widget_layered_nav_filters ul li {
    margin-left: 0;
    padding-left: 0;
}

#iv__shop--page .widget_recent_entries ul li::before,
#iv__shop--page .widget_pages ul li::before,
#iv__shop--page .widget_categories ul li::before,
#iv__shop--page .widget_archive ul li::before,
#iv__shop--page .widget_recent_comments ul li::before,
#iv__shop--page .widget_nav_menu ul li::before,
#iv__shop--page .widget_links ul li::before,
#iv__shop--page .widget_product_categories ul li::before,
#iv__shop--page .widget_layered_nav ul li::before {
    display: none;
}

#iv__shop--page .widget_recent_entries ul li a::before,
#iv__shop--page .widget_pages ul li a::before,
#iv__shop--page .widget_categories ul li a::before,
#iv__shop--page .widget_archive ul li a::before,
#iv__shop--page .widget_recent_comments ul li a::before,
#iv__shop--page .widget_nav_menu ul li a::before,
#iv__shop--page .widget_links ul li a::before,
#iv__shop--page .widget_product_categories ul li a::before,
#iv__shop--page .widget_layered_nav ul li a::before {
    color: #3FADA7;
    content: '';
    width: 12px;
    height: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    opacity: 1;
    border: 1px solid #3FADA7;
    margin-left: 0;
    margin-right: 1rem;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

#iv__shop--page .order__inko {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

#iv__shop--page .order__inko .woocommerce-ordering {
    -webkit-box-ordinal-group: 3;
    order: 2;
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    #iv__shop--page .order__inko {
        -webkit-box-pack: justify;
        justify-content: space-between;
        margin-bottom: 2.5rem;
    }

    #iv__shop--page .content-area {
        width: 100%;
        float: right;
    }

    #iv__shop--page .left-sidebar .widget-area,
    #iv__shop--page .widget-area {
        width: 100%;
        float: left;
        margin-right: 0;
    }
}

@media screen and (max-width: 600px) {
    #iv__shop--page .order__inko {
        display: block;
    }
}


/**
*
* Change Filter Orders
/

/*
* Promena redosleda filtera u reposnive verziji za stranicu products
*/

@media screen and (max-width: 768px) {
    .archive #iv__shop--page {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .archive #iv__shop--page #primary {
        float: none;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}


/**
 * Result Count
 */

.woocommerce-result-count {
    text-transform: uppercase;
}

.woocommerce-result-count span {
    color: #3FADA7;
    font-size: 1.4rem;
}


/**
 * Category Description
 */

.term-description p {
    padding-bottom: 2.5rem;
}

.term-description p:last-child {
    padding-bottom: 0;
}


/**
 * Subcategory Description
 */

.subcategories-section {
    padding-bottom: 5rem;
}

.subcategories-section ul {
    display: -webkit-box;
    display: flex;
    margin: 0 -1.5rem;
    flex-wrap: wrap;
}

.subcategories-section ul>li {
    width: calc(33.33333% - 3rem);
    margin: 1.5rem;
    -moz-border-radius: 0.6rem;
    -webkit-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    border-radius: 0.6rem;
    background: #3FADA7;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.subcategories-section ul>li a {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 2rem 3rem;
    text-transform: uppercase;
    display: block;
}

.category-title {
    background: #edf0fa;
    -moz-border-radius: 0.6rem;
    -webkit-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    border-radius: 0.6rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.category-title::before {
    font-family: "Font Awesome 5 Free";
    content: "\f54e";
    position: absolute;
    top: 0.5rem;
    right: 2rem;
    font-weight: 900;
    font-size: 4rem;
    color: #4E6DCC;
}

.category-title::after {
    content: '';
    background: #dde3f6;
    height: 8rem;
    width: 16rem;
    position: absolute;
    right: 2rem;
    bottom: -4rem;
    border-top-left-radius: 16rem;
    border-top-right-radius: 16rem;
    z-index: -1;
}

.category-title h1 {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #4E6DCC;
    padding: 2rem 2rem 1.6rem 2rem;
}

.category-description {
    padding: 4rem 2rem 5rem 2rem;
}

.category-description ul {
    padding: 0 2rem;
}

.category-description ul li::before {
    content: "\2022";
    color: #3FADA7;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.category-description p {
    padding-bottom: 2.5rem;
}

.category-description p:last-child {
    padding-bottom: 0;
}

@media screen and (max-width: 990px) {
    .subcategories-section ul li {
        width: calc(50% - 2rem);
        margin: 1rem;
    }
}

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

    .subcategories-section,
    .woocommerce-pagination {
        display: none;
    }

    .category-title::after {
        background: none;
    }

    .subcategories-section ul li {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .category-title::before {
        content: '';
    }
}

@media screen and (max-width: 768px) {
    .view__mode {
        display: none !important;
    }
}


/**
       *
       * List Product Item Preview
       *
       */

.archive.list--mode .iv__products {
    grid-template-columns: repeat(1, 1fr);
}

.archive.list--mode .iv__products .product__item {
    width: 100%;
    flex-direction: row;
    border: 1px solid #edf0fa;
}

.archive.list--mode .iv__products .product__item img {
    width: auto;
    padding: 0;
}

.archive.list--mode .iv__products .product__item .product__thumb {
    margin-bottom: 0;
    max-width: 25rem;
    width: 100%;
    padding: 1.5rem;
}

.archive.list--mode .iv__products .product__item .product__thumb .product__badge {
    font-size: 1.3rem;
}

.archive.list--mode .iv__products .product__item .price__regular {
    display: flex;
    display: flex;
    padding-right: 0;
    padding-top: 1.6rem;
    margin-right: -1.5rem;
    flex-direction: column;
}

.archive.list--mode .iv__products .product__item .price__regular del {
    margin-left: 0;
    text-align: center;
}

.archive.list--mode .iv__products .product__item .price__regular .price-prefix {
    display: flex;
}

.archive.list--mode .iv__products .product__item .price__regular .price-prefix .woocommerce-Price-amount {
    margin-left: 0.5rem;
}

.archive.list--mode .iv__products .product__item .primary__button {
    position: absolute;
    right: 2.5rem;
    bottom: 2.5rem;
}

.archive.list--mode .iv__products .product__item .primary__button a {
    padding: 1.3rem 2.5rem 1rem 2.5rem;
}

.archive.list--mode .iv__products .product__item .product__description {
    margin-top: inherit;
    width: 100%;
    padding: 2.5rem;
}

.archive.list--mode .iv__products .product__item .product__description ul {
    display: block;
    padding: 2.5rem 10rem 2rem 2rem;
}

.archive.list--mode .iv__products .product__item .product__description ul li {
    font-size: 1.4rem;
    padding-bottom: 0.5rem;
    font-weight: normal;
}

.archive.list--mode .iv__products .product__item .product__description ul li:last-child {
    padding-bottom: 0;
}

.archive.list--mode .iv__products .product__item .product__description ul li::before {
    content: "\2022";
    color: #4E6DCC;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.archive.list--mode .iv__products .product__item a {
    display: flex;
    width: 100%;
}


/**
 * List Grid View
 */

.view__mode {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 2;
    order: 1;
    margin-left: auto;
    margin-right: 3rem;
}

.view__mode label {
    margin-right: 1rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-bottom: 0;
}

.view__mode-grid,
.view__mode-list {
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.view__mode-grid.selected,
.view__mode-list.selected {
    cursor: inherit;
}

.view__mode-grid.selected i,
.view__mode-list.selected i {
    color: rgba(78, 109, 204, 0.2);
}

.view__mode-grid i,
.view__mode-list i {
    color: #4E6DCC;
    font-size: 1.6rem;
}

.view__mode-grid {
    margin-right: 1rem;
    position: relative;
}

.view__mode-grid::after {
    content: '';
    width: 1px;
    height: 22px;
    background-color: rgba(78, 109, 204, 0.2);
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
}


/**
 * My Orders Page Template
 */

.iv__orders {
    margin: 0 -4rem;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.iv__orders .orders__item {
    background: #edf0fa;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -ms-border-radius: 1rem;
    border-radius: 1rem;
    width: 29%;
    margin: 2rem;
    padding: 3rem;
}

.iv__orders .item--wrap {
    position: relative;
    margin: 1rem 0;
}

.iv__orders .item--wrap:last-child {
    margin-bottom: 0;
    margin-top: 2rem;
}

.iv__orders .item--wrap:last-child::after,
.iv__orders .item--wrap:nth-last-child(-n+2)::after {
    background: none;
    margin-bottom: 0;
}

.iv__orders .item--wrap::after {
    content: '';
    width: 8rem;
    height: 2px;
    background: #3FADA7;
    margin: 1.4rem auto;
    display: block;
}

.iv__orders .item--total {
    text-transform: uppercase;
    font-weight: 600;
    color: #3FADA7;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}

.iv__orders .item--totalprice {
    font-size: 1.8rem;
    font-weight: 600;
}

.iv__orders .item--tile {
    font-size: 1.4rem;
}

.iv__orders .item--price {
    font-size: 1.4rem;
    font-weight: 600;
}

.iv__orders .item__order--id {
    padding: 1rem 2rem 0.7rem 2rem;
    background: #fff;
    -moz-border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    border-radius: 0.4rem;
    margin-bottom: 1.5rem;
}

.iv__orders .item__order--id span {
    font-size: 1.8rem;
    color: #3A3A3A;
    font-weight: normal;
    letter-spacing: 0.05em;
}

.iv__orders .item__order--id span:first-child {
    color: #3FADA7;
    font-weight: 600;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.order__details .shipping {
    padding-bottom: 1rem;
}

.details__price {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background: #edf0fa;
    padding: 2rem 2.5rem;
}

.details__price--total {
    padding: 2rem 2rem 0 2rem;
}

@media screen and (max-width: 1160px) {
    .iv__orders {
        margin: 0;
    }

    .iv__orders .order__item {
        margin: 1rem;
    }
}

@media screen and (max-width: 990px) {
    .iv__orders .orders__item {
        width: calc(50% - 2rem);
        margin: 1rem;
    }
}

@media screen and (max-width: 680px) {
    .iv__orders .orders__item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}


/**
 * my-account.css
 *
 * These are the styles for the my account template
 */

.woocommerce-account .form-row button.woocommerce-form-register__submit {
    transition: 0.2s all;
    border: 1px solid #4E6DCC;
}

.woocommerce-account .form-row button.woocommerce-form-register__submit:hover {
    background: #fff;
    border: 1px solid #4E6DCC;
    color: #4E6DCC;
}

.woocommerce-account .form-row button.woocommerce-form-register__submit,
.woocommerce-account .form-row .woocommerce-form-login__submit {
    width: 100%;
}

.woocommerce-account .form-row button.woocommerce-form-login__submit {
    margin-top: 2rem;
    transition: 0.2s all;
    border: 1px solid #3FADA7;
}

.woocommerce-account .form-row button.woocommerce-form-login__submit:hover {
    background: #fff;
    border: 1px solid #3FADA7;
    color: #3FADA7;
}

.woocommerce-edit-account .iv__address {
    max-width: 50rem;
    margin: 0 auto;
}

.col2-set#customer_login,
.col2-set.addresses {
    margin-top: 2rem;
}

p.myAccount--medivavuk {
    font-size: 2rem;
    font-weight: 600;
    padding-bottom: 5rem;
    text-align: center;
}

.woocommerce-MyAccount-content {
    width: 100%;
    float: none;
}

.woocommerce-MyAccount-content h1 {
    text-align: center;
}

.woocommerce-MyAccount-content .order-number,
.woocommerce-MyAccount-content .order-status,
.woocommerce-MyAccount-content .order-date {
    color: #3FADA7;
    font-size: 2rem;
    font-weight: 600;
}

.woocommerce-MyAccount-content button.primary__button {
    margin-top: 0;
    border: 1px solid transparent;
    transition: 0.2s all;
}

.woocommerce-MyAccount-content button.primary__button:hover {
    background: #fff;
    border: 1px solid #4E6DCC;
    color: #4E6DCC;
}

.cart-empty.woocommerce-info {
    display: none;
}

.woocommerce-info {
    margin-top: 3rem;
}

.iv__account textarea,
.iv__account input[type="text"],
.iv__account input[type="password"],
.iv__account input[type="email"],
.iv__register textarea,
.iv__register input[type="text"],
.iv__register input[type="password"],
.iv__register input[type="email"],
.iv__address textarea,
.iv__address input[type="text"],
.iv__address input[type="password"],
.iv__address input[type="email"],
.iv__contact textarea,
.iv__contact input[type="text"],
.iv__contact input[type="password"],
.iv__contact input[type="email"],
.iv__forgot textarea,
.iv__forgot input[type="text"],
.iv__forgot input[type="password"],
.iv__forgot input[type="email"] {
    width: 100%;
    margin-bottom: 2.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
    border: none;
    padding: 1rem 0.8rem 0.7rem 1.2rem;
    background: #fff;
}

.iv__account textarea:last-child,
.iv__account input[type="text"]:last-child,
.iv__account input[type="password"]:last-child,
.iv__account input[type="email"]:last-child,
.iv__register textarea:last-child,
.iv__register input[type="text"]:last-child,
.iv__register input[type="password"]:last-child,
.iv__register input[type="email"]:last-child,
.iv__address textarea:last-child,
.iv__address input[type="text"]:last-child,
.iv__address input[type="password"]:last-child,
.iv__address input[type="email"]:last-child,
.iv__contact textarea:last-child,
.iv__contact input[type="text"]:last-child,
.iv__contact input[type="password"]:last-child,
.iv__contact input[type="email"]:last-child,
.iv__forgot textarea:last-child,
.iv__forgot input[type="text"]:last-child,
.iv__forgot input[type="password"]:last-child,
.iv__forgot input[type="email"]:last-child {
    margin-bottom: 0;
}

.iv__account legend,
.iv__address legend,
.iv__contact legend,
.iv__forgot legend {
    color: #4E6DCC;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
    margin-top: 2rem;
    letter-spacing: 0.025em;
}

.iv__account .grid-50,
.iv__address .grid-50,
.iv__contact .grid-50,
.iv__forgot .grid-50 {
    padding: 1rem;
}

.iv__account ul,
.iv__address ul,
.iv__contact ul,
.iv__forgot ul {
    padding: 0 1.8rem 1.8rem 1.8rem;
}

.iv__account ul li::before,
.iv__address ul li::before,
.iv__contact ul li::before,
.iv__forgot ul li::before {
    content: "\2022";
    color: #4E6DCC;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.iv__account h2,
.iv__address h2,
.iv__contact h2,
.iv__forgot h2 {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}

.iv__account p,
.iv__address p,
.iv__contact p,
.iv__forgot p {
    font-size: 1.4rem;
    padding-bottom: 2.5rem;
}

.address {
    margin: 0 -1rem 2.5rem -1rem;
}

.address .grid-50 {
    width: calc(50% - 1rem);
    margin: 1rem;
}

.input__col-2 .grid-50 {
    padding: 0;
    margin: 0;
}

.iv__address {
    padding: 4rem 2rem 4rem 2rem;
    background: #edf0fa;
    -moz-border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    border-radius: 1.5rem;
    position: relative;
    overflow: hidden;
}

.iv__address header {
    padding-bottom: 0;
}

.iv__address .primary__button {
    margin-top: 2.5rem;
    float: right;
}

.iv__address .primary__button a {
    padding-left: 4rem;
    padding-right: 4rem;
    font-weight: 600;
    padding-top: 1rem;
    font-size: 1.4rem;
}

.iv__address h2 {
    color: #3FADA7;
    font-size: 2rem;
    padding-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
    .iv__account.grid-960 {
        padding: 0;
    }

    .address {
        margin: 0;
        padding: 2.5rem;
    }

    .address .grid-50 {
        margin: 0 0 2.5rem 0;
    }
}

@media screen and (max-width: 680px) {
    .woocommerce-MyAccount-content .primary__button {
        display: block;
        width: 100%;
    }

    .iv__address .primary__button {
        float: none;
        margin-top: 1.5rem;
    }

    .iv__address .primary__button a {
        display: block;
    }

    .address {
        padding: 0 2.5rem;
    }

    .address .grid-50 {
        width: 100%;
    }

    .address .iv__flex {
        flex-direction: column;
    }
}

.iv_login {
    padding: 5rem 5rem 4rem 5rem;
    background: #edf0fa;
    -moz-border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    border-radius: 1.5rem;
    position: relative;
}

.iv_login h2>p {
    text-align: center;
}

.iv_login::before {
    content: '';
    background: #dde3f6;
    height: 16rem;
    width: 8rem;
    position: absolute;
    right: 0;
    top: 6rem;
    border-bottom-left-radius: 16rem;
    border-top-left-radius: 16rem;
}

.iv_login h2 {
    color: #4E6DCC;
}

.iv__register {
    position: relative;
    padding: 5rem 5rem 4rem 5rem;
    -moz-border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(63, 173, 167, 0.15);
}

.iv__register p {
    text-align: center;
}

.iv__register::after {
    content: '';
    background: rgba(63, 173, 167, 0.2);
    height: 8rem;
    width: 16rem;
    position: absolute;
    right: 6rem;
    bottom: 0;
    border-top-left-radius: 16rem;
    border-top-right-radius: 16rem;
}

.new__user h2 {
    color: #3FADA7;
}

.new__user .primary__button a {
    background: #3FADA7;
}

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

    .iv_login,
    .iv__register {
        padding: 3rem;
    }

    .user__account .user__address,
    .user__account .user__orders,
    .user__account .account__settings,
    .user__account .user__wishlist {
        padding: 3rem;
    }

    .user__account .grid-50 span.caption {
        font-size: 2rem;
    }

    .iv__account .iv__flex {
        flex-direction: column;
    }

    .iv__account .grid-50 {
        width: 100%;
    }

    .user__profile.grid-33 {
        flex: 1;
        min-width: 50%;
        width: 100%;
        padding-bottom: 3rem;
        padding-top: 3rem;
    }

    .user__details.grid-66 {
        width: 100%;
        padding-top: 2rem;
    }

    .user__account .grid-50:nth-child(odd) {
        padding-left: 0;
    }
}

@media screen and (max-width: 600px) {
    .user__account .grid-50 {
        width: 100%;
        padding-right: 0;
    }

    .user__account .grid-50:nth-child(3) {
        padding-bottom: 2.5rem;
    }
}

.iv__forgot {
    max-width: 44rem;
    width: 100%;
    padding: 5rem 5rem 4rem 5rem;
    background: #edf0fa;
    -moz-border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    border-radius: 1.5rem;
    position: relative;
    margin: 0 auto;
}

.iv__forgot p {
    font-size: 1.4rem;
    padding-bottom: 0;
}

.iv__forgot p:first-child {
    padding-bottom: 1rem;
}

.iv__forgot .primary__button button {
    width: 100%;
    border: 1px solid transparent;
    transition: 0.3s all;
}

.iv__forgot .primary__button button:hover {
    background: #fff;
    color: #4E6DCC;
    border: 1px solid #4E6DCC;
}

@media screen and (max-width: 680px) {
    .iv__forgot {
        max-width: none;
    }
}

.woocommerce-lost-password .woocommerce {
    max-width: 1280px;
    margin: 0 auto;
}

.woocommerce-lost-password .woocommerce .woocommerce-message {
    display: inline-block;
}


/**
 * home.css
 *
 * These are the styles for the cart page template.
 *
 * Index
 * - Cart totals
 * - Table Cart
 * - Cart collaterals
 * - Coupon
 * - Empty cart
 */

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    display: none;
    margin: 0;
}

.quantity input.qty {
    appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}


/**
 * Cart totals
 */

.cart_totals {
    max-width: 40rem;
}

.cart_totals .wc-proceed-to-checkout a {
    padding-left: 0;
    padding-right: 0;
    display: block;
    font-size: 1.4rem !important;
}

.cart_totals table tr.order-total th {
    text-transform: uppercase;
}

.cart_totals table tr.order-total td {
    text-align: right;
}

.cart_totals table tr td,
.cart_totals table tr th {
    font-size: 1.4rem;
    color: #3A3A3A;
}

.cart_totals table tr.woocommerce-shipping-totals.shipping td {
    background: #edf0fa !important;
    border-bottom-right-radius: 5px;
    text-align: right;
}

.cart_totals table tr.woocommerce-shipping-totals.shipping th {
    background-color: #edf0fa;
    border-bottom-left-radius: 5px;
}

.cart_totals table tr.cart-subtotal td {
    background: #edf0fa;
    border-top-right-radius: 5px;
    text-align: right;
}

.cart_totals table tr.cart-subtotal th {
    background-color: #edf0fa;
    border-top-left-radius: 5px;
}


/**
 * Table cart
 */

table.cart th {
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #3FADA7;
    border-bottom: 1px solid #edf0fa;
    padding: 1.5rem 0.875em;
    line-height: 0.025em;
}

table.cart th.product-name {
    width: 50%;
}

table.cart td {
    border-bottom: 1px solid #edf0fa;
    vertical-align: middle;
    padding: 1.5rem 1rem;
}

table.cart td.product-quantity {
    width: 30%;
}

table.cart td.product-quantity .qty {
    width: 25px;
    padding: 0;
    color: #4E6DCC;
    font-weight: bold;
    padding-top: 0.2rem;
    text-align: center;
}

table.cart td.product-remove {
    border-bottom: 1px solid #edf0fa;
}

table.cart td.product-remove a {
    color: #4E6DCC;
}

table.cart td.product-price {
    color: #EA526F;
    font-size: 2rem;
    font-weight: 600;
}

table.cart td.actions {
    border: none;
    padding-top: 4rem;
}

table.cart td.actions>a {
    color: #4E6DCC;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

table.cart td.actions input {
    width: 100%;
}

table.cart td.product-name .iv__flex {
    -webkit-box-align: center;
    align-items: center;
}

table.cart td.product-name a {
    font-size: 1.5rem;
    color: #3A3A3A;
}

table.cart td.product-name img {
    max-width: 10rem;
}

@media screen and (max-width: 680px) {
    table.cart td.actions>a {
        text-align: center;
        float: none;
        margin-top: 2.5rem;
        display: block;
    }

    table.cart td.product-name .iv__flex {
        flex-direction: column;
    }
}


/**
 * Cart collaterals
 */

.cart-collaterals a.iv__collaterals {
    display: block;
    margin-bottom: 10px;
    color: #4E6DCC;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    letter-spacing: 0.025em;
}

.cart-collaterals a.iv__collaterals::before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    color: #4E6DCC;
    margin-right: 0.5rem;
}


/**
 * Coupon
 */

.coupon__content button.fa-arrow-right {
    color: #3FADA7;
    transition: 0.2s all;
}

.coupon__content button.fa-arrow-right:hover {
    color: #3FADA7;
}

.coupon .coupon__content {
    background: #edf0fa;
    font-size: 1.4rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.coupon .coupon__content input {
    padding-left: 2rem;
    background: transparent;
}

.coupon .coupon__content button {
    background: none;
    border: none;
}

.coupon .coupon__content i {
    margin-top: 0.25rem;
    color: #3FADA7;
}

.coupon p {
    font-size: 1.4rem;
    color: #3A3A3A;
    padding-top: 2.2rem;
    text-align: left;
}

.coupon a {
    font-size: 1.3rem !important;
    text-decoration: underline !important;
    color: #3A3A3A !important;
    text-transform: none !important;
    font-weight: normal !important;
}


/**
 * Cart totals
 */

.cart_totals .order-total td strong {
    font-size: 2.5rem;
}

.cart_totals.calculated_shipping {
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -ms-border-radius: 1rem;
    border-radius: 1rem;
}

.cart_totals.calculated_shipping tr.cart-subtotal,
.cart_totals.calculated_shipping tr.shipping {
    background: #edf0fa;
}

@media screen and (max-width: 680px) {
    .cart_totals {
        max-width: initial;
    }

    .cart_totals .order-total td strong {
        display: block;
    }

    table.shop_table_responsive tr td,
    table.shop_table_responsive tr th {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }

    table.shop_table_responsive tr td {
        display: table-cell;
    }

    table.shop_table_responsive tr td.product-quantity[data-title]::before {
        content: '';
    }

    table.shop_table_responsive tr td.product-price {
        font-size: 1.8rem;
        padding-left: 0;
    }

    table.shop_table_responsive tr td.product-price[data-title]::before {
        content: '';
    }

    table.shop_table_responsive tr td.product-name {
        text-align: left;
    }

    table.shop_table_responsive tr td.product-name[data-title]::before {
        content: '';
    }

    table.shop_table_responsive tr td.product-name a {
        font-size: 1.6rem;
    }
}


/**
 * Empty cart
 */

.cart__empty {
    text-align: center;
}

.cart__empty a.wc-backward:hover {
    color: #fff;
}

.cart__empty h1 {
    font-size: 3.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #4E6DCC;
    padding-bottom: 3rem;
    text-align: center;
}

.cart__empty h3 {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    color: #3A3A3A;
    padding-bottom: 1rem;
}

.cart__empty p {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.cart__empty img {
    text-align: center;
    margin: 1.5rem 0;
    max-width: 100%;
    width: auto;
    display: inline-block;
}

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

.cart__empty .primary__button a {
    display: inline-block;
    background: #3FADA7;
    padding: 1rem 2rem 0.75rem 2rem;
    min-width: 25rem;
    border: 1px solid transparent;
}

.cart__empty .primary__button a:hover {
    background: #fff;
    border: 1px solid #3FADA7;
    color: #3FADA7;
}

button.cart__update {
    margin-right: 2.5rem;
    border: 1px solid #4E6DCC;
    background: transparent;
    color: #4E6DCC;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1.4rem 2rem 1rem 2rem;
    text-align: center;
    display: inline-block;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
    letter-spacing: 0.05em;
    transition: 0.3s all;
}

button.cart__update:hover {
    background-color: #4E6DCC;
    color: #fff;
}

@media screen and (max-width: 680px) {
    button.cart__update {
        display: block;
        width: 100%;
        margin-right: 0;
    }
}

.inko__benefits .grid-960 {
    padding: 0;
}

.inko__benefits ul {
    margin-top: 5rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.inko__benefits ul li {
    position: relative;
}

.inko__benefits ul li a {
    color: #3A3A3A;
}

.inko__benefits ul li:last-child::after {
    content: '';
}

.inko__benefits ul li::after {
    content: '\007C';
    color: #4E6DCC;
    margin-left: 3.5rem;
}

.inko__benefits ul li span {
    font-size: 1.4rem;
    text-transform: uppercase;
    padding-left: 1rem;
}

.inko__benefits ul li i {
    color: #3FADA7;
}

@media screen and (max-width: 768px) {
    .woocommerce-cart .grid-960 {
        padding: 0;
    }

    .inko__benefits .grid-960 {
        padding-left: 0;
        padding-right: 0;
    }

    .inko__benefits ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .inko__benefits ul li {
        padding-bottom: 2rem;
    }

    .inko__benefits ul li::after {
        content: '';
    }

    .inko__benefits ul li:last-child {
        spadding-bottom: 0;
    }
}

a.remove {
    text-indent: 0;
    text-align: center;
}

a.remove::before {
    content: '';
}

a.remove i {
    font-size: 2rem;
    color: #4E6DCC;
    margin-left: 3.5rem;
}


/**
 * Tooltip
 */

.cart__newsletter {
    margin-top: 2.5rem;
    text-align: left;
}

.cart__newsletter a {
    font-size: 1.3rem;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip i {
    color: #3FADA7;
    margin-left: 0.25rem;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 15rem;
    background-color: #3FADA7;
    color: #fff;
    text-align: left;
    padding: 1.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
    position: absolute;
    z-index: 1;
    font-size: 1.2rem;
    opacity: 0;
    left: 2.5rem;
    transition: opacity 0.5s;
}

.tooltip .tooltiptext a {
    color: #fff;
    font-weight: bold;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.cart__title .count__products {
    width: 20px;
    height: 20px;
}

.widget_shopping_cart_content .price--summary {
    font-weight: 600;
}

.widget_shopping_cart_content .details__price strong,
.widget_shopping_cart_content .details__price span {
    font-size: 1.4rem;
    color: #3A3A3A;
}

.widget_shopping_cart_content .details__price--total {
    padding-left: 1rem;
    padding-right: 1rem;
}

.widget_shopping_cart_content .details__price--total strong {
    display: block;
    text-align: right;
}

.widget_shopping_cart_content .details__price--total small {
    font-size: 1.2rem;
}

.woocommerce-mini-cart-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.woocommerce-mini-cart-item .product__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.woocommerce-mini-cart-item .product__inner .product__name {
    padding-left: 1rem;
}

.woocommerce-mini-cart-item.mini_cart_item {
    border-bottom: 1px solid rgba(78, 109, 204, 0.2);
    padding: 1.5rem 0;
}

.woocommerce-mini-cart-item.mini_cart_item:last-child {
    border-bottom: none;
}

.woocommerce-mini-cart-item.mini_cart_item .mini-cart-thumb {
    width: 100%;
}

.woocommerce-mini-cart-item.mini_cart_item .remove_from_cart_button {
    margin-left: auto;
}

.woocommerce-mini-cart-item.mini_cart_item .size-woocommerce_thumbnail,
.woocommerce-mini-cart-item.mini_cart_item .woocommerce-placeholder {
    background: gray;
    max-width: 8rem;
    width: 100%;
}

.woocommerce-mini-cart-item.mini_cart_item .cart__product-details {
    margin-left: auto;
    text-align: right;
    padding-right: 0;
}

.woocommerce-mini-cart-item.mini_cart_item .cart__product-details dl.variation {
    display: none;
}

.woocommerce-mini-cart-item.mini_cart_item .cart__product-details .woocommerce-Price-amount {
    display: block;
    font-size: 1.5rem;
}

.woocommerce-mini-cart-item.mini_cart_item .thumb-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-right: 2rem;
    color: #3A3A3A;
    font-size: 1.4rem;
}

.woocommerce-mini-cart-item.mini_cart_item .thumb-link img {
    margin-right: 1rem;
}

.woocommerce-mini-cart__total.total {
    display: flex;
    justify-content: space-between;
    padding: 0;
    font-size: 1.4rem;
    color: #3A3A3A;
}

.woocommerce-mini-cart__total .wc-forward {
    background: #4E6DCC;
}

.woocommerce-mini-cart__total .wc-forward.checkout {
    background: #ff0088;
}

.woocommerce-mini-cart__buttons.buttons .wc-forward {
    background: #4E6DCC;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1.4rem 0 1rem 0;
    text-align: center;
    display: block;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
    letter-spacing: 0.05em;
    border: 1px solid transparent;
    margin-bottom: 2rem;
}

.woocommerce-mini-cart__buttons.buttons .wc-forward:hover {
    border: 1px solid #4E6DCC;
    background: none;
    color: #4E6DCC;
}

.woocommerce-mini-cart__buttons.buttons .wc-forward.checkout {
    border: 1px solid #4E6DCC;
    background: none;
    color: #4E6DCC;
    margin-bottom: 0;
}

.woocommerce-mini-cart__buttons.buttons .wc-forward.checkout:hover {
    color: #fff;
    background-color: #4E6DCC;
}

@media screen and (max-width: 600px) {
    .woocommerce-mini-cart-item .product__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        align-items: flex-start;
    }

    .woocommerce-mini-cart-item .product__inner .product__name {
        margin-top: 1.5rem;
    }
}


/**
 * Review Order Checkout Page
 */

.review__table {
    max-width: 40rem;
    float: right;
    margin-top: 2rem;
}

.review__table table tr.order-total th {
    text-transform: uppercase;
    color: #EA526F;
    vertical-align: middle;
}

.review__table table tr.order-total td {
    text-align: right;
    color: #EA526F;
    vertical-align: middle;
}

.review__table table tr.order-total td strong {
    font-size: 2rem;
}

.review__table table tr.order-total td small {
    display: block;
}

.review__table table tr td,
.review__table table tr th {
    font-size: 1.4rem;
    color: #3A3A3A;
}

.review__table table tr.woocommerce-shipping-totals.shipping td {
    background: #edf0fa !important;
    border-bottom-right-radius: 5px;
    text-align: right;
}

.review__table table tr.woocommerce-shipping-totals.shipping th {
    background-color: #edf0fa !important;
    border-bottom-left-radius: 5px;
}

.review__table table tr.cart-subtotal td {
    background: #edf0fa !important;
    border-top-right-radius: 5px;
    text-align: right;
}

.review__table table tr.cart-subtotal th {
    background-color: #edf0fa !important;
    border-top-left-radius: 5px;
}

@media screen and (max-width: 680px) {
    .review__table {
        max-width: none;
        width: 100%;
        float: none;
    }
}


/**
 * My Orders Received Page Template
 */

.order_details {
    background-color: #f8f8f8;
}

.order_details>li {
    border-bottom: 1px dotted #e3e3e3;
}

.order_details::before,
.order_details::after {
    background: none;
}

#order_review {
    background-color: #ffffff;
}

.woocommerce-order p {
    font-size: 2rem;
    font-weight: 600;
    color: #3A3A3A;
    padding-bottom: 1.5rem;
}

.woocommerce-order-details table {
    background: none;
}

.woocommerce-order-details table th,
.woocommerce-order-details table td {
    border-bottom: 1px solid rgba(78, 109, 204, 0.2);
}

.woocommerce-order-details table th {
    font-size: 1.4rem;
    color: #3FADA7;
    text-transform: uppercase;
    font-weight: 600;
}

.woocommerce-order-details table td {
    font-size: 1.4rem;
    color: #3A3A3A;
}

ul.order_details {
    list-style: none;
    position: relative;
    margin: 2rem 0 5rem 0;
    padding: 2.5rem 5rem;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -ms-border-radius: 1rem;
    border-radius: 1rem;
    background: #edf0fa;
}

ul.order_details::before,
ul.order_details::after {
    content: '';
    display: table;
}

ul.order_details::after {
    clear: both;
}

ul.order_details::before,
ul.order_details::after {
    content: '';
    display: block;
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 16px;
    background-size: 0 100%, 16px 16px, 16px 16px;
}

ul.order_details::after {
    top: auto;
    bottom: -16px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

ul.order_details li {
    padding: 1em 1.618em;
    font-size: 1.4rem;
    color: #3A3A3A;
    text-transform: none;
    border-bottom: 1px solid rgba(78, 109, 204, 0.2);
}

ul.order_details li:first-child {
    padding-top: 1.618em;
}

ul.order_details li:last-child {
    border: 0;
    padding-bottom: 1.618em;
}

ul.order_details li strong {
    display: block;
    font-size: 1.6rem;
    color: #3FADA7;
    font-weight: 600;
    text-transform: none;
}

.woocommerce-columns--addresses {
    margin-top: 6rem;
}

.woocommerce-columns--addresses address {
    font-size: 1.4rem;
}

.woocommerce-columns--addresses h2 {
    font-size: 2rem;
    color: #3FADA7;
    font-weight: 600;
}

.woocommerce-columns--addresses p.woocommerce-customer-details--phone {
    font-size: 1.4rem;
    color: #3A3A3A;
    padding-bottom: 0;
}

.woocommerce-columns--addresses p.woocommerce-customer-details--email {
    color: #3FADA7;
    font-size: 1.4rem;
}

.woocommerce-order-details {
    padding: 2.5rem 5rem;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -ms-border-radius: 1rem;
    border-radius: 1rem;
    background: #edf0fa;
}


/* Additions by Strahinja 30.3.2021 */

.recaptcha-holder {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5em;
}


/* Additions by Strainja 31.08.2021 */

.page-item-249,
.page-item-14946 {
    display: none;
}


/*  Additions by Strahinja 18.04.2022 */

#billing_state_field,
#shipping_state_field {
    display: none !important;
}

#billing_phone_field input {
    margin-bottom: 0 !important;
}

#ship-to-different-address {
    clear: both !important;
    display: block;
}


/* end of additions */

* {
    /* background:rgb(0 50 0 / 0.05) !important; */
}

.wgm-info {
    position: relative;
    margin: 1px;
    overflow: hidden;
    display: block;
}

.wgm-info.shipping_de.shipping_de_string.delivery-time-ca-3-4-workdays {
    display: none;
}


/* 
.wgm-info::before {
  content: 'GM Debug SD';
  position: absolute;
  color: #111;
  background-color:yellowgreen;
  width: 100%;
  text-align: center;
 
  text-transform: uppercase;
  font-size: 11px;

} */


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

section {
    --section-spacer: 3rem;
    --product-item-title: 2rem;
    --product-item-tagline: 1.4rem;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.container-l {
    max-width: 1160px;
}

.container-m {
    max-width: 960px;
}


/* .demo section::before {
  content: '';
  background:rgb(0 100 0 / 0.05) !important;
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 11111;
} */

.woocommerce-loop-product__title {
    font-size: var(--product-item-title);
    font-weight: bold;
    line-height: 1.3;
}

.iv__products>li {
    display: flex;
    flex-direction: column;
}

.iv__products>li .price {
    font-size: 2.6rem;
    color: #EA526F;
    display: block;
    font-weight: 600;
}

.iv__products>li .price .woocommerce-Price-amount.amount {
    font-weight: bold;
}

.iv__products>li .price del {
    position: relative;
    font-size: 20px;
    color: #6E6E6E;
    position: relative;
}

.iv__products>li .price del::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #6E6E6E;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.iv__products>li .variations--subtitle {
    font-size: var(--product-item-tagline);
}

.iv__products>li .product__checkout {
    /* position: absolute;
  width: 100%;
  bottom: 0;
  left: 0; */
}

.iv__products>li .wgm-info.woocommerce-de_price_taxrate {
    float: left;
}

.iv__products>li .price {
    display: flex;
}

.iv__products>li .price del {
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

.iv__products .price del+ins {
    margin-left: 0;
}

.products-sale {
    padding: 7rem 0;
}

.products-sale .primary__button {
    margin-top: 7rem;
    text-align: center;
}

.products-sale h3 {
    text-align: center;
    padding-bottom: 7rem;
}

.woocommerce-product-details__short-description ul {
    padding: 1.5rem 2rem;
}


/* 
.adviser {
  --adviser-bg-color: #4E6DCC;
  --adviser-title-size: 3rem;
  background-color: var(--adviser-bg-color);
}
.adviser-body {
  border: 1px solid black;
  color: #fff;
}

.blog-body img {
  width: 100%;
  height: auto;
  border: 1px solid greenyellow;
}

.adviser-content {
  padding: 1.5rem;
  width: 100%;
 
}
.adviser-content h3 {
  font-weight: normal;
  font-size: var(--adviser-title-size);
}
.adviser-content > * {
  color: #fff;
}
.adviser-thumb {

   width: 100%;
}

@media ( min-width:50em) {

  .adviser-body {
    display: flex;
    align-items: center;

  }
  .adviser-content {
    padding: 8rem 5rem;
  }

} */


/*--------------------------------------------------
	 Home Partners
---------------------------------------------------*/

.partner-body {
    text-align: center;
    padding: 5rem 0;
    border: 1px solid green;
}

.partner-logo {
    display: inline-block;
    vertical-align: middle;
    padding: 1.5rem;
}

@media (max-width:50em) {
    .partner-logo {
        padding: 1rem;
    }
}


/*--------------------------------------------------
	 Home About
---------------------------------------------------*/

.about-body {
    padding: 5rem 0;
}

.about-body::after {
    position: absolute;
    right: 0;
    content: '';
    background: #edf0fa;
    top: 0;
    z-index: -1;
    width: 80%;
    height: 100%
}

.about-content {}

.about-content *+* {
    padding-top: 1.5rem;
}

.about-body>h4 {
    color: var(--primary-blue);
    font-size: 4.5rem;
    font-weight: bold;
    line-height: 1.3;
}

@media (min-width:50em) {
    .about-body {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .about-body>h4 {
        width: 15ch;
    }

    .about-content {
        width: 50%;
    }
}

@media (max-width:50em) {
    .about-body::after {
        width: 100%;
    }

    .about-body>h4 {
        padding-bottom: 2rem;
    }
}


/*--------------------------------------------------
	 Home Slider
---------------------------------------------------*/


/* .products-latest {
  background: #edf0fa;
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
}
.products-latest::after {

  content: '';
  background: #dde3f6;
  width: 50rem;
  height: 50rem;
  bottom: -15rem;
  right: 4rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
}
.product-item {
  background-color: #fff;
}
.product-item h2 {
  font-size:var( --product-item-title);
  font-weight: bold;
  line-height: 1.3;
}
.product-item .product__price {
  font-size: 2.6rem;
  color: #EA526F;
  display: block;
  font-weight: 600;
}
.product-item .price__sale {
  position: relative;
  color: #6E6E6E;;
  font-size: 20px!important;
 
}
.product-item .price__sale::before {
  content: "";
width: 100%;
height: 2px;
background: #6E6E6E;
left: 0;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

.product-item .price {
  display: flex;
} */


/* 
.product-item .product__description {
  padding: 1.5rem;
}
.product-thumb img {
  width: 100%;

}

.product-thumb {
  position: relative;
  padding: 1.5rem;
}

.product-thumb .product__badge,
.product-thumb .product__brand,
.product-thumb .product__karton,
.product-thumb .product__gender {
      position: absolute;
      padding: 5px 10px;
      display: inline-block; }
.product-thumb .product__brand {
      top: 15px;
      right: 15px;
      padding-top: 0;
      padding-right: 0;
      width: 25%; }
.product-thumb .product__brand img {
      padding: 0; }
.product-thumb .product__gender {
      align-content: flex-end;
      bottom: 15px;
      right: 0; }
.product-thumb .product__badge {
      top: -45px;
      left: -15px;
    }

.swiper-container {
    display: flex;
    align-items: stretch;
}
.swiper-slide .product-item {
    display: flex;
    height: 100%;
    flex-direction: column;
}
.product-item .product__checkout {
  margin-top: auto;
  padding: 0 1.5rem 1.5rem;
}
.swiper-wrapper {
    height: auto;
}

.swiper-button-next-iv, .swiper-button-prev-iv {

  background-color: green;
}

@media (max-width:50em) {

  .products-latest {
    padding: 1.5rem;
  }
} */


/* .product-type-simple not:(.iv__products li) {
  max-width: 1280px;
  margin:0 auto;
  padding: var(--form-spacer);
  border:1px solid #000;

  background-color:yellow;
} */

.single-product div.product .images,
.single-product div.product .summary,
.single-product div.product .woocommerce-product-gallery {
    margin-bottom: 0;
}

.single-product .woocommerce-de_price_taxrate {
    float: left;
}

.single-product .woocommerce-Price-amount.amount {
    font-size: 2.6rem;
    color: #EA526F;
    font-weight: 600;
}

.single-product del .woocommerce-Price-amount.amount {
    font-size: 1.8rem;
    color: #6E6E6E;
    position: relative;
    margin-left: 0;
}

.single-product del::before {
    content: "";
    height: 2px;
    background: #6E6E6E;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.single-product div.product p.price {
    margin: 0;
}

.single-product .price__single {
    display: block;
}

.single-product .units {
    font-size: 1.5rem;
}


/* .single-product .legacy-itemprop-offers .woocommerce-price-suffix {
  display: none;
} */

.single-product .legacy-itemprop-offers {
    padding: 1.5rem 0;
}

.single-product .price .woocommerce-price-suffix {
    display: none;
}

.single-product .product-type-variable .legacy-itemprop-offers {
    display: none !important;
}

.price--variation {
    padding: 1.5rem 0;
}

.legacy-itemprop-offers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 0.5rem;
}

.legacy-itemprop-offers .wgm-info {
    margin: 0;
}

.legacy-itemprop-offers .price {
    width: 100%;
}

.wgm-info.shipping_de.shipping_de_string {
    width: 100%;
}

/*
* Swiper Products - Added 28.09.2022
*/

.swiper-products {
    position: relative;
}

.swiper-products .product__price {
    margin-top: 1rem;
}

.swiper-products .product__item {
    background-color: #fff;
    min-height: 55rem;
    position: relative;
    margin: 1.5rem;
    border: 1px solid #edf0fa;
}

.swiper-products .product_thumb {
    background: #fff;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.swiper-products .product__thumb img {
    height: auto;
    display: inline-block;
    padding: 2.5rem;
}

.swiper-products .product__description .product__price .price__regular,
.swiper-products .product__description .c-single-price .price__regular {
    font-size: 2.6rem;
    color: #EA526F;
    font-weight: 600;
}

.swiper-products .product__description {
    padding: 0 2rem;
    margin-top: auto;
}

.swiper-products .product__description h2 {
    font-size: 2.3rem !important;
    line-height: 1.3;
    font-weight: bold !important;
}

.swiper-products .product__checkout {
    margin-top: auto;
    padding: 0 2rem 2rem 2rem;
}

.swiper-products .product__description .product__price .price__sale,
.swiper-products .product__description .c-single-price .price__sale {
    font-size: 20px;
    color: #6E6E6E;
    position: relative;
    margin-left: 1rem !important;
}

.swiper-products .product__description .product__price .price__sale::after,
.swiper-products .product__description .c-single-price .price__sale::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #6E6E6E;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wgm-info {
    margin: 0.5rem 0 1rem 0;
}

.wc-cart-shipping-notice {
    margin-bottom: 1.5rem
}

.wgm-info.shipping_de.shipping_de_string.delivery-time-nicht-angegeben,
.wgm-tax.includes_tax,
.page-item-16975 {
    display: none;
}

.privacy-policy h2 {
    font-size: 20px;
    color: #6E6E6E;
    margin-bottom: 1.75rem;
    margin-top: 0;
    font-weight: 600;
}

/*--------------------------------------------------
	 German Market
---------------------------------------------------*/


/* Global Reset German Market Styling */

.post-16978 {
    font-size: var(--gm-font-size-body: 0.8rem);
}

.post-16978 h3 {
    color: #4E6DCC;
    font-weight: bold;
    padding-bottom: 1rem;
    margin: 0;
    font-size: var(--fs-h3);
}

.post-16978 .entry-content,
.post-16978 .entry-header {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.post-16978 table {
    width: 100%;
    border-collapse: collapse;
}

.post-16978 table {
    font-size: var(--gm-font-size-body);
}

.post-16978 table td {
    padding: 0.5rem 0;
}

.post-16978 table th {
    padding: 0;
}


.post-16978 .review_order_billing td:first-child {
    font-weight: 600;
}

.post-16978 a {
    text-decoration: none;
}


/* Bestellung & Bestätigen */

.post-16978 .entry-title {
    color: #4E6DCC;
    margin-bottom: 1rem;
}

.post-16978 .woocommerce-info {
    margin-bottom: 1.5rem;
}


/* Rechnung & Versand */

.post-16978 .col-1 {
    background-color: #fff;
    border-radius: 1.5rem;
    padding: 1rem;
    margin-bottom: 2rem;
}

.post-16978 .col-1 h3 {
    padding-left: 0.5rem;
    text-align: left;

}

.post-16978 #order_review_heading {
    width: 100%;
}

.post-16978 #payment_method {
    font-size: 1.5rem;
}

form.wgm-second-checkout {
    margin: 0 auto;
    background: #edf0fa;
    -moz-border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    border-radius: 1.5rem;
    position: relative;
    padding: 1.5rem;
}

.post-16978 .wgm-second-checkout .col2-set {
    width: 100%;
}


/* Zahlungsweise */

.post-16978 .wgm_second_checkout_payment {
    margin-bottom: 2rem;
}


/* Deine Bestellung */

.post-16978 .shop_table {
    margin-bottom: 3rem;
    text-align: left;
}

.post-16978 .shop_table .product-name {
    padding-left: 0;
}

.post-16978 .shop_table .product-total .woocommerce-Price-amount.amount {
    font-weight: bold;
}

.post-16978 .shop_table .product-total {
    padding-left: 0.45rem;
}

.post-16978 #order_review {
    background: #edf0fa;
    -moz-border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    border-radius: 1.5rem;
    position: relative;
    width: 100%;
}

.post-16978 .shop_table .total td .wgm-tax.includes_tax {
    display: block;
}

.post-16978 .shop_table .total td .woocommerce-Price-amount.amount {
    font-size: 2.4rem;
    color: #EA526F;
}

.post-16978 .shop_table .total td {
    background-color: #fff;
    border-radius: 1.5rem;
    padding-left: 1.5rem;
}

.post-16978 .shop_table .total td .wgm-tax.includes_tax .woocommerce-Price-amount.amount {
    font-size: 1rem;
}


/* Checkboxes */

.post-16978 .german-market-checkbox-p {
    margin: 0.75rem 0 3rem 0;
}

.post-16978 .woocommerce-terms-and-conditions-checkbox-text a {
    color: #3FADA7;
}

.post-16978 .shipping-service-provider-checkbox-text,
.post-16978 .woocommerce-terms-and-conditions-checkbox-text {
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.pagecheckout-col .woocommerce-terms-and-conditions-checkbox-text {
    font-size: 14px !important;
}


/* Buttons */

.post-16978 .wgm-go-back-button,
.post-16978 input.wgm-place-order {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.75rem 1.4rem 0.25rem 1.4rem;
    text-align: center;
    display: inline-block;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
    letter-spacing: 0.05em;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: var(--gm-font-size-body);
    transition: 0.3s all;
}

.post-16978 .wgm-go-back-button:hover,
.post-16978 input.wgm-place-order:hover {
    background: #fff;
    border: 1px solid #4E6DCC;
    color: #4E6DCC;
}

.post-16978 input.wgm-place-order {
    float: right;
    background: #4E6DCC;
}

.post-16978 .wgm-go-back-button {
    background: #fff;
    border: 1px solid #4E6DCC;
    color: #4E6DCC;
}

.post-16978 .wgm-go-back-button:hover {
    background-color: #4E6DCC;
    color: #fff;
}

.new-products .iv__products>li {
    background-color: #fff;
}

.new-products .primary__button {
    margin-top: 4em;
}

/* Additions by Strahinja 08.11.2022 */

/** Button in My Account **/

.hentry .entry-content a.button {
    margin-top: 3px;
    padding: 13px 25px 10px;
}

.my_account_orders .button:hover {
    background: #fff;
    border: 1px solid #4E6DCC;
    color: #4E6DCC;
}


/* Mailpoet Form Style --- START ---*/
.inko-form-input input {
    height: 42px;
}

.inko-form-button input {
    height: 46px !important;
    font-size: 1.4rem !important;
    font-weight: normal !important;
    background-color: #4E6DCC !important;
    color: #fff !important;
    margin-top: 14px !important;
    margin-bottom: 14px !important;
    letter-spacing: 0.05em !important;
    text-rendering: optimizeLegibility !important;
    border-radius: 5px !important;
    text-transform: uppercase;
    line-height: 22px;
}

.inko-form-button input:hover {
    background-color: #4e6dccd9 !important;
}

#mailpoet_form_1 form.mailpoet_form {
    padding: 0 !important;
}

/* Mailpoet Form Style --- END ---*/