@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open_sans/open-sans-v18-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open_sans/open-sans-v18-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/open_sans/open-sans-v18-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

.home-banners-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2,1fr);
  gap: 5px;
  margin-bottom: 40px;
}

/* .home-banners-grid .banner-item {
  height: 100%;
  width: 100%;
  min-height: 200px;
} */

.home-banners-grid .top-banner {
  grid-column: span 2;
}

.home-banners-grid a {
  width: 100%;
  /* height: 0; */
  position: relative;
  display: flex;
  
  /* 1:1 */
  /* padding-top: 100%; */
  /* 4:3 */
  /* padding-top: 75%; */
  /* 3:2 */
  /* padding-top: 66.66%; */
  /* 8:5 */
  /* padding-top: 62.5%; */
  /* 16:9 */
  /* padding-bottom: 28%; */
  /* 2:1 */
  /* padding-top: 50%; */
}

/* .home-banners-grid a.top-banner {
  padding-bottom: 20%;
} */

.home-banners-grid a img {
  width: 100%;
  height: 100%;
  /* position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; */
  /* -o-object-fit: cover;
  object-fit: cover; */
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 992px) {
  .header-sub-menu {
    display: none !important;
  }
  .jysk-ui-shim.jysk-ui-shim .content-menu--vertical .content-menu__item__children-toggle {
    width: 5rem !important;
  }
}

.arrow_left {
  position: absolute;
  left: -30px;
}
.arrow_left {
  position: absolute;
  right: -30px;
}

.product-intro .product-sumup {
  overflow: hidden;
  background: #f8f8f8;
}

.jysk-ui-shim.jysk-ui-shim .product-teaser-image {
  height: 200px !important;
  object-fit: contain;
}

details.bg-white.form-control {
  display: flex !important;
  align-items: center !important;
  position: relative;
}
details.bg-white.form-control summary {
  display: flex;
  height: 100%;
  align-items: center;
}

details.bg-white.form-control ul {
  position: absolute;
  list-style: none;
  padding: 0;
  background: white;
  top: 40px;
  left: 0;
  width: 100%;
  padding: 0.375rem 0.75rem;
  z-index: 2;
}

details.bg-white.form-control ul li {
  margin: 0;
}

details.bg-white.form-control ul li a {
  padding: 7.5px 0;
  display: block;
  color: #454545;
  text-decoration: none;
}
details.bg-white.form-control ul li a:hover {
  color: #454545;
  text-decoration: none;
}

details.bg-white.form-control summary::before {
  content: '';
  background: white url("../images/arrow_down.svg") no-repeat;
  background-position: right;
  background-position-y: 50%;
  background-origin: content-box;
  outline: none;
  border: none;
  position: absolute;
  height: 24px;
  width: 24px;
  right: 0.5rem;
}

.row-contact-stores p {
  margin-bottom: 10px;
}
.row-contact-stores .col-sm-6.prod02 {
  margin-bottom: 30px;
}

.prod01 iframe, .prod02 iframe, .prod03 iframe {
  max-width: 100%;
  height: 260px;
}

#search-tabs {
  border: none !important;
}

img.jysk-news-img {
  height: 215px;
  object-fit: contain;
  object-position: center;
}


.jysk-news-txt {
  margin-bottom: 50px;
}

.jysk-news-txt p {
  margin-bottom: 0;
}



.modal-message .modal-body-message .poslato {
  color: #218838;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}

.modal-message .modal-body-message .nije-poslato {
  color: #c82333;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
 margin-bottom: 0;
}
.modal-message .modal-body-message .vec-postoji {
  /* color: #ffc107; */
  color: #333!important;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
 margin-bottom: 0;
}

.modal-message .modal-body-message .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}

.modal-message {
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99999;
}

.modal-body-message {
  background: white;
  position: relative;
  padding: 2rem;
  margin: 0 15px;
}

p.no-prod {
  padding-top: 10px;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0 !important;
}

.brand-desc {
  margin-bottom: 25px;
}

.brand-desc p {
  margin: 0 !important;
}

.page-campaign .page-header {
  text-align: left;
  padding: 30px 0;
  font-weight: 600;
}

.page-campaign .paper a {
  color: #454545;
  font-size: 18px;
  font-weight: 600;
}

.jysk-ui-shim.jysk-ui-shim .form-check-label.form-check-label-filter {
  padding-left: 5px;
}

#brand-filter-div.no-brand-filter {
  display: none !important;
}

.jysk-ui-shim.jysk-ui-shim .discount-splat {
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.store-item {
  margin-bottom: 30px;
}
.page-dots {
  font-size: 16px;
  font-weight: 400;
  height: 35px;
  width: auto;
  border-radius: 0px;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #337ab7;
  background-color: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 0.25rem;
}





/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;

 
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.slick-dots {
  margin-bottom: 0 !important;
}

.slick-dots li {
  height: 10px;
  width: 10px;
  margin-bottom: 0 !important;
  outline: none !important;
}

.slick-dots li button {
  height: 10px;
  width: 10px;
  outline: none !important;
}

.slick-dots li button:before {
  background-color: #b8c4db;
  outline: none !important;
  border: 1px solid rgba(20,60,138,.65);
  border-radius: 100%;
  opacity: 1;
  height: 10px;
  width: 10px;
}

.slick-dots li.slick-active button:before {
  background-color: #053775;
}

.product-detail-img {
  height: 352px;
  width: 100%;
  padding: 15px;
}

.product-detail-img img {
  object-fit: contain;
  object-position: center;
  height: 100%;
  width: 100%;
}

.spec-list {
  padding: 0.9375rem 0.875rem 0.9375rem 1.25rem;
  background-color: #f8f8f8;
}

.spec-list p {
  margin-bottom: 0 !important;
}

.jysk-ui-shim.jysk-ui-shim .table td, .jysk-ui-shim.jysk-ui-shim .table th {
  font-size: .75rem;
}

.jysk-ui-shim.jysk-ui-shim .product-specifications table tr td:last-child {
  width: 64%;
}

.jysk-ui-shim.jysk-ui-shim .table td, .jysk-ui-shim.jysk-ui-shim .table th,
.jysk-ui-shim.jysk-ui-shim .product-specifications table tr td {
  padding: 0.5rem 0.5rem 0.5rem 1rem !important;
}

.loader-gif img {
  height: 50px;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bank-logos {
  display: flex !important;
  width: auto !important;
}

.bank-logos img {
  width: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
  margin-left: 15px;
  margin-right: 15px;
  height: 30px;
  width: auto;
}

.store-txt a,
.store-txt p {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}

.row-contact-stores a {
  display: block;
  margin-bottom: 10px;
}

.jysk-ui-shim.jysk-ui-shim .product-teaser-image-container {
  background-color: white !important;
}


.jysk-ui-shim.jysk-ui-shim .sticker-outlet .sticker-text {
  background-color: #333;
}
.offerprice .sticker-outlet .sticker-text {
  background-color: #333;
}

.jysk-ui-shim.jysk-ui-shim .table table colgroup col {
  width: auto !important;
}



.blog-post-content .marker {
  font-size: 0 !important;
  border-radius: 100% !important;
}

.blog-post-content .marker::before {
  content: "";
  position: absolute;
  border: 1px solid white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 30px;
  width: 30px;
  border-radius: 100%;
}

.jysk-ui-shim.jysk-ui-shim .tooltip-button {
  border: none;
  border-radius: 100%;
  color: #000;
  height: 2rem;
  outline: none;
  pointer-events: all;
  position: absolute;
  width: 2rem;
  outline: none;
}

.jysk-ui-shim.jysk-ui-shim .tooltip-button--close {
  background-color: #fff;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, .1);
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  z-index: 2;
}

.jysk-ui-shim.jysk-ui-shim .tooltip-card {
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
}

.product-card-wrapper-modal {
  max-width: 300px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

@media (max-width: 575.98px) {
  .product-card-wrapper-modal {
      max-width: 100%;
      margin-left: 25px;
      margin-right: 25px;
  }
}