/*HEADER*/
/*
.desktop  #logo a > img {
  height: 60%;
}
*/
/*HEADER SEARCH*/
.desktop #modded-search:before {
  content: '';
  display: none;
}
/*
.desktop .search-button {
  display: none;
  visibility: hidden;
} */
.search-trigger.inner-search-btn {
  display: none;
}
.desktop .search-trigger.inner-search-btn {
  display: inline-block;
}
.desktop .smartsearch {
  left: -2px;
  top: 56px !important;
}


.post-grid .post-thumb:hover .image img {
  all: none !important;
}
.post-grid .post-thumb .image:hover img {
  transform: scale(1) !Important;
}


/*
.desktop #modded-search.dropdown-menu {
    opacity: 1 !important;
    top: 0;
    transition: unset;
    transform: unset;
    height: 80px;
    background: white;
    max-width: 680px;
    width: 100%;
    min-width: unset;
    right: 110px;
    left: auto;
    padding: 20px;
}*/
@media (max-width:1290px) and (min-width:1025px ) {
  .desktop #modded-search.dropdown-menu {
    max-width: 500px;
  }
}
.desktop #modded-search.dropdown-menu .inner-search-btn {
    font-size: 20px;
    -webkit-transition: all 0.075s ease-out;
    transition: all 0.075s ease-out;
    background-color: transparent;
    position: absolute;
    right: 8px;
}
.desktop #modded-search.dropdown-menu .inner-search-btn:before {
  content: '\e96f' !important;
      font-family: icomoon !important;
      font-size: 27px;
      color: rgba(140, 24, 27, 1);
}
/*
.desktop #search:hover .dropdown-menu,
.desktop #search .dropdown-menu {
  display: none;
}*/
.mini-search #search>.dropdown-menu {
  z-index: 100000;
}
.desktop #modded-search .header-search {
  box-shadow: unset;
  border-color: #eee;
}
.header-search {
  background: white;
}
/*
.desktop .mini-search .header-search input,
.desktop .mini-search .header-search input::placeholder{
  color: white;
}
*/
.desktop .mini-search .header-search .search-button {
  background: transparent;
}
/*
.mini-search #search .header-search {
  width: 100%;
}
*/
.smartsearch .button span {
  color: white !important;
}
.route-checkout-checkout .alert {
  margin-top: 30px;
  margin-bottom:0;
}

@media only screen and (max-width: 1520px) and (min-width: 1025px) {
  div.smartsearch {
      left: -80px
    }
}
@media only screen and (max-width: 1025px) and (min-width: 500px) {
  div.smartsearch {
      top: 50px !important;
      left: 0;
      margin-left: 0 !important;
    }
}

/* MOBILNA KONTAKTNA STRAN */
@media (max-width:470px) {
    .module-info_blocks-194 .module-item .info-block {
	    text-align: left !important;
    }
}

/* MOBILNA CATEGORIES LAYOUT Tadej */
@media (max-width:470px) {
	.smcfppp-call-button {
		width: calc(100% - 12px);
	    margin: 0 auto 10px;
	}
}
/*manufacturer*/

.route-product-manufacturer-info .ias-noneleft {
  display: none;
  visibility: hidden;
}
.route-product-manufacturer-info #product-manufacturer .products-filter {
  border: none;
}

.route-product-manufacturer-info .grid-row.grid-row-top-3 {
  padding-top: 40px;
  padding-bottom: 10px;
}
.route-product-manufacturer-info #text-after-icons {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 10px;
  color: #113d69;
  font-size: 20px;
}
.route-product-manufacturer-info #top {
  position: relative;
}
.route-product-manufacturer-info #top .grid-rows {
  visibility: hidden;
}
@media only screen and (max-width: 1450px) {
  .route-product-manufacturer-info .category-info {
    padding-right: 20px;
    padding-left: 20px;
  }
}
/*
.route-product-manufacturer-info #header_image_container img {
  max-width: unset !important;
  width: 100% !important;
}
*/


.loader,
    .loader:after {
        border-radius: 50%;
        width: 10em;
        height: 10em;
    }
    .loader {
        margin: 60px auto;
        font-size: 10px;
        position: relative;
        text-indent: -9999em;
        border-top: 1.1em solid rgba(52, 52, 56, 1);
        border-right: 1.1em solid rgba(52, 52, 56, 1);
        border-bottom: 1.1em solid rgba(52, 52, 56, 1);
        border-left: 1.1em solid #ffffff;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation: load8 1.1s infinite linear;
        animation: load8 1.1s infinite linear;
        align-self: center;
    }
    @-webkit-keyframes load8 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    @keyframes load8 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    #loadingDiv {
      position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: white;
          z-index: 1;
          display: flex;
    }

/*product*/
#where_to_buy {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#where_to_buy img {
  max-width: 500px
}
#olfatory_items_row {
  display: flex;
  flex-wrap: wrap;
}
#olfatory_items_row .olfatory_item {
  display: flex;
  flex: 1 1 0;
  justify-content: center;
}
#olfatory_items_row .olfatory_item .col-3-item:nth-of-type(2) {
  min-width: 220px;
}


@media only screen and (min-width: 768px) and (max-width: 900px) {
  #olfatory_items_row .olfatory_item  {
    justify-content: unset;
  }
}
@media only screen and (min-width: 1024px) {
  #olfatory_items_row .olfatory_item .col-3-item:nth-of-type(2) {
    min-width: unset;
  }

}

@media only screen and (max-width: 1024px) {
  #olfatory_items_row .olfatory_item .col-3-item:nth-of-type(2) {
    min-width: unset;
  }
  .route-product-product .product-right .price-wrapper .price-group,
  .route-product-product .product-right .price-wrapper .product-tax,
  .route-product-product .product-right .price-wrapper small {
    margin-left: 10px !important;
  }
}

/*
.route-product-product #where_to_buy:before{
  content: "";
  position: absolute;
  width: 200vw;
  z-index: -18;
  background: rgba(238, 238, 238, 1);
  bottom: -9.7%;
  display: block;
  height: 41%;
}*/
.route-product-product #olfatory_items_row {
    position: relative;
    justify-content: center;
}
.route-product-product .swiper {
  /*border: 1px solid rgba(230,230,230,0.8);*/
}

/*blog*/

.route-journal3-blog-post .container.blog-post,
.route-product-manufacturer-info .site-wrapper .container {
    max-width: 1100px !important;
}
.route-journal3-blog-post .container.blog-post #content {
  padding-top: 0
}
.route-journal3-blog-post .container.blog-post .post-image img {
  width: 100%;
}
.route-journal3-blog-post .container.blog-post .post-stats{
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.inner-post-content * {
  font-size: 13px !important;
}
.inner-post-content a {
  font-weight: 500 !important;
}
/*BEGIN TMP*/
/*
.route-common-home #top,
.route-common-home #bottom {
  padding-left: 30px;
  padding-right: 30px;
} */
/*END TMP*/
.route-product-product .breadcrumb {
  margin-bottom: 60px;
}
.route-product-product #product .review-links a:first-of-type {
  display: none;
  visibility: hidden;
}
.route-product-product #product .product-stats .list-unstyled li {
  margin-bottom: 5px;
}
.route-product-product #product .product-stats .list-unstyled li b {
  margin-right: 5px;
}
.mobile-header-active .mobile-1 .mobile-logo-wrapper {
  margin-left: 75px !important;
}

.route-common-home.desktop-header-active .header #logo a {
    height: 250px;
    width: 250px;
    transition: all .8s cubic-bezier(.51,.08,.26,.82);
}
.route-common-home.desktop-header-active .sticky-compact  .header #logo a {
    width: 120px;
    height: 120px;
    transition: all .8s cubic-bezier(.51,.08,.26,.82);
}

/*BEGIN DARK IMAGE OVERLAY - PRODUCT VIEW */
/*
.route-product-product .swiper-slide.swiper-slide-visible.swiper-slide-active {
    position: relative;
}
.route-product-product .swiper-slide.swiper-slide-visible.swiper-slide-active:after {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.1);
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;

}
*/

/*END DARK IMAGE OVERLAY - PRODUCT VIEW */
#custom_breadcrumbs_fw {
  position: relative;
  background-color: #d2b47e;

}
#custom_breadcrumbs_fw #background_image {
  background: url(/image/catalog/header-banner/2022-banner-1670x300px-intek.jpg);
  /*height: 240px;*/
  height: 216px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #d2b47e;

}
.route-journal3-blog #custom_breadcrumbs_fw #background_image {
  background-image: url(/image/catalog/header-banner/2022-banner-1670x300px-aktualno.jpg);
}
#custom_breadcrumbs_fw .page-title .blog-feed {
  display: none;
}
#custom_breadcrumbs_fw #inner_container {
  max-width: 1200px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
#custom_breadcrumbs_fw #inner_container .page-title {
  background: transparent;
  padding-bottom: 10px;
}
#custom_breadcrumbs_fw #inner_container .page-title,
#custom_breadcrumbs_fw  #inner_container .breadcrumb {
  text-align: left;
  padding: 0;

}
#custom_breadcrumbs_fw .breadcrumb:before {
  display: none;
}
#custom_breadcrumbs_fw .breadcrumb li:first-of-type a:hover i::before,
#custom_breadcrumbs_fw .breadcrumb li a i::before,
#custom_breadcrumbs_fw .breadcrumb li a,
#custom_breadcrumbs_fw .breadcrumb>li+li:before {
  color: white;
  font-size: 18px;
}
#custom_breadcrumbs_fw .header-subtitle {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 21px;
  line-height: 35px;
  margin-top: -10px;
  text-transform: inherit;
  font-weight: 500;
  letter-spacing: 0;
  padding-top: 10px !important
}
/*responsive breadcrumbs*/
.mobile.phone #custom_breadcrumbs_fw #background_image {
  height: 100px;
  right: auto;
}
.mobile.phone #custom_breadcrumbs_fw #inner_container .page-title {
  /*
  padding-top: 10px;
  padding-bottom: 10px;
  */
  padding-top: 0;
  padding-bottom: 0;
}
.mobile.tablet #custom_breadcrumbs_fw #background_image {
  height: 180px;
}
.mobile.phone #custom_breadcrumbs_fw .header-subtitle {
  font-size: 16px;
}
.mobile.tablet #custom_breadcrumbs_fw .header-subtitle {
  font-size: 18px;
}
.mobile #custom_breadcrumbs_fw,
.mobile #inner_container {
  padding: 10px;
}
/* MAIN MENU */
.module.module-catalog.module-catalog-301.image-on-hover,
.module.module-manufacturers.module-manufacturers-38.module-manufacturers- {
    padding: 60px;
}
.mobile .module.module-catalog.module-catalog-301.image-on-hover,
.mobile .module.module-manufacturers.module-manufacturers-38.module-manufacturers- {
    padding: 0;
}
.j-dropdown>.mega-menu-content {
  max-height: 720px !important;
  width: 100%;
  overflow-y: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.desktop.route-common-home .module-grid .grid-row .grid-cols {
  max-width: unset !important;
}
.desktop.route-information-information.information-8 #information-information {
  max-width: 1100px;
}
.route-information-information #content {
  padding-bottom: 80px !important
}
#information-contact [class*="elfsight-app-"] [class*="Main__Container-"] > a {
  display: none !important;
}
#information-contact [class*="elfsight-app-"] [class*="Main__Container-"] [class*="Icon__IconContainer-sc-"] {
  max-width: 100px;
}
.route-information-information.information-9 #top .grid-row-top-2 .module-info_blocks-330 .info-block-title {
  opacity: 0;
}
.route-product-manufacturer .overall_link {
  font-family: inherit !important;
}
.desktop.route-product-manufacturer #content {
  padding-top: 80px;
}
.desktop footer .title-wrapper .subtitle {
  padding-top: 0
}
.desktop .bottom_description_wrapper.overall_link {
  padding-top: 20px;
  padding-bottom: 40px;
}

.desktop.route-common-home .grid-row-top-4,
.desktop.route-common-home .grid-row.grid-row-bottom-1,
.desktop.route-common-home .grid-row.grid-row-bottom-2,
.desktop.route-common-home .grid-row.grid-row-bottom-3,
.desktop.route-common-home footer {
  margin-left: 30px;
  margin-right: 30px;
}
.desktop.route-common-home .grid-row-top-4:before,
.desktop.route-common-home .grid-row.grid-row-bottom-1:before,
.desktop.route-common-home .grid-row.grid-row-bottom-2:before,
.desktop.route-common-home .grid-row.grid-row-bottom-3:before {
  width: 100% !important;
}
.desktop.route-product-manufacturer #content {
  max-width: 1000px;
  margin: 0 auto;
}
/*testna*/
/*
.desktop.route-product-manufacturer #content p {
  text-align: right;
}
.desktop.route-product-manufacturer .manufacturer-letter{
  text-align: right;
  right: 50px;
}
.desktop.route-product-manufacturer .manufacturer-letter:after {
  right: 0;
  left: calc(100% - 15px);
}
.desktop.route-product-manufacturer .manufacturer {
  justify-content: end;
}
*/
.brand-all-products {
  display: flex;
  justify-content:center;
  border-bottom: 1px solid rgba(68,68,68,0.35) !important;
}
.brand-all-products h3 {
  color: #B99440 !important;
}
.desktop .brand-all-products h3 {
  font-size: 40px;
}
.product-grid .product-thumb .buttons-wrapper {
  bottom: -50%;
}
.desktop .product-grid .product-thumb .buttons-wrapper {
  transform: translate3d(-50%,60%,1px) !important;
  bottom: unset !important
}
.product-grid .product-thumb .cart-group {
  width: 100%;
}
.product-grid .product-thumb .buttons-wrapper .button-group {
  padding: 10px;
  background: white;
}
.product-grid .product-thumb .btn-cart {
  margin: 0 auto;
}

@supports (-webkit-touch-callout: none) or (selector(:nth-child(1 of x))) {
  @media (min-width: 800px) and (max-width: 1400px) {
    .route-common-home .grid-row-top-3 .grid-col-top-3-1 {
      order: 1;
    }
    .route-common-home .grid-row-top-3 .grid-col-top-3-2 {
      order: 2;
    }
  }
  .route-common-home .grid-row-top-3 .grid-col-top-3-1 {
    order: 1;
  }
  .route-common-home .grid-row-top-3 .grid-col-top-3-2 {
    order: 2;
  }
}

.route-journal3-blog-post #content a,
.route-product-manufacturer-info .bottom_description_wrapper.overall_link a {
  color: #B99440 !important
}
.route-product-manufacturer-info .bottom_description_wrapper.overall_link a {
  font-weight: 500 !important;
}
.route-journal3-blog-post #content a::hover {
  font-weight: 500;
}
.caption .stat-1 {
  font-weight: 500;
}
.manufacturer-above-title {
  color: rgba(185, 148, 64, 1) !important;
  margin-bottom: 0 !important;
  font-weight: 500 !important;
}
.mobile .manufacturer-above-title {
  margin-top: 12px !important;
}
img {
  image-resolution: from-image;
  image-rendering: optimizeQuality;
}
.product-grid .product-thumb .price {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  font-size: 18px;
  padding: 6px;
  color: rgba(185, 148, 64, 1);
  font-weight: 600;
}

.product-list .product-thumb .price {
  font-size: 18px;
  padding: 6px;
  padding-left: 0;
  color: rgba(185, 148, 64, 1);
  font-weight: 600;
}

.product-grid .product-thumb .name a {
  font-weight: 600;
}
.mobile-header-active #custom_breadcrumbs_fw,
.mobile-header-active #inner_container {
  padding-left: 20px;
  padding-right: 20px;
}
.route-product-category #content {
  padding-top: 20px;
}
/*
html:not(.route-product-manufacturer) .site-wrapper {
  background: #f5f5f5!important;
}
*/


/*POPUP popravki*/
.route-journal3-popup-page.module-popup-22 .module-body .form-group:nth-child(5) .control-label {
  display: none !important;
}


/* vatalog in category filter fix */
.module-filter-36 .panel-body {
  overflow: auto !important;
}
/* vatalog in category filter fix - END */
