@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

.home_shortcuts {
    display: none;
}

.iyeUBh {
    padding: 11px 6px 3px 0px;
}


.styles__Cell-sc-j4nx4-0 + .styles__Cell-sc-j4nx4-0 {
    border-top: 1px solid rgba(0, 12, 24, 0.07);
    padding: 10px;
    background-color: white;
}

/******************** HTML ********************/
html {
    scroll-behavior: smooth;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px
}

:root {
    --main-color: #C49C4B;
    --color-two: #18312E;
    --primary-color: #DCAF3C;
    --secondary-color: #2F3437;
    --footer-color: #858383;
    --headings-font-family: 'Poppins', sans-serif;
    --paragraph-font-family: 'Philosopher', sans-serif;
    --paragraph-font-family: 'Inter', sans-serif;
    --mobile-menu: #26263c;
}

h1, h2, h3, h4, h5 {
    display: block;
    width: 100%;
    color: #0D0D0D;
}

h1, h2, h3, h4, h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300; /* možeš promeniti na 400, 500, 600 po potrebi */
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

h1 {
    font-size: 60px;
    line-height: 80px;
}

h2 {
    font-size: 50px;
    line-height: 62px;
}

h3 {
    font-size: 40px;
    line-height: 55px;
}

h4 {
    font-size: 28px;
    line-height: 48px;
}


h4 {
    position: relative;
    display: inline-block; /* bitno da border prati širinu teksta */
    padding-bottom: 8px;
}

h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 80px;
    height: 2px;
    background-color: currentColor;
}

h5 {
    font-size: 24px;
    line-height: 36px;
}

p {
    font-size: 18px;
    color: #0D0D0D;
    font-weight: 400;
    line-height: 27px;
}

a {
    color: var(--secondary-color);
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

/******************** BOOTSTRAP********************/
.row {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

.alert-success{
    padding: 10px;
    color: #fff !important;
    background-color: #0fd54a !important;
}

/******************** GLOBAL CLASS ********************/

.extra_bold {
    font-weight: 800;
    line-height: 65px;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.main_color {
    color: var(--primary-color);
}

.paragraph1 {
    font-size: 12px;
    line-height: 18px;
}

.paragraph2 {
    font-size: 14px;
    line-height: 26px;
}

.paragraph3 {
    font-size: 16px;
    line-height: 24px;
}

.title {
    margin: 20px 0px 6px;
    font-size: 1.6em;
    color: var(--secondary-color);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.subtitle {
    font-size: 1.1em;
    text-align: center;
}

.cta,
.wc-block-components-totals-coupon__button,
.wc-block-components-checkout-place-order-button--full-width,
.woocommerce-form-register__submit,
.woocommerce-form-login__submit,
.refer_a_friend_button {
    padding: 15px 50px;
    color: var(--secondary-color);
    background-color: var(--primary-color);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 1px;
}

.cta2 {
    padding: 15px 50px;
    color: white;
    background-color: var(--secondary-color);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 1px;
}

#mc-embedded-subscribe {
    padding: 15px 50px;
    color: white;
    background-color: var(--secondary-color);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 1px;
}

.cta3 {
    padding: 15px 50px;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    border: 1px solid white;
    text-decoration: none;
    letter-spacing: 1px;
}

.cta4,
.wc-block-cart__submit-button,
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    padding: 15px 50px;
    color: var(--secondary-color);
    background-color: white;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    border: 1px solid var(--secondary-color);
    text-decoration: none;
    letter-spacing: 1px;
}

.cta:hover,
.wc-block-components-totals-coupon__button:hover,
.wc-block-components-checkout-place-order-button--full-width:hover,
.woocommerce-form-register__submit:hover,
.woocommerce-form-login__submit:hover,
.refer_a_friend_button:hover {
    color: white;
    background-color: #2F3437;
}

.cta2:hover,
#mc-embedded-subscribe:hover {
    color: var(--secondary-color);
    background-color: white;
}

.cta3:hover {
    color: var(--secondary-color);
    background-color: white;
    border: 1px solid white;
}

.cta4:hover,
.wc-block-cart__submit-button:hover,
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
    color: white;
    background-color: var(--secondary-color);
}


.top-banner-icon1{
    background: var(--primary-color);
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    margin-left: -2em;
    width: 40px;
    height: 40px;
    font-size: 17px;
    text-align: center;
}

.mobile_only {
    display: none;
}

/**************************************** HEADER ****************************************/

/******************** ADMIN BAR ********************/
.admin_bar {
    background-color: #535353;
    padding: 3px;
}

.admin_bar a {
    padding: 5px 10px;
    color: white;
    background-color: #3490dc;
    text-decoration: none;
}

.admin_bar .edit_link {
    background-color: #ffc107;
    background-color: #e5ac00;
}

.admin_bar a:hover {
    background-color: limegreen;
}

.info-contact {
    display: flex;
}

/******************** TOP BAR ********************/
a.profil{
    color: #fff;
}

.top-ribbon{
    font: normal 400 14px var(--headings-font-family);
    padding: 0.7em;
}

a.connected{
    color: #fff;
}

.contact_icons{
    display: inline-flex;
}

.shop-cart{
    text-align: end;
}

.top-banner-icon {
    position: relative;
    color: #fff;
    font-size: 1rem !important;
}

.top-banner-icon span {
    font-size: 1rem;
    color: #fff;
    position: absolute;
    top: -5px;
    right: -10px;
    background: #021230;
    border-radius: 50%;
    width: 17px;
    padding-right: 4px;
}

/******************** MINI CART ********************/
.cart-items{
    display: flex;
    flex-direction: row;
    width: 100%;
    color: #000;
    text-align: left;
}

.cart-content {
    z-index: 999;
    position: absolute;
    width: 200px;
    right: 100px;
    margin-top: 1em;
    border-radius: 50px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.cart-body{
    background-color: #fff;
    padding: 1em;
}

.cart-item-text p{
    color: var(--primary-color);
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0;
}

.cart-line{
    width: 50%;
    color: red;
}

.cart-item {
    display: flex;
    padding: 15px;
}

.cart-item:hover {
    opacity: .65;
}

.cart-item-text {
    margin-left: 10px;
    padding-top: 10px;
}

.image-search {
    width: 50px !important;
    margin-bottom: 10px;
}

/******************** SEARCH AND SEARCHED ********************/
.menu-search{
    display: inline-block;
    position: relative;
    margin-left: 2em;
  }

  .menu-search:hover input{
    width: 200px;
    padding: 0 36px 0 8px;
  }

  .menu-search:hover .search-button{
      color: #000;
  }

  .menu-search input {
    width: 0px;
    height: 35px;
    border: 0;
    transition: all 0.3s;
  }

  .search-button {
    width: 35px;
    height: 35px;
    background-color: transparent;
    color: #000;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .search-content {
    position: absolute;
    right: -20px;
    top: 90px;
    width: 350px;
    height: 500px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 5px;
    overflow: auto;
    display: none;
}

.search-item {
    display: flex;
    padding: 15px;
}

.search-item:hover {
    opacity: .65;
}

.search-item-text {
    margin-left: 30px;
    padding-top: 30px;
}

.image-search {
    width: 140px;
}

.underline-price {
    text-decoration: line-through;
}

.search-item-text span {
    margin-right: 10px;
}

/******************** NAVIGATION 1 ********************/
.navbar-brand{
    margin-right: 0 !important;
}

a.nav-link{
    color: white;
    font-weight: 300;
    letter-spacing: .5;
}

a.nav-link:hover{
    color: #00AEEF;
}

.navbar{
    z-index: 1;
}

.nav-item{
    font-family: var(--headings-font-family)
}

a.nav-link:hover{
    color: var(--primary-color);
}

.notification {
    width: 50%;
    position: absolute;
    z-index: 100;

    padding: 10px;
    background-color: #0fa82b;
    color: white;
}

.notification {
    -webkit-animation: seconds 1.0s forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 5s;
    animation: seconds 1.0s forwards;
    animation-iteration-count: 1;
    animation-delay: 5s;
  }
  @-webkit-keyframes seconds {
    0% {
      opacity: 1;
    }
    50% {
        opacity: .5;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes seconds {
    0% {
      opacity: 1;
    }
    50% {
        opacity: .5;
    }
    100% {
      opacity: 0;
    }
  }


/*********************************** NEW MENU MOBILE **************************************/
#hidden-nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
  height: 100%;
  position: fixed;
  background-color: #222831;
  background-color: var(--mobile-menu);
  overflow-x: hidden;
  width: 0;
}

#hidden-nav .navbar-nav {
    margin-top: 40%;
}

#hidden-nav a {
  font-size: 18px;
  color: #eeeeee;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 1px;
}

#hidden-nav select {
  background-color: transparent;
  outline: none;
  border: none;
  color: #eeeeee;
}

#hidden-nav .close-menu img {
    width: 25px;
}

#hidden-nav .dropdown-menu {
    background-color: var(--mobile-menu);
}

#hidden-nav .dropdown-menu .dropdown-item {
    padding: 0px;
    font-size: 14px;
}

#hidden-nav .profilesmob {
    margin-top: 25px;
}

#hidden-nav .profilesmob .profil,
#hidden-nav .profilesmob .connected {
    display: block;
    margin-left: 0px !important;
    font-size: 14px;
    font-weight: normal;
}

#hidden-nav .profilesmob i {
    margin-top: 6px;
    font-size: 18px;
    color: white;
}

.open-menu {
  -webkit-animation: slideInRight 1s forwards;
          animation: slideInRight 1s forwards;
}

.close-menu {
  cursor: pointer;
  -webkit-animation: slideBack .6s forwards;
          animation: slideBack .6s forwards;
}

@-webkit-keyframes slideInRight {
  from {
    width: 0;
  }
  to {
    width: 60vw;
  }
}

@keyframes slideInRight {
  from {
    width: 0;
  }
  to {
    width: 60vw;
  }
}

@-webkit-keyframes slideBack {
  from {
    width: 60vw;
  }
  to {
    width: 0px;
  }
}

@keyframes slideBack {
  from {
    width: 60vw;
  }
  to {
    width: 0px;
  }
}
/******************************** END OF NEW MENU MOBILE **********************************/
/**************************************** HOMEPAGE ****************************************/


/******************** HOME SHORTCUTS ********************/
.home_shortcuts {
    margin-bottom: 15px;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.home_shortcut {
    position: relative;
    margin-top: 15px;
    padding: 0px 7.5px;
}

.home_shortcut img {
    opacity: .8;
}

.home_shortcut img:hover {
    opacity: 1;
}

.home_shortcut h3 {
    position: absolute;
    bottom: 10px;
    left: 15px;
    width: auto;
    padding: 10px 20px;
    background-color: white;
    color: var(--primary-color);
    letter-spacing: 1px;
}
/*########## END OF HERO SHORTCUTS ##########*/
/******************** HOME HIGHLIGHTS ********************/
.highlights_one {
    padding: 2% 0px 4%;
    background-color: var(--primary-color);
}

.highlights_one p {
    margin-bottom: 0px;
    font-size: 2em;
    color: white;
    font-weight: 500;
    text-align: center;
}

.highlight_first,
.highlight_second,
.highlight_third {
    max-width: 315px;
    text-align: center;
}

.highlights i {
    font-size: 4em;
    color: white;
    background-color: var(--primary-color);
    border-radius: 50%;
}

.highlight_first i {
     padding: 21px 37px;
}

.highlight_second i,
.highlight_third i {
    padding: 23px 28px;
    font-size: 3.5em;
}

.highlights h4 {
    margin-top: 20px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}

.highlights p {
    font-size: 16px;
    color: #a5a5a5;
    line-height: 20px;
    padding: 7px 3px;
    background-color: #efefef;
    border: 1px solid #9d9d9d;
}
/*########## END OF HOME HIGHLIGHTS ##########*/

/******************** HOME CTA ********************/

.home_image_cta img {
    width: 100%;
}

.home_image_cta_img1 {
    padding-left: 0px
}

.home_image_cta_img2 {
    padding-right: 0px;
}

.home_cta_info {
    padding-top: 5%;
    padding-right: 21%;
}

.home_cta_info2 {
    padding-top: 5%;
    padding-left: 18%;
}

.home_cta_info h3,
.home_cta_info2 h3 {
    font-size: 32px;
    color: var(--primary-color);
    font-weight: 500;
}

.home_cta_info p,
.home_cta_info2 p {
    line-height: 30px;
}

.home_banner1 {
    padding: 5% 3%;
    background-image: url(/content/uploads/2024/11/home-banner1.png);
    background-size: cover;
    border-right: 10px solid white;
}

.home_banner2 {
    padding: 5% 3%;
    background-image: url(/content/uploads/2024/11/home-banner2.png);
    background-size: cover;
    border-left: 10px solid white;
}

.home_banners p {
    font-weight: 600;
    line-height: 30px;
}


/***************** END OF HOME CTA *****************/


/******************** HOME SERVICES ********************/
.service_cta .hero_cta {
    text-align: center;
}

.service_cta .hero_cta a {
    width: 45%;
    padding: 10px;
    margin: 0px 2%;
    font-size: 1.2em;
}

.service_cta .cta2 {
    color: white;
    background-color: var(--secondary-color);
}
/*########## END OF HOME HIGHLIGHTS ##########*/
/******************** HOME ABOUT ********************/
.home_about_subtitle {
    margin-bottom: 0px;
    color: var(--primary-color);
    text-transform: uppercase;
}

.home_about_title {
    margin-top: 6px;
    padding-left: 15px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
}

.home_about_highlights {
    padding: 6% 10% 10%;
    font-weight: bold;
}

.home_about_highlight1 {
    padding-left: 10px;
    border-left: 6px solid var(--primary-color);
}

.home_about_highlight2 {
    padding-left: 10px;
    border-left: 6px solid var(--secondary-color);
}
.home_about_cta a {
    display: block;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.home_about_cta .cta2 {
    color: black;
}
/******************** HOME TOP PRODUCTS ********************/
.top-products{
    padding: 4% 0px 3%;
    margin-bottom: -3em;
}

.product-grid {
    text-align:center;
    padding:0 0 72px;
    overflow:hidden;
    position:relative;
}
.product-grid .product-image{
    position:relative;
    transition:all .3s ease 0s;
}

.product-grid .product-image a{
    display:block;
}
.product-grid .product-image img{
    width:100%;
    height:auto;
}

.product-grid .product-image img:hover{
    opacity: 50%;
    cursor: pointer;
}

.product-name {
    text-transform: uppercase;
    margin-top: 1em;
}

.product-price {
    font-size: 14px;
    letter-spacing: 1px;
}

span.crossed-product-price {
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: line-through;
    color: var(--primary-color);
}

.product-grid .pic-1{
    opacity:1;
    transition:all .3s ease-out 0s;
}

.product-grid:hover .pic-1{
    opacity:1;
}

.product-grid .pic-2{
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    transition:all .3s ease-out 0s
}

.product-grid:hover .pic-2{
    opacity:1
}

.product-grid .social{
    width:150px;
    padding:0;
    margin:0;
    list-style:none;
    opacity:0;
    transform:translateY(-50%) translateX(-50%);
    position:absolute;
    top:60%;
    left:50%;
    z-index:1;
    transition: all .3s ease 0s;
}

.product-grid:hover .social{
    font-family: var(--paragraph-font-family);
    opacity:1;
    top:50%
}

.product-grid .social li{
    display:inline-block
}

.product-grid .social li a{
    color:#fff;
    background-color:var(--secondary-color);
    font-size:16px;
    line-height:40px;
    text-align:center;
    height:40px;
    width:40px;
    margin:0 2px;
    display:block;
    position:relative;
    transition:all .3s ease-in-out;
    border-radius: 26px;
}

.product-grid .social li a:hover{
    color:#fff;
    background-color:var(--secondary-color);
}

.product-grid .social li a:after,.product-grid .social li a:before{
    content:attr(data-tip);
    color:#fff;
    background-color:#000;
    font-size:12px;
    letter-spacing:1px;
    line-height:20px;
    padding:1px 5px;
    white-space:nowrap;
    opacity:0;
    transform:translateX(-50%);
    position:absolute;
    left:50%;
    top:-30px
}

.product-grid .social li a:after{
    content:'';
    height:15px;
    width:15px;
    border-radius:0;
    transform:translateX(-50%) rotate(45deg);
    top:-20px;
    z-index:-1
}

.product-grid .social li a:hover:after,.product-grid .social li a:hover:before{
    opacity:1
}

.product-grid .product-discount-label,.product-grid .product-new-label{
    font: normal 400 10px var(--paragraph-font-family);
    color:#fff;
    background-color:var(--secondary-color);
    padding:5px 12px;
    display:block;
    position:absolute;
    top:10px;
    left:0
}

.product-grid .product-discount-label{
    background-color:#333;
    left:auto;
    right:0
}

.product-grid .product-content{
    text-align:center;
    padding: 0px 0 11px;
    margin:0 auto;
    position:absolute;
    left:0;
    right:0;
    z-index:1;
    transition:all .3s
}
/*########## END OF HOME TOP PRODUCTS ##########*/
/******************** HOME CATEGORIES ********************/
.home_carousel_section {
    padding: 4% 0px 3%;
    background-color: #eaebee;
    text-align: center;
}

.all{
    font-weight: 700 !important;
    color: var(--second);
}

.slider-rec {
    margin-top: 2em;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 2em;
}

.home_carousel_section .item {
    position: relative;
    margin-bottom: 10px;
}

.img__description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(43, 43, 43, 0.72);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 1px solid var(--second);
    font-weight: 400;
    /* transition effect. not necessary */
    transition: opacity .2s, visibility .2s;
}

.item:hover .img__description {
    visibility: visible;
    opacity: 1;
}
/*########## END OF HOME CATEGORIES ##########*/
/******************** HOME TOP CATEGORIES ********************/
.home_top_categories {
    padding: 0px;
}

.home_top_categories .title {
    margin-bottom: 0px;
    padding: 5px 0px;
    background-color: var(--primary-color);
    color: white;
}

.home_top_categories .nav-tabs {
    background-color: lightgray;
}

.home_top_categories .nav-tabs .active {
    height: 115%;
    background-color: goldenrod;
    color: white;
}

.home_top_categories .nav-tabs .nav-item:hover {
    background-color: goldenrod;
}

.home_top_categories .nav-tabs a.nav-link:hover {
    color: white !important;
}

.home_top_categories .slider-rec {
    margin-top: 1em;
}

/*########## END OF HOME TOP CATEGORIES ##########*/
/******************** HOME REVIEWS ********************/
.home_reviews {
    padding: 8% 0px;
    background: transparent url("/images/slajder-slika.png") no-repeat center;
}

.carousel-indicators {
    bottom: -50px;
}

.owl-prev i,
.owl-next i {
    width: 23px;
    padding-left: 3px;
    font-size: 25px;
    color: white;
    /*** background-color: var(--primary-color); ***/
    border-radius: 50%;
    text-align: center;
}

.owl-prev i {
    padding-left: 0px;
}

.owl-prev {
    position: absolute;
    top: 30%;
    left: 10px;
}

.owl-next {
    position: absolute;
    top: 30%;
    right: 10px;
}
/******************** HOME SPECIFICATIONS ********************/
.specifications {
    padding: 4% 0px;
    background: transparent url("/storage/assets/specifications-background.png") no-repeat center;
}

.specifications p {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.specification img {
    height: 100px;
}

.specification h3 {
    font-size: 1.4em;
    font-weight: normal;
}

.specification p {
    width: 100%;
}

/******************** HOME CTA ********************/
.home_cta {
    padding: 10% 0px;
    background-image: url(/storage/assets/home-cta-background.png);
    text-align: center;
}

.home_cta .title {
    margin-bottom: 5%;
}

.home_cta p {
    width: 70%;
    margin: 25px auto;
}

/******************** HOME CONTACT ********************/
.home_contact {
    padding: 3% 0px;
    background-image: url(/images/home-contact.png);
    background-color: #E6E8E7;
}

.home_contact .contact_info {
    padding: 6%;
}

.home_contact h3 {
    color: var(--secondary-color);
}

.home_contact .contact_list li {
    margin: 10px;
}

.home_contact .contact_list li img {
    margin-right: 15px;
}

.home_contact .contact_list li a {
    color: black;
}

.home_contact .indent {
    margin-left: 37px;
}
/******************** HOME BLOG ********************/
.home_blog {
    padding: 4% 0px 3%;
    background-color: #f0f0f0;
}

.home_blog_posts {
    margin-top: 4em;
    margin-bottom: 4em;
}

.home_blog_img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.home_blog h4 {
    margin-top: 15px;
    color: var(--primary-color);
}


/****************************************************************************************/
/*************************************** PERUN ******************************************/
/****************************************************************************************/

.top_bar_delivery img {
    width: 21px;
    margin-top: -3px;
    margin-right: 6px;
}

.top_bar_delivery p {
    display: inline-block;
}

.top_bar_right a {
    text-decoration: none;
}

.header img.custom-logo {
    max-width: 260px;
}

.shopping_cart_wrapper {
    position: relative;
}

.favourites i {
    font-size: 21px;
}

.top_header_right a {
    vertical-align: -webkit-baseline-middle;
}

.shopping_cart {
    width: 21px;
}

.shopping_cart_count {
    position: absolute;
    top: -5px;
    right: -7px;
    padding: 0px 6px;
    font-size: 11px;
    color: white;
    background-color: black;
    border-radius: 50%;
}

.user_profile {
    background-color: lightgray;
    padding: 6px 10px;
    border-radius: 50%;
}

.nav-link:focus {
    color: var(--primary-color);
}

a:focus {
    outline: none;
}

/*************************************** HOME ******************************************/


.asl_w_container_1 {
    margin-left: 15px !important;
}

#ajaxsearchlite1 {
    border-radius: 16px;
}

#ajaxsearchlite1 .probox, div.asl_w .probox {
    padding: 3px;
    box-shadow: none;
}

/******************** MAIN SLIDER ********************/

.sliderslide {
    position: relative;
    margin: 0; /* Remove any margin around the slider */
    margin-top: -81px;
    padding: 0; /* Remove any padding around the slider */
    z-index: 0;
}

.owl-carousel .item img {
    width: 100%; /* Make the image take up the full width */
    height: auto; /* Maintain the image's aspect ratio */
}

.owl-carousel .owl-stage {
    display: flex; /* Make the slides align properly */
    padding: 10px 40px;
    align-items: center; /* Center the slides vertically if needed */
}
 
.sliderslide .owl-carousel .owl-item {
    width: 100% !important; /* Ensure each slide takes up the full width */
    margin: 0 !important; /* Remove any margin between slides */
}

.sliderslide .item {
    height: 650px;
    position: relative;
}
.sliderslide .item img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
.sliderslide .item .cover {
position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
/*/ padding: 75px 0; /*/
    display: flex;
    align-items: center;
}
.sliderslide .item .cover .header-content {
    position: relative;
    padding: 25px;
    overflow: hidden;
    width: 60%;
}

.sliderslide h1 {
    margin-bottom: 16px;
}

.sliderslide h4 {
    margin-bottom: 49px;
    line-height: 40px;
}

.sliderslide .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 3px solid #ffffff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.sliderslide .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.sliderslide .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.sliderslide .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}
.sliderslideader .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}
.sliderslide .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}
.sliderslide .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}
.sliderslide .owl-nav .owl-prev:focus {
    outline: 0;
}
.sliderslide .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}
.sliderslide .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}
.sliderslide .owl-nav .owl-next:focus {
    outline: 0;
}
.sliderslide:hover .owl-prev {
    left: 0px;
    opacity: 1;
}
.sliderslide:hover .owl-next {
    right: 0px;
    opacity: 1;
}

.owl-nav button {
    background-color: inherit !important;
    border: none !important;
}

.owl-now button i {
    color: white;
    background-color: inherit !important;
}

.owl-dots {
    position: relative;
    margin-top: -35px;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: white;
}

.owl-carousel button.owl-dot {
    padding: 0px !important;
    margin: 3px;
    border-radius: 50%;
}

.owl-dots .active {
    background-color: var(--main-color) !important;
}
/*########## END OF MAIN SLIDER ##########*/


.home_highlights {
    padding: 30px 0px 80px;
}

.home_highlights h4 {
    margin-bottom: 39px;
}

.home_highlights img {
    margin-bottom: 30px;
}



.home_latest_posts {
    padding: 90px 0px 80px;
}

.home_latest_posts img {
    height: 260px;
    object-fit: cover;
}

.home_latest_post_body {
    padding: 15px;
}

.home_latest_post_body h5 {
    min-height: 110px;
}

.blog_category_badge {
    padding: 3px 10px;
    font-size: 14px;
    background-color: var(--primary-color);
    text-decoration: none;
}

.blog_category_badge:hover {
    color: white;
    background-color: var(--secondary-color);
}

.top_categories_carousel .owl-nav,
.home_premium_products .owl-nav {
    display: block !important;
}

.owl-nav span {
    font-size: 2.3em;
}

.owl-nav span:hover {
    color: black;
}

.product_category_info {
    padding: 0;
    padding-left: 15%;
    background: url(/content/uploads/2024/11/home-category1.png);
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    align-items: center;
}

.product_category_info2 {
    background: url(/content/uploads/2024/12/home-category-spirituosen.png);
}

.product_category_info3 {
    background: url(/content/uploads/2024/12/home-category-delikatessen.png);
}

.product_category_info p {
    margin: 30px 0px;
}

.product_category_products {
    padding: 10px 3%;
}

.product_category_products img {
    margin-bottom: 15px;
}

.product_badge {
    position: absolute;
    top: 30px;
    right: 30px;
}

.product_badge img {
    width: 60px !important;
}

.product_category_products .carousel_product_image,
.home_premium_products .carousel_product_image {
    height: 430px !important;
    object-fit: contain;
}

.carousel_product_name,
.product_name {
    min-height: 71px;
}

.product_favourite {
    position: absolute;
    left: 30px;
    top: 30px;
    padding: 4px 5px;
    background-color: #E5E5EA;
    border-radius: 50%;
}

.yith-add-to-wishlist-button-block {
    margin: 0px;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor {
    gap: 0px;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg, .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor img {
    width: 28px;
}

.page-id-183 .entry-title {
    margin-bottom: 0px;
}

.page-id-183 .wishlist-title-container {
    display: none !important;
}

.page-id-183 .product-card {
    position: relative;
}

.page-id-183 .yith_wcwl_wishlist_footer {
    display: none;
}

.product_cart {
    position: absolute;
    left: 30px;
    top: 80px;
    padding: 6px 11px;
    background-color: var(--secondary-color);
    border-radius: 50%;
}

.product_cart i {
    color: #ffffffc9;
}

.product_region {
    color: #828282;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product_categories,
.product_categories a {
    color: var(--primary-color);
    text-decoration: none;
}

.product_price {
    display: flex;
    justify-content: space-between; /* Distribute elements evenly */
    align-items: center; /* Align elements vertically in the center */
}

.product_price p {
    display: inline-block;
}

.home_premium_products {
    margin: 6% 0px;
}

.home_premium_products_subtitle {
    width: 60%;
    margin: 0 auto;
    color: #828282;
}

.home_premium_products .owl-carousel {
    margin: 3% 0px;
}






/*************************************** ABOUT ******************************************/

.page_header {
    margin-top: -81px;
    padding: 6% 0px;
    background-image: url(/content/uploads/2024/11/page-header.png);
    background-size: cover;
}

.page_header_gift_card {
    background-image: url(/content/uploads/2025/01/page-header-gift-card.png);
}

.page_header_refer_a_friend {
    background-image: url(/content/uploads/2025/01/page-header-refer-a-friend.png);
}

.page_header_simple {
    padding: 40px 0px 1px;
}

.page_header h1,
.page_header h4 {
    color: white;
}

.about_intro {
    margin-top: 79px;
}

.about_intro_inner {
    width: 80%;
    margin: 0 auto;
}

.about_intro_inner h5 {
    margin: 21px 0px;
}

.about_intro_inner p {
    color: #828282;
    line-height: 30px;
}

.about_video_wrapper {
    height: 400px;
    margin-top: 270px;
    padding: 30px 0px;
    background-color: #E5E5EA;
}

.about_intro_video {
    margin-top: -270px;
}

.about_intro_video iframe {
    width: 80%;
    margin: 0 auto;
}

.about_intro_video h5 {
    color: var(--secondary-color);
    line-height: 30px;
    font-style: italic;
}

.about_description {
    width: 90%;
    margin: 80px auto 30px;
}

.about_description2 {
    margin-top: 30px;
}

.about_description p {
    color: #333333;
}

.about_desctiption_image {
    padding-left: 0px;
}

.about_desctiption_image p {
    width: 90%;
}


.contact_page {
    margin-top: 80px;
}

.contact_form_inner {
    padding:  80px 30px 0px;
    border: 1px solid #E5E5EA;
    box-shadow: 20px 24px 60px 0px #0000000D;
}

.contact_form_inner input {
    width: 100%;
    margin-bottom: 39px;
    padding: 10px 15px;
}

.contact_form_inner textarea {
    padding: 10px 15px;
}

.contact_form_inner input[type="checkbox"] {
    width: auto;
    margin-bottom: 0px
}

.contact_form_inner label {
    margin-bottom: 10px !important;
    font-size: 12px;
    color: var(--secondary-color);
    line-height: 16px;
    letter-spacing: 1px;
}

.contact_form_inner input[type="submit"] {
    width: auto;
    margin-bottom: 0px;
    padding: 15px 50px;
    color: white;
    background-color: var(--secondary-color);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
}

.contact_form_inner input[type="submit"]:hover {
    color: var(--secondary-color);
    background-color: var(--primary-color);
}

.blog_filters {
    width: 36%;
}

.all_post_sidebar h3 {
    font-size: 18px !important;
}

.all_post_sidebar ul {
    margin-left: 0px;
}

.all_post_sidebar ul li {
    padding: 0px;
}

.all_post_sidebar ul .active,
.active>.page-link, .page-link.active {
    background-color: var(--primary-color);
    border: none;
}

.active>.page-link, .page-link.active {
    border: 1px solid var(--primary-color);
}

.all_post_sidebar ul li a {
    display: block;
    width: 100%;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
}

.all_post_sidebar ul li a:hover {
    color: #2f3437;
}

.blog_filters select {
    width: 45%;
    display: inline-block;
}

.pagination .page-link {
    color: black;
}

.post_title {
    font-size: 50px;
    line-height: 65px;
}

.single_post_share {
    text-align: right;
}

.single_post_share p,
.single_post_share .heateor_sss_sharing_container {
    display: inline-block;
}

.single_post_share p {
    margin-bottom: 0px;
}

.single_post_share .heateor_sss_sharing_container {
    margin-bottom: -15px;
}

.post_description p {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

.single_post_cta p {
    width: 90%;
}



/*************************************** FOOTER ***************************************/

.newsletter_section {
    height: 200px;
    margin-top: 180px;
    background-color: var(--primary-color); 
}

.newsletter_section_inner {
    width: 50%;
    margin: -200px auto 30px;
    padding: 80px 0px;
    background-color: white;
    text-align: center;
}

#mce-EMAIL {
    padding: 13px 10px;
}

.footer_main {
    padding: 60px 0px 30px;
    background-color: var(--secondary-color);
}

.footer_main ul {
    margin-left: 0px;
    padding-left: 0px;
}

.footer_main ul li a {
    font-weight: 400;
    line-height: 36px;
    text-decoration: none;
}

.wein_badge {
    width: 90px;
    margin-bottom: 30px;
}

.footer_copyright a {
    color: var(--primary-color);
    text-decoration: none;
}

.footer_copyright .powered_by {
    margin-right: 30px;
}

.footer_copyright .social-icons {
    padding-right: 49px;
}


/*************************************** SHOP ******************************************/
.archive .products {
    width: 100% !important;
}

}
.shop-cart a {
    color: black !important;
}

/**** SINGLE PRODUCT ****/
.single_product_page .breadcrumbs a {
    color: var(--primary-color);
    text-decoration: none;
}

.single_product_title {
    font-size: 40px;
}

.single_product_categories a {
    text-decoration: none;
}

.single_product_price,
.single_product_cart_wrapper {
    padding: 10px; 
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.single_product_price span {
    margin-right: 15px;
}

.single_product_details {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
}

.custom-quantity-wrapper {
    display: flex;
    align-items: center; /* Align label and quantity field vertically */
    gap: 16px; /* Space between label and quantity */
    font-family: Arial, sans-serif;
}

.quantity-label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

.custom-quantity {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    max-width: 150px;
}

.quantity-btn {
    background: white;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.quantity-btn:hover {
    background: #e0e0e0;
}

.quantity-btn:active {
    background: #ccc;
}

.quantity-input {
    width: 60px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    border: none;
    outline: none;
}

.single_product_add_to_cart img {
    margin-top: -6px;
    margin-right: 10px;
}

.single_product_add_to_favourites {
    position: absolute;
    left: 40%;
    display: inline-block;
    background-color: #E5E5EA;
    border-radius: 50%;
    padding: 8px;
    text-align: center;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
    gap: 0px;
}

.single_product_share p,
.single_product_share .heateor_sss_horizontal_sharing {
    display: inline-block;
}

.single_product_share .heateor_sss_horizontal_sharing {
    margin-bottom: -10px;
    margin-left: 15px;
}

.product-image {
    position: relative;
}

.product-gallery .product-image a {
    display: block;
    width: 100%;
}

.product-gallery .product-image a img {
    width: 100%;
}

.single_product_featured_photo {
    max-height: 500px;
    object-fit: contain;
}

.product-gallery .product-image .product_badge {
    width: 100px;
}

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

.product-image img {
    max-width: 100%;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.product-thumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.thumbnail-item img {
    width: 100px;
    height: 110px;
    border: 2px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    transition: border-color 0.2s ease-in-out;
    object-fit: contain;
}

.thumbnail-item img:hover {
    border-color: #000;
}


/* Tabs container */
.woocommerce-tabs {
    border-bottom: 2px solid #f1f1f1;
    margin-bottom: 20px;
}

/* Tab navigation styling */
.woocommerce-tabs .tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #f1f1f1;
    justify-content: space-evenly;
}

.woocommerce-tabs .tabs li {
    margin: 0px 15px !important;
}

.woocommerce-tabs .tabs li a {
    display: block;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #555;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
}

.woocommerce-tabs .tabs li a:hover,
.woocommerce-tabs .tabs li.active a {
    color: #e6a400; /* Highlight color */
    border-bottom: 2px solid #e6a400; /* Highlight underline */
}

.woocommerce-tabs .tabs li a.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #e6a400;
}

/* Tab content styling */
.woocommerce-tabs .panel {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-top: none;
}

.woocommerce-tabs .panel h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.woocommerce-tabs .panel p {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.shop_page_wrapper {
    margin: 3% 0px 6%;
}

.shop_page_sidebar ul {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
}

.shop_page_sidebar .subcategory_list {
    padding-left: 21px;
}

.filter-sidebar h3,
.all_post_sidebar h3 {
    margin-bottom: 10px;
    padding: 0px 15px;
    font-size: 14px;
    background-color: #E5E5EA;
}

.shop_page_sidebar .products_category > label,
.bapf_body > ul > li {
    display: block;
    margin-top: 9px !important;
    margin-bottom: 0px !important;
    padding: 6px !important;
    font-weight: 600;
    border: 1px solid #E5E5EA;
}

.shop_page_sidebar .products_category > label, .bapf_body > ul > li {
    font-size: 15px;
    font-weight: 400;
}

li:has(#bapf_1_40) {
    display: none;
}

li:has(#bapf_1_67) {
    display: none;
}

.products_additional label,
.products_tag label,
.products_region label {
    font-weight: normal !important;
}

.bapf_sfilter .bapf_hascolarr {
    padding-right: 15px;
} 

.shop_page_sidebar input {
    margin-right: 10px;
}

.scroll_list {
    max-height: 250px;
    overflow-y: scroll;
}

.woocommerce-pagination {
    text-align: center;
    margin-top: 20px;
}

.woocommerce-pagination a {
    padding: 10px 15px;
    background-color: white !important;
    border: 1px solid #D6D6D6;
    text-decoration: none;
}

.woocommerce-pagination .current {
    display: inline-block;
    padding: 10px 15px;
    background-color: #505050 !important;
    color: white;
    border-radius: 4px;
    text-decoration: none;
}

.woocommerce-pagination .next,
.woocommerce-pagination .prev {
    border: none;
}

#products_wrapper .product_cart {
    top: 30px;
} 

/* Responsive styling */
@media (max-width: 768px) {
    .woocommerce-tabs .tabs {
        flex-wrap: wrap;
    }
    .woocommerce-tabs .tabs li {
        flex: 1 1 100%;
        text-align: center;
    }
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url],
.wc-blocks-components-select .wc-blocks-components-select__container {
    border: 1px solid hsl(0deg 0% 83.95% / 80%);
}

.events_cta_wrapper {
    margin-top: 3%;
}

.events_cta_wrapper .product_category_info {
    background-image: none;
    background-color: #E5E5EA;
}

.page-id-65 input {
    padding: 10px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
}

.woocommerce-MyAccount-navigation ul a {
    text-decoration: none;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: white;
}

.woocommerce-info {
    border-top-color: var(--primary-color);
}

.woocommerce-info::before {
    color: var(--primary-color);
}

.woocommerce-MyAccount-content h2 {
    font-size: 30px;
    text-transform: capitalize;
}

.woocommerce-account .addresses .title .edit {
    font-size: 21px;
    text-decoration: none;
    text-transform: capitalize;
}

.slug-gift-card h1 {
    font-size: 2.3em;
}

.slug-gift-card h3 {
    display: none;
}

.gift-card-content-editor {
    display: inline-block;
    width: 46% !important;
    margin-left: 2%;
    float: left;
}

.gift-card-content-editor ul,
.gift-card-content-editor ul li {
    width: 100%;
}

.ywgc-design-list .ywgc-preset-image img {
    width: 100%;
    height: auto;
}

.gift-cards-list {
    display: inline-block;
    width: 45%;
}

.gift-cards-list {
    text-align: center;
}

.slug-gift-card .woocommerce-Price-amount {
    font-size: 1.6em;
}

.gift-card-content-editor.step-content h5 {
    margin-top: 1em;
}

.slug-gift-card .quantity {
    display: none;
}

.slug-gift-card .single_add_to_cart_button {
    width: 100%;
    padding: 15px 0px !important;
    background-color: var(--primary-color) !important;
}

.wc-block-product-new {
    display: none;
}

.cev-pin-verification__row,
.cev-pin-verification__button {
    display: none;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
    background-color: #f6f5f8;
}

.refer_a_friend_wrapper {
    margin-bottom: 30px;
    padding: 25px;
    border: 1px solid #e3e3e3;
}

.refer_a_friend_wrapper .col-md-6 {
    padding: 30px;
}

.refer_a_friend_wrapper .col-md-6 input {
    height: 50px;
    padding-left: 15px;
    border-color: #e3e3e3;
}



/*************************** PERUNVEL RESPOSNIVE *****************************************/

/* Large desktops and laptops (1500px - 1999px) */
@media (max-width: 1799px) {
    h1 {
        font-size: 54px;
        line-height: 72px;
    }
    h2 {
        font-size: 46px;
        line-height: 58px;
    }
    h3 {
        font-size: 38px;
        line-height: 52px;
    }
    h4 {
        font-size: 30px;
        line-height: 44px;
    }
    h5 {
        font-size: 22px;
        line-height: 34px;
    }
    p {
        font-size: 16px;
        line-height: 25px;
    }
    .top-ribbon p {
        font-size: 15px;
    }
}

/* Tablets and smaller laptops (1340px - 1499px) */
@media (max-width: 1499px) {
    h1 {
        font-size: 48px;
        line-height: 66px;
    }
    h2 {
        font-size: 42px;
        line-height: 54px;
    }
    h3 {
        font-size: 34px;
        line-height: 48px;
    }
    h4 {
        font-size: 28px;
        line-height: 40px;
    }
    h5 {
        font-size: 20px;
        line-height: 30px;
    }
    p {
        font-size: 15px;
        line-height: 23px;
    }
}

/* Tablets and large phones (900px - 1339px) */
@media (max-width: 1339px) {
    h1 {
        font-size: 42px;
        line-height: 60px;
    }
    h2 {
        font-size: 36px;
        line-height: 48px;
    }
    h3 {
        font-size: 30px;
        line-height: 42px;
    }
    h4 {
        font-size: 24px;
        line-height: 36px;
    }
    h5 {
        font-size: 18px;
        line-height: 28px;
    }
    p {
        font-size: 15px !important;
        line-height: 21px !important;
    }

}

/* Small phones (400px - 899px) */
@media (max-width: 899px) {
    h1 {
        font-size: 36px;
        line-height: 52px;
    }
    h2 {
        font-size: 30px;
        line-height: 42px;
    }
    h3 {
        font-size: 26px;
        line-height: 38px;
    }
    h4 {
        font-size: 20px;
        line-height: 30px;
    }
    h5 {
        font-size: 16px;
        line-height: 24px;
    }
    p {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .entry-title {
        font-size: 30px;
    }

    .cta, .cta2, .cta3 {
        padding: 10px 30px;
        font-size: 14px;
    }

    .header_one_homepage {
        background-color: black;
    }

    .header img.custom-logo {
        max-width: 200px;
        padding: 10px 0px;
    }

    .navbar {
        padding: 0rem;
    }

    .navbar-toggler {
        border: none;
        outline: none;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .fa-bars {
        color: white;
    }

    #sidebarMenu .favourites i {
        color: white;
    }

    .sliderslide {
        margin-top: 0px;
    }

    .sliderslide h4 {
        line-height: 30px;
    }

    .hero_cta {
        padding-bottom: 46px;
    }

    .home_highlights > .container {
        margin-top: 30px !important;
    }

    .home_highlights h4 {
        margin-bottom: 10px;
    }

    .home_highlights img {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .product_category_info {
        padding: 25% 0px;
    }

    .product_category_products {
        padding: 0px;
    }

    .product_favourite,
    .product_cart {
        left: 0px;
    }

    .carousel_product_name, .product_name {
        min-height: inherit;
    }

    .carousel_product_name {
        font-size: 18px !important;
    }

    .product_category_products .owl-dots,
    .home_premium_products .owl-dots {
        display: none;
    }

    .home_products_category2 .product_category_products,
    .home_cta_info2 {
        order: 2; /* Move first column to the second position */
    }

    .home_products_category2 .product_category_info,
    .home_image_cta_img2 {
        order: 1; /* Move second column to the first position */
    }

    .home_premium_products > .container {
        margin-top: 0px !important;
    }

    .home_premium_products_subtitle {
        width: 100%;
    }

    .home_cta_info {
        padding-right: calc(var(--bs-gutter-x)* .5);
    }

    .home_cta_info2 {
        padding-left: calc(var(--bs-gutter-x)* .5);
    }

    .home_image_cta_img1 {
        padding-left: calc(var(--bs-gutter-x)* .5);
    }

    .home_image_cta_img2 {
        padding-right: calc(var(--bs-gutter-x)* .5);
    }

    .home_image_cta_img1,
    .home_image_cta_img2 {
        margin-top: 15%;
    }

    .home_cta_info2 {
        margin-bottom: 30px;
    }

    .home_banner1,
    .home_banner2 {
        width: 93%;
        margin: 0 auto 10px;
        border: none;
    }

    .home_banner1 {
        margin-top: 30px;
    }

    .home_latest_post_body h5 {
        min-height: inherit;
    }

    .home_latest_post_body .paragraph3 {
        margin-bottom: 0px;
    }

    .newsletter_section {
        height: auto;
    }

    .newsletter_section_inner {
        width: 100%;
        padding: 30px 10px;
    }

    footer h5 {
        padding-bottom: 10px;
        font-size: 18px;
        border-bottom: 1px solid #ffffff7d;
    }

    .footer_copyright .social-icons {
        display: none;
    }

    .footer_copyright .powered_by {
        margin-right: 0px;
    }

    /****** ABOUT PAGE ********/

    .page_header {
        padding-top: 25%;
    }

    .about_intro {
        margin-top: 30px;
    }

    .about_intro_inner {
        width: 100%;
    }

    .about_intro_video iframe {
        width: 100%;
        height: 300px;
    }

    .about_video_wrapper {
        height: 200px;
    }

    .about_description {
        width: 100%;
        margin: 30px auto 30px;
    }

    .about_desctiption_image p {
        width: 100%;
    }


    /******* KONTAKT **********/

    .contact_page .col-md-7 {
        padding: 0px;
    }

    .contact_form_inner {
        padding: 30px 10px 0px;
    }

    .contact_form_inner input[type="submit"] {
        width: 100%;
    }


    /******** BLOG **********/

    .all_post_sidebar {
        margin-bottom: 30px;
    }

    .all_post_page .col-md-9 {
        padding: 0px;
    }

    .post_title {
        font-size: 32px;
        line-height: 48px;
    }


    /********* SHOP ********/

    .woocommerce-shop .product-meta {
        display: none;
    }

    .single_product_add_to_favourites {
        left: inherit;
        margin-left: 10px;
    }

    .single_product_details {
        margin-top: 30px;
    }

    .page-id-198 .product_category_info {
        padding: 10% 0px;
    }

    .page-id-198 .col-md-6 {
        padding-left: 0px;
    }

    .gift-card-content-editor {
        width: 100% !important;
    }

    .gift-cards-list {
        width: 100%;
    }

    .gift-card-content-editor.step-content label {
        line-height: inherit;
    }

}

/* Very small devices (under 400px) */
@media (max-width: 399px) {
    h1 {
        font-size: 32px;
        line-height: 48px;
    }
    h2 {
        font-size: 28px;
        line-height: 40px;
    }
    h3 {
        font-size: 24px;
        line-height: 36px;
    }
    h4 {
        font-size: 18px;
        line-height: 28px;
    }
    h5 {
        font-size: 14px;
        line-height: 22px;
    }
    p {
        font-size: 12px;
        line-height: 18px;
    }
}






/**************************************** ABOUT US ****************************************/

/******************** ABOUT US 1 ********************/
.parallax {
    /* The image used */
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%), transparent url("/images/slajder-slika.png") center;
    min-height: 500px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
}

.parallax p{
    margin-bottom: 0;
}

.about-sec{
    width: 50%;
    margin: auto;
}

.about-info{
    margin-top: 2em;
}

.counter-about{
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%), url('/images/slajder-slika.png');
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

section#counter-stats {
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

.stats {
  text-align: center;
}

.stats .fa {
  color: #fff;
  font-size: 30px;
}

.count-simbols{
    margin: auto;
}

.counting{
    font-weight: 700;
    font-size: 22px;
}
/*########## END OF ABOUT US 1 ##########*/
/******************** ABOUT US 2 ********************/
.hero {
    background-image: url("/storage/about/home_company3.png");
    background-position: center center;
    background-size: cover;
    height: 50vh;
}

.hero h1 {
    padding-left: 10%;
    font-size: 4rem;
    font-weight: bold;
    color: #ff8800;
}

/* intro */

.intro {
    background-color: #f8f8f8;
}

.intro span {
    color: #ff8800;
    font-style: oblique;
    font-weight: 600;
}

.intro h2 {
    font-weight: 700;
    width: 100%;
}

.intro p {
    color: rgba(0,0,0,.55);
    letter-spacing: 0.1rem;
}

/* about */

.about{
    background-color: #f8f8f8;
}

.about h2 {
    font-weight: 700;
}

.about p {
    color: rgba(0,0,0,.55);
    letter-spacing: 0.1rem;
}

.read-more-btn {
    display: inline-block;
    text-decoration: none;
    background: #000;
    color: #fff;
    padding: 15px 35px;
    font-size: 13px;
    cursor: pointer;
    text-align: center;
    transition: .4s ease-in-out .1s;
}

.read-more-btn:hover {
    color: #000;
    background: #ff8800;
    font-weight: 700;
}

/* team */

.team span {
    color: #ff8800;
    font-style: oblique;
    font-weight: 600;
}

.team h2 {
    font-weight: 700;
}

.team p {
    color: rgba(0,0,0,.55);
}
.team p:last-child {
    letter-spacing: 0.1rem;
}

/* counter */

.counter {
    text-align: center;
}

.counter h2{
    font-weight: 700;
}
.employees,.customer,.design,.order {
    margin-top: 30px;
    margin-bottom: 30px;
}
.counter-count {
    font-size: 18px;
    background-color: #ff8800;
    border-radius: 50%;
    position: relative;
    color: #ffffff;
    text-align: center;
    line-height: 92px;
    width: 92px;
    height: 92px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}

.employee-p,.customer-p,.order-p,.design-p {
    font-size: 24px;
    color: #000000;
    line-height: 34px;
}

/* footer */

.footer {
    background: #f8f8f8;
}

.footer h2 {
    font-weight: 600;
}

.footer p {
    color: rgba(0,0,0,.55);
}

.footer a {
    text-decoration: none;
    font-weight: 600;
}

.footer a:first-child {
    color: #000;
}

.footer .fab {
    font-size: 2rem;
    color: #3477eb;
}

.btn-floating {
    width: 80px;
    height: 80px;
    font-size: 30px;
    position: fixed;
    right: -35px;
    bottom: -20px;
    color: #ff8800
}
/*########## END OF ABOUT US 2 ##########*/

/**************************************** SERVICES ****************************************/
.services h2 {
    text-align: center;
}

.services p {
    text-align: center;
}

.service_hero {
    position: relative;
}

.service_hero img {
    max-width: 100%;
    height: 350px;
    object-fit: cover;
    border-bottom: 3px solid var(--primary-color);
}

.services_titles {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    background-color: #ffffffd9;
}

.service h1 {
    font-size: 2em;
    color: var(--primary-color);
    font-weight: bold;
    letter-spacing: 1px;
}

.service h3 {
    color: black;
    font-weight: bold;
    letter-spacing: 1px;
}

.service p {
    text-align: justify;
}

.service_gallery img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.service_cta {
    padding: 4% 18%;
    background-color: #f3f3f4;
}

.service_sidebar .sidebar_all_services li a {
    color: var(--secondary-color);
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 1px solid gray;
    letter-spacing: 1px;
}

.service_sidebar .sidebar_all_services li a:hover {
    color: var(--primary-color);
}

.service_gallery .col-md-3 {
    padding: 1px;
}
/*########## END OF SERVICES ##########*/

/**************************************** BLOG ****************************************/

/******************** ALL POST PAGE ********************/
.all_posts_one .post p {
    font-family: "Roboto";
    font-size: 18px;
}

.blog_sidebar,
.service_sidebar {
    padding: 3% 2%;
    background-color: #f0f0f0a6;
    border: 1px solid #d3d0d0;
    box-shadow: 1px 1px 3px lightgrey;
}

.service_sidebar {
    padding: 5% 10%;
}

.blog_sidebar h3,
.service_sidebar h3 {
    font-size: 1em;
    color: gray;
    text-transform: uppercase;
}

.blog_sidebar ul,
.service_sidebar ul {
    list-style: none;
}

.blog_sidebar_categories li {
    display: inline-block;
    margin: 6px 4px;
    padding: 4px 10px;
    color: white;
    font-weight: bold;
    background-color: var(--primary-color);
    border-radius: 10px;
}

.blog_sidebar_categories li:hover {
    background-color: gray;
}

.blog_sidebar_categories li a {
    width: 100%;
    display: block;
    color: white;
}

.blog_sidebar_blogs {
    padding-left: 10px;
}

.blog_sidebar_blogs li a {
    color: var(--primary-color);
}

.sticky-top {
    top: 20px;
}
/*########## END OF ALL POST PAGE ##########*/
/******************** SINGLE POST PAGE ********************/
.post_background {
    height: 600px;
    background-color: var(--primary-color);
}

.single_post_image {
    width: 100%;
    border: 4px solid white;
}

.post_content {
    margin-top: -550px;
}

.single_post_title {
    font-size: 2.3em;
    color: white;
    text-transform: uppercase;
}

.single_post_excerpt {
    margin: 3% 0px;
    padding: 10px;
    color: white;
    font-weight: bold;
    background-color: var(--primary-color);
    text-align: center;
}

.single_post_excerpt p {
    margin-bottom: 0px;
}

.firstCon{
    border-radius: 10px;
    box-shadow: 1px 1px 20px 0px #f8f9fa, 0 6px 20px 0 rgb(0 0 0 / 19%);
    padding: 1em 0 1em 0;
}

.icons-blog{
    color: white;
    text-align: right;
}

.icons-blog span {
    font-family: var(--paragraph-font-family);
}

.firstCon a{
    color: var(--primary-color);
}

.firstCon {
    color: var(--primary-color);
}

.firstCon a:hover{
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 700;
}
/*########## END OF SINGLE POST PAGE ##########*/

/****************************** CONTACT ******************************/

/******************** CONTACT 1 - WITH MAP ********************/
.contact-us{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.contact-form, .contact-form{
    width: 60%;
}

.contact-form {
    padding: 3em;
}

.contact-form-field{
    margin-top: 1em;
}

.button-contact-form{
    background: transparent;
    font-family: var(--headings-font-family);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    width: 200px;
    height: 50px;
    margin-top: 2em;
}

.button-contact-form:hover{
    background-color: var(--primary-color);
    color: #fff;
}

.contact-form-field input,
.contact-form-field textarea {
    color: var(--primary-color);
}

.vl {
    height: 250px;
    margin-top: 4em;
    padding-left: 7%;
    border-left: 2px solid #e8e8e8;
  }

.contact-info{
    padding: 2em;
}

.contact_us_title {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.phone-number, .contact-email{
    color: #000;
    margin-left: 1em;
}
/*########## END OF CONTACT 1 ##########*/
/******************** CONTACT 2 ********************/
.contact-us2{
    margin-bottom: 4em;
    font-family: var(--paragraph-font-family);
}

.contact-us2 h1{
    font-family: var(--headings-font-family);
    text-transform: uppercase;
    text-align: center;
    color: var(--secondary-color);
    font-weight: 600;
    margin-top: 1em !important;
}

.contact2{
    margin-top: 2em !important;
}


.contact-form-field2{
    margin-top: 1em !important;
}

.contact-left2 img{
    width: 100%;
}

.button-contact-form2{
    background: transparent;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    width: 200px;
    height: 50px;
    margin-top: 2em;
}

.button-contact-form2:hover{
    background-color: var(--primary-color);
}

.contact-infos2{
    margin-top: 2em !important;
}

.contact-infos2 h5{
    color: #fff;
}

.contact-fields-info2, .contact-fields-info32{
    background-color: var(--secondary-color);
    color: #fff;
    height: 150px;
    text-align: center;
    font-weight: 400;
    padding-top: 2em;
}

.contact-fields-info22{
    background-color: var(--primary-color);
    color: #fff;
    height: 150px;
    text-align: center;
    font-weight: 400;
    padding-top: 2em;
}

.contact2icons{
    margin-top: 0 !important;
    margin-left: 0 !important;
    color: #fff !important;
}
/*########## END OF CONTACT 2 ##########*/

/******************** PRIVACY POLICY ********************/
.politika{
    margin-top: 2em;
}

.politika-dots{
    margin-left: 7em;
}

.politika-second-dots{
    margin-left: 3em;
}

.red-policy{
    color: rgb(239, 5, 5);
}
/*########## END OF PRIVACY POLICY ##########*/
/******************** FAQ ********************/
.faq{
    margin-bottom: 4em;
}

h1.faqtitle{
    font-size: 22px !important;
    text-align: center;
    padding-top: 6rem;
    padding-bottom: 3rem;
    font-weight: 600;
}

.card{
    margin-bottom: 15px;
}

.card-header{
    padding: .10rem 0.75rem !important;
    background: var(--primary-color) !important;
    color: #fff;
}

.card-header p{
    margin-top: 1rem;
    font-weight: 500;
}


.faqopen{
    float: right;
    cursor: pointer;
}
/*########## END OF FAQ ##########*/

/****************************** SHOP PAGES ******************************/ž

/******************** SHOP ********************/
.products_sidebar {
    padding: 10px;
    border: 1px solid lightgray;
}

.products_sidebar h4 {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

.category_list {
    list-style: none;
}

.category_list a {
    width: 100%;
    display: block;
    padding: 3px;
}

#order_title {
    margin-bottom: 0px;
}

.current_order a {
    color: #929292;
    background-color: wheat;
    border: 1px dotted var(--primary-color);
}

.parent_category a {
    padding-left: 0px;
    color: var(--primary-color);
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid lightgray;
}

.middle_category a {
    color: var(--primary-color);
    font-weight: bold;
}

/*** .category {
    padding-left: 10px;
    text-transform: uppercase;
} ***/

.current_category {
    padding-left: 10px;
    color: var(--primary-color);
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid lightgray;
}

.show_top_categories {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    color: #1b1b1b;
    border-bottom: 1px solid lightgray;
}

.sidebar_ .product-image {
    max-width: 150px;
    margin: 0 auto;
}

.sidebar_top_product .product-name,
.sidebar_top_product .product-price {
    text-align: center;
}

.pagination_wrapper {
    margin: 0 auto;
    width: 50%;
    overflow: auto;
    overflow-y: hidden;
}

.pagination_wrapper .page-item.active .page-link {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.pagination_wrapper .page-link {
    color: var(--primary-color);
}





.baner-single-page{
    background: transparent url("/images/slajder-slika.png") no-repeat center;
    background-size: cover;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 350px;
    padding-top: 9em;
}

.baner-single-page-short-title{
    font: normal 500 14px var(--headings-font-family);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.baner-single-page-title{
    font-family: var(--paragraph-font-family);
    text-transform: uppercase;
}

.baner-single-page-description{
    font: normal 400 12px var(--headings-font-family);
}

.baner-all-text{
    margin-top: 3em;
}

.shop-slider-text{
    font-weight: 700;
    color: var(--primary-color);
    text-align: center;
    margin-top: 1em;
}

.slider-shop-price{
    color: #000;
    font-weight: 400;
}

/*################################################################################################## PRODUCT #####################################################################################*/

.products{
    margin-top: 2em;
}

.products_presentational {
    margin-top: 0px;
}

.products_presentational .product-grid {
    padding: 0px;
}

.products_presentational .product-image {
    padding: 10px;
}

.product-sidebar-title1{
    font: normal 700 16px var(--headings-font-family);
    text-transform: uppercase;
    margin-top: 2em;
}

.product-sidebar-categories{
    list-style: none;
    line-height: 25px;
    margin-top: 2em;
}

.product-sidebar-categories a{
    font: normal 400 14px var(--headings-font-family);
    color: #000;

}

.follow-us{
    font-size: 30px;
    color: var(--primary-color);
    margin-bottom: 2em;
}

.product-sidebar-categories a:hover{
    text-decoration: none;
    font-weight: 700;
    color: var(--primary-color);
}
.bread a{
    color: var(--primary-color) !important;

}


.product-bread-cramp {
    font: normal 400 12px var(--paragraph-font-family);
}


.price_range_button {
    width: 100%;
    text-align: center;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
    padding: 2% 0;
    margin-top: 25px;
}

/*################################################################################################ SINGLE PAGE ################################################################################################*/

.product-bread-cramp{
    font-size: 1em;
    margin-top: 2em;
}

.selected-product{
    color: var(--primary-color);
}
.selected-product a{
    color: var(--primary-color);
}

.single-product-image {
    width: 100%;
    height: auto;
}

.category{
    color: #000;
}
.category:hover{
    text-decoration: none;
    font-weight: bold;
    color: var(--primary-color);
}

.single-product-title{
    font-family: var(--headings-font-family);
    font-weight: 700;
    text-transform: uppercase;
}

img.light-images {
    width: 150px;
    height: 150px;
    margin-top: 0.5em;
}

.short-product-title{
    font: normal 700 14px var(--headings-font-family);
    margin-top: 1em;
    padding-bottom: 2rem;
}

.single-product-new-price{
    font: normal 700 18px var(--headings-font-family);
    display: inline-block;
}

.single-product-old-price{
    font: normal 700 18px var(--headings-font-family);
    display: inline-block;
    text-decoration: line-through;
    color: #c4c4c4;
    margin-left: 1em;
}

.button-add-to-cart{
    font: normal 600 14px var(--headings-font-family);
    background-color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    width: 200px;
    height: 50px;
    border: none;
}

.button-add-to-cart:hover{
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.add-in-cart {
    display: flex;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.single_page_quantity {
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 5px 6px 0 6px;
    border: none;
    background: transparent;
}

.pad{
    padding-left: 2em;
}

.comment-name {
    color: #000 !important;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0 !important;
}

.comment-detail-info{
    margin-top: 1em;
    display: flex;
    align-items: center;
}

.com-date{
    font-weight: 700;
    margin-left: 2em;
    font-size: 12px;
}

.comment-text{
    margin-top: .5rem;
    margin-left: 2em;
    margin-bottom: 1em;
    width: 80%;
}
.map {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.map .nav-item {
    padding: 0 !important;
}
/*################################################################################################ THANK YOU ################################################################################################*/

.thank-you-baner{
    background: transparent url("/images/slajder-slika.png") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 550px;
}

.thank-you{
    margin: 10% 0px;
    text-align: center;
}

.thank-you-title{
    font-family: var(--headings-font-family);
    margin-top: 1em;
}

.thank-you-info{
    font-family: var(--headings-font-family);
    margin-top: 0.5em;
}

.thanks-img{
    width: 5%;
    height: auto;
}

/*##################################################################################################### PROFILE PAGE ###################################################################################*/

.profile_orders img {
    width: 16px;
    margin-left: 16%;
}

.call{
    display: none;
}

/*#####################################################################################################  SINGLE PRODUCT ##################################################################################################### */

.product-info-table{
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.left-table-field{
    width: 30%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
}

.carousel_single_product {
    margin-top: 0px;
}

.carousel_single_product img.light-images {
    height: 100px;
    object-fit: cover;
}

.review{
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review p{
    margin-bottom: 0;
    font-weight: 700;
}

.review-button{
    position: absolute;
    font: normal 600 14px var(--headings-font-family);
    background-color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    width: 200px;
    height: 50px;
    border: transparent;
    top: 10px;
    right: 10px;
    outline: none !important;
}

.review-button:hover{
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.btn-comment-send{
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    background-color: var(--primary-color);
    color: white;
    padding: 10px;
    border: 1px solid transparent;
    top: 10px;
    right: 10px;
    outline: none !important;
}

.btn-comment-send:hover{
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.leave-comment{
    margin-bottom: 2em !important;
}

.com-date{
    margin-left: 1em;
}

.comments-all{
    display: flex;
    flex-direction: column;
}

.comment-date-name{
    display: flex;
}

.comment-fields{
    padding-left: 10px;
}

.top-banner-icon1, .profilesmob {
    display: none;
}

.on_scroll {
  display: none;
  position: fixed;
  bottom: 20px;
  right: -3%;
  transform: translateX(-50%);
  background-color: #f1f1f1;
  padding: 10px 5px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  z-index: 1000000000000000000000000000000000000000;
}

.on_scroll img {
    max-width: 110px;
}

.on_scroll h4 {
    max-width: 140px;
    font-size: 1.1em;
    color: black;
    text-transform: capitalize;
}

.on_scroll button {
    width: 100%;
    height: auto;
    margin-top: 6px;
    padding: 5px;
    font-size: 11px;
    border: 1px solid var(--primary-color);
}

/*######################################################################################################################### Wishlist ##########################################################################*/

.wishtitle{
    text-align: center;
    margin-top: 1em;
}

/*####################################################################################################### FOOTER 1 ####################################################################################*/
footer {
    padding-top: 1%;
    color: var(--text-footer);
    background-color: #f0f0f0;
    border-top: 1px solid var(--primary-color);
}

footer a {
    color: var(--text-footer);
}

footer li {
    list-style: none;
}

footer a:hover,
.footer_map li a:hover {
    color: var(--primary-color);
}

.contact_list {
    list-style: none;
    padding-left: 10px;
}

.contact_list li {
    margin: 3px 0px;
}

.contact_list i {
    margin: 0px;
    color: var(--primary-color);
}

.contact_list li a {
    color: #858383;
}


.logo_footer {
    width: 100%;
    max-width: 200px;
}

.contact_social img {
    max-width: 25px;
}

.crta{
    width: 60%;
    margin-left: unset;
}

.socicon{
    margin-top: 1em;
    margin-left: 0.5em;
}

.copyright{
    margin-top: 20px;
    padding-top: 1em;
    background-color: var(--primary-color);
    color: white;
}

.privacy_policy a:hover {
    color: white;
}

#linklion{
    color: white;
}
/*############################################################################################################ FOOTER 2 #################################################################################*/
.second_footer {
    padding-top: 1%;
    color: var(--text-footer);
    background-color: var(--primary-color);
    border-top: 1px solid var(--primary-color);
    border-bottom: 10px solid var(--secondary-color);
}
.second_footer .col-md-5 {
    padding: 3% 0px;
}
.second_footer .footer_map li {
    margin: 0px 10px;
    display: inline-block;
    color: white;
}
.second_footer .footer_map li a {
    text-transform: uppercase;
    font-size: .9em;
}
/*** .second_footer .logo_footer {
    margin-top: 30px;
)**/
.second_footer .copyright {
    margin: 0px;
    padding-top: 0px;
}
/*############################################################################################################ FOOTER 3 #################################################################################*/

.footer-copyright{
    background-color: var(--primary-color);
    color: white;
    text-align: center;
}

.tekst{
    padding-top: 1em;
    padding-bottom: 1em;
}

.socicon1{

    width: 10%;
}

.socicon{
    margin-left: 1em;
    width: 5%;
}

/* Checkout */

.loyalty_message_inner {
    width: 60%;
    margin: 0 auto;
    padding: 15px;
    border: 1px solid lightgray;
    border-radius: 30px;
}

.loyalty_message_inner img {
    padding-top: 30%;
}

.notification_message {
    display: block;
}

#first_checkout {
    padding: 33px;
}

.login_message {
    font-size: .7em;
    color: var(--secondary-color);
}

.login_message a {
    color: var(--primary-color);
}

#first_checkout input {
    color: var(--primary-color);
}

.submit_order {
    display: block;
    width: 100%;
    margin-top: .5rem;
}

.uslov {
    margin-top: 1.5rem;
}

.uslov1 {
    margin-top: 0px;
}

#first_checkout {
    padding: 33px;
    background-color: white;
    border: 1px dotted lightgray;
}

.cart_product {
    position: relative;
    padding: 10px;
    border-bottom: 1px dotted;
}

.cart_product_img {
    max-width: 100%;
}

.cart_product_name {
    color: var(--primary-color);
    text-transform: uppercase;
}

.cart_product_price {
    margin: 0px;
}

.cart_product_total {
    color: var(--primary-color);
}

.delete_cart {
    position: absolute;
    top: 40%;
    right: 0px;
    width: 11px;
}

.cart_total {
    padding: 6px;
    background-color: var(--primary-color);
    color: white;
}

.cart_total p {
    margin: 0px;
    font-weight: bold;
    text-align: center;
}

.none_registred_user_first {
    display: block;
}


.quantity button[class*=btn], .add-in-cart button[class*=btn] {
    width: 20px;
    height: 20px;
    color: #000;
    background-color: transparent;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

.quantity input {
    border: none;
    text-align: center;
    width: 45px;
    font-size: 16px;
    color: #43484d;
    font-weight: 300;
}

.plus-btn, .minus-btn {
    outline: none !important;
}

.quantity_button{
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    width: 10px;
    margin-left: 1em;
    margin-bottom: 2em;
}

.prd-info-table{
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 2em;
    margin-bottom: 4em;
}

.left-table{
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
}

.comment-produc{

}

.comment-product a{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    color: #000;
    border: 1px solid #dee2e6 !important;
    border-radius: 5px;
    padding: 1em;
    position: relative;
}

.comment-product p{
    margin-bottom: 0;
}

.comment-product a:hover{
    text-decoration: none;
}

.comm-collapse{
    margin-top: 1em;
}

.add-comm-button{
    position: absolute;
    right: 20px;
    top: 20px;
    font: normal 600 14px var(--headings-font-family);
    background-color: var(--primary-color);
    color: white;
    border: 1px solid var(--primary-color);
    padding: 1em;
    outline: none !important;
}

.modal-footer{
    border-top: none !important;
}

.add-comm-button:hover{
    background: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.bnt-send-comm{
    background-color: var(--primary-color);
    color: white;
    border: 1px solid var(--primary-color);
    padding: 0.5em;
    font-weight: 700;
}

.bnt-send-comm:hover{
    background: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.loyality {
    display: block;
    margin: 0px;
}

.loyality_info {
    position: absolute;
    bottom: 10px;
    width: 90%;
    font-style: italic;
}

.dodaj_kupon {
    padding: 3px;
    background-color: var(--primary-color);
}

.dodaj_kupon span {
    display: block;
    padding-top: 7px;
    color: var(--primary-color);
    font-weight: bold;
}

#kuponMessage {
    display: block;
    width: 100%;
}

/* Kategorije mali menu */

.small-screen{
    display: none;
    width: 100%;
  }

  .show-blog{
      display: none;
  }

  .sidebar-nav-rec {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 65%;
      width: 90%;
      top: 0;
      background-color: #fff;
      z-index: 1500;
      padding-left: 2em;
      padding-left: 0px;
      display: none;
      transition: all 0.6s ease-in-out;
  }

  .overlay-blur{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity = 50);
  }

  .katmeni{
      background-color: #fff;
  }

  .katmeni a{
      color: #000;
  }

  .pricemenu{
      margin-left: 0.5em;
  }




/********************************************************
******************** FRUTELA GROUP **********************
*********************************************************/

  /* Scrollbar za WebKit browsere (Chrome, Safari, Edge) */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #EEE4DA; /* pozadina skrola */
}

::-webkit-scrollbar-thumb {
    background: #000; /* indikator (thumb) */
    border-radius: 6px;
}

/* Firefox podrška */
* {
    scrollbar-width: thin;
    scrollbar-color: #000 #EEE4DA;
}



/***************** GLOBAL CLASSES *****************/
.product-image img {
    width: 100%;
    height: 260px !important;
    margin: 0 auto;
    object-fit: contain;
}

.product_badge img {
    height: auto !important;
}

.page_header {
    background-image: none;
    background-color: black;
}

.page_header_simple {
    padding: 43px 0px 22px;
}

.page_header_simple h1,
.page_header_simple h4 {
    display: none;
}

.animate_parallax {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    will-change: transform;
}

.animate_parallax.visible {
    opacity: 1;
}



/***************** GLOBAL CLASSES *****************/

/****************** HEADER ************************/
.top-ribbon {
    background-color: #EEE4DA;
}

header {
    position: relative;
    z-index: 3;
}

.header img.custom-logo {
    max-width: 120px;
}

.navbar-nav {
    margin-top: 9px;
}

.home .navbar {
    padding-top: 16px;
}

/* === Bootstrap Dropdown - Custom Stilizacija i Hover Animacija === */

/* Početna skrivena stanja dropdown menija */
.navbar .dropdown-menu {
  background-color: #000000;              /* crna pozadina */
  border: none;
  border-top: 2px solid white;            /* tanak gornji border za eleganciju */
  border-radius: 0;
  padding: 12px 0;
  min-width: 240px;                       /* širi meni da "diše" */
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4); /* classy senka */

  opacity: 0;
  visibility: hidden;
  transform: rotateX(-75deg);
  transform-origin: top;
  transition: all 0.3s ease;
  display: block;                         /* override Bootstrap display:none */
  margin-top: 0;
}

/* Hover efekat (desktop only) - otvara dropdown animirano */
@media (min-width: 992px) {
  .navbar .nav-item.dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
  }

  /* Animacija rotacije strelice */
  .navbar .dropdown-toggle::after {
    transition: transform 0.3s ease;
  }

  .navbar .nav-item.dropdown:hover .dropdown-toggle::after {
    transform: rotate(135deg); /* strelica obrće nagore */
  }
}

/* Pojedinačne stavke u dropdown meniju */
.navbar .dropdown-menu a {
  color: #f5f5f5;
  padding: 10px 16px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: background 0.3s, padding-left 0.3s;
}

/* Hover efekat na stavke menija */
.navbar .dropdown-menu a:hover {
  background-color: rgba(255, 255, 255, 0.08);
  padding-left: 24px;
  color: #ffffff;
}

/* Poravnanje desno ako koristiš .dropdown-menu-end */
.navbar .dropdown-menu-end {
  right: 0;
  left: auto;
}

/* Chevron strelica (CSS-only, tanka i elegantna) */
.dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 6px;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid white;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

/* === KRAJ Bootstrap Dropdown Stilizacije === */

/** HEADER SEARCH **/
div.asl_w,
#ajaxsearchlite1 .probox, div.asl_w .probox {
    background: transparent !important;
}

div.asl_w {
    border-bottom: 1px solid white !important;
    box-shadow: none !important;
}

#ajaxsearchlite1 {
    border-radius: 0px !important;
}

div.asl_w .probox .promagnifier {
    box-shadow: none !important;
}

#ajaxsearchlite1 .probox .proinput input::placeholder {
    color: white !important;
    opacity: 1;
}

#ajaxsearchlite1 .probox .proinput input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white !important;
}

#ajaxsearchlite1 .probox .proinput input::-ms-input-placeholder { /* Edge */
    color: white !important;
}


div.asl_w .probox .promagnifier .innericon svg {
    fill: #ffffff !important;
}
/****************** HEADER ************************/


/***************** HOMEPAGE ***********************
***************************************************/

/**************** HERO SLIDER *****************/
.sliderslide {
    margin-top: -91px;
}

.sliderslide .cover {
  position: relative;
  z-index: 1;
}

.sliderslide .cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* crni overlay sa 40% providnosti */
  z-index: 0;
}

/* Podiži sadržaj iznad overlay-a */
.sliderslide .cover .container {
  position: relative;
  z-index: 1;
}

.sliderslide .header-content img {
    max-width: 180px;
}

.sliderslide h1 {
    margin-bottom: 45px;
    font-weight: 400;
}

.sliderslide h4 {
    margin-top: 30px;
    margin-bottom: 0px;
}

.home_products_carousel_wrapper {
    margin: 60px 0px;
}

.product_category_inner {
    padding-left: 19%;
}

.product_category_inner h2 {
    margin: 30px 0px 49px;
    font-size: 53px;
}

.home_product_carousel_column .owl-carousel {
    margin-bottom: 30px;
}

.home_product_carousel_column .owl-carousel .owl-item {
    padding: 30px 0px;
    text-align: center;
}

.home_product_carousel_column .cta4 {
    padding: 10px 30px;
    font-size: 14px;
}
/**************** HERO SLIDER *****************/

/***************** CAROUSEL ******************/
.carousel_product_name, .product_name {
    text-transform: uppercase;
}


.carousel_progress_wrapper,
.carousel_progress_wrapper2 {
  position: relative;
  width: 50%;
  height: 4px;
  background: #ddd;
  margin: 20px auto;      /* centriran ispod karusela */
  cursor: grab;
}

.carousel_progress_indicator,
.carousel_progress_indicator2 {
  position: absolute;
  height: 100%;
  width: 0;               /* inicijalno, JS će postaviti širinu */
  background: #333;
  left: 0;
  transition: none;       /* jer animaciju kontrolišemo u JS-u */
  cursor: grab;
}

.carousel_progress_indicator:active,
.carousel_progress_indicator2:active {
  cursor: grabbing;
}

.product_badge {
    right: 6px;
}

.modal-content {
    border: 0px;
    border-radius: 0px;
}

.modal-content h5 {
    font-weight: normal;
    text-transform: uppercase;
}

/***
.modal_latest_products,
.modal_promotion {
    background-size: 43%;
    background-repeat: no-repeat;
    background-position-y: 157%;
    background-position-x: 107%;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1)), url(/content/uploads/2025/07/new.png);
}

.modal_promotion {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1)), url(/content/uploads/2025/07/discount.png);
}

***/

.modal_latest_products img,
.modal_promotion img,
.modal_product_variation img {
    max-height: 400px;
} 

/* === MODERNA STILIZACIJA VARIATIONS FORME === */
.variations_form.cart {
    max-width: 100%;
    padding: 24px 10px;
    background-color: white;
    border: 1px solid #d8d8d8;
}

.variations_form label {
    padding-bottom: 30px;
    font-weight: normal;
}

/* Stil dropdown select */
.variations_form select {
  width: 100%;
  padding: 0px 7px;
  border: 1px solid #ccc;
  appearance: none;
  background-color: white;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23444' d='M2 0L0 2h4L2 0zM2 5L0 3h4L2 5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  font-size: 16px;
  margin-bottom: 16px;
}

/* Quantity field */
.quantity {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  max-width: 140px;
}

.quantity input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 60px;
  height: 40px;
  font-size: 16px;
  margin: 0 8px;
}

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

/* Add to cart dugme */
.single_add_to_cart_button {
    width: 100%;
    padding: 15px 50px !important;
    color: var(--secondary-color) !important;
    background-color: white !important;
    text-transform: uppercase;
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 700 !important;
    border: 1px solid var(--secondary-color) !important;
    text-decoration: none !important;
}

.single_add_to_cart_button:hover {
    color: white !important;
    background-color: var(--secondary-color) !important;
}

.circle-loader {
  margin: 0 auto 2em;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-left-color: #5cb85c;
  animation: loader-spin 1.2s linear infinite;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.circle-loader.load-complete {
  animation: none;
  border-color: #5cb85c;
  transition: border 500ms ease-out;
}

.checkmark {
  display: none;
}

.checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}

.checkmark:after {
  opacity: 1;
  height: 35px;
  width: 17px;
  transform-origin: left top;
  border-right: 3px solid #5cb85c;
  border-top: 3px solid #5cb85c;
  content: "";
  left: 17px;
  top: 35px;
  position: absolute;
}

/* Animacije */
@keyframes loader-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 17px;
    opacity: 1;
  }
  40% {
    height: 35px;
    width: 17px;
    opacity: 1;
  }
  100% {
    height: 35px;
    width: 17px;
    opacity: 1;
  }
}

.add-to-cart-success {
  display: none;
  border: 1px solid #5cb85c;
  border-radius: 8px;
  padding: 30px 20px;
  margin-top: 40px;
  background-color: #f8fff8;
}

.product-card {
    position: relative;
}

.simple_add_success {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f8fff8;
  border: 1px solid #5cb85c;
  border-radius: 10px;
  padding: 25px 20px;
  z-index: 20;
  width: 180px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}


/* Error poruke i dostupnost */
.woocommerce-variation-availability,
.woocommerce-variation-description {
  margin-top: 12px;
  font-size: 14px;
  color: #555;
}

.woocommerce-variation-price {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
}

/* Quantity wrapper sa strelicama */
.quantity {
    display: flex;
    align-items: center;
    border: 1px solid #eaeaea;
    overflow: hidden;
    max-width: 159px;
}

.quantity input.qty {
  border: none;
  text-align: center;
  width: 60px;
  height: 40px;
  font-size: 16px;
  outline: none;
}

.quantity button.qty-button {
  width: 40px;
  height: 40px;
  color: white;
  border: none;
  background-color: black;
  font-size: 18px;
  cursor: pointer;
  user-select: none;
  transition: background 0.3s ease;
}

.quantity button.qty-button:hover {
  background-color: #ddd;
}
/***************** CAROUSEL ******************/

/**************** CATEGORIES *****************/
.secColMea {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.secColMea--intro {
  position: absolute;
  top: 60px;
  width: 100%;
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  z-index: 2;
}

.secColMea__content--item {
  display: flex;
  height: 100vh;
}

.itemElem {
  width: 25%;
  position: relative;
  overflow: hidden;
  transition: all 0.8s ease-in-out;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}

.itemElem--infos {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  padding: 50px;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  transition: all 0.8s ease-in-out;
}

.secColMea__content--item .itemElem:nth-child(1) .itemElem--infos,
.secColMea__content--item .itemElem:nth-child(3) .itemElem--infos {
  background: rgba(0, 0, 0, 0.1);
}

.itemElem h3 {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.caption {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

/* Horizontalna linija ispod broja */
.caption::after {
  content: "";
  position: absolute;
  bottom: -8px; /* razmak ispod teksta */
  left: 0;
  height: 2px;
  width: 0;
  background: white;
  transition: width 0.8s ease-in-out;
}

.itemElem:hover .caption::after {
  width: 100px; /* ili 100% ako želiš punu širinu broja */
}

.secColMea__content--item .itemElem:nth-child(1):hover .caption::after,
.secColMea__content--item .itemElem:nth-child(3):hover .caption::after {
  background: black;
}

.blk__btn .btn {
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.blk__btn .btn:hover {
  background-color: black;
  border-color: black;
}

.itemElem:hover {
  width: calc(25% + 60px);
}

.secColMea__content--item:hover .itemElem:not(:hover) {
  width: calc(25% - 20px);
}

.itemElem:hover .itemElem--infos {
  background: none;
}

.itemElem:hover .btn {
  opacity: 0.9;
}

.itemElem:hover .itemElem--infos > div {
  transform: translateY(-60px);
  transition: transform 0.8s ease-in-out;
}

/* Samo za 1. i 3. uslugu */
.secColMea__content--item .itemElem:nth-child(1) .caption,
.secColMea__content--item .itemElem:nth-child(1) h3,
.secColMea__content--item .itemElem:nth-child(3) .caption,
.secColMea__content--item .itemElem:nth-child(3) h3 {
  color: black !important;
}

/* Hover dugme - crni border i tekst */
.secColMea__content--item .itemElem:nth-child(1):hover .blk__btn .btn,
.secColMea__content--item .itemElem:nth-child(3):hover .blk__btn .btn {
  color: black;
  border-color: black;
}

.secColMea__content--item .itemElem:nth-child(1) .blk__btn .btn:hover  ,
.secColMea__content--item .itemElem:nth-child(3) .blk__btn .btn:hover {
  color: white;
  border-color: black;
  background-color: black; /* ako želiš da se vidi efekat jače */
}
/**************** CATEGORIES *****************/

/***************** NEWS FEED ******************/
.home_news_feed {
    margin: 60px 0px;
}

.home_news_feed .product_category_inner {
    padding-top: 19%;
    padding-bottom: 3%;
}

.home_news_feed h6 {
    text-transform: uppercase;
}

.animate_parallax {
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    will-change: transform, opacity;
    opacity: 0;
    transform: translateY(60px);
}

.animate_parallax.visible {
    opacity: 1;
    transform: translateY(0);
}

.image_wrapper {
    display: block;
    overflow: hidden;
    position: relative;
}

.image_wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: filter 0.3s ease;
    border-radius: 0;
}

.image_wrapper img:hover {
    filter: brightness(1.1);
}

/* Fiksne visine na desktopu */
.tall_left {
    height: 600px;
}

.rectangle {
    height: 300px;
}

.tall_right {
    height: 680px;
}

.news_feed_item,
.news_feed_item_small {
    margin-bottom: 2rem;
}

.product_category_inner {
    padding-left: 1rem;
}

@media (min-width: 768px) {
    .product_category_inner {
        padding-left: 2rem;
    }
}

@media (max-width: 767px) {
    /* Na mobilnom sve slike su kvadratne */
    .tall_left,
    .rectangle,
    .tall_right {
        height: 300px !important;
    }
}
/***************** NEWS FEED ******************/

/***************** VINOSAUR ******************/
.home_vinosaur {
  padding: 4em 21%;
  background-color: #EEE4DA;
}

.home_vinosaur img {
  max-height: 100px;
}

#countdown {
  margin: 30px 0px 53px;
}

/***************** VINOSAUR ******************/

.newsletter_section {
    background-color: white;
}

.newsletter_section h4:after {
    display: none;
}

.footer_main {
    background-color: #EEE4DA;
}

footer a,
footer p {
    color: black;
}

.footer_copyright a {
    color: black;
    font-weight: bold;
}

.footer_payment_logos {
    width: 180px;
}


.shop_page_sidebar .products_category > label, .bapf_body > ul > li {
    border: 0px;
}

.bapf_sfilter {
    margin-bottom: 10px;
}

.filter-sidebar h3, .all_post_sidebar h3 {
    margin-bottom: 10px;
    padding: 0px 0px 0px 6px;
    font-size: 14px;
    background-color: inherit;
    border-bottom: 1px solid black;
    font-weight: normal;
}

.all_posts_wrapper img {
    height: 300px;
    object-fit: cover;
}

.bapf_ckbox_sqchck input[type=checkbox] {
    border: 1px solid #191919;
    width: 16px;
    height: 16px;
    padding: 4px;
    border-radius: 50%;
}

.shop_page_sidebar .products_category > label, .bapf_body > ul > li {
    margin-top: 0px !important;
    padding:  0px !important;
}

.bapf_sfilter .bapf_colaps_smb, .bapf_sfilter .bapf_desci {
    font-size: 14px;
}

.bapf_sfilter .bapf_clr_span.h2em, .bapf_sfilter .bapf_img_span.h2em {
    height: 16px;
    width: 16px !important;
    line-height: 2em;
    border-radius: 50%;
}

.bapf_sfilter .bapf_clr_span, .bapf_sfilter .bapf_img_span {
    border: 2px solid #c1c1c1;
}

.berocket_single_filter_widget_9557 .checked {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
}

.berocket_single_filter_widget_9568 h3 {
    margin-top: 15px;
    border-bottom: 0px;
}

.berocket_single_filter_widget_9568 .bapf_tbprice {
    margin-left: 10px;
    margin-right: 10px;
}

.berocket_single_filter_widget_9569 button {
    max-width: 100% !important;
    margin-top: 16px;
    border: 1px solid black !important;
    border-radius: 0px !important;
    font-weight: normal !important;
}

.bapf_sfilter.bapf_button_dark_rounded .bapf_button:after {
    box-shadow: none;
}

.berocket_single_filter_widget_9569 button:hover {
    color: black !important;
    background-color: white !important;
    border: 1px solid black !important;
}

.bapf_sfilter .bapf_cchild, .bapf_sfilter .bapf_ochild {
    font-size: 10px;
}

/* Filteri na mobilnom */
[hidden] { display: none !important; }
html.no_scroll, body.no_scroll { overflow: hidden; overscroll-behavior: contain; }

/* animacione klase/modifikatori (deluju i bez media) */
.filter_sheet_overlay { opacity: 0; transition: opacity .25s ease; }
.filter_sheet_overlay.is_open { opacity: 1; }

.filter_sheet { transform: translateX(100%); transition: transform .28s cubic-bezier(.2,.9,.2,1); }
.filter_sheet.is_open { transform: translateX(0); }

/* pristojan rendering + layout unutra */
.filter_sheet { display: flex; flex-direction: column; }
.filter_sheet__body { overflow: auto; flex: 1 1 auto; }


.all_products .all_products_product {
    margin-bottom: 30px;
}

.all_products .all_products_product p {
    text-transform: uppercase;
}

.all_products .cta4 {
    display: block;
    margin-top: 10px;
    padding: 9px 50px;
    text-align: center;
    font-weight: normal;
}

.all_products .product_name {
    min-height: 83px;
    text-align: center;
}


ins {
    background: #eee4da;
}

.all_products .product_name > span {
    display: block;
    font-weight: normal;
}

/********* Sakrivanje filtera za glavne kategorije ************/
.berocket_single_filter_widget_320 {
    display: none;
}


/********* SINGLE PRODUCT PAGE ************/
.single_product_page .breadcrumbs a {
    color: black;
}

.single_product_page .product-image img {
    height: 330px !important;
}

.single_product_page .product_badge img {
    height: auto !important;
}

.single_product_cart_wrapper {
    position: relative;
}

.single_product_page .variations_form {
    border: 0px;
}

.single_product_page .variations {
    margin-bottom: 0px;
}

.single_product_page .variations_form label {
    padding-bottom: 17px;
}

.single_product_page .variations_form select {
    padding: 0px 7px;
}

.single_product_page .variations_form .reset_variations {
    position: absolute;
}

.single_product_page .quantity {
    max-width: 137px;
}

.single_product_page .quantity button.qty-button {
    width: 30px;
    height: 30px;
    padding: .3em .5em .4em;
}

.simple_add_to_cart_success {
    position: absolute !important;
    top: 0px;
}

.single_product_add_to_favourites {
    left: 50%;
    bottom: 10px;
}

.heateor_sss_svg {
    width: 19px;
    height: 19px;
}

.single_product_add_to_favourites_variable {
    left: 100%;
    bottom: 30px;
}

.fade-in {
    transition: opacity 0.4s ease-in-out;
}

.upsells {
    display: none;
}

.wc-block-components-totals-coupon__button {
    color: white;
    background-color: black;
}

/***************** BLOG *****************/
.page_header {
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff; /* za bolji kontrast teksta */
    z-index: 1;
}

.page_header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.65));
    z-index: -1;
    border-radius: inherit;
}

/* Pobrinimo se da unutrašnji sadržaj bude iznad overlay-a */
.page_header > * {
    position: relative;
    z-index: 2;
}

.page_header_blog {
    background-image: url(/content/uploads/2025/08/header-blog.png);
}



/* Kontejner više nije masonry; običan blok/stack */
.masonry_grid {
  display: block;
  column-count: 3 !important;
  column-gap: 0 !important;
  margin: 0; /* po želji */
  padding: 0; /* po želji */
}

/* Svaki post kao blok, 100% širine, razmak između postova */
.masonry_item {
  display: block !important;
  width: 100%;
  margin: 0 0 1.5rem 0; /* razmak između postova */
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

/* Animacija na ulazu ostaje ista */
.masonry_item.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Ako je slika direktno u .masonry_item */
.masonry_item img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/* Ako koristiš wrapper (npr. <a class="image_wrapper"><img ...></a>) */
.masonry_item .image_wrapper,
.masonry_item .image,
.masonry_item .post-cover {
  display: block;
  width: 100%;
}

.masonry_item .image_wrapper img,
.masonry_item .image img,
.masonry_item .post-cover img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}


.all_post_sidebar ul {
    border-radius: 0px;
}

.all_post_sidebar ul .active, .active>.page-link, .page-link.active {
    background-color: black;
}

.all_post_sidebar ul li {
    border-left: 0px;
    border-right: 0px;
}

.all_post_sidebar ul .active a {
    color: white;
}

.all_post_sidebar ul li a:hover {
    color: white;
    background-color: black;
}

.home_latest_post_body {
    padding: 0px 6px 15px 6px;
}

.home_latest_post_body h5 {
    min-height: inherit;
}

.blog_category_badge {
    background-color: #EEE4DA;
}

.post_featured_image img {
    height: 600px;
    object-fit: cover;
}

.post_description h3 {
    font-size: 26px;
    font-weight: normal;
}
/***************** BLOG *****************/

/***************** ABOUT *****************/
.page_header_o-nama,
.page_header_kontakt {
    background-image: url(/content/uploads/2025/08/header-about.jpg);
}

.video_wrapper {
    position: relative;
    width: 80%;
    margin: 0px auto;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
}

.custom_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}

.about_video_wrapper {
    height: 460px;
    margin-top: 310px;
    padding: 30px 0px;
    background-color: #eee4da;
}

.about_description2 {
    margin-top: 100px;
    margin-bottom: 70px;
}

.animate_on_scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease-out;
}

.animate_on_scroll.visible {
    opacity: 1;
    transform: translateY(0);
}
/***************** ABOUT *****************/

/***************** CONTACT *****************/
.contact_page_modern {
    background-color: #f9f9f9;
}

.contact_info_box {
    background: linear-gradient(135deg, #1b1b1b, #3c3c3c);
    color: #fff;
}

.contact_link {
    color: #fff;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.contact_link:hover {
    color: #ffc107;
}

.contact_form_box h3 {
    color: #222;
}

.text_primary {
    color: #bd925d;
}

@media (max-width: 768px) {
    .contact_form_box {
        padding: 2rem;
    }
}



/********************************************************
******************** BEER SPA & PUB **********************
*********************************************************/


body {
    font-family: "Arpona Sans", sans-serif;
    color: black;
    line-height: 1.5;
    background-color: white;
}

h1, h2, h3, h4, h5 {
    font-family: "Arpona", serif;
    text-transform: initial;
}

h1 {
    font-weight: 400;
}

p {
    font-family: "Arpona Sans", sans-serif;
    font-size: 1em;
    line-height: 1.55;
}

/* Main Title (H1) */
.main_title {
    font-family: "Arpona", serif;
    font-size: 3rem !important;        /* ~48px desktop */
    font-weight: 600;
    line-height: 1.15;
    margin: 0 0 1rem;
}

/* Section Title (H2) */
.section_main_title {
    font-family: "Arpona", serif;
    font-size: 2.25rem !important;     /* ~36px desktop */
    font-weight: 500;
    line-height: 1.25;
    margin: 0 0 .75rem;
}

/* Subtitle */
.main_subtitle {
    margin-bottom: 15px;
    font-family: "Arpona Sans", sans-serif;
    font-size: 1.5rem !important;    /* ~18px desktop */
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.04em;
    margin: 0 0 .5rem;
}

.gold {
    color: var(--main-color);
}

.white {
    color: white;
}

.bold {
    font-weight: 600;
}

.theme-btn {
    padding: 15px !important;
}

.reverse .image-col {
    order: 1 !important;
}

.reverse .content-col {
    order: 2 !important;
}

.btn-style-two {
    margin-top: 1px;
}

.btn-style-two .text-two {
    color: white !important;
}


.main-header .main-box .logo-box .logo img {
    width: auto;
}

/* Sakrij horizontalni skrol koji uzrokuju paneli izvan ekrana */
html, body {
  overflow-x: hidden;
}

/* Info toggler je skriven po difoltu na desktopu */
.info-toggler {
  display: none;
}

/* Pokaži hamburger i sakrij glavni meni na mobilu */
@media (max-width: 991.98px) {
  .main-header .nav-toggler {
    display: block !important;
  }
  .main-header .nav-outer {
    display: none !important;
  }
}

/* Hidden bar: default skriven, aktivan pomeren u viewport */
.hidden-bar {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  max-width: 100%;
  height: 100%;
  background: #fff;
  transform: translateX(100%);
  transition: transform .3s ease, opacity .3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 10002;
}
.visible-sidebar .hidden-bar {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/* Tamni overlay iza menija */
.menu-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
  z-index: 10001;
}
.visible-sidebar .menu-backdrop {
  opacity: 1;
  visibility: visible;
}

/* Info bar (desni panel) */
.info-bar {
  position: fixed;
  top: 0;
  right: 0;
  width: 380px;
  max-width: 100%;
  height: 100%;
  background: #fff;
  transform: translateX(100%);
  transition: transform .3s ease, opacity .3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 10004;
}
.side-content-visible .info-bar {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/* Tamni overlay iza info bara */
.info-back-drop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
  z-index: 10003;
}
.side-content-visible .info-back-drop {
  opacity: 1;
  visibility: visible;
}

/* Osiguraj da header i dugmad budu iznad svega */
.main-header {
  position: relative;
  z-index: 10010;
}
.main-header .nav-toggler,
.main-header .info-toggler {
  position: relative;
  z-index: 10011;
}

/* --- Sticky header fix --- */
.main-header {
  position: relative;
  z-index: 10010;               /* iznad backdropova */
  transition: transform .25s ease, background-color .2s ease;
  will-change: transform;
}

/* kada skripta doda .fixed-header, učini ga stvarno fixed na vrhu */
.main-header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(0);
}

/* animacija sakrivanja/pokazivanja pri skrolu */
.main-header.header-up   { transform: translateY(-100%); }
.main-header.header-down { transform: translateY(0); }

/* (opciono) spreči prekrivanje sadržaja skrolom — koristi var ako je postavimo iz JS-a */
body.has-fixed-header { padding-top: var(--hdr-h, 0px); }

/* Spacer ispod headera da spreči layout shift kada je header fixed */
.header-spacer { height: 0; transition: height .2s ease; }

/* (već imaš) animaciju headera; ostavljamo kao što je */
.main-header { transition: transform .25s ease, background-color .2s ease; will-change: transform; }
.main-header.fixed-header { position: fixed; top: 0; left: 0; right: 0; width: 100%; }
.main-header.header-up   { transform: translateY(-100%); }
.main-header.header-down { transform: translateY(0); }

:root { --hdr-h: 80px; } /* fallback dok JS ne izmeri tačno */

/* Header uvek fixed – ignoriramo subject .fixed-header iz teme */
.main-header {
  position: fixed !important;
  top: 0; left: 0; right: 0;
  width: 100%;
  z-index: 10010;
  transform: translateY(0);
  transition: transform .25s ease, background-color .2s ease;
  will-change: transform;
}

/* Sadržaju daj stalni “reserved” prostor = visina headera */
.page-wrapper { padding-top: var(--hdr-h); }

/* Hide-on-scroll animacija (koristi postojeće .header-up/.header-down) */
.main-header.header-up   { transform: translateY(calc(-1 * var(--hdr-h))); }
.main-header.header-down { transform: translateY(0); }

/* (ostaje tvoj stil za hidden bar / info bar) */
/* ... */

.links-box .lang-switcher ul { display:flex; gap:.5rem; align-items:center; margin:0; }
.links-box .lang-switcher li { list-style:none; }
.links-box .lang-switcher img { width:20px; height:auto; display:block; }

/* Jezički dropdown */
.lang-item {
  position: relative;
}

.lang-item > a img.pll-flag {
  width: 22px;
  height: auto;
  vertical-align: middle;
  border-radius: 2px;
}

.lang-item ul {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 4px 0;
  min-width: 60px;
  display: none;
  list-style: none;
  z-index: 999;
}

.lang-item:hover ul {
  display: block;
}

.lang-item ul li a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  text-decoration: none;
  color: #222;
}

.lang-item ul li a:hover {
  background: #f5f5f5;
}

.lang-item ul img.pll-flag {
  width: 20px;
  height: auto;
}


/* jezički dropdown u meniju */
.main-menu .lang-item > a .pll-flag { display:inline-block; width:20px; height:14px; object-fit:cover; vertical-align:middle; }
.main-menu .lang-item .pll-name { margin-left:8px; font-size:14px; }
.main-menu .lang-item .pll-code { font-size:12px; letter-spacing:0.06em; }

/* poravnanje stavke */
.main-menu .lang-item > a { display:flex; align-items:center; gap:8px; }

/* (opciono) sakrij nazive u dropdownu ako želiš samo zastave */
.main-menu .lang-item ul .pll-name { display:none; }

.main-menu .navigation > li > ul {
    width: 90px;
    background-color: white;
}

.main-menu .navigation > li > a {
    color: black;
}

.btn-style-one:before {
    background-color: black;
}

header .text-one {
    color: white !important;
}



.main-header .main-box .logo-box .logo img {
    height: auto;
    max-height: 100px;
}

.fixed-header .main-box .logo-box .logo img {
    max-height: 49px;
    margin-top: 10px;
}

.logo-box img {
  transition: opacity 0.3s ease;
}

.fixed-header .header-upper {
    background-color: #ffffffb4;
}

.fixed-header .main-box .logo-box {
    padding: 6px 0px;
}

.banner-section {
    padding-top: 110px;
    background-color: white;
}

.banner-text-top h1 {
    font-size: 60px;
    font-weight: initial;
}

.banner-social-list .line,
.banner-call .line {
    background-color: black;
}

.banner-social-list .custom-ul li a,
.banner-call .call-ul li a,
.info-item {
    color: black;
}

.info-item {
    font-size: 1.1em;
    font-weight: bold;
}

.info-item img {
    margin: 0px 10px;
}

.slider-contained {
    max-width: 90%;
    border-radius: 0px;
}

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

.banner-section .book-btn:before {
    background: url(/content/uploads/2025/11/book-now-hero.png) no-repeat center center;
}

.banner-section .swiper-button-next:before, .banner-section .swiper-button-prev:before {
    background: white;
}

.about-section {
    background-color: black;
    background-image: url(/content/uploads/2025/11/home-about-background.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.about-section h2,
.about-section p,
.about-section .text {
    color: white;
}

.about-section p {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 0px;
}

/* Wrapper – drži karusel na sredini i sužava ga */
.experince_about_highlights_wrapper {
    max-width: 1200px; /* Povećaj sa 780px */
    margin: 2rem auto 2.5rem;
    padding: 0 40px; /* Dodaj padding za strelice */
    position: relative;
}

/* Ograniči širinu stage-a */
.experince_about_highlights.owl-carousel {
    max-width: 900px; /* Precizna širina za 4.5 itema */
    margin: 0 auto;
}

/* Dozvolimo da malo sledeće ikonice viri (zbog stagePadding) */
.experince_about_highlights.owl-carousel .owl-stage-outer {
    overflow: hidden; /* Promeni sa visible na hidden */
}

/* Svaki item u karuselu */
.highlight_item {
    text-align: center;
}

/* Link unutar item-a */
.highlight_item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #000;
}

/* Ikonica */
.highlight_item img {
    width: 85px;
    height: 85px;
    object-fit: contain;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

/* Tekst ispod ikonice */
.highlight_item span {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.3;
    text-transform: uppercase;
}

/* Hover efekat */
.highlight_item:hover img {
    transform: scale(1.03);
}

/* Strelice karusela – centrirane levo/desno od trake */
.experince_about_highlights .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.experince_about_highlights .owl-nav button {
    background: transparent;
    border: 0;
    cursor: pointer;
    pointer-events: auto;
}

.experince_about_highlights .owl-nav i {
    font-size: 20px;
    color: #0f2b28;
    padding: 8px 10px;
}

/* Malo smanji na mobilnom */
@media (max-width: 767px) {
    .experince_about_highlights_wrapper {
        max-width: 100%;
        margin: 1.5rem auto 2rem;
    }
    .experince_about_highlights.owl-carousel {
        max-width: 100%;
    }
    .highlight_item img {
        width: 70px;
        height: 70px;
    }
    .highlight_item span {
        font-size: 10px;
    }
}

.menu-cat {
    background-color: white;
}

.menu-cat .menucat-list .image-box img {
    border-radius: 0px;
}

.menu-cat .menucat-list .title-box h3 {
    margin-left: 60px !important;
    font-size: 49px;
}

.menu-cat .menucat-list:hover .title-box h3 {
    margin-left: 0px !important;
    color: white;
}

.menucat-list .data-colom {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;          /* dozvoli novi red kada se tekst aktivira */
}

/* Redosled elemenata u prvom redu */
.menucat-list .title-box {
    order: 1;
}

.menucat-list .star {
    order: 2;
    margin-left: 8px;
}

.menucat-list .arrow-btn {
    order: 3;
    margin-left: auto;        /* gura ikonicu skroz desno */
}

/* =========================
   OPIS (p.menu_desc)
   ========================= */
.menucat-list .menu_desc {
    order: 4;
    flex-basis: 100%;         /* zauzima ceo novi red kada je u layoutu */
    position: absolute;       /* ❗ dok nije hover — nije deo layouta */
    left: 0;
    top: 100%;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    margin-top: 0;
    color: #fff;
    transition:
        opacity 0.35s ease,
        transform 0.35s ease,
        margin-top 0.35s ease;
}

/* na hover — ubaci u normalan flow i prikaži */
.menucat-list:hover .menu_desc {
    position: relative;
    top: auto;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    margin-top: 10px;
}

/* =========================
   BOOK NOW link
   ========================= */
.menucat-list .menu_link {
    order: 5;
    flex-basis: 100%;         /* ceo red ispod opisa */
    position: absolute;       /* ❗ nema visine dok nije hover */
    left: 0;
    top: 100%;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    margin-top: 0;
    color: #fff;              /* bela slova */
    font-weight: 600;
    display: inline-block;
    transition:
        opacity 0.35s ease,
        transform 0.35s ease,
        margin-top 0.35s ease;
}

/* na hover — link ulazi u layout ispod opisa */
.menucat-list:hover .menu_link {
    position: relative;
    top: auto;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    margin-top: 8px;
    text-align: right;
}

/* postojeće stvari za strelicu / ikonicu */
.menu-cat .menucat-list .arrow-btn a {
    padding: 0px;
}

.menu-cat .menucat-list:hover .arrow-btn a {
    transform: rotate(390deg);
    transition: transform 0.35s ease;
}

.text_info {
    background-color: white;
}

.home_benefits {
    background-color: var(--color-two);
}

.text_info .inner {
    padding: 30px 20px !important;
    background-image: none !important;
}

.text_info .special-title {
    background-color: black !important;
    border: 2px solid white !important;
}

.text_info .special-title h2 {
    padding: 7px 0px 6px !important;
    color: white !important;
}

.text_info_inner {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

.benefit_list_ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1.5rem;
}

.benefit_list_item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem 1.25rem;
    align-items: flex-start;
}

.benefit_list_icon img {
    width: 40px;
    height: 40px;
    margin-top: 30px;
    object-fit: contain;
    display: block;
}

.benefit_list_content {
    display: grid;
    gap: .35rem;
    line-height: 1.4;
}

.benefit_list_title {
    margin: 0;
    text-align: left;
}

.text_info .main_subtitle {
    font-size: 1.4rem !important;
    line-height: 41px !important;
}

.benefit_list_text {
    margin: 0;
    color: white;
    text-align: left;
}

.book_now_benefits {
    list-style: none;
    margin: .7rem 0 1.5rem;
    padding: 0;
}

.book_now_benefits li {
    position: relative;
    margin-left: 30px;
    padding-left: 1.4rem;
    margin-bottom: .45rem;
    font-weight: bold;
    line-height: 1.45;
}

.book_now_benefits li::before {
    content: "";
    width: 7px;
    height: 7px;
    background: currentColor; /* koristi trenutnu boju teksta */
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: .5rem;
}

.book_now a {
    display: block;
    width: 90%;
    padding: 15px;
    text-align: center;
}

.book_now a span {
    display: block;
    width: 100%;
    text-align: center;
}

/* =========================================
   BOOK NOW – LEFT CAROUSEL FULL HEIGHT
   (scoped na .book_now.text_info i .text_info_carouesel_column)
   ========================================= */

.page-id-1003286 .entry-content {
    margin-top: 10%;
}

.page-id-1003286 .entry-header {
    display: none;
}

/* poravnaj kolone po visini samo u ovom sectionu */
.book_now.text_info .outer-container > .row {
    align-items: stretch;
}

/* leva kolona sa novom klasom – postaje flex container */
.text_info_carouesel_column {
    display: flex;
    padding: 0 !important;            /* bez belih rubova */
}

/* Kontejner forme */
.spa-search-wrapper {
    max-width: 600px;
    margin: 0 auto;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
}

/* Flexbox red za inpute */
.spa-search-row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

/* Pojedinačna polja */
.spa-search-field {
    flex: 1;
    min-width: 200px;
}

.spa-search-field label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
}

/* Stilovi za Input i Select */
.spa-search-input, 
.spa-search-select {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    height: 48px;
    box-sizing: border-box;
    font-size: 16px;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

.spa-search-input:focus, 
.spa-search-select:focus {
    border-color: #28a745;
    outline: none;
}

/* Dugme prilagođeno tvojoj temi */
.spa-search-btn {
    width: 100%;
    color: white !important;
    border: none;
    cursor: pointer;
    padding: 0; /* Resetujemo padding jer span unutar dugmeta to hendluje */
}

/* Mobilna adaptacija */
@media (max-width: 480px) {
    .spa-search-row {
        flex-direction: column;
        gap: 10px;
    }
}

/* unutrašnji wrapper popunjava celu visinu kolone */
.text_info_carouesel_column .inner {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
}

/* karusel i svi njegovi slojevi moraju da budu 100% visine */
.text_info_carouesel_column .image_carousel,
.text_info_carouesel_column .image_carousel .owl-stage-outer,
.text_info_carouesel_column .image_carousel .owl-stage,
.text_info_carouesel_column .image_carousel .owl-item,
.text_info_carouesel_column .image_carousel .slide_item {
    height: 100% !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    min-height: 1px; /* spreči kolaps visine */
}

/* background layer i img – full bleed */
.text_info_carouesel_column .image_carousel .slide_item .image_layer {
    position: absolute;
    inset: 0;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.text_info_carouesel_column .image_carousel .slide_item img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    display: block;
    opacity: 0;            /* koristimo bg-layer za rendering */
    border-radius: 0 !important;
}

/* navigacija/tačke (opciono, ostavljam tvoj stil) */
.text_info_carouesel_column .image_carousel .owl-nav { 
    position: absolute; top: 50%; left: 15%; width: 70%; padding: 0 18px;
    transform: translateY(-50%); display: flex; justify-content: space-between;
    pointer-events: none;
}
.text_info_carouesel_column .image_carousel .owl-nav button {
    pointer-events: all; background: rgba(255,255,255,0.75) !important;
    border-radius: 50% !important; width: 40px; height: 40px;
    display: flex !important; justify-content: center; align-items: center;
    transition: 0.25s ease;
}
.text_info_carouesel_column .image_carousel .owl-nav button:hover {
    background: #fff !important; transform: translateY(-2px);
}
.text_info_carouesel_column .image_carousel .owl-dots {
    position: absolute; bottom: 16px; width: 100%;
    display: flex !important; justify-content: center; gap: 6px;
}
.text_info_carouesel_column .image_carousel .owl-dot span {
    width: 8px; height: 8px; background: rgba(255,255,255,0.6); border-radius: 50%;
}
.text_info_carouesel_column .image_carousel .owl-dot.active span { background: #fff; }

/* mobile: kad se kolone slože jedna ispod druge, daj razumnu min-visinu */
@media (max-width: 991.98px) {
  .book_now.text_info .outer-container > .row { align-items: flex-start; }
  .text_info_carouesel_column .image_carousel .slide_item { min-height: 360px; }
}

.reviews_section .owl-nav span {
    font-size: 1.1em;
    margin-top: 9px;
}

.testi-block .inner-box {
    background: rgba(255,255,255,0.05);
    transition: all 0.35s ease;
}

.testi-block .inner-box:hover {
    background: #ffffff;
    cursor: pointer;
}

.testi-block .inner-box:hover .text,
.testi-block .inner-box:hover .auth-title,
.testi-block .inner-box:hover .auth-title .location {
    color: #000000 !important;
}

.testi-block .inner-box:hover .rating span {
    color: #E2B44C; /* zlatna boja zvezdica */
}

.home_social_feed {
    background-color: white;
}

.main-footer {
    background-color: black;
    background-image: url(/content/uploads/2025/11/foote-background.png);
    background-position: center;
    background-repeat: no-repeat;
}

.main-footer .logo img {
    max-width: 200px;
}

.main-footer .info-col::before {
    background: none;
}

.main-footer h4 {
    color: white;
}

.main-footer h4:after {
    display: none;
}

.main-footer input {
    background-color: black !important;
}

.powered_by {
    color: var(--main-color);
}

footer .bottom_footer .auto-container {
    padding: 15px 0;
}

footer .bottom_footer .social_media li a {
    width: 21px;
    height: 21px;
    line-height: 20px;
    font-size: 10px;
    margin-right: 10px;
}

.inner_page_wrapper {
    margin-top: 6%;
}

.experience_about {
    margin-bottom: 30px;
    padding-top: 60px;
    background-image: url(/content/uploads/2025/11/home-about-background.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.experience_about p {
    text-align: center;
    width: 80%;
    margin: 0px auto 1.5em;
}

.about_benefits {
    padding: 110px 0px;
}

.about_benefits .section_main_title,
.about_benefits p {
    text-align: center;
}

.about_benefits_list {
  width: 80%;
  margin: 60px auto;
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem 2rem;
}

.about_benefits_item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: .75rem 1rem;
}

.ab_icon { width: 28px; height: 28px; display: inline-grid; place-items: center; }
.ab_icon img { width: 100%; height: 100%; object-fit: contain; display: block; }
.ab_text { line-height: 1.45; }

/* 2 kolone na ≥768px */
@media (min-width: 768px) {
  .about_benefits_list { grid-template-columns: 1fr 1fr; }
}

/* malo šire razmake na desktopu */
@media (min-width: 1200px) {
  .about_benefits_list { gap: 1.25rem 3rem; }
}

/* sigurnosno, ako treba da bela boja uvek pobedi */
.white { color: #fff; }


@media (min-width: 1200px) and (max-width: 1599px) {
    .main-menu .navigation > li {
        margin-left: 34px;
    }
}


@media(min-width: 1600px) {
    .text_info .inner {
        padding: 100px 20px !important;
    }
    .book_now .inner {
        padding: 30px 20px !important;
    }
    .book_now .image-col .inner {
        padding: 0px !important;
    }
}

@media(min-width: 1800px) {
    .text_info .inner {
        padding: 160px 20px !important;
    }
    .book_now .inner {
        padding: 30px 20px !important;
    }
}

.book_now_highlights {
    width: 90%;
    margin: 30px auto 30px;
}

.error404 .site-content {
    padding-top: 110px !important;
}

.all_posts_wrapper img {
    height: 200px;
}

.filter-sidebar h3, .all_post_sidebar h3 {
    color: white;
    background-color: var(--color-two);
}

.all_post_sidebar ul .active, .active>.page-link, .page-link.active {
    padding-left: 15px;
    background-color: var(--main-color);
}

.post,
.page-template-contact-blade,
.page-template-posts,
.post-category,
.post-tag,
.en-post-tag,
.de-post-tag {
    margin-top: 60px;
}

.post .page_header_simple,
.page-template-contact-blade .page_header_simple,
.page-template-posts .page_header_simple,
.page_header_simple {
    display: none;
}



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

.custom-logo-link img {
    content: url(/content/uploads/2025/11/hangover-beer-and-spa-logo1.png);
}

.main-header .header-upper .links-box {
    margin-left: 70px;
}

.main-header .nav-toggler {
    margin-left: 0px;
    margin-right: 10px;
}

.main-header .nav-toggler button {
    width: 36px;
}

.hamburger span {
    background-color: black;
}

.visible-sidebar .hidden-bar {
    z-index: 100000;
}

.hidden-bar {
    background-color: var(--color-two);
}

.hidden-bar .side-menu {
    padding-left: 40px;
    padding-right: 40px;
}

.hidden-bar .side-menu .menu-item-cart,
.hidden-bar .side-menu .lang-item {
    display: none;
}

/* =========================
HIDDEN BAR - Cart & Languages
========================= */

/* Cart centriran */
.hidden_bar_cart {
text-align: center;
margin: 20px 0;
}

.hidden_bar_cart .shopping_cart_wrapper {
position: relative;
display: inline-block;
}

.hidden_bar_cart .shopping_cart {
width: 28px;
height: 28px;
}

.hidden_bar_cart .shopping_cart_count {
position: absolute;
top: -8px;
right: -10px;
background: var(--main-color);
color: #fff;
border-radius: 50%;
font-size: 11px;
line-height: 18px;
width: 18px;
height: 18px;
text-align: center;
display: inline-block;
}

/* Language flags */
.hidden_bar_languages {
display: flex;
justify-content: center;
align-items: center;
gap: 15px;
margin: 15px 0 25px 0;
}

.hidden_bar_languages .lang_flag {
display: inline-block;
opacity: 0.7;
transition: opacity 0.3s ease;
}

.hidden_bar_languages .lang_flag:hover,
.hidden_bar_languages .lang_flag.active {
opacity: 1;
}

.hidden_bar_languages .lang_flag img {
width: 30px;
height: 20px;
border-radius: 3px;
object-fit: cover;
}

.banner-section {
    margin-top: 30px;
    padding-bottom: 0px;
}

.banner-text-top h1 {
    font-size: 48px;
}

.banner-text-top .text {
    font-size: 18px;
}

.banner-social-list,
.banner-call {
    display: none !important;
}

.banner-section .banner-slider {
    border: none;
    border-radius: 0px;
}

.slider-contained .swiper-slide {
    height: 250px;
}

.banner-section .swiper-button-next, .banner-section .swiper-button-prev {
    width: 26px;
    height: 26px;
    font-size: 16px;
    line-height: 28px;
}

.info-item img {
    width: auto !important;
}

.banner-section .book-btn {
    position: relative;
    bottom: initial;
    left: initial;
    right: initial;
    margin: -30px auto 0px;
}

.about-section {
    padding-top: 60px !important;
    padding-bottom: 0px;
    background-size: 240%;
}

.about-section .text-col .text {
    padding: 0px 0px 40px 0px;
}

.about-section p {
    width: 100%;
}

.menu-cat .menucat-list {
    display: block;
}

.menu-cat .menucat-list .title-box h3 {
    margin-left: 0px !important;
    font-size: 26px;
}

.menu-cat .menucat-list .data-colom {
    display: block;
}

/* Kartica - aktiviraj hover izgled sa pozadinom */
.menu-cat .menucat-list {
    margin: 10px 0px;
    padding: 60px 0 30px !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Pozadine za svaku karticu */
.menu-cat .menucat-list.menubg1 {
    background: url(/content/uploads/2025/11/hangover-featues-beer-bath.png) no-repeat center !important;
    background-size: cover !important;
}
.menu-cat .menucat-list.menubg2 {
    background: url(/content/uploads/2025/11/hangover-featues-hop-sauna.png) no-repeat center !important;
    background-size: cover !important;
}
.menu-cat .menucat-list.menubg3 {
    background: url(/content/uploads/2025/11/hangover-featues-straw-bed.png) no-repeat center !important;
    background-size: cover !important;
}
.menu-cat .menucat-list.menubg4 {
    background: url(/content/uploads/2025/11/hangover-featues-fun-and-parties.png) no-repeat center !important;
    background-size: cover !important;
}

/* Sakrij sliku */
.menu-cat .menucat-list .image-box {
    display: none !important;
}

/* Data column - kao na hover */
.menu-cat .menucat-list .data-colom {
    width: 100% !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    padding: 0 20px !important;
    flex-wrap: wrap !important;
}

/* Title box - levo poravnanje */
.menu-cat .menucat-list .title-box {
    text-align: left !important;
}

/* Naslov - bela boja, manji font */
.menu-cat .menucat-list .title-box h3 {
    margin-left: 0px !important;
    color: #fff !important;
    font-size: 28px !important;
    text-align: left !important;
}

/* Opis - uvek vidljiv */
.menucat-list .menu_desc {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
    margin-top: 15px !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #fff !important;
}

/* BOOK NOW link - uvek vidljiv */
.menucat-list .menu_link {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
    margin-top: 15px !important;
    display: block !important;
    color: #fff !important;
    text-align: left !important;
}

/* Arrow btn – nova verzija sa pulse animacijom */
.menu-cat .menucat-list .arrow-btn a {
    color: var(--black-color) !important;
    background: var(--main-color) !important;
    border: solid 1px var(--main-color) !important;
    width: 60px !important;
    height: 60px !important;
    font-size: 30px !important;
    line-height: 50px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%; /* opcionalno — lepši izgled */
    animation: pulseArrow 1.4s ease-in-out infinite;
    transition: all 0.3s ease;
}

/* Pulse animacija */
@keyframes pulseArrow {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.12);
        opacity: 0.88;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.benefit_list_icon img {
    width: 20px;
    height: 20px;
}

.text_info .main_subtitle {
    font-size: 1.1rem !important;
    line-height: 1.4rem !important;
}

.fluid-section .image-col .image {
    display: block;
}

.home_benefits .section_main_title {
    font-size: 1.1em !important;
    text-align: center !important;
}

.home_book_now .content-col {
    order: 1 !important;
}

.home_book_now .image-col {
    order: 2 !important;
}

.home_book_now .special-title {
    display: none;
}

.text_info_inner {
    width:  100%;
}

.book_now a {
    margin-bottom: 10px;
}

.main-footer .info-col .newsletter-form button {
    margin-top: 0px;
}

footer .bottom_footer .developer_text {
    text-align: center;
}

.inner_page_wrapper{
    margin-top: 100px;
}

.experince_about_highlights_wrapper {
    padding: 0px;
}

.experience_about p {
    width: 100%;
}


.experience_about {
    background-size: 240%;
}

.special-title {
    display: none;
}

.about_benefits {
    padding: 60px 0px;
}

.about_benefits_list {
    width: 100%;
    margin: 30px auto;
}

.about_straw_bed .image-col {
    order: 1 !important;
}

.about_straw_bed .content-col {
    order: 2 !important;
}


}

.single_product_page {
    margin-top: 10%;
}

.type-product .woocommerce-product-gallery,
.product_meta,
.quantity,
.wc-tabs-wrapper,
.entry-summary .product_title,
.entry-summary .price
 {
    display: none;
}

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

.bkap-booking-form p,
.bkap-booking-form .bkap_persons_container {
    display: inline-block;
}

.bkap-booking-form input {
    width: auto !important;
    padding: 3px 10px;
}

.bkap_duration_section {
    width: 50%;
}

.bkap_start_date,
.bkap_start_date .ui-datepicker-inline {
    width: 100%;
}

label[for="bkap_front_resource_lable"],
#bkap_resource_label,
.bkap_start_date label,
.bkap-form-error {
    display: none !important;
}

.bkap_start_date .booking_calender {
    visibility: hidden;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    color: white !important;
    background: #18312e;
}

.wc-block-cart-item__quantity .wc-block-components-quantity-selector {
    display: none !important;
}

.wp-block-woocommerce-checkout .wc-block-components-notices {
}

/* Sakrivanje duple cene koju generiše Tyche plugin u korpi/checkoutu */
.checkout-resource-price, 
.cart-resource-price,
.variation-BookingPrice {
    display: none !important;
}

/* Poravnanje ikonica i teksta u rezimeu */
.wc-item-meta {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.wc-item-meta li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
    font-size: 14px;
}

.wc-item-meta li strong {
    min-width: 20px; /* Širina za ikonicu */
}

.woocommerce-checkout .entry-header {
    display: none;
}

.woocommerce-checkout .entry-content {
    margin-top: 15%;
}


/* 1. RESETUJEMO KOLONE DA BI BILE PUNE ŠIRINE */
.woocommerce-checkout .col2-set, 
.woocommerce-checkout .col2-set .col-1, 
.woocommerce-checkout .col2-set .col-2 {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    padding: 0 !important;
}

/* 2. GAĐAMO SPECIFIČNE FORMA-REDOVE IZ TVOG HTML-A */
/* Force-ujemo da svaki red (Ime, Telefon, Email) zauzima 100% */
.woocommerce-checkout form.checkout .form-row {
    display: block !important;
    width: 100% !important;
    margin-bottom: 25px !important;
    float: none !important;
    clear: both !important;
}

/* 3. STILIZACIJA SAMIH INPUT POLJA */
.woocommerce-checkout form.checkout .form-row input.input-text, 
.woocommerce-checkout form.checkout .form-row textarea,
.woocommerce-checkout form.checkout .form-row select {
    width: 100% !important;
    min-height: 50px !important; /* Da polja ne budu niska */
    padding: 10px 15px !important;
    font-size: 16px !important;
    border: 1px solid #c39953 !important;
    border-radius: 4px !important;
    box-sizing: border-box !important; /* Ključno da padding ne širi polje preko ekrana */
}

/* 4. SAKRIVANJE NAPRAVITE NALOG I DODATNIH NASLOVA */
.woocommerce-account-fields, 
.woocommerce-additional-fields h3,
#ship-to-different-address,
.shipping_address {
    display: none !important;
}

/* 5. POZICIONIRANJE NAPOMENE (Beleške) */
.woocommerce-additional-fields {
    width: 100% !important;
    margin-top: 20px !important;
}

.woocommerce-additional-fields .form-row textarea {
    min-height: 120px !important; /* Veći prostor za napomenu */
}

/* 6. SREĐIVANJE LABELA (Ime, Telefon...) */
.woocommerce-checkout label {
    display: block !important;
    margin-bottom: 8px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}

/* 7. REZIME PORUDŽBINE - SMANJENJE RAZMAKA */
#order_review_heading, 
#order_review {
    width: 100% !important;
    margin-top: 50px !important;
}


#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: rgb(122 122 122 / 14%);
}

.woocommerce-checkout #payment div.payment_box {
    background-color: #b2b2b2;
}

.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

#place_order {
    background-color: #c49c4b;
}




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

    .home_benfits .onlyfor-sm {
        display: block !important;
    }

    .home_benefits .special-title {
        display: none;
    }
}







/*###################################################################################################### RESPONSIVE  ###################################################################################*/

/* ==============================
   RESPONSIVE FONT SIZES
   ============================== */

/* Tablet (≤ 1199px) */
@media (max-width: 1199px) {
    .main_title { font-size: 2.75rem !important; }       /* ~44px */
    .section_main_title { font-size: 2rem !important; }  /* ~32px */
    .main_subtitle { font-size: 1rem !important; }       /* ~16px */
}

/* Mobile (≤ 767px) */
@media (max-width: 767px) {
    .main_title { font-size: 2rem !important; }          /* ~32px */
    .section_main_title { font-size: 1.5rem !important; }/* ~24px */
    .main_subtitle { font-size: .875rem !important; }    /* ~14px */
}

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

    /* Global */
    section {
        padding-top: 3%;
    }
    .custom-logo-link img {
        max-width: 160px !important;
        padding: 0px !important;
    }
    .navbar {
        padding: 0rem 1rem;
    }
    .navbar-toggler {
        padding: 0.1rem 0.5rem;
    }
    .fa-bars {
        font-size: 25px;
    }
    .top-banner-icon {
        color: var(--primary-color);
    }

    .title {
        font-size: 1.3em;
    }
    .subtitle {
        font-size: 1em;
    }
    .privacy_policy {
        text-align: center;
    }

    /* Homepage */
    .sliderslide {
        padding-top: 0px;
    }
    .sliderslide .item {
        height: 400px;
        margin-bottom: 0px
    }
    .sliderslide .item .cover {
        padding-bottom: 10px;
        align-items: end;
    }
    .sliderslide .item .cover .header-content .line {
        border: 2px solid var(--primary-color);
    }
    .sliderslide .item .cover .header-content {
        width: 100%;
        padding: 10px;
    }
    .sliderslide .item .cover .header-content h1 {
        margin: 0px;
    }
    .sliderslide .item .cover .header-content p  {
        font-size: 16px;
    }
    .header-content button {
        padding: 3px 10px !important;
        border-radius: 10px !important;
        font-size: 20px !important;
        font-weight: 400;
        height: auto;
    }

    .carousel_product_name, .product_name {
        min-height: 80px;
    }

    .home_product_carousel_column .cta4 {
        padding: 10px 17px;
    }

    .home_about_title {
        font-size: 1.7em;
    }
    .home_about_text p {
        text-align: justify;
    }
    .home_about .cta,
    .home_about .cta2 {
        width: 100%;
        display: block;
        text-align: center;
    }

    .secColMea {
        height: auto;
      }

      .secColMea__content--item {
        flex-direction: column;
        height: auto;
      }

      .itemElem {
        width: 100%;
        height: 30vh;
        margin: 30px 0px;
      }

      .itemElem--infos {
        min-height: auto;
        padding: 10px 20px;
        background: rgba(0, 0, 0, 0.2) !important;
      }

      .itemElem h3 {
        font-size: 1.2rem;
        margin-bottom: 15px;
      }

      .caption {
        font-size: 0.9rem;
      }

      .blk__btn .btn {
        opacity: 1; /* dugme uvek vidljivo na mobilnim */
        font-size: 0.9rem;
      }

      .itemElem--infos .blk__btn {
        display: none;
      }

      .itemElem:hover {
        width: 100% !important;
      }

      .secColMea__content--item:hover .itemElem:not(:hover) {
        width: 100% !important;
      }

      .itemElem:hover .itemElem--infos > div {
        transform: none;
      }

      .itemElem:hover .btn {
        opacity: 1;
      }

    .baner-text{
        top: 12em;
    }
    #statistic-div{
        width: 100%!important;
    }
    #users-div{
        width: 100%!important;
    }
    .pagination_wrapper {
        width: 100%;
    }
    .home_vinosaur {
        padding: 4em 0%;
    }
    .footer_main .col-md-3 {
        border-bottom: 1px solid rgba(255,255,255,0.12);
        padding-bottom: .5rem;
        margin-bottom: .5rem;
      }

      /* H5 postaje klikabilan "toggler" */
      .footer_main .footer-accordion-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        margin: 0;                  /* ukloni dodatne margine iz h5 */
        padding: .75rem 0;
        user-select: none;
      }

      /* Strelica */
      .footer_main .footer-accordion-title::after {
        content: "▾";
        font-size: 1rem;
        line-height: 1;
        transition: transform .25s ease;
        margin-left: .5rem;
        opacity: .9;
      }
      .footer_main .footer-accordion-title[aria-expanded="true"]::after {
        transform: rotate(180deg);
      }

      /* Panel koji se otvara/zatvara */
      .footer_main .footer-panel {
        overflow: hidden;
        max-height: 0;              /* start: collapsed */
        transition: max-height .3s ease;
      }

      /* linkovi u listama */
      .footer_main .footer-panel ul {
        margin: 0 0 .75rem 0;
        padding-left: 0;
        list-style: none;
      }
      .footer_main .footer-panel li + li {
        margin-top: .25rem;
      }

      /* malo prostora ispod poslednjeg panela */
      .footer_main .footer_copyright {
        padding-top: .75rem;
      }

    .paragraph2 {
        width: 100%;
    }


    /* Shop */
    .product-breadcrumb {
        display: none;
    }
    .sidebar-nav-rec {
        padding: 6%;
    }
    /* Filter dugme */
    .mobile_filter_btn {
      position: sticky; top: 10px; z-index: 1;
      display: inline-flex; align-items: center; gap: .5rem;
      margin: 30px 0px;
      padding: .6rem .9rem;
      font-size: 14px;
      border: 1px solid rgba(0,0,0,.08);
      background: #fff; box-shadow: 0 6px 18px rgba(0,0,0,.08);
    }

    .mobile_filter_btn:hover {
        background-color: black;
        color: white;
    }

    /* overlay sa "glass" efektom */
    .filter_sheet_overlay {
      position: fixed; inset: 0; z-index: 100;
      background: rgba(15,17,19,.25);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    }

    /* side-sheet panel */
    .filter_sheet {
      position: fixed; top: 0; right: 0; z-index: 101;
      height: 100dvh; width: min(92vw, 420px);
      background: rgba(255,255,255,.7);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      box-shadow: -12px 0 32px rgba(0,0,0,.18);
      border-left: 1px solid rgba(0,0,0,.06);
    }

    .filter_sheet__header,
    .filter_sheet__footer {
      padding: 14px 16px;
      display: flex; align-items: center; justify-content: space-between;
      border-bottom: 1px solid rgba(0,0,0,.06);
    }
    .filter_sheet__footer { border-top: 1px solid rgba(0,0,0,.06); border-bottom: none; gap: .5rem; }

    .filter_sheet__close { border: 0; background: transparent; font-size: 1.1rem; line-height: 1; }
    .filter_sheet__body { padding: 12px 16px; }

    .bapf_sfilter .bapf_hascolarr,
    .bapf_head h3 {
        text-transform: none;
        margin-top: 21px;
    }

    .btn_apply, .btn_reset {
      padding: .6rem .9rem; border-radius: 10px;
      border: 1px solid rgba(0,0,0,.08);
    }
    .btn_apply { background: #111; color: #fff; }
    .btn_reset { background: #fff; color: #111; }

    /* sakrij originalni mobilni blok da se ne duplira ispod */
    .filter-sidebar.mobile_only { display: none !important; }

    /* Single page */
    .product-bread-cramp {
        display: none;
    }

    .single-product-title{
        font-size: 18px;
    }

    .short-product-title{
        font-size: 12px;
    }

    .single-product-description{
        font-size: 12px;
    }

    .product_badge {
        right: 17%;
    }

    .product-thumbnails {
        justify-content: center !important;
    }

    .on_scroll {
      right: -10%;
    }

    .on_scroll h4 {
        margin-top: 0px;
    }

    /* Element 1 */
    .bbb_slider_container {
        margin-top: 15px
    }

    .service_cta .hero_cta a {
        width: 100%;
        margin-bottom: 10px;
    }

    .service_cta {
        padding: 6% 5%;
        background-color: #f3f3f4;
    }

     /* Service page */

     .service_hero img {
        height: 300px;
    }

     .services_titles {
        left: 0px;
        text-align: center;
    }

    .service .col-md-8 {
        padding:  0px;
    }

    .service_gallery img {
        width: 100%;
        height: 130px;
    }
    /* Blog */
    .single_post_title {
        font-size: 1.9em;
    }
    .post_background {
        height: 400px;
    }
    .post_content {
        margin-top: -360px;
    }

    .blog_sidebar {
        margin-top: 30px;
    }

}

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

    .top-banner-icon1, .profilesmob,
    .mobile_only {
        display: block;
    }

    .desktop_only {
        display: none !important;
    }

    .top-ribbon{
        display: none;
    }

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

    a.nav-link,
    a.profil {
        color: black;
    }
    .profilesmob {
        margin-bottom: 0px !important;
    }
    .dropdown-toggle {
        text-align: center !important
    }

    .sticky-top{
        margin-left: 0;
    }

    /* Shop and Single page*/

    .kategorije{
        display: none;
    }

    .small-screen{
        display: block;
      }

    .show-blog {
        display: block;
    }

    .filter-button-rec {
        border: 1px solid #000;
        padding: 0.5rem 1rem;
        border-radius: 10px;
        display: inherit;
        text-align: center;
    }

    .irs--flat{
        width: 80% !important;
    }

    /* Single page */
    .single-product-title{
        margin-top: 2em;
    }

    /* Single Blog */
    .single-blog-images{
        flex-direction: column;
    }

    .first-blog-image, .second-blog-image{
        width: 100%;
        margin-left: 0;
    }

    /* Contact us */
    .contact-us{
        flex-direction: column;
        flex-direction: column-reverse;
    }

    .contact-form, .contact-info{
        width: 100%;
    }

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

    /* Politika */
    .politika-dots{
        margin-left: 4em;
    }

    .benefit_list_ul {
        gap: 2rem;
    }
    .benefit_list_item {
        gap: 1rem 1.5rem;
    }
}

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

    a.logosize{
        width: 56%;
    }

    .info-contact, .shop-cart{
        text-align: center;
    }

    .menu-search{
        display: none;
    }

    /* About page */
    .counter-about {
        height: fit-content;
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .about-sec{
        width: 100%;
        margin: auto;
    }

    .first-blog-image, .second-blog-image{
        margin-bottom: 0;
    }

    .add-in-cart{
        width: 50%;
    }

    /* Comment */
    .add-comm-button{
        padding: 6px;
        top: 10px;
        right: 10px;
    }

    .input-comment-label{
        padding-left: 0 !important;
    }

    .review-button{
        font-size: 10px;
        width: 150px;
        height: 40px;
        padding: 5px;
    }

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

    /* Politika */
    .politika-dots{
        margin-left: 2em;
    }

    .copyright-info, .created-by{
        text-align: center;
    }

    /* Shop and Single page*/

    .baner-single-page-title{
        font-size: 25px;
    }

    #secondphoto{
        margin-left: 2em;
    }

    /* Element 1 */
    .owl-item.active{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .call{
        display: block;
        background-color: limegreen;
        bottom: 0;
        position: fixed;
        z-index: 999;
        width: 100%;
        padding: .4em;
        color: #fff !important;
        text-align: center;
    }

    .call_style_second {
        width: 60px;
        height: 60px;
        right: 10px;
        bottom: 10px;
        border-radius: 50%;
    }

    .phoneicons{
        margin-top: 0 !important;
        color: #fff !important;
    }

    .call a{
        font-size: 22px;
        color: #fff !important;
    }

}

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

    /* Single page */
    .single-product-image{
        width: 100%;
    }

    /* Contact us */
    .contact-form {
        padding: 1em;
    }

    .contact_icons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 1em;
    }

    .info-contact {
        flex-direction: column;
    }

    .fa.fa-envelope,
    .fa.fa-phone {
        margin-left: 0;
    }

    .phone-number,
    .contact-email {
        font-size: 17px;
    }

    .price_range_button {
        width: 75%;
    }

    .single_product_title {
        font-size: 31px;
    }
}

@media only screen and (max-width: 410px) {
    .button-add-to-cart {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 361px){
    .button-add-to-cart {
        margin-left: 5px;
    }
}


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

    .home .navbar {
        padding-top: 0px;
    }

    .navbar-brand {
        display: none;
    }

    .shopping_cart_count {
        right: -15px;
    }

    .sliderslide {
        margin-top: 0px;
    }

    .sliderslide .item {
        height: 460px;
    }

    .sliderslide .header-content img {
        max-width: 110px;
    }

    .sliderslide h4 {
        margin-top: 10px;
        margin-bottom: 16px;
    }

    .sliderslide .cta3 {
        display: inline-block;
        margin-top: 10px;
    }

    .product_category_inner {
        margin-bottom: 30px !important;
    }

    .product_category_inner h2 {
        line-height: 60px;
    }

    .carousel_product_name, .product_name {
        min-height: 46px;
    }

    .home_product_carousel_column .cta4 {
        display: inline-block;
        margin-top: 30px;
    }

    .modal_latest_products img, .modal_promotion img, .modal_product_variation img {
        max-height: 230px;
    }

    .footer_copyright p {
        font-size: 13px !important;
    }

  .page_header {
    margin-top: -86px;
  }

  .about_video_wrapper {
    height: 200px;
    margin-top: 210px;
    padding: 100px 0px;
    background-color: #eee4da;
  }

   .about_description2 {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 400px){
    .product_category_inner h2 {
        font-size: 41px;
    }
}




.product_category_inner h2 {
    margin: 30px 0px 49px;
    font-size: 41px;
}