#logo {
    padding: 0px 0 0px;
}

header{
    background-color: #000;
    /* position:relative; */
}
header.fixed{
    /* position:fixed; */
}
.header-right {
    margin: 5px 0px 0 0;
}
header #menu >.nav-responsive > ul > li > a {
    padding: 0px 11.5px 0px;
}
header #menu.navbar {
    padding: 0;
    margin: 15px 0 0;
    min-height: 35px;
}
header .header-right #cart > .btn {
    height: 40px;
}    
.haeder_icon {
    height: 40px;
}   

.home-subbanner {
/*   margin-top: 0.6px; */
}

.home-subbanner1 {
    margin-top: 0px;
	position: relative;
}

.banner-button {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: 1px #ffffff solid;
	color: black;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 40px;
	background-color: #ffffff;
	transition-duration: 0.2s;
}

.banner-button-1 {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: 1px #ffffff solid;
	color: black;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 40px;
	background-color: #ffffff;
	transition-duration: 0.2s;
}

.banner-button:hover {
	background-color: #dddddd;
	border: 1px #dddddd solid;
}

.banner-button-1:hover {
	background-color: #f6f6f6;
	border: 1px #f6f6f6 solid;
}

.content-top-breadcum {
    margin-top: 50px;
}

@media (max-width: 991px){
    header .responsive-bar {
        padding: 4px 0;
    }
    header #logo {
    padding: 3px 0px 0px;
    }
    
    header.fixed {
  position: fixed !important; 
    }
    
    .footer-top-middle h5.footer-logo, .footer-top-middle .footer-common{
        
        display:none !important;
    }
    .only_for_mobile{
        display:block !important;
    }
    
}

@media (max-width: 767px){
    
    .common-home header{
    position:fixed !important; 
    }
    
   .home-subbanner {
        /* margin-top: 49px; */
    }
	
.home-subbanner1 {
        margin-top: 0px;
    }	
    
    .header-search .action.search {
    z-index: 9;
    }

    body.account-order #content .table-responsive {
    float: none !important;
  }
}

footer .bottom-footer {
    display: none;
}
.only_for_mobile{
        display:none ;
    }
    
.footer_block h5.collapsed .icon em{
    display:none;
}

.content-top-breadcum {
    height: 0px;}
	
.izdelek {
	margin: 0 auto;
	display: inline-block;
	border: 0.5px solid white;
    padding: 2%;}
	
.izdelek:hover{
    border: 0.5px solid LightGray;}

.radio {
    /*float: left;*/
    margin-top: 1px;
}

.radio + .radio {
    margin-top: 1px;
}

/* === Global Resets and Shared Base Styles === */
/*
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*/

.banner-container-hb {
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin: auto;
}

.banner-img-hb {
  width: 100%;
  height: auto;
  display: block;
}

.desktop-only-hb {
  display: block;
}

.mobile-only-hb {
  display: none;
}

/* === BANNER TYPE 1: Split Feature Banner === */
.overlay-wrapper-hb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.left-overlay-hb,
.right-overlay-hb {
  width: 50%;
  height: 100%;
  padding: clamp(0px, 2vw, 100px) clamp(0px, 2vw, 0px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.right-overlay-hb {
  padding-right: 9%;
  align-items: center;
  justify-content: flex-end;
}

.left-overlay-hb {
  padding-left: 4%;
  align-items: flex-start;
}

.text-content-hb h1 {
  font-size: clamp(20px, 2vw, 36px);
  font-weight: 1000;
  color: #444444;
  line-height: 1.2em;
  margin-bottom: 1vw;
}

.text-content-hb p {
  font-size: clamp(14px, 1.5vw, 24px);
  color: #666;
  margin-bottom: 3vw;
}

.more-info-hb {
  margin-top: 1.5vw;
  font-weight: bold;
  color: black;
  text-decoration: underline;
  font-size: 1.1vw;
}

.button-group-hb {
  display: flex;
  width: 100%;
  gap: 2vw;
  padding-bottom: clamp(0px, 2vw, 100px);
}

.button-group-hb a {
  flex: 1;
  min-width: 110px;
}

.button-group-hb button {
  width: 100%;
  font-size: clamp(10px, 1vw, 18px);
  border-radius: 40px;
  background-color: white;
  font-weight: bold;
  border: 0px solid #000;
  cursor: pointer;
  transition: background 0.3s;
  white-space: nowrap;
  height: clamp(40px, 4vw, 55px);
}

.button-group-hb button:hover {
  background-color: #ddd;
}

.button-group-mobile-hb {
  display: none;
}

.button-group-mobile-hb a {
  flex: 1 1 48%;
}

.button-group-mobile-hb button {
  width: 100%;
  /* padding: clamp(8px, 2.5vw, 14px) clamp(16px, 6vw, 24px); */
  border-radius: 40px;
  background-color: white;
  font-size: clamp(12px, 4vw, 16px);    /* min 12px, scales with viewport, max 16px */
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  white-space: nowrap;
  height: clamp(55px, 11vw, 100px);
}

.button-group-mobile-hb button:hover {
  background-color: #ddd;
}

/* === BANNER TYPE 2: Side CTA Banner === */
.overlay-hb {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2vw;
}

.text-wrapper-hb {
  display: inline-block;
  text-align: left;
  margin-bottom: 2vw;
}

.text-wrapper-hb h1 {
  color: #eee;
  font-size: clamp(16px, 2vw, 36px);
  font-weight: 1000;
  margin: 0;
}

.text-wrapper-hb p {
  color: #eee;
  font-size: clamp(14px, 1.5vw, 28px);
  margin: 0;
}

.banner-button-1-hb {
  background-color: white;
  border: none;
  padding: clamp(12px, 1vw, 16px) clamp(28px, 2vw, 32px);
  font-size: clamp(14px, 1vw, 16px);
  font-weight: bold;
  border-radius: 40px;
  cursor: pointer;
  margin-top: 20px;
}

.banner-button-1-hb:hover {
  background-color: #ddd;
}

/* === Responsive Styles === */
@media (max-width: 768px) {
  .desktop-only-hb {
    display: none;
  }

  .mobile-only-hb {
    display: block;
  }

  .button-group-hb {
    display: none;
  }

  .overlay-wrapper-hb {
    flex-direction: column;
    justify-content: center;
    bottom: 0;
    top: auto;
    height: auto;
    position: absolute;
    width: 100%;
    padding: 0;
  }

  .more-info-hb {
    display: none;
    font-size: 16px;
    margin-top: 4vw;
  }

  .left-overlay-hb,
  .right-overlay-hb {
    width: 100%;
    padding: 0 10px;
    align-items: center;
    text-align: center;
  }

  .right-overlay-hb {
    justify-content: center;
  }

  .button-group-mobile-hb {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 3vw;
    justify-content: center;
    margin-top: 7vw;
    margin-bottom: 7vw;
    white-space: nowrap;
  }

  .text-content-hb h1 {
    font-size: clamp(14px, 5vw, 36px);
    margin-bottom: 0;
  }

  .text-content-hb p {
    color: #696969;
    font-weight: 600;
    margin-bottom: 0;
  }

    .overlay-hb {
    width: 100%;
    height: auto;
    padding: 5px 0 15px;
    align-items: center;
    justify-content: center;
    bottom: 0;
    top: auto;
  }

  .text-wrapper-hb {
    text-align: center;
    margin-bottom: 0;
  }

  .text-wrapper-hb h1 {
    font-size: clamp(14px, 5vw, 36px);
    color: #b7b6b6;
  }

  .text-wrapper-hb p {
    color: #a09f9f;
  }

  .banner-button-1-hb {
    display: inline-block;
    font-size: clamp(12px, 4vw, 16px);    /* min 12px, scales with viewport, max 16px */
    /* padding: clamp(8px, 2.5vw, 14px) clamp(16px, 6vw, 24px); */
    margin: 15% 0;
    width: fit-content;
    text-align: center;
    height: clamp(55px, 11vw, 100px);
    width: auto;
    min-width: 40vw;
  }
}

/* === 🔥 DYNAMIC BANNER ANIMATIONS === */
.left-overlay-hb,
.right-overlay-hb {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeSlideUp-hb 1s ease-out forwards;
}

.left-overlay-hb {
  animation-delay: 0.3s;
}

.right-overlay-hb {
  animation-delay: 0.6s;
}

@keyframes fadeSlideUp-hb {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.button-group-hb button,
.banner-button-1-hb {
  transition: background 0.3s, transform 0.3s ease;
}

.button-group-hb button:hover,
.banner-button-1-hb:hover {
  transform: scale(1.05);
  background-color: #e0e0e0;
}

/* Osnovni stil za slike z okroglim izrezom */
.img-circle {
  width: 20px;
  height: 20px;
  clip-path: circle(50% at 50% 50%);
  -webkit-clip-path: circle(50% at 50% 50%);
  margin-right: 10px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  border-radius: 0; /* če želiš brez zaobljenih robov */
}

/* Povečava slike na hover preko različnih elementov */

/* Povečava samo za slike v seznamu (dropdown meniju), ne pa za trenutno izbran element */
#storeSwitcherCollapse li a:hover .img-circle,
#languageSwitcherCollapse li button.language-select:hover .img-circle {
  transform: scale(1.2);
}

/* trenutni izbran element (npr. #store-switcher > a) ne bo imel hover transformacije na sliko */
#store-switcher > a .img-circle,
#language-switcher > a .img-circle {
  transform: none;
}

/* Ostali tvoji obstoječi stili, samo malo poenostavljeni in brez inline slik */

#store-switcher,
#language-switcher {
  width: 100%;
  font-family: 'Segoe UI', sans-serif;
}

#store-switcher > a,
#language-switcher > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  background: transparent;
  border: none;
  cursor: pointer;
  font-weight: 300;
  transition: color 0.2s ease;
}

#store-switcher > a:hover,
#language-switcher > a:hover {
  color: #bbb;
}

#store-switcher > a .caret,
#language-switcher > a .caret {
  border: solid #999;
  border-width: 0 1.5px 1.5px 0;
  padding: 3px;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: transform 0.2s ease, border-color 0.2s ease;
  flex-shrink: 0;
}

#store-switcher > a[aria-expanded="true"] .caret,
#language-switcher > a[aria-expanded="true"] .caret {
  transform: rotate(-135deg);
  border-color: #bbb;
}

#storeSwitcherCollapse,
#languageSwitcherCollapse {
  list-style: none;
  padding-left: 0;
  margin: 0;
  width: 100%;
}

#storeSwitcherCollapse li,
#languageSwitcherCollapse li {
  width: 100%;
  list-style: none;
}

#storeSwitcherCollapse li a,
#languageSwitcherCollapse li button.language-select {
  display: flex;
  align-items: center;
  padding: 8px 0 8px 25px;
  color: #bbb;
  text-decoration: none;
  font-weight: 300;
  font-size: 13px;
  width: 100%;
  background: transparent;
  border: none;
  transition: color 0.2s ease;
  box-sizing: border-box;
  cursor: pointer;
}

#storeSwitcherCollapse li a:hover,
#languageSwitcherCollapse li button.language-select:hover {
  color: #fff;
  background: transparent;
}

/* On desktop: hide the one inside settings tab */
@media (min-width: 992px) {
  #tab-settings .store-switcher-wrapper {
    display: none;
  }
}

/* On mobile: hide the one in desktop area */
@media (max-width: 991px) {
  .header-right .store-switcher-wrapper {
    display: none;
  }
}

















	
