@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


@font-face {
    font-family: 'the-seasons';
    src: url('../fonts/theseasonsregular_1-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/theseasonsregular_1-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/theseasonsregular_1-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/theseasonsregular_1-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/theseasonsregular_1-webfont.ttf') format('truetype'); /* Safari, Android, iOS */
}

/*
@font-face {
    font-family: 'Saphile-Italic';
    src: url('../fonts/Saphile-Italic.woff2') format('woff');
    src: url('../fonts/Saphile-Italic.otf') format('otf');
    src: url('../fonts/Saphile-Italic.ttf') format('ttf');
    src: url('../fonts/Saphile-Italic.eot') format('eot');

}
@font-face {
    font-family: 'Halton';
    src: url('../fonts/Halton-light.otf') format('otf');
    src: url('../fonts/Halton-light.woff2') format('woff2');
    src: url('../fonts/Halton-light.ttf') format('ttf');
    src: url('../fonts/Halton-light.eot') format('eot');
    

}
*/
.desktop-view-cv {
    display: none!important;
}

.second-slider .swiper-slide a strong > span {
    color: #BF1D2E !important;
    font-size: 20px!important;
}
body {
    font-family: 'Roboto';
    /* Use a fallback font (e.g., sans-serif) for better compatibility. */
}

h1, h2, h3, h4 {
    font-family: "Roboto", sans-serif;
    font-weight:300;
}

    ul.sub-menu.sub-menu-open {
        margin-top: 100px;
    }
#selected-language img {
    width: 35px;
    padding: 10px 0px;
}
button#selected-language {
    border: none;
    background: transparent;
    padding: 0 0 0 7px;
}
.header-icons .custom-select {
    padding: 0;
    border: none;
    height: 100%;
    width: auto;
}
#selected-language {
    
    outline: none!important;
}
        .cats-widget-grid-layout {
    justify-content: center;
    }
.dropdown-menu-cv-account {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    z-index: 1000;
    font-family: "Roboto", sans-serif;
}
.dropdown-menu-cv-account p,
.dropdown-menu-cv-account a {
    font-size: 16px!important
}
.dropdown-menu-cv-account.active {
    display: block!important;
}
div#language-options {
    width: 115px;
    right: 15px;
    position: absolute;
    background: #fff;
    padding: 7px;
}
.dropdown-option {
    display: flex
;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid red;
}
.dropdown-option img {
    width: 30px;
    margin-right: 5px;
}
p {
    font-size: 19px!important;
}
/*buco*/
.f-nav a,.mobile-menu a, .name{
	font-family: "Roboto", sans-serif;
}
.gotopage{
    font-family: "Roboto", sans-serif;
}
a{
    color:#BF1D2E; /*boje*/
}
a:hover{
    color:#000;
}

span.icon-description {
    font-size: 15px!important;
    display:block; /* buco da uvijek bude u drugom redu */
}



i.fas.fa-shopping-cart {
    position: relative;
    z-index: 2;
}


ul.sub-menu {
    max-height: 0;
    overflow: hidden;
}


.mobile-menu ul {
    margin-bottom: 0;
}

header {
    /*background-color: rgba(255,255,255,0.5);sastanak*/
    position: fixed;
    top: 0;
    z-index: 4;
    width: 100%;

    transition: all .5s;
}

.breadcrumbs {
    font-size: 14px;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs a {
    text-decoration: none;
    color: #333;
}

.breadcrumbs span {
    margin: 0 5px;
    color: darkgray;
    display: flex;
    padding: 1px;
}

.side-icons a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 0 20px;
    position: relative;
}

a.cart-btn {
    padding: 15px 7px;
    text-align: center;
    display: flex;
    height: 60px;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

a.cart-btn img, .login-icon img {
    height: 100%;
}

.header-icons {
    display: flex;
    margin-left: auto;
}

.side-icons {
    display: flex;
}

header i {
    color: #000000;
    font-size: 18px;
}
.scroll .shop-menu{
    display:block !important;
}
/* buco dodao sjenu */
.scroll #main-menu-container{
    -webkit-box-shadow: 0px 10px 6px -4px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 6px -4px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 6px -4px rgba(0,0,0,0.15);
}

header.scroll i {
    color: #000000;
}

#main-menu-container {
    display: flex;
    background: #ffffff;
    height: 37px;
}
.menu-toggle {
    display: block;
    cursor: pointer;
    z-index: 1000;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.bar {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #333;
    margin: 3px 0;
    transition: 0.4s;
}

.mobile-menu {
    opacity: 0;
    position: fixed;
    top: 0;
    padding-top: 120px;
    left: -300px;
    width: 300px;
    height: 100%;
    background-color: #E9E7E1;
    transition: all 0.4s;
}

.background-mobile-nav {
    width: 0;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: #E9E7E1;
    
    transition: all .5s;
}

.menu-opened .background-mobile-nav {
    width: 300px;
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background: #E9E7E1;
}

.icon-description a{
    color:#fff; /* boje */
}

.menu-item-has-children {
    display: flex;
    flex-direction: column;
}

.menu-item-has-children i {
    color: gray;
    padding: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 55px;
}

.mobile-menu.menu-opened {
    opacity: 1;
    left: 0;
    overflow: scroll;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
}

.sub-menu .sub-menu + i.fa-solid.fa-chevron-right {
    display: none;
}

.mobile-menu ul li {
    background: #E9E7E1;
    /*border-top: 1px solid #fff;*/
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

#gm .menu > li > .sub-menu {
    position: absolute;
    z-index: 9;
    background: #f5f6f8de !important;
    min-height: 1px!important;
    max-height: min-content;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    
    transition: all .5s;
}
#gm .menu > li > .sub-menu.sub-menu-open {
    opacity: 1;
    visibility: visible;
}

.sub-menu-second-open .fa-solid.fa-chevron-down {
    position: absolute;
    right: 0;
}

.sub-menu .sub-menu {
    max-height: 0;
    
    transition: all .5s;
}

.sub-menu .sub-menu.sub-menu-second-open {
    max-height: 1000px;
}

.sub-menu-second-open {
    display: flex;
    max-height: 100vh!important;
    flex-direction: column;
}

.sub-menu .sub-menu > li {
    margin-left: 0;
    
    transition: all .5s;
}

.sub-menu .sub-menu.sub-menu-second-open > li {
    margin-left: 15px;
}

.sub-menu > .menu-item-has-children {
    flex-direction: column;
    position: relative;
}

.sub-menu > .menu-item-has-children:first-of-type {
    flex-direction: row;
}

.sub-menu > .menu-item-has-children > .fa-chevron-down {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    height: 55px;
}

.page-template-home .bar {
    background-color: #e94b35!important;
}

.page-template-home .scroll .bar {
    background-color: #e94b35!important;
}

body.fixed {
    position: fixed;
    left: 0;
    max-width: 100%;
}

.mobile-menu ul li a {
    text-decoration: none;
    color: #000000;
    height: 55px;
    padding: 15px;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.menu-opened .bar {
    z-index: 2;
    background-color: #e94b35!important;
}

.menu-opened .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.menu-opened .bar:nth-child(2) {
    opacity: 0;
}

.menu-opened .bar:nth-child(3) {
    transform: rotate(45deg) translate(-7px, -7px);
}

.menu-opened .mobile-menu {
    left: 0;
}

#logo {
    display: block;
    height: 60px;
}

.fixed #logo {
    position: relative;
    z-index: 10;
}

#logo img {
    width: auto;
    height: 35px;
    position: relative;
    top: 13px;
}

.page-template-home #logo img {
    filter: grayscale(0); /* buco iz invert */
}

.page-template-home .scroll #logo img {
    filter: none;
}

.page-template-home header i {
    color: #ffffff;
    font-size: 30px;
}

.page-template-home header.scroll i {
    color: #000;
}

.cart-number {
    color: gray;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    font-size: 12px;
}


/* Style for the search popup */
.search-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.search-popup i {
    font-size: 24px!important;
    color: #fff;
}

/* Style for the search input */
.search-popup input {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 2px solid #ffffff;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
    outline: none;
}

/* Style for the close button in the popup */
.close-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
}


.mySwiperSincMain,
.mySwiperSinc {
    display: none;
    visibility: hidden;
}
.heroSwiper {
    height: 50vh!important;
    overflow: hidden;
}
.cats-widget-grid-layout.flexview > * {
    width: 115px;
}

.cats-widget-grid-layout.flexview .name {
    font-size: 12px !important;
    padding: 5px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 80px;
}
.heroSwiper .over-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    z-index: 3;
    color: #fff;
    text-align: center;
    padding: 25px;
    /*background: rgba(255,255,255, .5);sastanak*/
    font-family: 'Minion Pro';
    /*text-shadow: 3px 3px 8px #efefef*/;
}

.heroSwiper h1 {
    font-size: 40px;
    margin-bottom: 145px;
}

.heroSwiper {
    height: 75vh;
    overflow: hidden;
}

.heroSwiper.not-home {
    height: 80vh;
}

.heroSwiper .swiper-wrapper img {
    width: auto;
    min-height: 50vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.scroll-down {
    position: absolute;
    z-index: 3;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    text-align: center;
    border-radius: 56px;
}

.product-cats-widget h2, .products-widget h2 {
    /*margin-top: 50px;buco maknuo*/
    padding-top:50px;
}

.scroll-down img {
    padding-top: 15px;
    width: 75px;
    min-width: 75px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.scroll-down i {
    font-size: 30px;
    margin-top: 30px;
    padding-bottom: 15px;
}

.first-slider img {
    height: 175px;
    width: 175px;
    min-width: 1px;
    max-width: 100%;
}

.first-slider .swiper-slide {
    width: auto;
}

.first-slider .swiper-slide a{
    display: flex;
    flex-direction: column;
    color: #BF1E2E;
    text-transform: uppercase;
    text-decoration: none;
    
}
.first-slider .swiper-slide .price{
    font-weight:bold;
}

.first-slider .name {
    font-size: 14px;
    margin-top: 10px;
    width: 175px;
}

.first-slider .price {
    font-size: 14px;
}

.first-slider .smaller {
    font-size: 12px;
}

.first-slider {
    padding-bottom: 50px;
    padding-top: 50px;
}



.swiper-scrollbar {
    opacity: 1!important;
    bottom: 25px!important;
}

.third-slider img {
    height: 200px;
    width: 200px;
    min-width: 1px;
    max-width: 100%;
}

.third-slider .swiper-slide {
    width: auto;
}

.third-slider .swiper-slide a{
    display: flex;
    flex-direction: column;
    color: #BF1D2E;
    text-transform: uppercase;
    text-decoration: none;
    
}

.third-slider .name {
    font-size: 14px;
    margin-top: 10px;
}

.third-slider .blog-content {
    font-size: 16px;
    text-transform: none;
}

.third-slider .smaller {
    font-size: 12px;
}

.third-slider {
    padding-bottom: 50px;
    padding-top: 50px;
}

.two-images {
    margin: 0 auto;
    position: relative;
    height: 400px;
    max-width: 540px;
    width: 100%;
}

.two-images + h2,
.two-images + h2 + p {
    width: 100%;
}

img.tl {
    width: calc(100% - 20px);
    max-width: 300px;
    height: auto;
    min-width: 1px;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 2;
    box-shadow: 1px 1px 15px darkgray;
}

img.br {
    width: calc(100% - 20px);
    max-width: 300px;
    height: auto;
    min-width: 1px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    box-shadow: 1px 1px 15px darkgray;
}

.italic {
    font-family: "Microsoft Yahei", sans-serif;
}

.second-slider img {
    /*height: 105px;*/
    width: auto;
    min-width: 1px;
    max-width: 100%;
}

.second-slider .swiper-slide {
    height: auto;
    width: auto;
}

.second-slider .swiper-slide a{
    display: flex;
    flex-direction: column;
    color: darkgray;
    text-transform: uppercase;
    text-decoration: none;
}

.second-slider .name {
    font-size: 14px;
    margin-top: 10px;
    white-space: nowrap;
}



.second-slider .price {
    font-size: 14px;
}

.second-slider .smaller {
    font-size: 12px;
}

.second-slider {
    padding-bottom: 50px;
    padding-top: 50px;
}

.container-fluid.g{
    background-color: #ebedf0; /* buco maknuo important */
    padding-bottom: 25px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(48%, 3fr));
    gap: 10px;
    padding: 10px 10px 25px 10px;
    margin: 0 auto;
}

.grid-item {
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
    overflow: hidden;
}


.grid-item img {
    max-width: calc(100% - 10px);
    margin: 5px;
    height: 120px;
}

.ig img {
    margin: 0;
    max-width: 100%;
    width: 100%;
    height: 200px;
}

.grid-item p {
    margin: 10px 0;
}

.dg {
    background-color: #d1d2d4;
}

.icon-desc {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.icond{
    color:#fff; /* boje */
}

.icond i {
    color: #fff; /* boje */
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    margin: 25px auto;
    font-size: 20px;
    border-radius:50%; /* sastanak */
}

.icon-title {
    font-size: 16px;
    text-align: center;
}

.icon-desc {
    font-size: 15px;
    text-align: center;
    padding-bottom: 20px;
}

.f-nav {
    display: flex;
    flex-direction: column;
    max-width: 127px;
    float: left;
    width: 127px;
    margin: 25px 0;
    text-align: left;
}

.f-nav:last-of-type {
    width: 100%;
    max-width: 100%;
}

.f-nav a {
    color: #000;
    /*padding: 0 5px;*/
    margin: 0 auto;
    display: block;
    width: 100%;
    text-transform:uppercase;
    padding:10px !important;
}

.f-nav:last-of-type a {
    width: 100%;
    font-size: 13px;
}

footer .gmp-map {
    width: 100%; 
    height: 330px;
}

.ending-logo {
    clear: both;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.ending-logo img {
    max-height: 75px;
    margin: 25px auto;
}

footer .container-fluid {
    display: flex;
    flex-wrap: wrap;
}


footer h4 {
    padding-top: 25px; /* buco promijenio u padding */
}

input#email {
    width: 100%;
}

#main-menu-container form {
    padding: 5px 0 5px 20px !important;
    width: 100%;
}

footer input, header input {
    border: none !important;
    border-bottom: 1px solid #BF1D2E !important;
    height: 100%;
    outline: none !important;
    background: transparent;
    width: 100%;
    color: #000000 !important;
    height:30px;
}

.setup-buy + h4 {
    margin-top: 50px;
    font-family: 'Source Sans 3';
}

.dostupnost input {
    border: none!important;
    border-bottom: 1px solid black!important;
    padding-left: 6px!important;
    height: 42px!important;
    outline: none!important;
    background: transparent;
    width: 100%;
}

footer form {
    width: 100%;
    margin-bottom: 30px;
}

textarea#email {
    border: none!important;
    border-bottom: 1px solid black!important;
    padding-left: 6px!important;
    height: 80px!important;
    outline: none!important;
    background: transparent;
    width: 100%;
    margin-top: 10px;
}

footer input[type="submit"] { /* promijenio selektor u submit */
    width: auto;
    text-align: left;
    text-transform: uppercase;
}

footer form span {
    font-size: 14px;
    /*margin: 10px 0; buco*/
    display: block;
}
.third {
    padding: 10px;
}

footer .info-company {
    width: 100%;
}

footer .logo-img {
    max-width: 150px;
    margin: 0 auto;
    display: block;
}

.info-company p {
    margin-top: 20px;
    font-family: 'Source Sans 3' !important;
    text-align: center;
}

.quote {
    text-align: center;
    padding: 30px 20px 0 20px;
    font-family: "Microsoft Yahei", sans-serif;
    font-weight:300;
}

.sort {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sort-select {
    width: 185px;
}

.sub-menu > .menu-item-has-children:first-of-type > i {
    align-self: center;
}
.sub-menu > .menu-item-has-children:first-of-type > a {
    height: auto;
}

.sort-option a {
    padding: 3px 6px;
    color: rgba(0,0,0,.5);
}

.sort-option {
    position: absolute;
    z-index: 3;
    background: #efefef;
    display: none;
    flex-direction: column;
    top: 21px;
    flex-wrap: wrap;
    width: 200px;
    padding: 5px;
}

.sort-option.view {
    display: flex;
}

.text-tag {
    font-size: 14px;
    color: rgba(0,0,0,.7);
}

.options {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.view-switcher-layout {
    display: flex;
}


    


.view-grid, .view-list {
    color: rgba(0,0,0,.5);
    margin-left: 10px;
    font-size: 20px;
}

.view-switcher-layout .text-tag {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-transform: uppercase;
}

.view-grid, .view-list {
    color: rgba(0,0,0,1);
    margin-left: 10px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#archive a {
    display: flex;
    /*overflow: hidden; buco */
    min-height: max-content;
    flex-direction: column;
    text-decoration: none;
}

#archive .img-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 150px;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
}

#archive a .akcija {
    position: absolute;
    max-width: 50px;
    max-height: 50px;
    min-width: 50px;
    min-height: 50px;
    display: block;
    top: 0;
    right: 0;
    z-index: 1;
}

#archive a img {
    max-width: 100%;
    align-self: center;
    max-height: 100%;
    padding: 10px;
}

#archive {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Adjust the number of columns as needed */
    grid-gap: 20px; /* Adjust the gap between items as needed */
    margin: 0 auto;
    padding: 20px;
}

#archive .name {
    color: rgba(0, 0, 0, .7);
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 400;
    display: flex;
    background: #fff;
    height: 140px;
}

#archive .price {
    color: rgba(0, 0, 0, .5);
    font-size: 16px;
    padding: 0 10px;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 5px;
    background: #fff;
}

div#loading {
    text-align: center;
    padding-bottom: 50px;
}

.product-single {
    padding-bottom: 25px;
}

.product-single .swiper-slide {
    width: auto!important;
    max-width: 100%;
}

.product-single img {
    height: auto!important;
    width: auto!important;
}

.woocommerce .first-slider {
    padding-top: 50px!important;
}

.title-single h1 {
    font-size: 22px; /* buco promijenio iz 18 */
    /*width: 175px; buco */
    margin-bottom: 0!important;
}



.title-single .price {
    color: rgba(0,0,0,.5);
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 14px!important;
    letter-spacing: 0px;
    margin-right: 0;
    line-height: 20px;
}

.sub-price {
    display: flex;
    flex-wrap: wrap;
}

.flexed {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /*width: 165px;buco*/
}

.flexed:nth-of-type(2) {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: calc(100% - 165px);
}

.flexed:nth-of-type(2) {
    margin-left: auto;
}

.desc-f {
    font-size: 14px;
    margin-top: 10px;
}

.quantity-button {
    font-size:24px;
    padding:3px 8px;
    border:none;
    background-color:transparent;
    outline: none;
}

.quantity-value {
    padding: 0px;
    padding-bottom: 0px;
    width: 40px;
    text-align: center;
    border: none;
    background-color: transparent;
    font-size: 24px;
}

.setup-buy {
}

.add-to-cart_quantity {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: flex-end;
}

.add-to-cart_quantity .flex-grow {
    width: calc(100% - 111.09px);
    border: 1px solid rgba(0,0,0,.3);
    padding: 5px 15px;
    text-transform: uppercase;
    border-width: 1px 1px 1px 0.5px;
}

.add-to-cart_quantity .button {
    height: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.quantity-btn {
    width: max-content;
    border: 1px solid rgba(0,0,0,.3);
    border-width: 1px 0.5px 1px 1px;
}

#selected-option {
    border: 1px solid rgba(0,0,0,.3);
    padding: 5px 15px;
    text-transform: uppercase;
    border-width: 1px 1px 1px 1px;
    width: 120px;
    height: 100%;
    display: flex;
    position: relative;
    padding-top: 9px;
}

#selected-option i {
    margin-left: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: -4px;
}

.variation {
    position: relative;
}

.variation #options {
    padding: 0;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    width: 120px;
    margin: 0;
    background-color: #efefef;
    z-index: 3;
    opacity: 0;
    max-height: 0;
    visibility: hidden;

    transition: all .5s;
}

#options.show-variation {
    opacity: 1;
    max-height: 600px;
    visibility: visible;
}

.variation #options li {
    list-style: none;
    padding: 10px 10px;
    width: 100%;
    text-transform: uppercase;
    border: 1px solid rgba(0,0,0,.2);
}

.rb {
    text-align: center;
    background: rgba(255,255,255,.03);
    display: flex;
    border: 1px solid rgba(0,0,0,.3);
    width: 290px;
}

.rb p {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    color: rgba(0,0,0,.5);
    padding: 10px 15px 6px 15px;
}
  
.rb-tab {
    display: inline-block;
    position: relative;
    width: 100px;
}
  
.rb-tab .rb-txt {
    font-size: 16px;
    letter-spacing: -1px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
  
.rb-spot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: ease .5s;
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
}
  
.rb-tab-active .rb-spot {
    background: rgba(0,0,0,.1);
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.accordion {
    margin: 0 auto;
}

.accordion-item {
    /*border: 1px solid #ddd;*/
    margin-bottom: 10px;
}

.accordion-title {
    background-color: transparent; /* buco promijenio iz #fff */
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
}

.accordion-title i {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.accordion-content {
    padding: 0;
    visibility: hidden;
    max-height: 0;
    opacity: 0;

    transition: all .5s;
}

/* Style the open accordion item */
.accordion-item.open .accordion-content {
    padding: 10px;
    visibility: visible;
    max-height: 10000px;
    opacity: 1;
}

.third-slider .swiper-slide {
    width: 200px!important;
}



.background {
    position: absolute;
    top: 0;
    left: 0;
}


.three-data-icons {
    position: relative;
}

.three-data-icons .container {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
}

.three-data-icons .icon {
    position: relative;
    background-color: #efefef;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 50px;
    margin: 20px 0;
    min-width: 100%;
}

.three-data-icons i {
    background-color: #fff;
    font-size: 25px;
    position: absolute;
    top: -5px;
    padding: 10px;
    /*miniline*/
    color: #BF1D2E;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.three-data-icons span {
    margin-left: 65px;
    padding: 5px;
    color: #fff;
    font-size: 15px!important;
    text-transform: uppercase;
    line-height: 15px;
}

.f-navs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


#archive.blog-page {
    grid-template-columns: repeat(2, 1fr);
}

#archive.blog-page a img {
    max-height: 100000px!important;
    width: 100%;
}



#archive.blog-page a {
    height: auto!important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 0;
    width: 100%;
}

ol.flex-control-nav.flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 10px!important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    margin-left: auto;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    display: flex;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0;
}

.input-text.qty.text, .woocommerce div.product form.cart .button {
    border: 1px solid rgba(0,0,0,.5);
    width: calc(100% - 72.62px);
}

.input-text.qty.text {
    border-width: 1px .5px 1px 1px!important;
}

.product-sharing-icons {
    padding: 0!important;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}

.woocommerce div.product form.cart .button {
    border-width: 1px 1px 1px .5px!important;
}

.product-sharing-icons > span {
    width: 100%!important;
    display: block!important;
}


.product-sharing-icons a {
    font-size: 20px;
    color: #fff;
    background-color: #BF1D2E ;
    display: inline-block;
    height: 30px;
    width: 30px;
    margin: 8px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
}

.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
    width:100% !important;
}

.single-product .woocommerce-Price-amount bdi, 
.single-product .woocommerce-Price-amount .woocommerce-Price-currencySymbol{
    color: ¢¬#BF1E2E; /* buco iz 0.5 */
    font-size: 1.5em;
    font-family:'Source Sans 3' !important;
    font-weight:500;
}
.single-product .woocommerce-Price-amount span{
    display:inline;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item){
    border-radius:0px;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item):hover{
    background:rgba(0,0,0,.1);
}
.woo-variation-swatches.wvs-show-label .variations td, .woo-variation-swatches.wvs-show-label .variations th {
    display:inline-block;
}
.variations .label{
    min-width:200px;
}
.woo-selected-variation-item-name{
    display:none !important;
}
.reset_variations{
    color:#666;
}
.single_add_to_cart_button{
    background-color:#000 !important;
    padding:10px 15px !important;
    border-radius:0px !important;
    color:#fff !important;
    font-size:20px !important;
    text-transform:uppercase;
    float:right !important;
}
.single-product .woocommerce .quantity .qty{
    height:42px;
    width: 72.62px;
    font-size:20px !important;
    background-color:transparent; /* buco dodao */
}
.woocommerce-variation-price .price{
    margin-bottom:20px;
}
.single-product .cats{
    min-width:250px;
}
.product-single-title {
    padding: 10px;
    padding-top: 60px!important;
    position: relative;
}
.single-product .cats a{
    color:rgba(0,0,0,.5);
    text-decoration:uppercase;
    padding: 2px 5px;
    /*border: 1px solid rgba(0,0,0,.5); buco maknuo */
}
.dostupnost textarea{
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000;
    height: 100px;
    padding: 20px 0px 6px 6px;
    background-color:transparent;
}
.single-product .flex-control-thumbs{
    /*margin-top:20px !important;*/
}
.single-product .flex-control-thumbs li{
    padding: 16px 16px 0 0;
}
.cv-mobile-gallery{
    display:block !important;
}
.cv-normal-gallery{
    display:none !important;
}
    
.separator {
    padding-top: 90px; 
    width: 100%;
}

.ov-image {
    display: flex;
    flex-direction: column-reverse;
    max-width: 100%;
    overflow: hidden;
}

.v-image img, .o-image img {
    width: 100%;
}

.o-image {
    display: none;
}

form.woocommerce-product-search {
    padding: 100px 0;
    position: relative;
}

a#close-button i {
    color: #fff!important;
}

a#close-button {
    position: absolute;
}
/*
iframe.gmp-map {
    width: 100%;
    height: 200px;
}
*/

.product-sharing-icons {
    display: none;
}
.bottom-share .product-sharing-icons {
    display: block;
}

.swiper-button-next, .swiper-button-prev {
    display: none!important;
    opacity: 0;
}

.swiper-button-next:after, .swiper-button-prev:after, .swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    display: none;
}

.menu-glavni-lijevi-container {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100% !important;
}

.language-switcher {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.language-switcher + form {
    padding: 10px;
    width: 100% ! Important;
}

.language-switcher + form input {
    height: 100% !important;
    width: 100% !important;
    color: #fff!important;
    background: transparent!important;
}

.language-switcher + form input::placeholder {
    color: #000!important;
    background: transparent!important;
}

.scroll .language-switcher + form input::placeholder {
    color: #000!important;
    opacity: 1; /* Ensures the color is fully applied */
}

#language-select {
  background-color: transparent!important; /* White background for options */
  cursor: pointer;
  color: #000;
}

.scroll #language-select {
  color: #000;
}

/* Change the color of the dropdown options */
#language-select option {
  background-color: rgba(0,0,0,.5); /* White background */
  color: #fff; /* Text color for options */
}

/* Add hover effect to the select dropdown */
#language-select:hover {
  background-color: transparent; /* Slightly darker background on hover */
  color: #000; /* Text color on hover */
}
img.br {
    bottom: 10px;
}
.f-nav {
    max-width: 100%;
    width: 100%;
    margin: 5px 0;
}
.f-nav a {
    padding: 5px 0 !important;
    font-size: 14px;
}
@media screen and ( min-width: 1px) {
       .cats-widget-grid-layout {
    grid-template-columns: repeat(2, 1fr); /* Tri stupca */
    }
    .cats-widget-grid-layout .cats-widget-grid-item{
        min-height:140px;
        padding: 10px;
    } 
}

footer input, footer textarea {
    padding: 15px 5px 5px 5px !important;
    height: auto;
}

@media screen and ( min-width: 420px) {
    

.product-box {
    padding-bottom: 170px!important;
}
    .cats-widget-grid-layout.flexview > * {
        width: 175px;
    }
    .cats-widget-grid-layout {
    grid-template-columns: repeat(3, 1fr); /* Tri stupca */
    }
    .cats-widget-grid-layout .cats-widget-grid-item{
        min-height:150px;
    }


    .cv-mobile-gallery{
        display:block !important;
    }
    .cv-normal-gallery{
        display:none !important;
    }

    .third-slider .swiper-slide {
        width: 200px!important;
    }

    #archive a {
        display: flex;
        /*overflow: hidden; buco*/
        min-height: max-content;
        flex-direction: column;
        text-decoration: none;
    }

    #archive .img-container {
        position: relative;
        /*height: 250px;*/
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
    }

    #archive a .akcija {
        max-width: 75px;
        max-height: 75px;
    }
}


@media screen and (min-width: 640px) {
    .cats-widget-grid-layout.flexview > * {
        width: 120px;
    }
    .cv-mobile-gallery{
        display:block !important;
    }
    .cv-normal-gallery{
        display:none !important;
    }
        .cats-widget-grid-layout {
    grid-template-columns: repeat(3, 1fr); /* Tri stupca */
    }
    
    .icon-desc {
        flex-direction: row;
    }
    .icond {
        display: flex;
        flex-direction: column;
        width: 50%;
    }
    .icond {
        display: flex;
        flex-direction: column;
        width: 50%;
        padding: 0 20px 30px 20px;
    }
    .grid-container {
        grid-template-columns: repeat(auto-fill, minmax(31%, 3fr));
    }
    
}

@media screen and (min-width: 768px) {
    .col-md-2.box-gradient.box-shadow-big.filter-box {
        width: 200px !important;
        min-width: 240px !important;
    }
    .col-md-2.box-gradient.box-shadow-big.filter-box + .col-md-10 {
        max-width: calc(100% - 240px);
    }
    div#contact {
        width: 400px;
        text-align: center;
        margin: 0 auto;
    }
    footer form {
        width: 100%;
    }
    .wpcf7-spinner {
        display: none;
    }
    .cats-widget-grid-layout {
    grid-template-columns: repeat(3, 1fr); /* Tri stupca */
    }
        .cats-widget-grid-layout .cats-widget-grid-item{
        min-height:60px;
        flex: 1;
    } 
    
/* ovdje sakrivas strelice*/
.swiper-button-next:after, .swiper-button-prev:after, .swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    display: none;
}
/* ovdje sakrivas strelice - end */

    .swiper-button-next, .swiper-button-prev {
        display: flex!important;
        color: gray;
        z-index: 999999;
        position: absolute;
        opacity: 1;
    }
    .swiper-button-next:after, .swiper-button-prev:after, .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 70px!important;
        transform: scaleX(0.5);
        vertical-align: middle;
    }
    .product-sharing-icons {
        display: block;
    }
    
    .bottom-share .product-sharing-icons {
        display: none;
    }
    .o-image {
        display: flex;
    }
    .cv-mobile-gallery{
        display:block !important;
    }
    .cv-normal-gallery{
        display:none !important;
    }

    .container-fluid.g .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }


    .gmp-map {
        max-width: calc(100% - 350px);
    }

    .f-navs {
        float: right;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        
    }

    .third-slider .swiper-slide {
        width: 200px!important;
    }

    .accordion {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        min-height: 300px; /* buco min */
        /*border: 1px solid rgba(0,0,0,.3);*/
        overflow: hidden;
        
        transition: all .5s;
    }

    .accordion + hr,
    .third + hr {
        display: none;
    }

    .accordion-title {
        height: 100%;
        text-align: center;
    }

    .accordion-item {
        width: 33.33%;
        height: 50px;
        position: initial;
    }

    .accordion-item.open .accordion-title {
        background-color: #BF1D2E!important; /* buco promijenio boju */
        color:#fff;
    }

    .accordion-content {
        position: absolute;
        left: 0;
    }

    .accordion-item i {
        display: none;
    }

    .title-single + hr,
    .second + hr {
        display: none;
    }
    .grid-box {
        margin-top: 80px;
    }
    
    .sliders {
        width: 49%;
        float: left;
        margin-right: 1%;
        margin-bottom: 2%;
    }
    
    .title-single {
        margin-left: 1%;
        width: 49%;
        float: left;
    }
    
    .second {
        margin-left: 1%;
        width: 49%;
        float: left;
        margin-bottom: 2%;
    }

    .third {
        clear: both;
    }

    .mySwiperSincMain,
    .mySwiperSinc {
        display: block;
        visibility: visible;
        position: relative;
    }
    
    .mySwiperSincMain .swiper-button-next, .mySwiperSincMain .swiper-button-prev {
        z-index: 2;
    }

    .product-single {
        display: none;
        visibility: hidden;
    }
    footer form {
        margin-bottom: 30px;
        float: left;
    }

    .f-navs {
        float: right;
        width: 100%;
    }

    .f-nav {
        display: flex;
        flex-direction: column;
        max-width: 127px;
        float: left;
        width: 127px;
        margin: 25px 0;
        text-align: left;
    }

    #archive {
        grid-template-columns: repeat(3, 1fr); /*buco promijenio u 4*/
    }
  
    .mySwiperSinc .swiper-slide,
    .mySwiperSincMain .swiper-slide {
        background-size: cover;
        background-position: center;
    }

    .mySwiperSincMain {
    height: 80%;
    width: 100%;
    }

    .mySwiperSinc {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    }

    .mySwiperSinc .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    width: 100px!important;
    height: 100px!important;
    position: relative;
    overflow: hidden;
    }

    .mySwiperSinc .swiper-slide-thumb-active {
    opacity: 1;
    }

    .mySwiperSinc .swiper-slide img,
    .mySwiperSincMain .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
    
    #archive.blog-page {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .accordion {
        width: 100%;
    }
    
    .second {
        margin-left: 0;
        width: 100%;
        float: left;
        margin-bottom: 0;
    }
    
    
    .ov-image {
        display: flex;
        overflow: hidden;
        height: 70vh;
        flex-direction: row;
    }
    .o-image {
        padding-right: 20px;
        display: flex;
        width: 100%;
    }
    .o-image img {height: 100%; width: auto;}
    
    .v-image img {
        width: 100%;
        height: fit-content;
    }
    
    .v-image {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    
    h2.rotated {
        margin: 0;
        transform: rotate(90deg);
        width: max-content;
        margin-top: 85px;
        margin-left: -35px;
        white-space: nowrap;
        height: 0px;
        font-size: 2.4rem;
        text-transform: uppercase;
    }
    
    .o-image {
        padding-right: 20px;
    }
    
    .f-nav:last-of-type {
        width: 207px;
    }
    
    
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next, .swiper-button-prev {
    display: flex!important;
    color: gray;
    z-index: 0;
}


@media screen and (min-width: 992px) {
    
    .page-template-default ul#glavni {
        overflow: auto;
    }
    .page-template-default #gm > nav > ul > .menu-item-has-children:hover > .sub-menu {
        background: #fff !important;
    }
    .only-home-cv {
        padding-top: 30px;
    }
    .no-margin #logo {
        right: auto;
        left: 30px;
        bottom: -60px;
        top: auto;
        width: 150px;
        height: 41px;
        transition: all .5s;
    }
    .no-margin #logo img {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 0 !important;
        top: 0;
    }
    header.with-margin {
        margin-top: 60px !important;
    }
    
    header.no-margin {
        margin-top: -15px !important;
    }
    ul.sub-menu.sub-menu-open {
        margin-top: 0;
    }
    .scroll-down {
        bottom: 650px;
    }
        .cats-widget-grid-layout {
    grid-template-columns: repeat(3, 1fr); /* Tri stupca */
    }
    .only-home-cv nav.menu-glavni-container {
        padding: 0 8px 0 0;
        height: 100%;
    }
    .only-home-cv #glavni {
        padding-left: 0;
        border: 2px solid #efefef;
        height: 100%;
        position: relative;
    }
    .only-home-cv #glavni > li {
        list-style: none;
        padding: 12px 30px;
    }
    .only-home-cv > .nav > .menu-glavni-container > #glavni > li:hover > ul {
        display: flex !important;
        position: absolute;
        width: max-content;
        left: 393px;
        top: -3px;
        z-index: 9999;
        background: #fff;
        flex-wrap: wrap;
        height: 100%;
        flex-direction: column;
        border: 2px solid #efefef;
        padding: 8px;
    }
    .only-home-cv #glavni li > ul > li {
        padding: 8px;
        max-width: 235px;
    }
    .only-home-cv #glavni li > ul > li > a {
        font-weight: bold;
        font-size: 16px;
    }
    .only-home-cv #glavni li > ul > li > ul {
        padding: 8px;
    }
    .only-home-cv #glavni li > ul > li > ul > li > a {
        font-size: 15px;
        font-weight: 300;
        color: #000;
    }
    .only-home-cv #glavni li a {
        text-decoration: none !important;
        font-size: 18px;
        font-weight: 400;
    }
    .only-home-cv #glavni > .menu-item-has-children > a::after {
        content: '+';
        position: absolute;
        right: 10px;
    }
    .only-home-cv #glavni li {
        list-style: none;
    }
    .heroSwiper {
        max-height: 385PX;
        height: 50vh;
        overflow: hidden;
        flex: 1;
    }
    .only-home-cv {
        margin-top: 100px;;
        display: flex;
    }
    .only-home-cv #glavni li > ul > li > a {
        font-weight: bold;
    }
    .only-home-cv #glavni li:hover > ul > li {
        padding: 8px;
    }
    #main-menu-container {
        height: auto;
    }
    nav.menu-glavni-desni-container {
        margin-right: 0;
        width: 100%;
        display: flex;
        margin-top: 10px;
    }
    .custom-select {
        position: relative;
        display: inline-block;
        display: inline-block;
        width: 100%;
        height: 60px;
        padding: 10px 0 10px 7px;
        line-height: 1.5;
        color: #495057;
        vertical-align: middle;
        background-size: 8px 10px;
        border: none;
        border-radius: .25rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    #selected-language {
        background: #fff;
        border: none;
        padding: 8px;
        cursor: pointer;
        display: flex;
        align-items: center;
    }
    
    #selected-language img {
        width: 35px;
        height: 35px;
        padding: 0 !important;
    }
    
    .dropdown-options {
        position: absolute;
        top: 100%;
        left: -40px;
        background: #fff;
        border: 1px solid #ccc;
        width: 120px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }
    div#language-options {
        width: 130px;
        right: 15px;
        left: auto;
        position: absolute;
        background: #fff;
        padding: 7px;
    }
    
    .dropdown-option {
        padding: 8px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    
    .dropdown-option img {
        margin-right: 8px;
        width: 30px;
        height: 30px;
    }
    
    .dropdown-option:hover {
        background: #f0f0f0;
    }
    .login-form {
        width: 300px!important;
        left: auto!important;
        right: 15px!important;
    }
    .mobile-view-cv {
        display: none!important;
    }
    .desktop-view-cv {
        display: block!important;
    }
    .full.width-bg.container-fluid {
        border-bottom: none!important;
        height: auto;
    }
    form.desktop-view-cv {
        height: 60px;
        padding: 10px;
        width: 300px;
        margin-top: 10px;
    }
    .header-icons {
        margin-top: 10px;
    }
    
    #logo img {
        top: -10px;
    }
    
    .ov-image {
        display: flex;
        overflow: hidden;
        height: 600px;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
        max-width: 960px;
    }
    .o-image {
        padding-right: 20px;
        box-sizing: content-box;
    }
    .v-image {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: 46%;
    }
    .v-image img {
        width: 410px;
        height: fit-content;
    }
    .swiper-button-next, .swiper-button-prev {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .heroSwiper .swiper-wrapper img {
       min-height: 75vh;
    }
    .body.fixed {
        position: fixed!important;
    }
    
    .cv-mobile-gallery{
        display:none !important;
    }
    .cv-normal-gallery{
        display:block !important;
    }
    
    .mobile-menu ul li{
        border:none !important; /* buco dodao da se maknu borderi iz menija */
    }
    
    .second {
        margin-left: 1%;
        width: 49%;
        float: left;
        margin-bottom: 2%;
    }
    
    .mobile-menu ul li {
        background-color: transparent;
    }
    
    .menu-item-has-children .fa-chevron-right {
        display: none;
    }
    
    .three-data-icons {
        margin-top: 50px;
        background-color: #efefef;
    }

    .three-data-icons .icon {
        min-width: 1px;
        margin: 0;
    }
    


    .third-slider .swiper-slide {
        width: 200px!important;
    }

    .accordion {
        min-height: 300px; /* buco min */
    }

    .third {
        width: 49%;
        float: right;
        margin-left: 1%;
        clear: none;
    }

    .third + hr {
        clear: both;
        display: block
    }

    .menu-toggle {
        display: none;
    }
    
    ul.sub-menu {
        display: none!important;
        max-height: 1000px;
    }

    .mobile-menu {
        opacity: 1;
        z-index: 3;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background-color: transparent;
        padding-top: 0;
        transition: all 0.4s;
        display: flex;
        margin-right: 0;
        display: flex;
        justify-content: space-between;
    }
    
    nav.menu-glavni-desni-container {
        margin-right: 0;
    }

    .mobile-menu ul {
        list-style: none;
        padding: 0;
        display: flex;
        margin: 0 auto;
        height: 100%;
    }

    .mobile-menu ul li {
        padding: 7px;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .mobile-menu ul li a {
        text-decoration: none;
        color: #000;
        font-size: 15px;
        text-transform: uppercase;
        padding: 14px 5px;
        
        transition: all .5s;
    }
    
    .scroll .mobile-menu .menu-item a {
        color: rgba(0,0,0,1);
    }
    
    #logo {
        margin: auto auto auto 20px;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 40px;
        bottom: 0;
        margin: auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: max-content;
        z-index: 999;
    }
    
    #logo img {
        height: 70px;
        width: auto;
        margin: auto;
        /*filter: brightness(0) invert(1); buco */
        filter:grayscale(1);
        transition: all .5s;
    }
    
    .scroll #logo img {
        height: 70px;
        width: auto;
        margin: auto;
        filter: brightness(1) invert(0);
    }

    .side-icons {
        display: flex;
        position: absolute;
        height: 60px;
        z-index: 3;
    }

    #main-menu-container {
        flex-direction: row-reverse;
    }

    .grid-container {
        grid-template-columns: repeat(auto-fill, minmax(15%, 3fr));
    }

    .second-slider img {
        height: 180px;
    }
    
    #gm > nav > ul > .menu-item-has-children:hover > .sub-menu {
        display: flex!important;
        position: absolute;
        padding: 20px;
        left: 0;
        top: 60px;
        background: #fff;
        width: 100%;
        height: auto;
        visibility: visible;
        opacity: 1;
    }
    
    #gm > nav > ul > .menu-item-has-children:hover > .sub-menu a {
        color: gray;
    }
    
    .sub-menu > .menu-item-has-children:first-of-type {
        flex-direction: column;
    }
    
    .sub-menu .sub-menu {
        display: flex!important;
        flex-direction: column;
        max-height: 1000px;
    }
    
    .mobile-menu ul ul li a {
        padding: 0;
        height: max-content;
    }
    
    #gm > nav > ul > .menu-item-has-children .menu-item-has-children > a {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    #gm > nav > ul > li > ul > li > a {
        font-size: 13px!important;
        margin-bottom: 10px!important;
    }
    
    #gm > nav > ul > li > ul > li {
        justify-content: flex-start;
        padding: 7px 14px!important;
    }
    
    #gm > nav > ul > .menu-item-has-children .menu-item-has-children {
        padding: 10px;
        /*border-right:1px solid #E9E7E2 !important;*/
    }
    
    #gm > nav > ul > li > ul > li > ul > li > a {
        font-size: 12px;
    }
    
    #gm > nav > ul > .menu-item-has-children .menu-item-has-children > ul > li {
        padding: 7px 0;
    }
    
    #gm a {
        position: relative;
        width: max-content;
    }
    
    #gm a:after {
        content: "";
        width: 0;
        transition: all .5s;
        height: 1px;
        position: absolute;
        left: 0;
        background: #BF1D2E;
        bottom: 0;
        right: 0;
    }
    
    
    #gm a:hover:after {
        content: "";
        width: 100%;
    }
    
    .mobile-menu .menu-item a {
        text-align: left;
    }
    
    .post-type-archive .second-slider .name {
        margin-right: 40px;
    }
    
    .side-icons a i, .cart-number {
        color: rgba(0,0,0,1)!important; /* boje */
    }
    .only-home-cv #glavni > li:hover {
        background: #BF1D2E;
    }
    .only-home-cv #glavni li a {
        font-size: 16px;
    }
    .only-home-cv #glavni > li:hover > a {
        color: #fff;
    }
    .only-home-cv #glavni > .menu-item-has-children:hover > a::after {
        color: #fff;
    }
    .only-home-cv #glavni li > ul > li > a {
        font-size: 14px;
    }
}

@media screen and (min-width: 1024px) {
    .f-navs {
        width: 510px;
    }
        .cats-widget-grid-layout {
    grid-template-columns: repeat(4, 1fr); /* Tri stupca */
    }
    
    .cv-mobile-gallery{
        display:none !important;
    }
    .cv-normal-gallery{
        display:block !important;
    }

    #archive {
        grid-template-columns: repeat(5, 1fr); /* buco promijenio u 5 */
    }

    #archive a {
        min-height: max-content;
    }

    #archive .img-container {
        /*height: 250px;*/
        width: 100%;
        margin: 0 auto;
    }
    

    .ending-logo {
        clear: both;
        display: flex;
        flex-direction: column;
        text-align: center;
        margin: 0 auto;
        margin-top: auto;
        margin-left: auto;
        margin-right: 0;
    }
    
    .scroll .side-icons a i, .scroll  .cart-number {
        color: rgba(191,29,46,1)!important;
    }
    div#contact {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .f-navs {
        width: 100%;
    }
    .f-nav {
        max-width: 240px;
        width: 100%;
        padding: 10px;
    }
    .f-nav:last-of-type {
        width: 210px;
    }
    footer form {
        margin-bottom: 30px;
        float: none;
        width: 600px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1200px) {
    
    .container {
        max-width: 1170px;
    }
        .cats-widget-grid-layout {
    grid-template-columns: repeat(4, 1fr); /* Tri stupca */
    }
    
    #gm > nav > ul > li > ul > li > a {
        font-size: 18px!important;
        margin-bottom: 10px!important;
    }
    
    #gm > nav > ul > li > ul > li > ul > li > a {
        font-size: 14px!important;
        text-transform: inherit !important;
    }
    
    .mobile-menu ul li a {
        text-decoration: none;
        color: #000; /* buco u 000 */
        font-size: 15px;
        text-transform: uppercase;
        padding: 14px 7px;
    }
    
    .cv-mobile-gallery{
        display:none !important;
    }
    .cv-normal-gallery{
        display:block !important;
    }
    
    .two-images + div {
        width: calc(100% - 620px);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    #archive a {
        min-height: max-content;
    }

    #archive .img-container {
        /*height: 300px;*/
        width: 100%;
        margin: 0 auto;
    }

    .three-data-icons {
        position: relative;
        height: 50px;
        background-color: #efefef;
    }

    .three-data-icons .container {
        height: 50px;
        background-color: #efefef;
        display: flex;
        justify-content: space-around;
        flex-direction: row;
    }
    
    .three-data-icons .icon {
        position: relative;
        flex: 1;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    
    .three-data-icons i {
        background-color: #fff; /*miniline*/
        font-size: 35px;
        position: absolute;
        top: -15px;
        padding: 10px;
        color: #BF1D2E;
        height: 80px;
        width: 80px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    
    .three-data-icons span {
        margin-left: 90px;
        color: #fff;
        font-size: 15px!important;
        text-transform: uppercase;
        line-height: 15px;
    }
    
    .two-images {
        margin: 0 auto 0 0;
    }
    
    #archive.blog-page {
        grid-template-columns: repeat(3, 1fr);
    }
    
    /* woo buco */
    
    /* woo buco */
    .mobile-menu .sub-menu li {
        padding: 7px 14px;
    }
}


/*buco fontovi i bojr */
.name{
    font-family: "Roboto", sans-serif;
    color:#000 !important;
    text-transform:uppercase;
}
.woocommerce-Price-currencySymbol{
    font-size:1em !important;
}
.over-text p{
    font-family: "Microsoft Yahei", sans-serif;
    font-size:20px !important;
    /*miniline*/
    background-color:rgba(0,0,0,0.5);
    padding:10px;
    margin:0 auto;
    border-radius:10px;
    
}
.product-cats-widget .name{
    font-family: "Roboto", sans-serif;
    color:#000 !important;
    font-size:15px !important;
    font-weight:400;
}
.blog-widget .name{
    font-family: "Roboto", sans-serif;
    color:#444 !important;
}
.icon-title{
    font-family: "Microsoft Yahei", sans-serif;
}
.quote{
    font-size:19px;
}
.bg-light{
    background-color:#F5F6F8!important; /*miniline*/
}
.bg-dark{
    background-color:#BF1D2E !important; /*miniline*/
}
.swiper-scrollbar-drag{
    background-color:#BF1D2E !important;
}
.bg-light hr{
    border-top:1px solid #BF1E2E !important;
}
.wc-block-components-notice-banner{
    background-color:#D8CDBB !important;
    border-color:#fff !important;
}
.gotopage{
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
    margin-top:20px;
    text-align:center;
    padding-bottom:60px;
    display:block;
    font-size:16px;
}
.gotopage:hover{
    color:#666;
}
.home-text-section{
    padding-top:60px;
    padding-bottom:60px !important;
}
.accordion-content p{
    background:transparent !important;
}
.accordion-content p span, .accordion-content p{
    font-family: 'Source Sans 3' !important;
}
.cats-archive{
    padding:0px 18px 0px 18px;
}

@media screen and (min-width: 1320px) {
    .cats-archive .swiper-wrapper {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding-top: 10px;
        padding-bottom: 20px;
    }
        .cats-widget-grid-layout {
    grid-template-columns: repeat(5, 1fr); /* Tri stupca */
    }
    
    .container {
        max-width: 1300px;
    }
}
/* da se pojave u slideru kategorija bijeli border gore i dole ako nema one crte za pomicanje */
@media screen and (min-width: 1660px) {
    .container {
        max-width: 1400px;
    }
        .cats-widget-grid-layout {
    grid-template-columns: repeat(5, 1fr); /* Tri stupca */
    }
}


.cv-gallery-header{
    width:60%;
    margin-left:auto;
    margin-right:auto;
}
.cv-gallery-header p{
    text-align:center;
}

.cv-normal-gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cv-gallery-item {
    width: calc(33.33% - 12px); /* 33.33% width for each column with 12px padding between them */
    margin-bottom: 12px; /* 12px spacing between rows */
    box-sizing: border-box; /* Include padding and border in element's total width and height */
}

.cv-gallery-item a {
    display: block;
}

.cv-gallery-item img {
    width: 100%; /* Make images fill the entire width of their container */
    height: auto; /* Maintain aspect ratio */
}

.relative {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.fancy-title {
    position: relative;
    font-size: 30px;
    z-index: 2;
    overflow: hidden;
    background-color: #F5F6F8; /*boje*/
    text-align: center;
    text-transform:uppercase;
    width: fit-content;
    margin: 0 auto;
    padding: 0 10px;
} 

.fancy-title + p {
    width: fit-content;
    margin: 0 auto;
    background: #E9E7E1;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.relative > hr {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 100%;
    border-top: 1px solid #000!important;
    margin: auto;
}

.fancy-title:before {
    margin-left: -50%;
    text-align: right;
}
.fancy-title{
    text-align:center;
}
/*
.cv-mobile-gallery .name{
    text-align:center !important;
}
*/
.product-cats-widget .price{
    display:none;
}

footer .info-company{
    padding-top:20px;
    padding-bottom:20px;
}
.header-nochange #logo img{
    filter:brightness(1) invert(0) !important;
}
.header-nochange .mobile-menu .menu-item a{
    color: #000 !important;
}
.header-nochange .side-icons a i,.header-nochange .cart-number{
    color:#000 !important;
}





/* buco */
/* buco aabout */
.about h1{
    text-align:center;
    margin-top: 40px;
    font-size: 4em;
}
.about h2{
    text-align:center;
    margin-top:0px;
    font-family:"Roboto";
    margin-bottom:40px;
}
.about .god{
    font-size:1.5em;
    font-family: 'Microsoft Yahei';
    
}
.about p{
    font-size:22px !important;
    font-weight:200;
}
.about{
    max-width:960px;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:60px;
}
#sb_instagram{
    padding-bottom:0px !important;
}
.woocommerce-page{
    background-color:#F3F2F9 !important;
}
 .col-1{
    max-width:100%;
}
 .col-2{
    max-width:100%;
}
.form-row{
    display:block !important;
}
.order-summary{
    background-color:#fff; /*miniline*/
    padding:16px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
    background-color:#fff;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
    background-color:#db868f; /* miniline */
}
#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #db868f;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em
}
.product-name{
    position:relative;
}
#place_order{
    background-color:#000 !important;
    width: 100%;
    text-transform: uppercase;
}
#order_comments{
    height:180px;
    border:1px solid #000;
    border-radius:5px;
}
.woocommerce-shipping-fields{
    margin-top:30px;
}
.woocommerce table.shop_table{
    border:none;
}
.wc-block-components-sale-badge{
    display:none !important;
}
.catalog-mode-notice{
    position: absolute;
    background-color: white;
    padding: 2px 4px 2px 4px;
    border-radius: 5px;
    top: 86px;
    left: 10px;
    z-index:-1;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}
  .ui-widget-content, .ui-widget-header {
    background-color: #D8CDBB !important;
  }
  .ui-state-highlight, .ui-widget-content .ui-state-highlight{
      background: #000 !important;
      color:#fff !important;
  }
  .grecaptcha-badge{
      display:none !important;
  }

  #load-more-button{
      color:#000 !important;
  }
  .instagram-feed img{
      filter:grayscale(1);
  }
    .instagram-feed img:hover{
      filter:grayscale(0);
  }



    /* WIDGETS */
.circle-image-wrapper {
    background-color: #fff;
    /*border-radius: 50%;*/
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 180px;
    height: 180px;
    box-shadow: 0 4px 8px rgba(191, 29, 46, 0.3); /* Blaga elegantna sjena */
}

.circle-image {
    width: 100%;
    height: 100%;
    object-fit: contain; /* OdrÅ¾ava omjer 1:1 i ispunjava kruÅ¾nicu */
    transition: transform 1s;
}
.circle-image:hover{
    transform: scale(1.25);
}

.cats-widget-grid-layout {
    display: grid;
    grid-gap: 5px;
    padding:20px 0px 20px 0px;
    align-items: center;
}
.cats-widget-grid-layout.flexview {
    display: flex;
    flex-wrap: wrap;
}
.cv-horizontal-menu #glavni > li > .sub-menu {
    flex-wrap: wrap;
    gap: 5px;
    justify-content: flex-start;
}
.cv-horizontal-menu #glavni > li > .sub-menu > li {
    text-align: center;
    width: 250px;
}
.cv-horizontal-menu #glavni > li > .sub-menu > li > * {
    text-align: left;
    width: 100%;
}
.cats-widget-grid-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    min-height:60px;
    border:1px dotted rgba(191,30,46,0.3);
background: rgb(255,255,255);
background: radial-gradient(circle, rgba(255,255,255,1) 37%, rgba(240,240,240,1) 100%);
}
.cats-widget-grid-item-noimg{
    display: flex; /* Aktiviramo flexbox */
    align-items: center; /* Vertikalno centriramo sadrÅ¾aj */
    justify-content: center; /* Horizontalno centriramo sadrÅ¾aj */
}


.cats-widget-grid-image-wrapper {
    width: 100%;
    padding-bottom: 60%; /* Omjer slike */
    position: relative;
    overflow: hidden;
}

.cats-widget-grid-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(.9);
    object-fit: contain;
    transition: transform 2s;
}
.cats-widget-grid-image:hover{
    transform: scale(.8);
}

.cats-widget-grid-item .cats-widget-name {
    font-size: 16px;
    margin-top: 10px;
    text-transform: uppercase;
}

.cats-widget-grid-item .cats-widget-price {
    font-size: 14px;
    color: #555;
}

h4{
    font-size: 1rem;
}
/* dodao buco 18.11 jer je zaglavlje sjeklo meni */
.only-home-cv nav{
}
.wpc-filters-widget-top-container{
    display:none;
}
.wpc-custom-selected-terms{
    margin-top:20px;
}
.gmp-map{
    DISPLAY:NONE;
}
.only-home-cv .slide-content .over-text h1, .only-home-cv .slide-content .over-text p{
    display:none;
}