@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


/*
@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');
    

}
*/


body {
    font-family: 'Source Sans 3';
    /* Use a fallback font (e.g., sans-serif) for better compatibility. */
}

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

p {
    font-size: 19px!important;
}
/*buco*/
.f-nav a,.mobile-menu a, .name{
	font-family: "Nunito", sans-serif;
}
.gotopage{
    font-family: "Nunito", sans-serif;
}
a{
    color:#816245;
}
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*/
    border-bottom: 1px solid rgba(255,255,255,1);
    position: fixed;
    top: 0;
    z-index: 4;
    width: 100%;

    transition: all .5s;
}

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

.breadcrumbs a {
    text-decoration: none;
    color: #333;
}
.swiper-button-next {
    font-family: "Font Awesome 6 Free"; /* Dodaj odgovarajući font-family */
    content: "\f104"; /* Unicode znak za ikonu */
    font-weight: 900; /* Podesi ako koristiš solid, regular, itd. */
}
.swiper-button-prev {
    font-family: "Font Awesome 6 Free"; /* Dodaj Font Awesome font */
    content: "\f054"; /* Unicode za Chevron Right */
    font-weight: 900; /* Prilagodi težinu fonta */
}
.breadcrumbs span {
    margin: 0 5px;
    color: darkgray;
}

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

.side-icons {
    display: flex;
}

header i {
    color: #000000;
    font-size: 18px;
}

header.scroll {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(255,255,255,1);
}

header.scroll i {
    color: #000000;
}

.container {
    position: relative;
}

#main-menu-container {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
}
.menu-toggle {
    padding-top: 4px;
    display: block;
    cursor: pointer;
    z-index: 1000;
}

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

.mobile-menu {
    opacity: 0;
    position: fixed;
    top: 67px;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: #E9E7E1;
    transition: all 0.4s;
}
.icon-description a{
    color:#000;
}

.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;
}

.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: #ffffff;
    max-height: 100vh!important;
    height: 100vh;
    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: #fff!important;
}

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

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

.menu-opened .bar {
    z-index: 2;
    background-color: #000000;
}

.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 {
    margin: auto auto auto 20px;
    display: block;
}

#logo img {
    width: 135px;
    height: auto;
    position: relative;
    top: 6px;
}

.page-template-home #logo img {
    filter: brightness(0) invert(1);
}

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

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

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

.page-template-home .cart-number {
    color: gray;
}


/* 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 .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 #F0F0F0*/;
}

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

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

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

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

.scroll-down {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    text-align: center;
    border-radius: 56px;
}
.swiper-button-next.swiper-button-disabled {
    right: 0;
}
.swiper-button-prev.swiper-button-disabled {
    left: 0;
}
h2 {
    margin-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: 332px;
    width: 250px;
    min-width: 1px;
    max-width: 100%;
}

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

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

.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;
    top: 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: darkgray;
    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: "Nunito", 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;
    margin-right:80px; /*buco*/
}

.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 i {
    color: #333;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 60px;
    height: 60px;
    border: 2px solid #333;
    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;
}

.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;
}

.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%;
}

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

.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;
}

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: "Nunito", sans-serif;
    font-weight:300;
}

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

.sort-select {
    width: 185px;
}

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

.sort-option {
    position: absolute;
    z-index: 3;
    background: #F0F0F0;
    display: none;
    flex-direction: column;
}

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

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

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

.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;
    height: 250px;
    flex-direction: column;
    text-decoration: none;
}

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

#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: 5;
}

#archive a img {
    /*min-height: 100%;*/
    min-width: 100%;
    /*max-width: 200%;*/
    /*max-height: 100%;*/
    height: auto;
}

#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;
    margin-top: 10px;
    padding: 0 5px;
}

#archive .price {
    color: rgba(0,0,0,.5);
    font-size: 16px;
    padding: 0 10px;
}

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

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

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

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

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

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

.title-single span {
    color: rgba(0,0,0,1); /* promijneno iz 0.5 */
    display: block;
}

.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;
    font-family: auto;
    line-height: 20px;
}

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

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

.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: #F0F0F0;
    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: 1000px;
    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: #F0F0F0;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 50px;
    margin: 20px 0;
    min-width: 100%;
}

.three-data-icons i {
    background-color: #333;
    font-size: 25px;
    position: absolute;
    top: -5px;
    padding: 10px;
    color: #fff;
    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: #000;
    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;
}

.cart-number {
    position: absolute;
    top: -6px;
    left: 4px;
    color:#000;
}

.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: #333;
    background-color: #D5B596 ;
    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: rgba(0,0,0,1); /* 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:transparent !important;
    padding:10px 15px !important;
    border-radius:0px !important;
    color:#212529 !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:300px;
}
.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-cv, .swiper-button-prev-cv {
    display: flex !important;
    position: absolute;
    color: gray;
    top: 50%;
    transform: translateY(-50%);
    width: 30px !important;
    padding: 5px;
    height: calc(100% - 270px) !important;
    z-index: 3 !important;
    background: rgb(255, 255, 255);
}
.archive .swiper-button-next-cv, .archive  .swiper-button-prev-cv, 
.page-template-about-us-php .swiper-button-next-cv, .page-template-about-us-php  .swiper-button-prev-cv,
.single-product .swiper-button-next-cv, .single-product .swiper-button-prev-cv{
    background: #F0F0F0!important;
}

.swiper-button-next-cv.disabled,
.swiper-button-prev-cv.disabled {
    pointer-events: none; /* Onemogućava klik na gumb kad je zamagljen */
}

.swiper-button-next-cv{
    right: -15px!important;
    left: auto;
}
.swiper-button-prev-cv{
    left: -15px!important;
    right: auto;
    padding-right: 10px;
    padding-left: 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;
}

@media screen and ( min-width: 420px) {
    
    .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;
        height: 350px;
        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) {
    
    .cv-mobile-gallery{
        display:block !important;
    }
    .cv-normal-gallery{
        display:none !important;
    }
    
    .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) {
    
/* 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: #D5B596!important; /* buco promijenio boju */
    }

    .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 {
        width: 100%;
        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);
    }
  
    .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;
    }
    
    
}

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


@media screen and (min-width: 992px) {
    
    
    .first-slider img {
    height: 531px;
    width: 400px;
    }
    

    .cart-number {
        position: absolute;
        top: 3px;
        left: 4px;
        color:#000;
    }
    
    .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 {
        height: auto;
        width:100%;
    }
    .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: #F0F0F0;
    }

    .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: 75px;
    }

    .mobile-menu ul {
        list-style: none;
        padding: 0;
        display: flex;
        margin: 0;
        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: rgba(255,255,255,1);
        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: 0;
        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);
        
        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 #F0F0F0 !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: #000;
        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(255,255,255,1)!important;
    }
}

@media screen and (min-width: 1024px) {
    .f-navs {
        width: 510px;
    }
    
    .cv-mobile-gallery{
        display:none !important;
    }
    .cv-normal-gallery{
        display:block !important;
    }

    #archive {
        grid-template-columns: repeat(4, 1fr);
    }

    #archive a {
        height: 250px;
    }

    #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(0,0,0,1)!important;
    }
}

@media screen and (min-width: 1200px) {
    
    #gm > nav > ul > li > ul > li > a {
        font-size: 20px!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: #fff;
        font-size: 20px;
        text-transform: uppercase;
        padding: 14px;
    }
    
    .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 {
        height: auto;
    }

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

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

    .three-data-icons .container {
        height: 50px;
        background-color: #F0F0F0;
        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: #333;
        font-size: 35px;
        position: absolute;
        top: -15px;
        padding: 10px;
        color: #fff;
        height: 80px;
        width: 80px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    
    .three-data-icons span {
        margin-left: 90px;
        color: #000;
        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: "Nunito", sans-serif;
    color:#000 !important;
    text-transform:uppercase;
}
.woocommerce-Price-currencySymbol{
    font-size:1em !important;
}
.over-text p{
    font-family: "Nunito", sans-serif;
    font-size:20px !important;
}
.product-cats-widget .name{
    font-family: "Nunito", sans-serif;
    color:#000 !important;
    font-size:15px !important;
    font-weight:400;
}
.blog-widget .name{
    font-family: "Nunito", sans-serif;
    color:#444 !important;
}
.icon-title{
    font-family: "Nunito", sans-serif;
}
.quote{
    font-size:19px;
}
.bg-light{
    background-color:#F0F0F0 !important;
}
.bg-dark{
    background-color:#D5B596 !important;
}
.bg-light hr{
    border-top:1px solid #fff !important;
}
.wc-block-components-notice-banner{
    background-color:#D5B596 !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;
    }
}
/* da se pojave u slideru kategorija bijeli border gore i dole ako nema one crte za pomicanje */
@media screen and (min-width: 1660px) {
}


.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: #f0f0f0;
    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:"Nunito";
    margin-bottom:40px;
}
.about .god{
    font-size:1.5em;
    font-family: 'Nunito';
    
}
.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:#F0F0F0 !important;
}
 .col-1{
    max-width:100%;
}
 .col-2{
    max-width:100%;
}
.form-row{
    display:block !important;
}
.order-summary{
    background-color:#D5B596;
    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:#D5B596;
}
#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 #D5B596;
    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: #D5B596 !important;
  }
  .ui-state-highlight, .ui-widget-content .ui-state-highlight{
      background: #000 !important;
      color:#fff !important;
  }
  .grecaptcha-badge{
      display:none !important;
  }
  .dostupnost input{
      background-color:#f0f0f0 !important;
  }
  #load-more-button{
      color:#000 !important;
      display:none;
  }
  .accordion-content {
      font-size:19px;
  }
  .menu-item-object-wpml_ls_menu_item{
      padding:0px !important;
  }
  .menu-glavni-desni-engleski-container{
      margin-right:75px;
  }