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

.home_shortcuts {
    display: none;
}

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


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

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

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

body {
    font-size: 16px
}

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.mobile_only {
    display: none;
}

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

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

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

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

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

.info-contact {
    display: flex;
}

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

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

a.connected{
    color: #fff;
}

.contact_icons{
    display: inline-flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-search {
    width: 140px;
}

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

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

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

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

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

.navbar{
    z-index: 1;
}

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

.home_shortcut img {
    opacity: .8;
}

.home_shortcut img:hover {
    opacity: 1;
}

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

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

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

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

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

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

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

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

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

.home_image_cta img {
    width: 100%;
}

.home_image_cta_img1 {
    padding-left: 0px
}

.home_image_cta_img2 {
    padding-right: 0px;
}

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

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

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

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

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

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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.specification img {
    height: 100px;
}

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

.specification p {
    width: 100%;
}

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

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

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

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

.home_contact .contact_info {
    padding: 6%;
}

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

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

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

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

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

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

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

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


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

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

.top_bar_delivery p {
    display: inline-block;
}

.top_bar_right a {
    text-decoration: none;
}

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

.shopping_cart_wrapper {
    position: relative;
}

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

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

.shopping_cart {
    width: 21px;
}

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

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

.post-type-archive-product .user_profile {
    padding: 8px 10px;
}

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

a:focus {
    outline: none;
}

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


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

#ajaxsearchlite1 {
    border-radius: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.owl-carousel button.owl-dot {
    background-color: #ffffff8a;
    padding: 6px !important;
    margin: 3px;
    border-radius: 50%;
}

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


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

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

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



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

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

.home_latest_post_body {
    padding: 15px;
}

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

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

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

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

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

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

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

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

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

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

.product_category_products {
    padding: 10px 3%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product_cart i {
    color: #ffffffc9;
}

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

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

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

.product_price p {
    display: inline-block;
}

.home_premium_products {
    margin: 6% 0px;
}

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

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






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

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

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

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

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

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

.about_intro {
    margin-top: 79px;
}

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

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

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

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

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

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

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

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

.about_description2 {
    margin-top: 30px;
}

.about_description p {
    color: #333333;
}

.about_desctiption_image {
    padding-left: 0px;
}

.about_desctiption_image p {
    width: 90%;
}


.contact_page {
    margin-top: 80px;
}

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

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

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

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

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

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

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

.blog_filters {
    width: 36%;
}

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

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

.all_post_sidebar ul li {
    padding: 0px;
}

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

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

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

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

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

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

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

.single_post_share {
    text-align: right;
}

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

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

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

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

.single_post_cta p {
    width: 90%;
}



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

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

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

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

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

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

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

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

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

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

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


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

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

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

.single_product_title {
    font-size: 40px;
}

.single_product_categories a {
    text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-image {
    position: relative;
}

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#products_wrapper .product_cart {
    top: 30px;
} 

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

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

.events_cta_wrapper {
    margin-top: 3%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

}

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

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

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

    .header_one_homepage {
        background-color: black;
    }

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

    .navbar {
        padding: 0rem;
    }

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

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

    .fa-bars {
        color: white;
    }

    #sidebarMenu .favourites i {
        color: white;
    }

    .sliderslide {
        margin-top: 0px;
    }

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

    .hero_cta {
        padding-bottom: 46px;
    }

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

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

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

    .product_category_info {
        padding: 25% 0px;
    }

    .product_category_products {
        padding: 0px;
    }

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

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

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

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

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

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

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

    .home_premium_products_subtitle {
        width: 100%;
    }

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

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

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

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

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

    .home_cta_info2 {
        margin-bottom: 30px;
    }

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

    .home_banner1 {
        margin-top: 30px;
    }

    .home_latest_post_body h5 {
        min-height: inherit;
    }

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

    .newsletter_section {
        height: auto;
    }

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

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

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

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

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

    .page_header {
        padding-top: 25%;
    }

    .about_intro {
        margin-top: 30px;
    }

    .about_intro_inner {
        width: 100%;
    }

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

    .about_video_wrapper {
        height: 200px;
    }

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

    .about_desctiption_image p {
        width: 100%;
    }


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

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

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

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


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

    .all_post_sidebar {
        margin-bottom: 30px;
    }

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

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


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

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

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

    .single_product_details {
        margin-top: 30px;
    }

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

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

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

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

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

}

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






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

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

.parallax p{
    margin-bottom: 0;
}

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

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

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

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

.stats {
  text-align: center;
}

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

.count-simbols{
    margin: auto;
}

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

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

/* intro */

.intro {
    background-color: #f8f8f8;
}

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

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

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

/* about */

.about{
    background-color: #f8f8f8;
}

.about h2 {
    font-weight: 700;
}

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

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

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

/* team */

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

.team h2 {
    font-weight: 700;
}

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

/* counter */

.counter {
    text-align: center;
}

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

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

/* footer */

.footer {
    background: #f8f8f8;
}

.footer h2 {
    font-weight: 600;
}

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

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

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

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

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

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

.services p {
    text-align: center;
}

.service_hero {
    position: relative;
}

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

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

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

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

.service p {
    text-align: justify;
}

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

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

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

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

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

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

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

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

.service_sidebar {
    padding: 5% 10%;
}

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

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

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

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

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

.blog_sidebar_blogs {
    padding-left: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact-form {
    padding: 3em;
}

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

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

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

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

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

.contact-info{
    padding: 2em;
}

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card{
    margin-bottom: 15px;
}

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

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


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

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

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

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

.category_list {
    list-style: none;
}

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

#order_title {
    margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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





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

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

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

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

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

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

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

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

.products{
    margin-top: 2em;
}

.products_presentational {
    margin-top: 0px;
}

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

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

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

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

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

}

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

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

}


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pad{
    padding-left: 2em;
}

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

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

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

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

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

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

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

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

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

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

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

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

.call{
    display: none;
}

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

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

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

.carousel_single_product {
    margin-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

footer li {
    list-style: none;
}

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

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

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

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

.contact_list li a {
    color: #858383;
}


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

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

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

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

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

.privacy_policy a:hover {
    color: white;
}

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

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

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

.socicon1{

    width: 10%;
}

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

/* Checkout */

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

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

.notification_message {
    display: block;
}

#first_checkout {
    padding: 33px;
}

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

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

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

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

.uslov {
    margin-top: 1.5rem;
}

.uslov1 {
    margin-top: 0px;
}

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

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

.cart_product_img {
    max-width: 100%;
}

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

.cart_product_price {
    margin: 0px;
}

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

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

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

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

.none_registred_user_first {
    display: block;
}


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

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

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

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

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

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

.comment-produc{

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Kategorije mali menu */

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

  .show-blog{
      display: none;
  }

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

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

  .katmeni{
      background-color: #fff;
  }

  .katmeni a{
      color: #000;
  }

  .pricemenu{
      margin-left: 0.5em;
  }




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

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

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

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

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



/***************** GLOBAL CLASSES *****************/
.product-image a img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.product_badge img {
    height: auto !important;
}

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

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

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

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

.animate_parallax.visible {
    opacity: 1;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


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

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

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

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

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

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

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

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

.home_products_carousel_wrapper {
    margin: 60px 0px;
}

.product_category_inner {
    padding-left: 19%;
}

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

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

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

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

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


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

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

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

.product_badge {
    right: 6px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.checkmark {
  display: none;
}

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

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

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

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

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

.product-card {
    position: relative;
}

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.home_news_feed h6 {
    text-transform: uppercase;
}

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

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

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

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

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

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

.rectangle {
    height: 300px;
}

.tall_right {
    height: 680px;
}

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

.product_category_inner {
    padding-left: 1rem;
}

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

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

.newsletter_section {
    background-color: white;
}

.newsletter_section h4:after {
    display: none;
}

.footer_main {
    background-color: #EEE4DA;
}

footer a,
footer p {
    color: black;
}

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

.footer_payment_logos {
    width: 180px;
}

.modal.show .modal-dialog {
    margin-top: 0px !important;
}

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

.bapf_sfilter {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


ins {
    background: #eee4da;
}

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

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


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

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

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

.single_product_cart_wrapper {
    position: relative;
}

.single_product_page .variations_form {
    border: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

.upsells {
    display: none;
}

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

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

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

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



 .masonry_grid {
    column-count: 3;
    column-gap: 1.5rem;
}

@media (max-width: 992px) {
    .masonry_grid {
        column-count: 2;
    }
}

@media (max-width: 576px) {
    .masonry_grid {
        column-count: 1;
    }
}

.masonry_item {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

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

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

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

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

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

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

.home_latest_post_body h5 {
    min-height: inherit;
}

.blog_category_badge {
    background-color: #EEE4DA;
}

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

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

/***************** ABOUT *****************/
.page_header_o-nama,
.page_header_kontakt {
    background-image: url(/content/uploads/2025/08/header-about.jpg);
}

.video_wrapper {
    position: relative;
    width: 80%;
    margin: 0px auto;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
}

.custom_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}

.about_video_wrapper {
    height: 460px;
    margin-top: 310px;
    padding: 30px 0px;
    background-color: #eee4da;
}

.about_description2 {
    margin-top: 100px;
    margin-bottom: 70px;
}

.animate_on_scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease-out;
}

.animate_on_scroll.visible {
    opacity: 1;
    transform: translateY(0);
}
/***************** ABOUT *****************/

/***************** CONTACT *****************/
.contact_page_modern {
    background-color: #f9f9f9;
}

.contact_info_box {
    background: linear-gradient(135deg, #1b1b1b, #3c3c3c);
    color: #fff;
}

.contact_link {
    color: #fff;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.contact_link:hover {
    color: #ffc107;
}

.contact_form_box h3 {
    color: #222;
}

.text_primary {
    color: #bd925d;
}

@media (max-width: 768px) {
    .contact_form_box {
        padding: 2rem;
    }
}

.section-wrapper2:before {
    display: none;
}

.section-wrapper2:after {
    background: none;
}

.icon-bx-wraper.style-4 {
    padding: 30px;
}

.icon-bx-wraper.style-4:before {
    background: none;
    border: 1px solid #414141;
}

.icon-bx-wraper.style-4:hover, .icon-bx-wraper.style-4.active {
    background: #f1e7dc;
}

.icon-bx-wraper.style-4 .dz-title, .icon-bx-wraper.style-4 .dz-title a  {
    font-size: 19px;
    color: #2e2e2e;
    font-weight: normal;
    line-height: 23px;
    letter-spacing: 1px;
}

.icon-bx-wraper.style-4 p {
    color: #2e2e2e;
}







/****************************** METHOD TO GREAT ****************************************/


.switcher-btn-bx {
    display: none;
}

.site-header.style-2 .logo-header img {
    max-width: 230px;
}

@media only screen and (min-width: 992px) {
    .site-header.style-2 .header-nav .nav > li > a {
        padding: 30px 14px;
        color: black;
    }

    .site-header.style-2 .header-nav .nav > li > a:before {
        height: 2px;
    }

    .user_profile {
        margin-right: 30px;
    }
}

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

.main_slider {
    margin-top: 79px;
}

.main-bnr-four .banner-inner:before {
    background-color: #D8C8B5;
}

.main-bnr-four .banner-inner {
    min-height: 520px;
    padding-top: 10%;
}

.main-bnr-four .num-pagination .btn-prev i, .main-bnr-four .num-pagination .btn-next i {
    color: white;
}

.main-bnr-four .num-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: var(--secondary);
}

.banner-content h1 {
    font-size: 36px;
    color: white;
    font-weight: bold;
    line-height: 46px;
    text-transform: none;
}

.main-bnr-four .banner-content .sub-title {
    font-size: 21px;
    font-weight: 400;
}

.cta2 {
    padding: 13px 50px;
    color: var(--secondary-color);
    background-color: #DBDBDB;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    border-bottom: 3px solid black;
    text-decoration: none;
    letter-spacing: 1px;
}

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

.home_about { padding: 100px 0 0px; }
.home_about_left { margin-bottom: 24px; }
.home_about_title { margin-bottom: 16px; padding-left: 0px; }
.home_about_intro { margin-bottom: 0; }
.home_about_right p { margin-bottom: 16px; }
.home_about_emphasis { font-weight: 600; letter-spacing: .2px; }

/* mobile tweaks */
@media (max-width: 991.98px){
  .home_about { padding: 56px 0; }
  .home_about_right { margin-top: 24px; }
}


.section-wrapper2 {
    z-index: 1;
}

.home_highlight .icon-bx-wraper img {
    max-width: 100px;
}

.home_services {
    margin: 60px 0px;
    padding: 60px 0px;
    background-image: url(/content/uploads/2025/09/home-services-background.png);
    background-size: cover;
}

.home_title {
    margin-bottom: 30px;
    font-weight: 500;
    text-transform: none;
}

.home_services .owl-stage {
    padding: 10px 0px 30px;
}

.carousel_progress_wrapper {
    height: 2px;
}

.home_media_carousel_wrapper { position: relative; }
.media_card { text-align: center; }
.media_card_image_link { display: block; }
.media_card_image { width: 100%; height: auto; display: block; }
.media_card_caption { margin-top: 12px; }

.carousel_progress_wrapper {
  position: relative;
  height: 4px;
  background: rgba(0,0,0,.08);
  border-radius: 2px;
  margin-top: 16px;
  overflow: hidden;
}
.carousel_progress_indicator {
  position: absolute;
  top: 0; left: 0;
  height: 100%;
  background: currentColor; /* preuzeće boju iz parenta; po želji promeni */
}

.about-bx3 .dz-media:after {
    opacity: 1;
}

.about-bx3 .dz-media img {
    position: relative;
    z-index: 1;
}

.about-bx3 .dz-media:after {
    background-image: url(/content/uploads/2025/09/home-services-background.png);
    background-size: cover;
}

.about-bx3 .dz-media .title {
    top: 70%;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    color: white;
    background-color: black;
    text-align: left;
}

.about-bx3 .dz-media .title span {
    display: block;
    padding-left: 10px;
    font-size: 26px;
    background-color: #B8B8B8;
    font-weight: normal;
}

.home_blog {
    margin: 6% 0px 1%;
    padding: 60px 0px;
    background-color: inherit;
}

.home_blog .dz-title {
    font-size: 19px;
    text-transform: none;
    line-height: 29px;
}

.dz-card.style-4:after {
    background-color: #4B4B4B;
}

.dz-card.style-4 .post-date {
    background-color: #D8C8B5;
}

.home_reviews {
    position: relative;
    background: url(/content/uploads/2025/09/mg-background.png) no-repeat top left;
    background-size: 400px;
    background-position: left 0px top -10px; /* pomeri 80px iznad i ulevo */
}



.site-footer.style-3 .footer-top {
    background-color: #4B4B4B;
}

.site-footer.style-3 .sub-footer-title {
    color: #d8c8b5;
}

.site-footer.style-3 .footer-bottom .copyright-text {
    color: black;
}

.footer-top {
    background-image: url(/content/uploads/2025/09/mg-footer-background.png);
    background-position-x: center;
}

.page_header {
    padding: 15% 0px 6%;
}

.page_header::before {
    background: none;
}

.page_header h1,
.page_header p {
    color: black;
}

.page_header_about,
.page_header_blog {
    background-image: url(/content/uploads/2025/09/about-header-background.png);
}

.about_page .content-inner {
    padding-top: 30px;
}

.about-bx1 .about-content .sub-title {
    width: auto;
}

.about-bx1 .about-content h2,
.about_team h2 {
    margin: 0px 0px 30px !important;
}

.gym-text span, .gym-text-2 span {
    font-size: 110px;
}

.gym-text-2 span {
    -webkit-text-stroke: 2px white;
}

.about_page i[class^=flaticon-]:before, .about_page i[class*=" flaticon-"]:before {
    color: white;
}

.about_team {
    margin: 6% 0px;
}

.home_latest_post_body h5 {
    text-transform: inherit;
}

.page_header_post,
.page_header_product,
.page_header_cart,
.page_header_checkout {
    padding: 5% 0px;
    background-color: white;
}

.page_header_shop {
    background-image: url(/content/uploads/2025/09/shop-header-background.png);
}

.page_header_contact {
    background-image: url(/content/uploads/2025/09/contact-header-background.png);
}

.page_header_shop h1 {
    display: block;
}

.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
    max-width: 100%;
    margin: 0 auto;
}

.contact_map_section iframe {
    height: 600px !important;
}

.contact_map_section img {
    height: 700px !important;
}

.single_service_page h2 {
    font-size: 29px;
    text-transform: none;
}

.single_service_page h3 {
    font-size: 25px;
    text-transform: none;
}

.single_service_page h4 {
    font-size: 21px;
    text-transform: none;
}

.single_service_page .col-xl-8 ul {
    margin-bottom: 30px;
}

.single_service_page .col-xl-8 ol {
    margin-left: 0px;
    padding-left: 0px;
}

.single_service_page .col-xl-8 ol li {
    margin-left: 30px;
    list-style: auto;
}

.single_service_page .col-xl-8 ul li {
    margin-left: 30px;
    list-style: disc;
}

.service_menu_nav ul li a:before, .service_menu_nav ul li a:after {
    background-color: #D8C8B5;
}

.single_service_page .side-bar img {
    max-width: 90px;
}

.page-id-271 .entry-header,
.page-id-9985 .entry-header {
    display: none;
}

.page-id-65 .page_header {
    background-image: url(/content/uploads/2025/09/about-header-background.png);
}

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

    .site-header.style-2 .logo-header img {
        max-width: 80px;
        max-width: 210px;
    }

    .navicon {
        background-color: inherit;
        box-shadow: none;
    }

    .site-header.style-2 .navbar-toggler {
        margin: 30px 0 16px 5px;
    }

    .icon-bx-wraper.style-4 .icon-bx img {
        width: 90px;
    }

    .gym-text span, .gym-text-2 span {
        font-size: 60px;
    }

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

    .all_products .product_name {
        min-height: 41px;
    }

    .product-image {
        margin-bottom: 30px;
    }

    .single_product_add_to_favourites {
        left: 80%;
    }

    .contact_map_section iframe {
        height: 400px !important;
    }

}

@media only screen and (max-width: 600px) {
    .page_header {
        margin-top: 60px !important;
    }

    .page_header_product,
    .page_header_post {
        margin-top: 0px !important;
    }
}




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

@media (max-width: 1299px) {

    .about-bx3 .dz-content .list-italic li {
        font-size: 14px;
    }

    .home_highlight .container {
        max-width: 100%;
    }

    .home_highlight .col-md-6 {
        padding: 0px;
    }

    .dz-team.style-3 .dz-name {
        font-size: 19px !important;
    }

    .dz-team.style-3 .dz-content {
        width: 90%;
        padding: 6px 10px;
    }

    .product-image a img {
        height: 200px;
    }
}


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

    /* Global */
    section {
        padding-top: 3%;
    }
    .navbar {
        padding: 0rem 1rem;
    }
    .navbar-toggler {
        padding: 0.1rem 0.5rem;
    }
    .fa-bars {
        font-size: 25px;
    }
    .top-banner-icon {
        color: var(--primary-color);
    }

    .title {
        font-size: 1.3em;
    }
    .subtitle {
        font-size: 1em;
    }
    .privacy_policy {
        text-align: center;
    }

    /* Homepage */
    .sliderslide {
        padding-top: 0px;
    }
    .sliderslide .item {
        height: 400px;
        margin-bottom: 0px
    }
    .sliderslide .item .cover {
        padding-bottom: 10px;
        align-items: end;
    }
    .sliderslide .item .cover .header-content .line {
        border: 2px solid var(--primary-color);
    }
    .sliderslide .item .cover .header-content {
        width: 100%;
        padding: 10px;
    }
    .sliderslide .item .cover .header-content h1 {
        margin: 0px;
    }
    .sliderslide .item .cover .header-content p  {
        font-size: 16px;
    }
    .header-content button {
        padding: 3px 10px !important;
        border-radius: 10px !important;
        font-size: 20px !important;
        font-weight: 400;
        height: auto;
    }
    .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;
    }

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

    .single_product_title {
        font-size: 31px;
    }
}

@media only screen and (max-width: 410px) {
    .button-add-to-cart {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 361px){
    .button-add-to-cart {
        margin-left: 5px;
    }
}


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

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

    .navbar-brand {
        display: none;
    }

    .shopping_cart_count {
        right: -15px;
    }

    .sliderslide {
        margin-top: 0px;
    }

    .sliderslide .item {
        height: 460px;
    }

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

    .sliderslide h4 {
        margin-top: 10px;
        margin-bottom: 16px;
    }

    .sliderslide .cta3 {
        display: inline-block;
        margin-top: 10px;
    }

    .product_category_inner {
        margin-bottom: 30px !important;
    }

    .product_category_inner h2 {
        line-height: 60px;
    }

    .home_product_carousel_column .cta4 {
        display: inline-block;
        margin-top: 30px;
    }

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

    .footer_copyright p {
        font-size: 13px !important;
    }

    .secColMea {
    height: auto;
  }

  .secColMea__content--item {
    flex-direction: column;
    height: auto;
  }

  .itemElem {
    width: 100%;
    height: 50vh;
  }

  .itemElem--infos {
    min-height: auto;
    padding: 30px 20px;
    background: rgba(0, 0, 0, 0.2) !important;
  }

  .itemElem h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }

  .caption {
    font-size: 0.9rem;
  }

  .blk__btn .btn {
    opacity: 1; /* dugme uvek vidljivo na mobilnim */
    font-size: 0.9rem;
  }

  .itemElem:hover {
    width: 100% !important;
  }

  .secColMea__content--item:hover .itemElem:not(:hover) {
    width: 100% !important;
  }

  .itemElem:hover .itemElem--infos > div {
    transform: none;
  }

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

  .page_header {
    margin-top: -86px;
  }

  .about_video_wrapper {
    height: 200px;
    margin-top: 210px;
    padding: 100px 0px;
    background-color: #eee4da;
  }

   .about_description2 {
    margin-top: 30px;
  }

  .single_product_page .col-md-6 {
    padding: 0px;
  }

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

  .single_product_cart_wrapper {
    padding: 0px;
  }

  .variations .label {
    display: block;
  }

  .single_add_to_cart_button {
    padding: 15px;
  }

  .single_product_add_to_favourites {
    display: none;
  }

  .woocommerce-Tabs-panel {
    padding: 0px !important;
  }



}