html {
    font-size: 100%;
}
body {
    font-family: "Noto Sans Mono", monospace;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
    color: #242424;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 1;
}
@keyframes fadeInAnimation {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
p, li, a {
    font-family: "Noto Sans Mono", monospace;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0.8rem !important;
}
p, li {
    color: #242424;
}
a {
    text-decoration: underline;
    transition: all 0.6s ease;
    color: #24664A;
}
a:hover {
    transition: all 0.6s ease;
    color: #000;
    text-decoration: underline;
}
hr {
    opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #242424;
    font-family: "Noto Sans Mono", monospace;
    margin-bottom: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
}
h1,
.h1 {
    font-size: 48px;
    font-size: 2.5rem;
}
h2,
.h2 {
    font-size: 32px;
    font-size: 2rem;
}
h3,
.h3 {
    font-size: 28px;
    font-size: 1.75rem;;
}
h4,
.h4 {
    font-size: 24px;
    font-size: 1.5rem;
}
h5,
.h5 {
    font-size: 20px;
    font-size: 1.25rem;
}
h6,
.h6 {
    font-size: 16px;
    font-size: 1rem;
}
ul {
    list-style: none;
    padding-left: 0;
    list-style-position: outside;
}
li {
    position: relative;
    padding-left: 16px;
}
li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #24664A;
    left: 0;
    top: 9px;
    border-radius: 100px;
}
.list-no-style li {
    padding-left:  0 !important;
}
.list-no-style li::before {
    content: none;
    padding-left: 0;
}
ol {
    padding-left: 16px;
    list-style-position: outside;
}
ul ul {
    padding-left: 1rem;
}
b, strong {
    font-weight: 700;
}
iframe {
    border: 0;
    max-width: 100%;
}
/*selektiranje teksta*/
::-moz-selection { /* Code for Firefox */
    color: white;
    background: #474C5F;
}
::selection {
    color: white;
    background: #474C5F;
}
/*color palette block editor*/
.background-bluegreen,
.has-bluegreen-background-color {
    background-color: #AFEDD8 !important;
}
.color-bluegreen,
.has-bluegreen-color {
    color: #AFEDD8 !important;
}
.background-darkgreen,
.has-darkgreen-background-color {
    background-color: #24664A !important;
}
.color-darkgreen,
.has-darkgreen-color {
    color: #24664A !important;
}
.background-aquamarine,
.has-aquamarine-background-color {
    background-color: #63EBBB !important;
}
.color-aquamarine,
.has-aquamarine-color {
    color: #63EBBB !important;
}
.background-lightgray,
.has-lightgray-background-color {
    background-color: #EBEDEC !important;
}
.color-lightgray,
.has-lightgray-color {
    color: #EBEDEC !important;
}
.background-white,
.has-white-background-color {
    background-color: #fff !important;
}
.color-white,
.has-white-color {
    color: #fff !important;
}
.background-black,
.has-black-background-color {
    background-color: #242424 !important;
}
.color-black,
.has-black-color {
    color: #242424 !important;
}
.has-medium-font-size {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    line-height: 36px !important;
    line-height: 2.25rem !important;
}
.has-large-font-size {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 46px;
    line-height: 2.875rem;
}
.list-unstyled {
    padding-left: 0 !important;
    list-style: none;
}
.list-unstyled li {
    padding-left: 0 !important;
}
.list-unstyled li::before,
.list-unstyled li::before,
.woocommerce-error li::before,
.woocommerce-MyAccount-navigation li::before {
    content: none;
}
.font-family-noto-sans {
    font-family: "Noto Sans Mono", monospace;
}
.wp-block-button__link,
.wp-block-button__link.wp-element-button,
.wp-block-buttons .wp-block-button .wp-block-button__link.wp-element-button,
.btn.btn-primary,
.add_to_cart_button.btn.btn-outline-primary,
.btn.btn-outline-primary,
#offcanvas-cart .continue-shopping.btn.btn-dark,
#offcanvas-cart .view-cart.btn.btn-dark,
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    color: #fff;
    text-align: center;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 5px 18px !important;
    border: 1px solid #24664A;
    position: relative !important;
    text-transform: none;
    transition:all 0.6s ease;
    position: relative;
    border-radius:0;
    background-color: #24664A;
    text-decoration: none !important;
}
.wp-block-button__link:hover,
.wp-block-button__link.wp-element-button:hover,
.wp-block-buttons .wp-block-button .wp-block-button__link.wp-element-button:hover,
.btn.btn-primary:hover,
.add_to_cart_button.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:hover,
.woocommerce-notices-wrapper .woocommerce-message a.button:hover,
#offcanvas-cart .continue-shopping.btn.btn-dark:hover,
#offcanvas-cart .view-cart.btn.btn-dark:hover,
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover,
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
    background-color: #000;
    border:1px solid #000;
    color: #fff;
    text-decoration: none;
}
body.virtualna-has-sidebar .alignfull {
    margin: 0 calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw !important;
}
/* --- HEADER --- */
header#wrapper-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: all linear .6s;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.bg-primary, #main-nav.bg-primary {
    background-color: transparent !important;
    padding-top: 0;
    padding-bottom: 0;
    transition: all 0.6s ease;
}
header#wrapper-navbar.newHeader #main-nav.bg-primary {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff !important;
    box-shadow: 0px -2px 3px 3px rgba(0,0,0,0.1);
}
#wrapper-top-header,
#wrapper-top-content {
    width: 100%;
}
.is-form-style.is-form-style-3 input.is-search-input {
    font-family: "Noto Sans Mono", monospace !important;
}
.navbar-top .cart {
    width: 45px;
    height: 45px;
    margin: 0 3px !important;
    text-align: center;
    z-index: 1;
    background-color: transparent;
    border: 1px solid transparent;
    transition: all 0.6s ease;
    top: 0;
    left: 0;
}
.navbar-top .cart .icon {
    width: 21px;
    height: 19px;
    margin-top: 14px;
    margin: 0 auto;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    top: 13px;
    position: relative;
}
.navbar-top .cart span {
    position: absolute;
    font-family: "Noto Sans Mono", monospace !important;
    font-weight: 500;
    color: #fff !important;
    background: #404040;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 19px;
    margin-left: 2px;
    top: 0;
    transition: all 0.6s ease;
}
/* --- NAVIGATION --- */
.navbar-brand {
    margin: 0 !important;
    padding: 0;
}
.navbar-nav {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}
.navbar-expand-lg .offcanvas {
    margin-left: 1rem;
}
.navbar-nav .nav-link {
    font-family: "Noto Sans Mono", monospace;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 0 !important;
    transition: all 0.6s ease;
    text-transform: none;
    text-decoration: none;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.navbar-nav .menu-item:hover .dropdown-toggle::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.dropdown-toggle::after {
    content: "+";
    margin: 0 -3px 0 9px !important;
    color: #63EBBB;
    border: none;
    height: 14px;
    width: 20px;
    line-height: 10px;
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
    transition: all .6s ease;
    display: none;
}
.dropdown-menu {
    border: none;
    border-radius: 0;
    padding-top: 12px;
    background-color: #fff;
}
.navbar-nav .dropdown-menu .menu-item {
    margin: 0 !important;
    border-bottom: 1px solid #adadad;
}
.navbar-nav .dropdown-menu .menu-item:last-child {
    border-bottom: 1px solid transparent;
}
.navbar-nav .dropdown-menu .dropdown-item {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
    color: #242424;
    margin-bottom: 0 !important;
    transition: all 0.6s ease;
    text-transform: none;
    margin-bottom: 0px !important;
    padding: 7px 19px 7px 12px !important;
    position: relative;
}
.navbar-nav .dropdown-menu .dropdown-item::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 18px;
    width: 0;
    height: 0;
    border-bottom: 8px solid transparent;
    border-right: 10px solid transparent;
    border-left: 8px solid #63EBBB;
    transform: rotate(135deg);
}
.navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #EBEDEC;
    text-decoration: none !important;
}
header#wrapper-navbar.newHeader .navbar-nav .nav-link {
    font-size: 12px;
    line-height: 22px;
    font-size: 0.75rem;
    line-height: 1rem;
    padding-left: 15px;
    padding-right: 15px;
}
header .custom-logo-link img {
    transition: all linear .8s;
    max-width: 260px;
}
header#wrapper-navbar.newHeader .custom-logo-link img {
    max-width: 125px;
}
header#wrapper-navbar .navbar-top {
    padding-top: 0;
    padding-bottom: 0;
    transition: all 0.6s ease;
}
header#wrapper-navbar.newHeader .navbar-top {
    padding-top: .1rem;
    padding-bottom: .1rem;
}
header#wrapper-navbar.newHeader .navbar-nav {
    padding-top: .1rem !important;
    padding-bottom: .1rem !important;
}
.navbar-nav .menu-item {
    transition: all 0.6s ease;
    margin-bottom: 0 !important;
    position: relative;
    margin: 0 4px;
    padding-left: 0;
}
.navbar-nav .menu-item::before {
    content: none;
}
.navbar-nav .menu-item.current-product_cat-ancestor .nav-link {
    color: #BF1E2E;
}
.navbar-nav .menu-item::after {
    content: "";
    position: absolute;
    bottom: 4px;
    width: 90%;
    height: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #63EBBB;
    opacity: 0;
    transition: all 0.6s ease;
}
.navbar-nav .dropdown-menu .menu-item::after {
    display: none;
}
.navbar-nav .menu-item:hover::after,
.navbar-nav .menu-item.active::after {
    opacity: 1;
}
/*.navbar-nav .menu-item:hover .nav-link,
.navbar-nav .menu-item.active .nav-link {
    color: #24664A;
    text-decoration: none;
    background-color: transparent;
    border-top: 1px solid #24664A;
    border-bottom: 1px solid #24664A;
}*/
.navbar-search {
    margin-right: 0;
}
.navbar-search .is-form-style input.is-search-input {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    min-width: 100px;
    max-width: 100px;
    font-size: 12px !important;
    font-family: "Noto Sans Mono", monospace;
}
.navbar-search .is-form-style button.is-search-submit,
.navbar-search .is-search-icon {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.navbar-search .is-search-icon {
    padding-right: 0;
}
.navbar-search .is-form-style input.is-search-input,
.navbar-search .is-form-style button.is-search-submit {
    height: 36px;
}
.navbar-search .is-form-style button.is-search-submit {
    border-left: none;
}
.navbar-social .wp-block-social-links {
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100%;
    list-style: none;
    padding-left: 0;
    margin: 0 auto !important;
}
.navbar-social .wp-block-social-links .wp-block-social-link.wp-social-link {
    margin: 0 auto !important;
}
.navbar-social .wp-block-social-links li::before {
    display: none;
    padding-left: 0;
}
.navbar-social .wp-block-social-links .wp-social-link svg {
    height: 24px;
    width: 24px;
}
.navbar-social .wp-block-social-link a {
    margin-bottom: 0 !important;
}
/* --- PAGES --- */
.content-area {
    margin-top: 140px;
    padding-bottom: 4rem;
}
.page-template-default #content.container {
    margin-top: 140px;
    padding-bottom: 4rem;
}
#search-wrapper.section {
    margin-top: 140px;
}
.home .content-area {
    margin-top: 90px;
}
.article-header {
    margin: 0 0 6rem 0;
}
.entry-title {
    text-align: center;
}
#search-wrapper .container {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 3rem;
}
#search-wrapper .article-image {
    margin-bottom: 2rem !important;
    max-width: 140px;
}
#search-wrapper article {
    border-bottom: 1px dotted #7a7a7a;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
#search-wrapper .entry-title {
    margin-bottom: 0.5rem !important;
    text-align: left;
}
#search-wrapper .entry-title a {
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #242424;
}
#search-wrapper .entry-summary p {
    font-size: 14px;
    line-height: 20px;
    color: #242424;
    margin-bottom: 15px !important;
}
#search-wrapper .btn.btn-secondary.virtualna-read-more-link {
    background: #fff;
    border-radius: 0;
    border: 1px solid #24664A;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    color: #24664A;
    transition: all 0.6s ease;
    padding: 3px 8px;
    margin-bottom: 0 !important;
    float: right;
    margin-top: -12px;
    position: absolute;
    right: 17px;
    bottom: -31px;
}
#search-wrapper .btn.btn-secondary.virtualna-read-more-link:hover {
    text-decoration: none !important;
    background-color: #24664A;
    color: #fff;
}
.testimonial-slider.swiper {
    margin-top: -45px;
    padding: 0 5px;
}
.testimonial-slider .swiper-wrapper {
    align-items: center;
}
.testimonial-slider .swiper-slide {
    background-color: #fff;
    text-align: center;
    border: 1px solid #B2B2B2;
    border-radius: 10px;
    color: #000;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.testimonial-slider .swiper-slide p {
    font-size: 14px;
    font-size: 0.9rem;
    line-height: 1.4;
}
.testimonial-slider .swiper-button-next::after,
.testimonial-slider .swiper-button-prev::after {
    font-size: 25px;
    opacity: 1;
}
.testimonial-slider .swiper-button-next,
.testimonial-slider .swiper-button-prev {
    color: #000;
    background-color: transparent;
    width: 50%;
    height: 16px;
    top: auto;
    transition: all 0.6s ease;
    opacity: 1;
    bottom: -56px;
}
.testimonial-slider .swiper-button-next::after {
    content: "";
    background: url("/wp-content/themes/VT-tema/images/arrow-next.png");
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    width: 81px;
    height: 16px;
    left: 10px;
}
.testimonial-slider .swiper-button-prev::after {
    content: "";
    background: url("/wp-content/themes/VT-tema/images/arrow-prev.png");
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    width: 81px;
    height: 16px;
    right: 10px;
}
.testimonial-slider .swiper-controls {
    height: 20px;
}
.testimonial-slider:hover .swiper-button-next,
.testimonial-slider:hover .swiper-button-prev {
    opacity: 1;
}
.testimonial-slider .swiper-button-next {
    right: 0;
}
.testimonial-slider .swiper-button-prev {
    left: 0;
}
.homepage.vt-carousel {
    overflow: hidden;
    position: relative;
    height: 85vh;
}
.homepage.vt-carousel h2,
.homepage.vt-carousel .h2,
.homepage.vt-carousel h3,
.homepage.vt-carousel .h3,
.homepage.vt-carousel h4,
.homepage.vt-carousel .h4 {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1.4;
    color: #fff;
}
.homepage.vt-carousel .slick-slide {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.homepage.vt-carousel .slick-slide img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.homepage.vt-carousel .swiper-content {
    position: relative;
    z-index: 1;
    max-width: 840px;
    margin: 0 auto;
}
.homepage.vt-carousel .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0,0,0,0.1);
}
.homepage.vt-carousel .swiper-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: fill;
    object-position: center;
}
.homepage.vt-carousel h2.entry-title {
    font-size: 64px;
    font-size: 4rem;
    font-weight: 900;
    line-height: 74px;
    line-height: 4.625rem;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.homepage.vt-carousel p {
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 34px;
    line-height: 2.125rem;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.homepage.vt-carousel .swiper-pagination {
    bottom: 100px;
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: center;
}
.homepage.vt-carousel .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff !important;
    opacity: 1;
}
.homepage.vt-carousel .swiper-pagination-bullet-active {
    background: #63EBBB !important;
}
.homepage.vt-carousel .swiper-button-next,
.homepage.vt-carousel .swiper-button-prev {
    color: #fff !important;
    opacity: .5;
    transition: all 0.6s ease;
}
.homepage.vt-carousel .swiper-button-next:hover,
.homepage.vt-carousel .swiper-button-prev:hover {
    opacity: 1;
}
.homepage.vt-carousel .swiper-button-next {
    right: 30px;
}
.homepage.vt-carousel .swiper-button-prev {
    left: 30px;
}
.homepage.vt-carousel .swiper-button-next::after,
.homepage.vt-carousel .swiper-button-prev::after {
    font-size: 60px;
}
.homepage.vt-carousel .ikona {
    left: 60px;
    bottom: 60px;
}
.homepage.category-col {
    position: relative !important;
    overflow: hidden;
    width: 100%;
    height: 350px;
}
.homepage.category-col figure.wp-block-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    background-color: #EBEDEC;
}
.homepage.category-col figure.wp-block-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.6s ease;
    object-fit: cover;
    opacity: 0.6;
    z-index: 0;
}
.homepage.category-col:hover figure.wp-block-image:hover img,
.homepage.category-col:hover figure.wp-block-image img {
    opacity: 1;
}
.homepage.category-col h2,
.homepage.category-col h3,
.homepage.category-col h4,
.homepage.category-col h2 a,
.homepage.category-col h3 a,
.homepage.category-col h4 a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: auto;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.4;
    text-decoration: none !important;
    color: #242424;
    margin-bottom: 0 !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    max-width: 80%;
    z-index: 1;
}
/* --- WOOCOMMERCE --- */
/*.woocommerce div.product {
    border-bottom: 5px solid #63EBBB;
}*/
.custom-reusable-block {
    border-top: 5px solid #63EBBB;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 48%;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.div.product div.images {
    width: 50%;
}
.archive #woocommerce-wrapper.section .content-area {
    margin-top: 0;
    padding-bottom: 4rem;
}
#woocommerce-wrapper {
    margin-top: 8rem !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-size: 10px;
    color: #242424;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: #767676;
    font-size: 10px;
    text-decoration: none;
}
.woocommerce .woocommerce-breadcrumb {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.archive.woocommerce .woocommerce-breadcrumb {
    padding-left: 0;
    padding-right: 0;
}
.product_title.entry-title {
    text-align: left;
    font-size: 32px;
    line-height: 1.4;
    font-size: 2rem;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0 auto !important;
    list-style: none;
    padding: 3px;
}
.woocommerce div.product div.images .flex-control-thumbs li::before {
    display: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1;
    border: 1px solid #24664A;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0;
    float: none;
}
.woocommerce-variation-add-to-cart {
    margin-top: 2rem;
}
.woocommerce-variation-add-to-cart,
form.cart {
    flex-wrap: wrap !important;
    display: flex;
}
.woocommerce div.product form.cart {
    margin-bottom: 0em;
}
.woocommerce div.product form.cart div.quantity .form-control {
    border: 1px solid #AFEDD8;
}
/* Chrome, Safari, Edge, Opera */
.single-product input::-webkit-outer-spin-button,
.single-product input::-webkit-inner-spin-button,
.woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
.single-product input[type=number],
.woocommerce .quantity input[type=number] {
    -moz-appearance: textfield;
}
.single-product .qty[type="number"],
.woocommerce .quantity .qty[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
    color: #000;
    height: 38px;
    padding: 0;
    text-align: center;
    background-color: #fff;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0 0 20px 0;
    float: none;
    z-index: 1;
}
.single-product .qty[type="number"],
.woocommerce .quantity .qty[type="number"],
table.wc-block-cart-items .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    -moz-appearance: textfield;
    appearance: textfield;
    color: #000;
    height: 43px;
    padding: 0;
    text-align: center;
    background-color: #AFEDD8;
    font-weight: bold;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
.btn.btn-outline-secondary.qty-change.qty-change-down,
table.wc-block-cart-items .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus {
    background: #fff;
    border-top: 1px solid #c7c7c7;
    height: 43px;
    width: 38px;
    left: 1px;
    position: relative;
    font-size: 13px;
    outline: none;
    border-bottom: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-right: 1px solid transparent;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #c7c7c7;
    opacity: 1;
    font-weight: 300;
}
.btn.btn-outline-secondary.qty-change.qty-change-up,
table.wc-block-cart-items .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus {
    background: #fff;
    border-top: 1px solid #c7c7c7;
    height: 43px;
    width: 38px;
    left: -1px;
    position: relative;
    font-size: 13px;
    outline: none;
    border-bottom: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left: 1px solid transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #c7c7c7;
    opacity: 1;
}
#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce div.product .stock,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    font-size: 1rem;
}
.woocommerce div.product form.variations_form .woocommerce-variation-price span.price {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 600;
}
.woocommerce div.product form.cart .variations tr {
    display: block;
}
.woocommerce-checkout .is-large .wc-block-checkout__sidebar {
    align-self: flex-start;
    top: 90px;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid #242424;
    border-radius: 5px;
}
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    display: block;
    margin-bottom: 1px !important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    overflow: hidden;
    transition: all 0.6s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.woocommerce ul.products li.product .add-to-cart-container {
    text-align: center;
    display: flex;
    position: relative;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    -webkit-box-shadow: var(--wvs-selected-item-box-shadow,0 0 0 2px #24664A);
    box-shadow: var(--wvs-selected-item-box-shadow,0 0 0 2px #24664A);
    color: var(--wvs-selected-item-text-color,#24664A);
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    -webkit-box-shadow: var(--wvs-item-box-shadow,0 0 0 3px #afedd8);
    box-shadow: var(--wvs-item-box-shadow,0 0 0 3px #afedd8);
    background: #AFEDD8;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    -webkit-box-shadow: var(--wvs-hover-item-box-shadow,0 0 0 3px #24664A) !important;
    box-shadow: var(--wvs-hover-item-box-shadow,0 0 0 3px #24664A) !important;
    background: #AFEDD8 !important;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 0;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    background-color: #AFEDD8 !important;
    color: #000 !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    -webkit-box-shadow: var(--wvs-selected-item-box-shadow,0 0 0 3px #24664A);
    box-shadow: var(--wvs-selected-item-box-shadow,0 0 0 3px #24664A);
    color: var(--wvs-selected-item-text-color,#24664A);
}
.woocommerce div.product form.cart .variations label {
    font-weight: 400;
    text-align: left;
}
.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th {
    line-height: 1.4;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    margin: 4px !important;
}
.woo-variation-swatches .variable-items-wrapper li.variable-item::before {
    content: none;
}
.woocommerce div.product form.cart .wapf {
    margin-top: 0;
    order: 1;
}
.woocommerce div.product form.cart .wapf  textarea,
.woocommerce div.product form.cart .wapf input {
    border: 1px solid #adadad;
    border-radius: 0;
    padding: 7px;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
}
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="email"],
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="text"] {
    border: 1px solid #000;
}
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="email"],
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="text"],
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted,
body.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select,
body.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"],
body.woocommerce-checkout .wc-block-components-textarea,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    border-radius: 0 !important;
}
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.has-error input,
body.woocommerce-checkout .wc-block-components-text-input.has-error input {
    border: 1px solid #cc1818;
}
.woocommerce div.product form.cart .wapf textarea {
    min-height: 74px;
}
.woocommerce div.product form.cart .wapf .wapf-field-input {
    line-height: 1.5;
}
.woocommerce div.product form.cart .wapf  textarea:focus,
.woocommerce div.product form.cart .wapf input:focus {
    color: #24664A;
    background-color: #fff;
    border-color:transparent;
    outline:0;
    box-shadow: 0 0 0 .25rem rgba(203, 203, 203, 0.5);
    z-index: 1;
    position: relative;
    font-weight: 400;
}
.single_add_to_cart_button.btn.btn-primary,
.woocommerce div.product form.cart .btn.btn-outline-primary {
    margin-left: 10px;
    margin-bottom: 20px;
}
.btn, .woocommerce-info a.button,
.woocommerce-notices-wrapper .woocommerce-message a.button,
.wpcf7 input[type="submit"] {
    border-radius: 0;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message a.button {
    margin-bottom: 0 !important;
}
.alert-success, .woocommerce-notices-wrapper .woocommerce-message {
    border-radius: 0;
}
.woocommerce ul.products li.product a img {
    margin-bottom: 0 !important;
}
.woocommerce ul.products li.product .price {
    color: rgb(36, 102, 74);
}
.alert,
.woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-message {
    border-radius:  0 !important;
}
.bellows .bellows-nav .bellows-target {
    padding: 10px !important;
}
.bellows .bellows-nav li::before,
.bellows .bellows-nav .bellows-menu-item li::before,
.bellows .bellows-nav .bellows-submenu li::before {
    display: none;
}
.bellows .bellows-nav li,
.bellows .bellows-nav .bellows-menu-item li,
.bellows .bellows-nav .bellows-submenu li {
    margin-bottom:  0 !important;
}
.bellows .bellows-nav .bellows-subtoggle {
    width: 50px !important;
}
.bellows.bellows-skin-vanilla .bellows-nav .bellows-submenu .bellows-target,
.bellows.bellows-skin-vanilla .bellows-nav .bellows-submenu .bellows-custom-content,
.bellows.bellows-skin-vanilla .bellows-nav .bellows-submenu .bellows-widget .textwidget {
    color: #242424;
    border-bottom: 1px solid #eee;
    margin-bottom:  0 !important;
}
.bellows.bellows-skin-vanilla .bellows-nav .bellows-item-level-0 > .bellows-target,
.bellows.bellows-skin-vanilla .bellows-nav .bellows-item-level-0 > .bellows-custom-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 0 !important;
}
.bellows.bellows-skin-vanilla .bellows-nav .bellows-submenu {
    background: #fefefe;
    padding-left: 0;
    padding-right: 0;
}
.bellows.bellows-skin-vanilla .bellows-nav .bellows-item-level-0.bellows-current-menu-item > .bellows-target,
.bellows.bellows-skin-vanilla .bellows-nav .bellows-item-level-0.bellows-current-menu-ancestor > .bellows-target {
    background: #63EBBB;
}
.bellows.bellows-skin-vanilla {
    background: #EBEDEC !important;
    box-shadow: none !important;
    border: 1px solid #adadad;
    border-bottom: transparent;
    margin-top: -9px !important;
}
.bellows.bellows-skin-vanilla .bellows-nav .bellows-submenu {
    background: #fff !important;
}
.bellows.bellows-skin-vanilla .bellows-nav .bellows-submenu .bellows-target,
.bellows.bellows-skin-vanilla .bellows-nav .bellows-submenu .bellows-custom-content,
.bellows.bellows-skin-vanilla .bellows-nav .bellows-submenu .bellows-widget .textwidget {
    color: #242424 !important;
    border-bottom: 1px solid #adadad !important;
}
.bellows.bellows-skin-vanilla .bellows-nav .bellows-item-level-0 > .bellows-target,
.bellows.bellows-skin-vanilla .bellows-nav .bellows-item-level-0 > .bellows-custom-content {
    border-bottom: 1px solid #adadad !important;
}
.fa-chevron-down::before,
.fa-chevron-up::before {
    color: #63EBBB;
    font-size: 16px;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
    mask-image: none !important;
    mask-size: 0 !important;
    width: 0 !important;
    height: 0 !important;
}
.offcanvas .btn-offcanvas-cart.bottom-fixed {
    position: absolute;
    left: -104px;
    bottom: 20px;
}
.offcanvas .btn-offcanvas-cart {
    background-color: #AFEDD8;
    color: #000;
    box-shadow: 0px 0px 15px 2px #0000001a;
    border-radius: 0;
    display: flex;
    width: 43px;
    height: 43px;
    border: 1px solid #242424;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.btn-offcanvas-cart .cart-contents-count.bg-danger {
    background-color: #000 !important;
    color: #fff;
    border-radius: 1px !important;
    height: 24px;
}
.offcanvas-title, .offcanvas-footer {
    text-align: center;
    width: 100%;
}
.offcanvas-title,
.offcanvas-footer {
    text-align: center;
    width: 100%;
}
#offcanvas-cart .offcanvas-header {
    color: #000000;
    background-color: #ffffff;
    border-bottom: 2px solid #eee;
}
#offcanvas-cart .offcanvas-body {
    background-color: #f5f5f5;
}
.offcanvas-footer {
    background-color: #ffffff;
    color: #000000;
    padding: 10px 10px;
    box-shadow: 0 -5px 10px #0000001a;
}
.offcanvas-footer .mb-2.border-bottom {
    border-bottom: none !important;
}
.offcanvas .cart-contents {
    padding: 0 !important;
    color: #000;
}
.cart-contents .row {
    padding: 5px 5px;
    margin: 5px 0px;
    border-radius: 0;
    box-shadow: 0 2px 2px #00000005;
    background-color: #ffffff;
    position: relative;
    align-items: center !important;
}
.cart-contents .row small {
    font-size: 12px;
    text-decoration: none !important;
    line-height: 1.3 !important;
    margin-bottom: 0 !important;
    display: inline-block;
}
.cart-contents .row small a {
    line-height: 1.3 !important;
}
.cart-contents .row a {
    font-size: 12px;
    text-decoration: none !important;
    line-height: 18px !important;
    margin-bottom: 0 !important;
}
#offcanvas-cart .cart-contents .row a.remove.remove_from_cart_button {
    color: #fa0404 !important;
    font-size: 24px !important;
    font-weight: 700;
    position: absolute;
    right: 9px;
    top: 7px;
    border: none;
    border-radius: 100px;
    width: 23px;
    height: 23px;
    text-align: center;
}
#offcanvas-cart .cart-contents .row a.remove.remove_from_cart_button:hover {
    color: #000 !important;
    background:transparent !important;
}
h5#offcanvas-cart-label {
    color: #000;
}
.is-large.wc-block-cart .wc-block-cart-items .wc-block-components-product-details.wc-block-components-product-details li,
.wc-block-components-product-details.wc-block-components-product-details li,
.woocommerce td.product-name .wc-item-meta li,
.woocommerce td.product-name .wc-item-meta p {
    margin-left: 0;
    margin-bottom: 0 !important;
    font-size: 12px !important;
}
/* --- CONTACT FORM 7 --- */
.wpcf7 {
    max-width: 100%;
}
form.wpcf7-form {
}
.wpcf7-style {
    background: #AFEDD8;
    padding: 30px 30px 8px 30px;
    margin-bottom: 15px !important;
}
.wpcf7 .wpcf7-form label {
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2px;
    color: #24664A;
    text-align: left;
    font-weight: 400;
}
.wpcf7 .wpcf7-form label .wpcf7-list-item-label .wpcf7-list-item-label {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #000;
    text-align: left;
}
.wpcf7 .wpcf7-form span.wpcf7-form-control-wrap {
    margin-top: 5px;
    display: block;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-acceptance label {
    font-size: 13px;
    font-size: 0.812rem;
    line-height: 1.2;
    text-align: left !important;
    font-weight: 300;
    font-style: italic;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    margin-top: -16px;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item.first label {
    margin-bottom: 5px;
}
.form-control,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 input[type="color"],
.wpcf7 input[type="date"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="email"],
.wpcf7 input[type="file"],
.wpcf7 input[type="month"],
.wpcf7 input[type="number"],
.wpcf7 input[type="range"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="time"],
.wpcf7 input[type="url"],
.wpcf7 input[type="week"],
.wpcf7 select {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 7px;
    font-weight: 400;
}
.wpcf7 textarea {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 7px;
    height: 150px;
    font-weight: 400;
}
.wpcf7 select {
    appearance: none; /* remove default appearance set by the browser */
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #000;
    background-color: #D9D9D9;
    background-clip: padding-box;
    border: 1px solid #D9D9D9;
    border-radius: 0;
}
.wpcf7 select.wpcf7-form-control.wpcf7-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right;
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-size: 11px 11px;
    background-color: #f1f1f1;
    cursor: pointer;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="submit"]:disabled {
    color: #fff;
    text-align: center;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 7px 0 7px 0 !important;
    border: 1px solid #24664A;
    position: relative !important;
    text-transform: none;
    transition: all 0.6s ease;
    position: relative;
    border-radius: 0;
    max-width: 120px;
    background-color: #24664A;
}
.wpcf7 input[type="submit"]:disabled {
    opacity: 0.5;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="submit"]:focus-visible,
.wpcf7 input[type="submit"]:active,
.wpcf7 input[type="submit"]:first-child:active {
    color: #fff;
    box-shadow: 0 0 0 .25rem rgba(0,0,0,0);
    border: 1px solid #000;
    background-color: #000;
    text-decoration: none;
}
.form-control:focus,
.wpcf7 .wpcf7-validation-errors:focus,
.wpcf7 input[type="color"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="datetime-local"]:focus,
.wpcf7 input[type="datetime"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="file"]:focus,
.wpcf7 input[type="month"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="range"]:focus,
.wpcf7 input[type="search"]:focus,
.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="time"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="week"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus,
.form-select:focus {
    color: #24664A;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(203, 203, 203, 0.5);
    z-index: 1;
    position: relative;
    font-weight: 400;
}
.wpcf7 input[type="text"].wpcf7-not-valid,
.wpcf7 input[type="number"].wpcf7-not-valid,
.wpcf7 input[type="email"].wpcf7-not-valid {
    border: 1px solid #dc3232;
}
.wpcf7-form .wpcf7-not-valid-tip {
    color: #f00;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
}
.wpcf7 form.sent .wpcf7-response-output {
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    background: #bbf3c1;
    border-width: 0px;
    font-weight: normal;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    letter-spacing: 1px;
    letter-spacing: 0px;
    font-size: 18px;
    line-height: 1.4;
    border: 1px solid #46b450;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #E2B940;
    padding: 13px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background: #F7DB85;
    border-width: 0px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0px;
    font-size: 18px;
    line-height: 1.4;
    color: #000;
}
/* --- FOOTER --- */
footer,
#wrapper-footer-full {
    background-color: transparent !important;
}
#wrapper-footer-full.wrapper {
    padding: 2rem 0;
}
footer {
    overflow: hidden;
}
footer .wrapper .container {
    padding-top: 0
}
footer p,
footer a,
footer li,
footer span {
    color: #242424;
    margin-bottom: 0.1rem !important;
    font-size: 14px;
    line-height: 1.4;
}
footer a {
    text-decoration: none !important;
}
footer a:hover {
    color: #000;
}
footer ul,
footer ul.wp-block-list,
footer ul.wp-block-list li {
    list-style: none;
    padding-left: 0;
}
footer ul.menu {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    align-content: center;
    margin-bottom: 9px;
}
.menu-footer-izbornik-container li::before,
footer ul.wp-block-list li::before {
    display: none;
}
footer ul.wp-block-list li a:hover {
    text-decoration: underline !important;
}
.menu-footer-izbornik-container a {
    font-family: "Noto Sans Mono", monospace;
    text-transform: none;
    font-weight: 400;
    color: #242424;
    font-size: 14px;
    line-height: 1.4;
}
footer .menu-footer-izbornik-container li {
    padding-left: 7px;
    padding-right: 7px;
}
.site-info {
    opacity: 0.6;
    transition: all 0.6s ease;
    margin-top: -20px;
}
.site-info:hover {
    opacity: 1;
}
.copyright,
.copyright a {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 18px;
    line-height: 1.125rem;
    margin-bottom: 0.5rem !important;
    color: #242424;
    text-decoration: none !important;
    text-align: center;
}
.copyright a {
    position: relative;
}
.copyright img {
    width: 20px;
    height: 20px;
    margin-top: -1px;
    margin-right: 5px;
}
footer .copyright a:hover {
    color: #242424;
}
#myBtn {
    position: fixed;
    bottom: 98px;
    right: 62px;
    display: none;
    color: #fff;
    z-index: 99;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 100%;
    padding: 7px 12px;
    box-shadow: 0px 3px 7px 0px rgba(32, 32, 32, 0.1);
    transition: all 0.6s ease;
}
#myBtn:hover {
    bottom: 105px;
    background: #24664A;
    border: 1px solid transparent;
}
#myBtn .fa {
    color: #000;
    font-size: 20px;
    transition: all 0.6s ease;
}
#myBtn:hover .fa {
    color: #fff;
}
/*404*/
/* --- 404 PAGE --- */
.error-404 {
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 1;
}
@keyframes fadeInAnimation {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.error-404 .content-area {
    height: 64vh;
    display: flex;
    justify-content: center;
    align-content: center;
    max-width: 700px;
    margin: 110px auto 0;
}
.error-404 .content-area article {
    justify-content: center;
    align-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}
/* --- RESPONSIVE --- */
/* -- MIN -- */
@media screen and (min-width: 768px) {
    header#wrapper-navbar.newHeader #main-nav.bg-primary {
        padding-bottom: 9px;
    }
    .homepage.vt-carousel {
        height: 600px;
    }
    .home .content-area {
        margin-top: 66px;
    }
    .content-area {
        margin-top: 100px;
    }
}
@media screen and (min-width: 991px) {
    .page-template-default #content.container .row > * {
        width: 70% !important;
        max-width: 70% !important;
        margin: 0 auto;
    }
    .homepage.vt-carousel .swiper-img img {
        object-fit: cover;
    }
    .homepage.vt-carousel {
        height: 640px;
    }
    .homepage.vt-carousel h2,
    .homepage.vt-carousel .h2,
    .homepage.vt-carousel h3,
    .homepage.vt-carousel .h3,
    .homepage.vt-carousel h4,
    .homepage.vt-carousel .h4 {
        font-size: 44px;
        font-size: 2.75rem;
        margin-bottom: 0.8rem !important;
    }
}
@media screen and (min-width: 992px) {
    .navbar-search .is-form-style {
        width: 136px;
    }
    header#wrapper-navbar.newHeader .navbar-nav .nav-link,
    .navbar-nav .nav-link {
        font-size: 12px;
        line-height: 22px;
        font-size: 0.75rem;
        line-height: 1rem;
        padding-left: 15px;
        padding-right: 15px;
    }
    header#wrapper-navbar.newHeader .custom-logo-link img,
    header .custom-logo-link img {
        max-width: 125px;
    }
    header#wrapper-navbar.newHeader #main-nav.bg-primary {
        padding-bottom: 5px;
        padding-top: 6px;
    }
    ul.navbar-nav li.menu-item-has-children:hover > ul.dropdown-menu {
        display: block !important;
        padding-top: 0;
        padding-bottom: 0;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transition: .7s;
        transform: rotateX(0deg);
        margin-top: 4px;
    }
    ul.navbar-nav li.menu-item-has-children > ul.dropdown-menu li.menu-item-has-children > ul.dropdown-menu {
        left: 100%;
        display: block !important;
        margin-top: -1px;
    }
    ul.navbar-nav li.menu-item-has-children > ul.dropdown-menu li.menu-item-has-children:hover > ul.dropdown-menu {
        opacity: 1;
        transform: none;
        top: 0;
    }
    ul.navbar-nav li.menu-item-has-children > ul.dropdown-menu li.menu-item-has-children > ul.dropdown-menu {
        border: 1px solid #adadad;
    }
    #main-menu .dropdown-menu .dropdown-menu > li > a::after {
        content: none;
    }
    .navbar-nav .dropdown-menu { 
        position: absolute;
        padding-top: 0;
        padding-bottom: 0;
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .7s;
        margin-top: -4px;
        border: 1px solid #adadad;
    }
    .home .content-area {
        margin-top: 52px;
    }
}
@media screen and (min-width: 1200px) {
    header .custom-logo-link img {
        max-width: 150px;
    }
    .homepage.vt-carousel {
        height: 750px;
    }
    .single-product .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
        position: absolute;
        right: 10px;
        top: 10px;
    }
}
@media screen and (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl,
    nav.woocommerce-breadcrumb {
        max-width: 1296px;
    }
    .navbar > .container,
    .navbar > .container-fluid,
    .navbar > .container-lg,
    .navbar > .container-md,
    .navbar > .container-sm,
    .navbar > .container-xl,
    .navbar > .container-xxl {
        max-width: 1400px !important;
    }
    .navbar-search .is-form-style {
        width: auto;
    }
    .navbar-search .is-form-style {
        width: 135px;
    }
    header .custom-logo-link img {
        max-width: 260px;
    }
    .homepage.vt-carousel {
        height: 85vh;
    }
    .home .content-area {
        margin-top: 90px;
    }
    .content-area {
        margin-top: 140px;
    }
    .navbar-nav .nav-link {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.4;
    }
    .homepage.vt-carousel {
        height: 900px;
    }
    .homepage.vt-carousel .swiper-img img {
        object-fit: fill;
    }
}
/* -- MAX -- */
@media screen and (max-width: 991px) {
    header .custom-logo-link img {
        max-width: 140px;
    }
    .menu-item-has-children ,
    .navbar-nav .dropdown-menu .menu-itemmenu-item-has-children {
        position: relative !important;
    }
    .custom-toggle,
    .custom-toggle-2 {
        width: 50px;
        height: 50px;
        background-color: transparent;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
    .custom-toggle::after,
    .custom-toggle-2::after {
        content: "";
        width: 8px;
        height: 8px;
        border-bottom: 2px solid #adadad;
        border-right: 2px solid #adadad;
        float: right;
        position: relative;
        top: 12px;
        right: 21px;
        transform: rotate(45deg);
        transform-origin: center;
        -webkit-transition: all 0.5scubic-bezier(0.36, 1.64, 0.29, 0.88);
        transition: all 0.5scubic-bezier(0.36, 1.64, 0.29, 0.88);
    }
    .custom-toggle.close-icon::after,
    .custom-toggle-2.close-icon::after {
        border: solid black;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-width: 0 2px 2px 0;
        top: 13px;
        transform: rotate(225deg);
    }
    .navbar-nav .menu-item.active .custom-toggle::after {
        border-bottom: 2px solid #999;
        border-right: 2px solid #999;
    }
    .navbar-nav .menu-item.active .custom-toggle.close-icon::after {
        border-bottom: 2px solid #adadad;
        border-right: 2px solid #adadad;
    }
    .navbar-nav .menu-item::after {
        width: 72px;
        bottom: auto;
        top: 34px;
    }
    .navbar-nav .dropdown-menu .dropdown-item::after {
        content: none;
    }
    .navbar > .container {
        max-width: 100%;
        padding: 0 !important;
    }
    .navbar-nav {
        max-width: 300px;
        margin: 0 auto;
        padding: 0 !important;
    }
    .navbar .offcanvas.offcanvas-end.bg-primary {
        width: 90%;
        background-color: #fff !important;
    }
    .navbar .offcanvas-header .btn-close {
        color: #000 !important;
        filter: none;
        opacity: 1;
    }
    .navbar-toggler .fa::before {
        content: "\f0c9";
        font-size: 20px;
        line-height: 1;
        margin-right: 0;
    }
    .navbar-toggler .fa::before {
        color: #242424;
        opacity: 1;
    }
    .navbar-toggler {
        position: absolute;
        right: 3px;
        top: 50%;
        border: transparent;
        transform: translateY(-50%);
        padding-top: 10px;
    }
    .navbar-right {
        position: absolute !important;
        right: 86px;
        top: 10px;
        left: auto;
    }
    .navbar-brand {
        margin: 10px 0 0 0 !important;
    }
    .navbar-nav .dropdown-menu {
        padding: 0 !important;
        margin-top: -4px;
    }
    ul.navbar-nav li.menu-item-has-children > ul.dropdown-menu li.menu-item-has-children > ul.dropdown-menu {
        background-color: #e3e3e3;
    }
    ul.navbar-nav li.menu-item-has-children > ul.dropdown-menu li.menu-item-has-children > ul.dropdown-menu .custom-toggle-2 {
        display: none;
    }
    .navbar-nav .dropdown-menu .dropdown-item {
        text-align: center;
        font-size: 13px;
    }
    .navbar-nav .dropdown-menu .menu-item {
        border-bottom: transparent;
    }
    .homepage.vt-carousel h2,
    .homepage.vt-carousel .h2
    .homepage.vt-carousel h3,
    .homepage.vt-carousel .h3,
    .homepage.vt-carousel h4,
    .homepage.vt-carousel .h4 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.4;
        color: #fff;
        margin-bottom: 0.8rem !important;
    }
    .homepage.vt-carousel .swiper-content {
        max-width: 80%;
    }
    .homepage.vt-carousel figure.wp-block-image {
        max-width: 70%;
    }
    .homepage.vt-carousel p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.4;
    }
    .homepage.vt-carousel .ikona {
        left: 60px;
        bottom: 60px;
        max-width: 200px;
    }
    .homepage.vt-carousel .swiper-img img {
        object-fit: cover;
    }
    .homepage.vt-carousel .swiper-button-prev {
        left: 12px;
    }
    .homepage.vt-carousel .swiper-button-next::after,
    .homepage.vt-carousel .swiper-button-prev::after {
        font-size: 30px;
    }
    .homepage.vt-carousel .swiper-button-next {
        right: 12px;
    }
    
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary,
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .div.product div.images {
        width: 100%;
    }
    .bellows {
        margin: -8px 0 20px 0 !important;
    }
    .bellows-menu-toggle .bellows-menu-toggle-text {
        text-transform: none;
        font-size: 14px;
        font-family: "Noto Sans Mono", monospace !im;
    }
    .bellows .bellows-nav .bellows-target > .bellows-target-text {
        font-size: 14px;
    }
    .bellows-menu-toggle.bellows-menu-toggle-skin-vanilla {
        width: 100%;
        padding: 5px !important;
    }
    .bellows-menu-toggle.bellows-menu-toggle-skin-vanilla {
        box-shadow: none !important;
        color: #242424 !important;
        background: #EBEDEC !important;
        border: 1px solid #adadad !important;
    }
    .woocommerce ul.products li.product a.woocommerce-loop-product__link {
        display: block;
        text-align: center;
    }
    .bellows-menu-toggle {
        position: relative;
        text-align: left;
    }
    .bellows-menu-toggle .fa.fa-bars {
        position: absolute;
        right: 18px;
        top: 10px;
    }
    .bellows-menu-toggle .fa-bars::before {
        content: "\f078";
        font-size: 16px;
        color: #63EBBB;
    }
    .woocommerce div.product form.cart {
        margin-bottom: 1em;
    }
    .is-mobile table.wc-block-cart-items .wc-block-cart-items__header {
        display: block !important;
    }
    .wp-block-woocommerce-checkout {
        margin: 0;
        padding-top: 0;
    }
    .wc-block-components-product-name {
        margin-bottom: 0 ;
    }
    .homepage.category-col {
        height: 235px;
    }
    .homepage.category-col h2,
    .homepage.category-col h3,
    .homepage.category-col h4,
    .homepage.category-col h2 a,
    .homepage.category-col h3 a,
    .homepage.category-col h4 a {
        font-size: 30px;
        font-size: 1.875rem;
    }
    table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
        position: absolute;
        right: 0;
        top: 0;
    }
    footer ul.menu {
        flex-direction: column;
    }
    .navbar-search {
        display: block;
    }
    .navbar-search .is-form-style {
        line-height: 1;
        position: absolute !important;
        padding: 0 !important;
        z-index: 9999 !important;
        height: 36px !important;
        background: #fff !important;
        width: 89% !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto !important;
    }
    .navbar-search .is-form-style input.is-search-input {
        height: 36px;
        z-index: 9999;
        position: absolute;
        min-width: 88%;
        margin: 0 auto;
        top: 0;
        border: 1px solid transparent !important;
    }
    .navbar-search .is-form-style input.is-search-input:hover,
    .navbar-search .is-form-style input.is-search-input:focus,
    .navbar-search .is-form-style input.is-search-input:focus-visible {
        border-top: none !important;
        border-radius: 0 !important;
        border-right: none !important;
        border-left: none !important;
        border-bottom: none !important;
        box-shadow: inset 0px 0px 2px rgba(0,0,0,0.5);
    }
    
    .navbar-top .cart {
        right: 14px;
        top: 0px;
        z-index: 2;
    }
    .is-search-form .is-search-icon {
        cursor: pointer;
    }
    .navbar-search .is-form-id-46 .is-search-submit:focus,
    .navbar-search .is-form-id-46 .is-search-submit:hover,
    .navbar-search .is-form-id-46 .is-search-submit,
    .navbar-search .is-form-id-46 .is-search-icon {
        color: #000000 !important;
        background-color: transparent !important;
        border-color: transparent !important;
    }
    .open-search-button {
        right: 38px;
        position: absolute;
        top: 16px;
        background: transparent;
        border: none;
    }
    .open-search-wrapper {
        display: none !important;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .open-search-wrapper.visible {
        display: block !important;
        opacity: 1;
        visibility: visible;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #AFEDD8F5;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 999;
    }
    .close-search-button {
        background: transparent;
        border: none;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .close-search-button svg {
        fill: black;
    }
    .search-input {
        padding: 12px;
        font-size: 16px;
        width: 80%; 
        margin: 10px;
        border-radius: 5px;
    }
    .search-submit {
        padding: 12px;
        font-size: 16px;
        background-color: #007BFF;
        color: white;
        border: none;
        border-radius: 5px;
    }
    .no-scroll {
        overflow: hidden;
    }
}
@media screen and (max-width: 767px) {
    h1,
    .h1,
    h2,
    .h2,
    .product_title.entry-title {
        font-size: 28px;
        font-size: 1.75rem;
    }
    .woocommerce-products-header__title.page-title,
    .product_title.entry-title {
        margin-bottom:  1rem !important;
    }
    h3,
    .h3 {
        font-size: 24px;
        font-size: 1.5rem;;
    }
    h4,
    .h4 {
        font-size: 20px;
        font-size: 1.25rem;
    }
    h5,
    .h5 {
        font-size: 20px;
        font-size: 1.25rem;
    }
    h6,
    .h6 {
        font-size: 16px;
        font-size: 1rem;
    }
    body, p, li, a {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.6;
    }
    .navbar-logo-hambi {
        position: fixed;
        top: 0;
        background: #fff;
        z-index: 99;
        padding: 8px 10px 4px 10px;
    }
    .navbar-shadow {
        box-shadow: 0px -2px 3px 3px rgba(0,0,0,0.1);
    }
    .navbar-ssc {
        padding-top: 47px;
    }
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 97%;
    }
    .navbar-social .container {
        max-width: 100%;
    }
    .content-area {
        margin-top: 38px;
        padding-bottom: 2rem;
    }
    .home .content-area {
        margin-top: 18px;
    }
    header#wrapper-navbar {
        position: relative;
        top: auto;
    }
    header .custom-logo-link img {
        max-width: 140px;
    }
    .article-header {
        margin: 0 0 2rem 0;
    }
    .navbar-brand {
        margin: 0 !important;
        z-index: 2;
    }
    .navbar-right {
        position: relative;
        right: auto;
        top: auto;
    }
    .navbar-search {
        margin-right: 15px;
        margin-top: 6px;
        margin-bottom: 5px;
        margin-left: 0;
    }
    .navbar-toggler {
        position: absolute;
        right: 3px;
        top: 50%;
        border: transparent;
        transform: translateY(-50%);
        padding-top: 0;
    }
    .navbar .offcanvas.offcanvas-end.bg-primary {
        width: 90%;
        background-color: #fff !important;
    }
    .navbar .offcanvas-header .btn-close {
        color: #000 !important;
        filter: none;
        opacity: 1;
    }
    .navbar-social {
        position: absolute;
        top: 11px;
        right: 106px;
        z-index: 99;
    }
    .offcanvas .btn-offcanvas-cart.bottom-fixed {
        left: -75px;
    }
    .bg-primary, #main-nav.bg-primary {
        background-color: #fff !important;
    }
    #myBtn {
        bottom: 84px;
        right: 31px;
    }
    #myBtn .fa {
        font-size: 16px;
    }
    #woocommerce-wrapper {
        margin-top: 3rem !important;
    }
    #search-wrapper.section {
        margin-top: 46px;
    }
    #search-wrapper.section h1.page-title {
        font-size: 22px;
    }
    #search-wrapper.section h1.page-title span {
        font-weight: 700;
    }
    .homepage.category-col h2,
    .homepage.category-col h3,
    .homepage.category-col h4,
    .homepage.category-col h2 a,
    .homepage.category-col h3 a,
    .homepage.category-col h4 a {
        font-size: 24px;
        font-size: 1.5rem;
    }
    .add_to_cart_button.btn.btn-outline-primary,
    .single.single-product .btn.btn-outline-primary,
    .single_add_to_cart_button.btn.btn-primary {
        font-size: 13px !important;
        letter-spacing: 0;
        padding: 5px !important;
    }
    .add_to_cart_button.btn.btn-outline-primary {
        width: 100%;
    }
    .single.single-product .btn.btn-outline-primary,
    .single_add_to_cart_button.btn.btn-primary {
        width: 50%;
    }
    .woocommerce-notices-wrapper .woocommerce-message {
        display: flex;
        flex-direction: column;
    }
    .woocommerce ul.products {
        justify-content: space-between;
    }
    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 47%;
        margin: 0 6% 1em 0 !important;
    }
    .woocommerce ul.products[class*="columns-"] li.product:nth-child(2n),
    .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
        margin-right: 0 !important;
    }
    .woocommerce ul.products li.product .add-to-cart-container {
        display: none;
    }
    .woocommerce div.product div.images {
        margin-bottom: 0em;
    }
    .woocommerce ul.products li.product .price {
        font-size: 14px;
        font-size: 0.875rem;
    }
    .single-product .woocommerce-notices-wrapper .woocommerce-message a.button {
        margin-bottom: 0 !important;
        margin-top: 10px !important;
        font-size: 14px;
        font-size: 0.875rem;
    }
    .navbar-top .cart {
        right: 68px;
        top: 1px;
        z-index: 2;
        left: auto;
    }
    .open-search-button {
        top: 9px;
    }
    #search-wrapper article {
        padding-top: 20px;
    }
    #search-wrapper .entry-title a {
        line-height: 1.5;
        margin-bottom: 0 !important;
        display: inline-block;
        margin-top: 10px;
    }
}
