.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 ********************/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px
}

:root {
    --primary-color: #DCAF3C;
    --primary-color: #09073E;
    --secondary-color: #2F3437;
    --secondary-color: #FEC000;
    --secondary-color: #0098DA;
    --footer-color: #858383;
    --headings-font-family: 'Inter', 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%;
    font-family: var(--headings-font-family);
    color: #0D0D0D;
}

h1 {
    font-family: 'Inter', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 1px;
}

h2 {
    font-family: 'Inter', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 62px;
}

h3 {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 1px;
}

h4 {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
}

h5 {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

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

a {
    color: var(--secondary-color);
}

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: white;
    background-color: var(--primary-color);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
}

.cta2,
.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: white;
    background-color: var(--secondary-color);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
}

#mc-embedded-subscribe {
    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;
}

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

.cta4 {
    padding: 15px 50px;
    color: var(--secondary-color);
    background-color: white;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    border: 1px solid var(--secondary-color);
    text-decoration: none;
}

.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,
.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: var(--secondary-color);
    background-color: var(--primary-color);
}

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

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

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: 30px;
    font-size: 18px;
    left: 15px;
    width: auto;
    padding: 0px 20px;
    background-color: #ffffff91;
    color: #131313;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
/*########## 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 {
    background-image: url(/content/uploads/2025/05/home-about-background.png);
    background-size: contain;
}

.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 BLOG ********************/
.blog-date {
    top: 30px;
    right: 10px;
}

.home_blog_second .blog-date {
    top: 0px;
    right: 0px;
    font-size: 14px;
    background-color: var(--primary-color);
}

.home_blog_first a img {
    height: 325px;
    object-fit: cover;
}


.home_blog_second a {
    height: 100%;
}

.home_blog_second a img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}



/******************** HOME SOCIALS ********************/
.home_socials {
    padding: 3% 0px;
    background-image: url(/content/uploads/2025/05/xii-brand-background.png);
    background-size: contain;
}

/******************** HOME CONTACT ********************/
.home_contact {
    background-image: url(/content/uploads/2025/05/home-contact-background.png);
    background-color: var(--primary-color);
}

.home_contact iframe {
    border-radius: 80px 80px 80px 0;
}




/****************************************************************************************/
/******************************* XII BEOGRADKSA GIMNAZIJA ********************************/
/****************************************************************************************/

.site-title {
    text-transform: inherit;
}

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

.navbar {
    background: transparent;
}

.header img.custom-logo {
    max-width: 100px;
    padding-top: 10px;
}

.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: -9px;
    right: -7px;
    padding: 1px 6px;
    font-style: 12px;
    color: white;
    background-color: black;
    border-radius: 50%;
}

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

.navbar .nav-item .nav-link {
    color: white;
    font-weight: normal;
}

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

a:focus {
    outline: none;
}

.menu-item-has-children {
    position: relative;
}

/*************************************** 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: -110px;
    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 */
    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;
    text-align: center;
}

.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;
    text-align: center;
}

.owl-carousel button.owl-dot {
    background-color: var(--primary-color);
    padding: 6px !important;
    margin: 3px;
    border-radius: 50%;
}

.owl-dots .active {
    background-color: var(--secondary-color) !important;
}


.hero_video {
    position: relative;
    height: 76vh;
    overflow: hidden;
    background: #000;
}

.video_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.video_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vw;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.video_wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.video_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* između videa (1) i sadržaja (2) */
    background: linear-gradient(to bottom, rgba(9, 7, 62, 0.9) 0%, rgba(9, 7, 62, 0.7) 30%, rgba(9, 7, 62, 0.3) 80%, rgba(9, 7, 62, 0) 100%);
    pointer-events: none;
}

/* Overlay sloj */
.cover {
    z-index: 2;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/* Tekstualni highlight */
.highlighted {
    color: #ffc107;
}

/* Animirani kružići (shapes) */
.shape {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    z-index: 2;
    animation: float 6s ease-in-out infinite;
}

.shape_1 { top: 10%; left: 10%; animation-delay: 0s; }
.shape_2 { top: 30%; right: 10%; animation-delay: 1s; }
.shape_3 { bottom: 10%; left: 20%; animation-delay: 2s; }
.shape_4 { bottom: 20%; right: 15%; animation-delay: 3s; }
.shape_5 { top: 50%; right: 5%; animation-delay: 4s; }

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-40px); }
}

.shape_custom {
    position: absolute;
    width: 300px;
    height: auto;
    z-index: 2;
    pointer-events: none;
    animation: float_custom 6s ease-in-out infinite;
}

.shape_6 {
    bottom: 0px;
    right: 10%;
}

@keyframes float_custom {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Pomoćne Bootstrap-like klase sa "_" */
.position_relative { position: relative !important; }
.position_absolute { position: absolute !important; }
.w_100 { width: 100% !important; }
.h_100 { height: 100% !important; }
.top_0 { top: 0 !important; }
.left_0 { left: 0 !important; }
.d_flex { display: flex !important; }
.align_items_center { align-items: center !important; }
.justify_content_center { justify-content: center !important; }
.text_center { text-align: center !important; }
.text_light { color: #fff !important; }
.fs_1 { font-size: 2.5rem !important; }
.fw_bold { font-weight: 700 !important; }
.mt_4 { margin-top: 2rem !important; }
.me_3 { margin-right: 1rem !important; }

/* Dugmići */
.theme_btn {
    padding: 0.75rem 1.5rem;
    background: #ffc107;
    color: #000;
    border-radius: 4px;
    display: inline-block;
    transition: 0.3s;
    text-decoration: none;
}

.theme_btn.alt {
    background: #fff;
    color: #000;
}

.theme_btn:hover {
    background: #e0a800;
}


.hero_video .cta4 {
    color: #171550;
    border-color: #171550;
}

.hero_video .theme-btn {
    color: var(--primary-color);
}

.hero_video .theme-btn:hover {
    color: white;
}


/*########## END OF MAIN SLIDER ##########*/


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

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

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


.about-item-content h5 {
    font-size: 19px;
}

.about-quote {
    padding: 20px 7px;
    text-align: center;
}

.about-experience {
    background-color: var(--primary-color);
}

.home_highlights {
    padding: 14% 0px;
    background-image: url(/content/uploads/2025/05/xii-beogradska-gimnazija-naslovna4.png);
}

.home_highlights .icon {
    padding-top: 10px;
}

.enroll-area::before {
    background-color: #171550;
}



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

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

.entry-title {
    display: none;
}

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


/****** INTERNAL PAGE ********/


.internal_page_text1 {
    background-image: url(/content/uploads/2025/05/xii-brand-background.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.internal_page_text3 {
    background-image: url(/content/uploads/2025/05/home-about-background.png);
    background-size: cover;
}

.internal_page_text1 h2,
.internal_page_text2 h2,
.internal_page_text3 h2,
.internal_page_text4 h2 {
    margin-bottom: 15px;
    font-size: 30px;
    color: var(--secondary-color);
    line-height: 36px;
    letter-spacing: 1px;
}

.internal_page_text1 h3,
.internal_page_text2 h3,
.internal_page_text3 h3,
.internal_page_text4 h3 {
    margin-bottom: 15px;
    font-size: 24px;
    color: var(--primary-color);
    line-height: 30px;
    letter-spacing: 1px;
}

.photo_carousel_wrapper {
    padding: 40px 0;
}

.photo_carousel_item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}


.document_card {
    position: relative;
    transition: all 0.3s ease;
    background-color: #fff;
    text-align: center;
}

.document_card:hover {
    background-color: #f0f4fa;
    transform: translateY(-4px);
}

.document_icon i {
    color: #091973;
}

.team-area {
    padding: 30px 0px;
}

.team-img img {
    width: 100%;
}

.team-bio h6 {
    font-size: 18px;
    margin-bottom: 10px;
}

.team-bio p {
    min-height: 42px;
    font-size: 13px !important;
    color:  var(--primary-color);
    font-weight: bold;
    letter-spacing: 0px;
    text-transform: uppercase;
}




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

.page_header {
    position: relative;
    margin-top: 0px;
    padding: 6% 0px;
    background-image: url(/content/uploads/2024/11/page-header.png);
    background-image: url(https://xii-gimnazija.lion-web.com//content/uploads/2025/05/xii-beogradska-gimnazija-about-header.png);
    background-image: url(/content/uploads/2026/01/kc-nis-header.png);
    background-size: cover;
    background-position: center;
    text-align: center;
}

.page_header .video_overlay {
    background: linear-gradient(to bottom, rgba(9, 7, 62, 0.9) 0%, rgba(9, 7, 62, 0.7) 20%, rgba(9, 7, 62, 0.3) 60%, rgba(9, 7, 62, 0) 100%);
    z-index: 0;
}

.page_header_content {
    position: relative;
}

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

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

.page_header h1 {
    font-size: 41px;
}

.page_header h4 {
    font-size: 23px;
}

.page_header .breadcrumb_menu li,
.page_header .breadcrumb_menu li a {
    display: inline-block;
}

.page_header .breadcrumb_menu li a:hover {
    color: white;
}

.page_header .breadcrumb_menu .active {
    color: white;
}


.internal_page_menu {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.internal_page_menu li {
    display: inline-block;
}

.internal_page_menu a {
    display: inline-block;
    padding: 8px 19px;
    border: 2px solid var(--primary-color);
    border-radius: 30px;
    font-size: 17px;
    text-decoration: none;
    font-weight: 700;
    color: #0B0641;
    background: #ffffff;
    transition: 0.3s;
}

.internal_page_menu a.active,
.internal_page_menu a:hover {
    background: var(--primary-color);
    color: #ffffff;
}


.about_intro {
    margin-top: 79px;
}

.about_intro_inner {
    width: 65%;
    margin: 0 auto 60px;
}

.about_intro_inner h2 {
    font-size: 2em;
}

.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: var(--primary-color);
}

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

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

.about_intro_video h5 {
    color: white;
    line-height: 30px;
    font-style: italic;
}

.yt_clean_container {
    pointer-events: auto;
}
/* Na mobilnim uređajima smanjujemo visinu */
@media (max-width: 768px) {
    .yt_clean_container {
        height: 300px !important;
    }
}

.about_description {
    margin: 30px auto;
}

.about_description2 {
    margin-top: 30px;
}

.about_description p {
    color: #333333;
}

.about_description ul {
    padding-left: 30px;
    color: #333333;
}

.about_description ul li {
    list-style: disc;
}

.about_desctiption_image {
    padding-left: 0px;
}

.about_desctiption_image p {
    width: 90%;
}


.contact_page {
    margin-top: 80px;
}

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

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

.contact_form_inner textarea {
    height: 100px;
    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);
    font-size: 14px;
}

.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 ***************************************/

.footer-area {
    background-color: #171550;
}

.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;
    box-shadow: 2px -5px 8.6px 0px #0000000F;
    text-align: center;
}

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

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

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

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

.footer-contact li {
    font-size: 13px;
}

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

.copyright .copyright-text {
    font-size: 14px;
}


/*************************************** 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;
    color: var(--secondary-color);
    background-color: var(--primary-color);
}

.all_post_sidebar a {
    color: black;
}

.all_post_sidebar .active a {
    color: var(--secondary-color);
}

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



/*************************** XII BEOGRADSKA GIMNAZIJA RESPOSNIVE *****************************************/

/* Large desktops and laptops (1500px - 1799px) */
@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;
    }
}

/* 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: 56px;
    }
    h3 {
        font-size: 26px;
        line-height: 38px;
    }
    h4 {
        font-size: 20px;
        line-height: 30px;
    }
    h5 {
        font-size: 16px;
        line-height: 24px;
    }
    p {
        font-size: 15px !important;
        line-height: 21px !important;
    }

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

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

    .header_one_homepage {
        background-color: black;
    }

    .custom-logo-link {
        margin-right: 30%;
    }

    .sidebar .custom-logo-link {
        margin-right: 0px;
        margin-left: 10%;
    }

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

    .navbar {
        padding: 0rem;
        background-color: white;
    }

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

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

    .fa-bars {
        color: var(--primary-color);
    }

    #sidebarMenu .favourites i {
        color: white;
    }

    .hero_video {
        height: 50vh;
    }

    .hero_video {
        height: 38vh;
        overflow: hidden;
    }

    .video_wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 120vw; /* više od 100% da ga "prelijemo" */
        height: 120vh;
        transform: translate(-50%, -50%) scale(1.3); /* centriranje + zumiranje */
        transform-origin: center center;
        pointer-events: none;
    }

    .video_wrapper iframe {
        width: 100%;
        height: 100%;
        border: 0;
        display: block;
    }
    .team-area .col-6 {
        padding: 3px;
    }

    .team-item {
        padding: 6px;
    }

    .team-bio span {
        letter-spacing: 0px;
    }

    .team-social-btn {
        bottom: 50px;
        right: -6px;
    }


    .fs_1 {
        font-size: 26px !important;
        line-height: 30px;
    }

    .sliderslide {
        margin-top: 90px;
    }

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

    .home_about {
        padding: 30px 0px;
    }

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

    /****** INTERNAL PAGE *****/
    .internal_page_text2 .row,
    .internal_page_text4 .row {
        flex-direction: column-reverse;
    }

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

    .page_header {
        margin-top: 0px;
        padding-top: 15%;
    }

    .page_header h4 {
        font-size: 19px;
    }

    .internal_page_menu a {
        padding: 6px 11px;
        font-size: 15px;
    }

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

    .about_description img {
        margin-top: 30px;
    }


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

.all_posts .blog-item {
    padding: 0px;
}

.all_posts .all_posts_inner {
    padding: 10px;
}

.all_posts .blog-item-info h4 a {
    color: var(--primary-color);
    font-weight: bold;
}

.all_posts .blog-item-info p {
    margin-bottom: 0px;
}

.blog-item-img a {
    width: 100%;
}

.all_posts .blog-item-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.all_posts .blog-date {
    top: 10px;
    font-size: 14px;
}

.blog-title {
    margin-bottom: 10px;
}

.all_posts .blog-item-info h4 {
    min-height: 40px;
}

.all_posts .blog-item-info h4 a {
    font-size: 16px;
}

/*########## 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 {
    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(--secondary-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;
    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;
  }









/*###################################################################################################### KC NIŠ ###################################################################################*/
body {
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
}

.border-none {
    border: none !important;
}

#ajaxsearchlite1 {
    padding: 2px 0px;
    border: 1px solid #e4e4e4;
    box-shadow: none;
}

.glink {
    margin: 0px 5px;
}

/* Dropdown transition */
.group:hover .group-hover\:visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.group:hover > a {
    background-color: #0098DA !important;
    color: #ffffff !important;
}

/* 2. IKONICA U RODITELJU: Strelica postaje bela na hover */
.group:hover > a i {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* 3. DROPDOWN KONTEJNER: Osnovna pozadina je bela sa senkom */
.group:hover .absolute.top-full {
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0; /* Suptilni border oko celog menija */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* 4. STAVKE UNUTAR DROPDOWN-A: Osnovno stanje (bela pozadina, tamni tekst) */
.group .absolute.top-full a {
    background-color: #ffffff !important;
    color: #4C4867 !important;
    border-bottom: 1px solid #f1f5f9 !important;
    transition: all 0.2s ease;
}

/* 5. HOVER NA STAVKU UNUTAR DROPDOWN-A: Postaje svetlo plava sa belim tekstom */
.group .absolute.top-full a:hover {
    background-color: #0098DA !important;
    color: #ffffff !important;
}

/* 6. IKONICE UNUTAR DROPDOWN-A: Plave u mirnom stanju, bele na hover */
.group .absolute.top-full a i {
    color: #0098DA !important;
    transition: color 0.2s ease;
}

.group .absolute.top-full a:hover i {
    color: #ffffff !important;
}

/* Slider Animations */
.slide-content {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.7s ease-out;
}

.active .slide-content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.slide-bg {
  transform: scale(1);
  transition: transform 6s ease-out;
}

.active .slide-bg {
  transform: scale(1.05);
}

/* About Section Animations */
.fade_on_scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fade_on_scroll.is_visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes orbit-cw {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes orbit-ccw {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}
@keyframes float-y {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

.animate-orbit-cw {
  animation: orbit-cw 30s linear infinite;
}
.animate-orbit-ccw {
  animation: orbit-ccw 40s linear infinite;
}
.animate-float {
  animation: float-y 6s ease-in-out infinite;
}

/* Pause animations on hover */
.group:hover .animate-orbit-cw,
.group:hover .animate-orbit-ccw,
.group:hover .animate-float {
  animation-play-state: paused;
}

.dots-pattern {
  background-image: radial-gradient(#cbd5e1 1.5px, transparent 1.5px);
  background-size: 12px 12px;
}

/* Forsiranje vidljivosti strelica na hover sekcije */
section.group:hover #prevBtn,
section.group:hover #nextBtn {
  opacity: 1 !important;
  transform: translateX(0) translateY(-50%) !important;
}

/* Osiguraj da su strelice iznad svih overlay-a */
#prevBtn, #nextBtn {
  z-index: 50;
  pointer-events: auto;
}

/* Definicija animacije ako je već nemate */
@keyframes ticker {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.animate_ticker {
    display: inline-flex;
    animation: ticker 30s linear infinite;
    will-change: transform;
}

/* Pauzira kretanje na hover */
.group:hover .animate_ticker {
    animation-play-state: paused !important;
    cursor: pointer;
}

/* Boja na hover koju si tražio */
.ticker_link:hover {
    color: #3bbcf2 !important;
}

.highlight_wrapper {
    padding: 15px 0px;
    background-image: url(/content/uploads/2026/02/home-highlights-background.png);
}

.highlight_wrapper .text_container {
    height: auto;
}

.highlight_item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Dropdown transition */
.group:hover .group-hover\:visible {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(0);
}


/* Animacija za kruženje (orbit) */
  @keyframes orbit_animation {
    from {
      transform: rotate(0deg) translateX(5px) rotate(0deg);
    }
    to {
      transform: rotate(360deg) translateX(5px) rotate(-360deg);
    }
  }

  .highlight_wrapper {
    overflow: visible !important;
  }
  
  .highlight_item {
    position: relative;
    overflow: visible !important;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* Kružić (Dot) - Inicijalno sakriven i pozicioniran */
  .nav_dot {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 12px;
    height: 12px;
    background_color: #0098DA;
    background-color: #0098DA; /* Fallback */
    border: 2px solid #052668;
    border-radius: 9999px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 50;
    pointer-events: none;
  }

  /* Aktivacija na hover: Prikaz i pokretanje rotacije */
  .highlight_item:hover .nav_dot {
    opacity: 1 !important;
    animation: orbit_animation 2s linear infinite;
  }

  /* Fiksni kontejner za tekst radi poravnanja */
  .text_container {
    height: 56px; 
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 1.5rem; /* Razmak od ikone */
  }

.bg-light-gray {
    background-color: #f1f4f8;
}

.contact-homepage .icon-box {
    width: 40px;
    height: 40px;
    background-color: #3e4666; /* Tvoja tamno-plava */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    flex-shrink: 0;
}

.contact-homepage .hover-blue:hover {
    color: #00a1e4 !important;
}

.contact-list li {
    font-size: 1.1rem;
}

/* Stetoskop (ako želiš onu sliku sa strane) */
.contact-homepage {
    position: relative;
}

/* Na mobilnom mapa ide ispod, na desktopu su jedno pored drugog */
@media (max-width: 991px) {
    .contact-homepage iframe {
        height: 350px !important;
        min-height: 350px !important;
    }
}



/*** INFORMATOR ZA PACIJENTE ****/
/* 1. FORCE VISIBILITY - Ovo direktno poništava taj visibility: collapse */
.informator-wrapper .accordion-collapse.collapse {
    visibility: visible !important;
    display: none !important;
}

/* 2. Kada je harmonika otvorena (ima klasu .show) */
.informator-wrapper .accordion-collapse.collapse.show {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
}

/* 3. Stilovi za Tabove (Dizajn sa screenshota) */
.informator-wrapper .nav-pills .nav-link { 
    background: #fff; 
    color: #444; 
    border: 1px solid #eee; 
    margin: 0 5px; 
    transition: 0.3s; 
    border-radius: 50px !important;
}
.informator-wrapper .nav-pills .nav-link.active { 
    background: #00a1e4 !important; 
    color: #fff !important; 
    border-color: #00a1e4; 
    box-shadow: 0 4px 15px rgba(0, 161, 228, 0.2);
}

/* 4. Stilovi za Harmonike */
.informator-wrapper .accordion-button { 
    background: #fff; 
    color: #333; 
    font-weight: 600; 
    box-shadow: none !important; 
    border: none !important; 
    padding: 1.5rem;
}
/* Kada je harmonika OTVORENA */
.informator-wrapper .accordion-button:not(.collapsed) {
    background-color: #3e4666 !important;
    color: white !important;
}

/* Opciono: Promeni boju ikonice (strelice) u belu kada je harmonika otvorena */
.informator-wrapper .accordion-button:not(.collapsed) i {
    color: white !important;
}

/* Kada je harmonika ZATVORENA (da bi bio siguran u osnovni stil) */
.informator-wrapper .accordion-button.collapsed {
    background-color: #ffffff;
    color: #333;
}
.informator-wrapper .accordion-button i { 
    transition: 0.3s; 
    margin-right: 15px; 
    font-size: 0.8rem;
}
.informator-wrapper .accordion-button:not(.collapsed) i { 
    transform: rotate(90deg); 
}
.informator-wrapper .accordion-button::after { 
    display: none !important; 
}
.informator-wrapper .accordion-body { 
    padding: 1.5rem 3rem !important; 
    line-height: 1.8; 
    color: #555; 
    background: #fff; 
    border-top: 1px solid #f0f0f0;
}

.contact-img {
    margin-top: 30px;
}

.contact-img::before {
    background: var(--secondary-color);
}

.footer-logo {
  margin-top: 0px;
}

.info-card .footer-logo img {
    max-width: 260px !important;
}

.info-card hr {
    color: white;
    background-color: white;
    height: 1px;
    margin-bottom: 10px;
}

.footer-logo img {
  width: 100%;
  margin: 0 auto;
}


    /* Glavni kontejner footera */
.custom-footer {
    background-color: #4c4867; /* Tamno plava boja sa slike */
    color: #ffffff;
    padding-top: 0;
    position: relative;
}

/* Plavi box koji štrči (negativna margina) */
.info-card {
    background-color: #0093d5; /* Svetlija plava */
    padding: 10px 15px;
    margin-top: -60px; /* Ovo izvlači box nagore */
    min-height: 400px;
    border-radius: 4px 4px 0 0;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.2);
}

.info-card .footer-logo img {
    max-width: 60px;
    display: block;
    margin-bottom: 15px;
}

.logo-text {
    font-size: 1.2rem;
    font-weight: bold;
    display: block;
    line-height: 1.2;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    margin-bottom: 20px;
}

/* Stilovi za liste */
.footer-widget-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 40px;
}

.footer-list {
    list-style: none;
    padding: 0;
}

.footer-list li {
    margin-bottom: 12px;
}

.footer-list li a {
    color: rgba(255,255,255,0.8);
    transition: 0.3s;
}

.footer-list li a:hover {
    color: #0093d5;
    padding-left: 5px;
}

/* Donja crna traka */
.footer-bottom {
    background-color: #3f3c52;
    padding: 15px 0;
    font-size: 14px;
    margin-top: 15px;
}

.footer-bottom a {
    color: #ffffff;
}

.info-content {
    padding-left: 30px;
}

/* Info ikonice u plavom boxu */
.info-content p {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.info-content i {
    margin-right: 10px;
}

.site-title-tagline {
    color: var(--secondary-color);
    position: relative;
    border-bottom: 2px solid var(--secondarys-color);
}

.all_post_sidebar h3,
.all_post_sidebar .active a,
.post_categories,
.blog_category_badge {
    color: white;
}






/*###################################################################################################### RESPONSIVE  ###################################################################################*/

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

    /* Global */
    section {
        padding-top: 3%;
    }
    .navbar {
        padding: 0rem 1rem;
        z-index: 10;
    }
    .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;
    }
    .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;
    }

    .home_blog_first a img,
    .home_blog_second a img {
        height: 180px;
    }
    .home_blog_second .blog-item {
        display: block !important; /* umesto flex */
    }

    .home_blog_first a,
    .home_blog_second a,
    .home_blog_first a img,
    .home_blog_second a img {
        width: 100%;
    }
    .home_blog_second .blog-item-img {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .home_blog_second .blog-item-info {
        padding-left: 0 !important;
    }

    .home_contact iframe {
        height: 233px;
    }

    .baner-text{
        top: 12em;
    }
    #statistic-div{
        width: 100%!important;
    }
    #users-div{
        width: 100%!important;
    }
    .pagination_wrapper {
        width: 100%;
    }
    /* Shop */
    .product-breadcrumb {
        display: none;
    }
    .sidebar-nav-rec {
        padding: 6%;
    }
    /* 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;
    }

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

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

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



/***** KC NIŠ RESPOSNIVE *****/
@media only screen and (max-width: 992px){
    header img {
        max-width: 210px;
    }
}