.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.update-nag {
    display: none !important;
}

nav.woocommerce-breadcrumb {
  margin: 20px 0;
}

/* ---- archive ---- */
.archive-page {
  background-color: #FFFFFF;
  padding: 145px 0 100px 0;
}
.archive-header {
  padding: 40px 0;
  margin: 0 0 60px 0;
}
.archive-header-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.archive-header-image {
  display: flex;
  align-items: center;
  height: 100%;
}
.archive-header-image img {
  display: block;
  max-height: 250px;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 0 0 auto;
}
.archive-page .category-header {
  background-color: #F7F7F7;
  padding: 50px 0;
  margin: 0 0 60px 0;
}
.category-header-image {
  display: flex;
  height: 100%;
}
.category-header-image img {
  display: block;
  width: auto;
  max-height: 250px;
  height: 100%;
  margin: 0 0 0 auto;
}
.archive-page h1 {
  font-size: 32px;
  font-weight: 700;
  color: #0D0E12;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #35363C;
}
.archive-page p {
  font-size: 16px;
  font-weight: 400;
  color: #0D0E12;
}


/* ---- archive sidebar ---- */
.sidebar-column-wrapper {
  position: relative;
}
.sidebar-wrapper {
  max-width: 300px;
  position: sticky;
  top: 160px;
}
.sidebar-wrapper ul {
  padding: 0;
  margin: 0;
}
.sidebar-wrapper ul ul {
  /* padding: 0 0 0 10px; */
}
.sidebar-wrapper ul li {
  list-style: none;
}
.sidebar-wrapper ul li.parent-category {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
}
.sidebar-wrapper ul li.parent-category:last-of-type {
  margin: 0;
  padding: 0;
  border: 0;
}
.sidebar-wrapper a {
  display: block;
  font-weight: 600;
  color: #0D0E12;
  text-decoration: none;
  margin: 0 0 10px 0;
  transition: 0.15s linear all;
}
.sidebar-wrapper a.parent-link {
  font-size: 18px;
}
.sidebar-wrapper a.child-link {
  font-size: 14px;
}
.sidebar-wrapper a:hover {
  color: #47B0F2;
}

/* ---- product box ---- */
.archive-product-box {
  position: relative;
  max-width: 96%;
  margin: 0 auto;
  padding: 20px;
  transition: 0.10s linear all;
}
.archive-product-box:hover {
  -webkit-box-shadow: 0px 0px 5px 4px rgba(41,41,41,0.12);
  -moz-box-shadow: 0px 0px 5px 4px rgba(41,41,41,0.12);
  box-shadow: 0px 0px 5px 4px rgba(41,41,41,0.12);
}
.archive-product-box a.product-image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  overflow: hidden; /* prevents oversized image from overflowing */
  margin: 0 0 20px 0;
}
.archive-product-box img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain; /* keeps proportions nicely inside */
  margin: 0;
}
.archive-product-box .product-categories {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.archive-product-box .product-categories a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #94969D;
  text-decoration: none;
}
.archive-product-box .product-sku p {
  font-size: 14px;
  font-weight: 400;
  color: #0D0E12;
  margin: 0;
}
.archive-product-box .product-categories a:hover {
  text-decoration: underline;
}
.archive-product-box h2.title {
  margin: 0;
}
.archive-product-box h2.title a {
  display: block;
  /* min-height: 44px; */
  font-size: 18px;
  line-height: 120%;
  color: #0D0E12;
  text-decoration: none;
  margin: 0 0 10px 0;
}
.archive-product-box .product-box-bottom {
  display: block;
}
.archive-product-box .price {
  display: flex;
  align-items: center;
  color: #47B0F2;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.archive-product-box .price span {
  color: #47B0F2;
}
.archive-product-box .price bdi {
  display: flex;
  font-size: 22px;
  font-weight: 600;
  color: #47b0f2;
  margin: 0 10px 0 0;
}
.archive-product-box .price small {
  font-size: 12px;
  font-weight: 400;
  color: #94969D;
}
.archive-product-box .add-to-cart-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 8px;
}
.archive-product-box .add-to-cart-wrapper .quantity {
    width: 80px;
    margin: 0;
}
.archive-product-box .add-to-cart {
  display: block;
  opacity: 0;
  width: 100%;
  transition: 0.15s linear all;
}
.archive-product-box:hover .add-to-cart {
  opacity: 1;
}
.archive-product-box .add-to-cart a.ajax_add_to_cart {
  display: block;
  text-align: center;
  min-width: 142px;
  background-color: #47B0F2;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  color: #0D0E12;
  text-decoration: none;
  padding: 14px 26px;
  border: 1px solid #47B0F2;
  border-radius: 26px;
  transition: 0.15s linear all;
}
.archive-product-box .add-to-cart a.ajax_add_to_cart:hover {
  color: #0D0E12;
  background-color: transparent;
}
.add-to-cart-wrapper input.qty {
  width: 80px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2px 8px;
  border-radius: 26px;
  border: 2px solid #47b0f2;
  background: #FFFFFF;
  color: #0D0E12;
  font-size: 16px;
}
a.added_to_cart.wc-forward {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #0D0E12;
  margin: 16px auto 0;
}
.archive-product-box .quantity-cart-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.archive-product-box .quantity-cart-wrapper .quantity {
    margin: 0;
    width: 80px;
}
.archive-product-box .quantity-cart-wrapper .quantity input.qty {
    width: 100%;
    text-align: center;
    padding: 5px;
}
.archive-product-box .quantity-cart-wrapper .ajax_add_to_cart {
    flex: 1;
    white-space: nowrap;
    padding: 5px 10px;
}
.archive-product-box .quantity-cart-wrapper .ajax_add_to_cart.loading {
    opacity: 0.7;
    pointer-events: none;
}
.archive-product-box .quantity-cart-wrapper .ajax_add_to_cart.added {
    background-color: #4CAF50;
}
.archive-product-box .add-to-cart-wrapper .quantity {
  opacity: 0;
  transition: 0.15s linear all;
}
.archive-product-box:hover .add-to-cart-wrapper .quantity {
  opacity: 1;
}

/* ---- single ---- */
.woocommerce-product-gallery__wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

/* ---- woocommerce pagination ---- */
.pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px 0 0 0;
}
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  color: #0D0E12;
  text-decoration: none;
  margin: 0 5px 0 0;
}
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: #35363C;
  border: 1px solid #35363C;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #ECEFF2;
  transition: 0.15s linear all;
  margin: 0 5px 0 0;
}
.pagination a:hover {
  background-color: #47B0F2;
  color: #35363C;
  border: none;
}


/* ---- single product page ---- */
/* ---- */
/* ---- */
/* ---- */

.single-product-page {
  background-color: #FFFFFF;
  padding: 145px 0 80px 0;
}
.control-nav-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #94969d70;
}
.control-nav-holder a.back-button {
  display: block;
  text-align: center;
  background-color: #ECEFF2;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  color: #0D0E12;
  padding: 14px 26px;
  border-radius: 26px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.15s linear all;
}
.control-nav-holder a.back-button:hover {
  background-color: #47B0F2;
  color: #0D0E12;
}
.control-nav-holder nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #94969D;
  font-size: 14px;
}
.control-nav-holder nav a {
  font-size: 14px;
  font-weight: 400;
  color: #0D0E12;
  text-decoration: none;
}
.control-nav-holder nav a:hover {
  text-decoration: underline;
}
.control-nav-holder p {
  font-size: 14px;
  font-weight: 400;
  color: #0D0E12;
}
.control-nav-holder .product-category a {
  font-size: 14px;
  font-weight: 600;
  color: #94969D;
  text-decoration: none;
  transition: 0.15s linear all;
}
.control-nav-holder .product-category a:hover {
  color: #47b0f2;
  text-decoration: underline;
}
.product-images {
  padding: 80px;
  margin: 40px 10px 0 0;
  border-radius: 10px;
  border: 1px solid #94969d70;
}
.single-product-page .main-image {
  position: relative;
  overflow: hidden;
}
.single-product-page .main-image img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.product-summary-wrapper {
  padding: 40px 0 0 10px;
}
.product-summary-wrapper h1 {
  font-size: 32px;
  font-weight: 700;
  color: #0D0E12;
  margin: 0 0 10px 0;
}
.product-summary-wrapper .proizvodjac-attr {
  font-size: 14px;
  font-weight: 600;
  color: #94969D;
  margin: 0 0 20px 0;
}
.product-summary-wrapper .short-description p {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #0D0E12;
  margin: 0 0 40px 0;
}
.product-summary-wrapper .product-categories {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
}
.product-summary-wrapper .product-categories a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #94969D;
  text-decoration: none;
  margin: 0 0 10px 0;
  transition: 0.15s linear all;
}
.product-summary-wrapper .product-categories a:hover {
  color: #47b0f2;
}
.product-summary-wrapper .product-sku p {
  font-size: 14px;
  font-weight: 400;
  color: #0D0E12;
  margin: 0;
}
.product-summary-wrapper .product-categories a:hover {
  text-decoration: underline;
}
.product-summary-wrapper .price bdi {
  font-size: 32px;
  font-weight: 600;
  color: #47b0f2;
  margin: 0 0 0 0;
}
.product-summary-wrapper .quantity-add-to-cart {
  display: flex;
  align-items: center;
  gap: 15px;
}
.product-summary-wrapper .quantity-wrapper {
  display: inline-flex;
  align-items: center;
  background-color: #35363C;
  border-radius: 26px;
}
.product-summary-wrapper .qty {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 42px;
  height: 42px;
  background-color: #35363C;
  border: 1px solid #35363C;
  font-size: 14px;
  font-weight: 600;
  color: #ECEFF2;
}
.product-summary-wrapper .quantity-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: #202125;
  border: 1px solid #202125;
  font-size: 14px;
  font-weight: 600;
  color: #ECEFF2;
  cursor: pointer;
  transition: 0.15s linear all;
}
.product-summary-wrapper .quantity-btn:hover {
  background-color: #47B0F2;
  color: #0D0E12;
}
.product-summary-wrapper .quantity-btn.minus {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.product-summary-wrapper .quantity-btn.plus {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.single-product-page h2 {
  font-size: 21px;
  font-weight: 700;
  color: #0D0E12;
  margin: 0 0 20px 0;
}
.single-product-page .product-attributes {
  padding: 80px 0;
}
.single-product-page .product-attributes ul {
  padding: 0;
  margin: 0;
}
.single-product-page .product-attributes ul li {
  list-style: none;
  color: #0D0E12;
  font-size: 14px;
  font-weight: 400;
  padding: 18px 0;
  border-bottom: 1px solid #94969d70;
}
.single-product-page .product-attributes ul li:last-of-type {
  border: 0;
}
.single-product-page .product-attributes ul li strong {
  color: #0D0E12;
  margin: 0 5px 0 0;
}
/* ---- single product related products ---- */
.single-product-page h2.section-title {
  margin: 0 0 40px 0;
}

@media only screen and (max-width: 1440px) {
  .archive-product-box .product-box-bottom {
    flex-wrap: wrap;
  }
  .archive-product-box .add-to-cart a.button {
    margin: 20px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  /* ---- archive page ---- */
  .archive-page p {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
  .archive-page h1 {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }

  .archive-header {
    padding: 0 0 40px 0;
    margin: 0;
  }


  .archive-product-box .archive-page .sidebar-column-wrapper {
    display: none;
  }
  .archive-product-box {
    text-align: center;
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #ccc;
  }
  .archive-product-box:hover {
    box-shadow: none;
  }
  .add-to-cart-wrapper input.qty {
    width: 100%;
    height: 30px;
    font-size: 13px;
  }
  .archive-product-box .add-to-cart a.ajax_add_to_cart {
    font-size: 12px;
  }
  .archive-product-box img {
    height: 100px;
    margin: 0 auto 10px;
  }
  .archive-product-box h2.title a {
    min-height: 26px;
    font-size: 13px;
    line-height: 100%;
  }
  .archive-product-box .price {
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
  }
  .archive-product-box .price bdi {
    font-size: 14px;
    justify-content: center;
  }


  .sidebar-column-wrapper {
    display: none;
  }
  .category-header-image {
    display: none;
  }





  /* ---- single product page ---- */
  .single-product-page {

  }
  .control-nav-holder nav {
    display: none;
  }
  .single-product-page .product-images {
    padding: 30px 15px;
  }
  .single-product-page .main-image img {
    max-width: 120px;
    transform: none;
  }
  .single-product-page .product-attributes {
    padding: 40px 0;
  }



  .product-summary-wrapper {
    padding: 20px 0 0 0;
  }
  .product-summary-wrapper h1 {
    font-size: 22px;
  }
  .product-summary-wrapper .proizvodjac-attr {
    margin: 0 0 10px 0;
  }
  .product-summary-wrapper .short-description p {
    margin: 0 0 10px 0;
  }
  .product-summary-wrapper .price {
    margin: 10px 0;
  }
  .product-summary-wrapper .price bdi {
    font-size: 22px;
  }

  .single-product-page h2.section-title {
    text-align: center;
    margin: 0 0 40px 0;
  }

  .archive-header-content,
  .category-header-content {
    text-align: center;
  }
  .archive-header .archive-header-image img,
  .category-header-image img {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto 40px;
  }

  .archive-content .sidebar-column {
    display: none;
  }
  .archive-product-box .add-to-cart {
    opacity: 1;
    display: block;
    width: max-content;
    margin: 0 auto;
  }
  .archive-product-box .add-to-cart-wrapper .quantity {
    opacity: 1;
    margin: 0 auto 10px auto;
  }
  .archive-product-box .add-to-cart-wrapper a.added_to_cart.wc-forward {
    margin: 20px 0 0 0;
  }
}
