body {
  background-color: #f6f6f6 !important;
}

.header-top,
.header-nav {
  background-color: unset !important;;
}

#header {
  background-color: unset;
  background-image: url("/themes/borowiacki-classic/assets/images/wood-bg.jpeg"); /* free to use commercially */
  background-position: center 8%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-container {
  background-image: url("/themes/borowiacki-classic/assets/images/wood-bg.jpeg");
  background-position: center 80%;
  background-repeat: no-repeat;
  background-size: cover;
}

#header .header-nav {
  border-bottom: none;
}

.header-top-right {
  margin-top: auto;
  margin-bottom: 0.75rem;
  margin-left: -30px;
}

.logo {
  aspect-ratio: 1 / 1;
  max-width: calc(354px * 0.5) !important;
  height: calc(309px *0.5) !important;
}

#_desktop_logo {
  width: fit-content;
}

main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

section {
  flex: 1;
}

.footer-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
  flex-shrink: 0;
}

#footer {
  padding-top: 0.5rem;
}

/* socials buttons */
.page-content.page-cms ul, dl, ol, p, ul {
  margin-bottom: 0;
}

.product-miniature .thumbnail-container {
  margin-bottom: 0;
}

.product-miniature {
  border-radius: 25px;
  background-color: white;
  overflow: hidden; 
  padding: none;

  & .product-title a {
    color: black;
  }
}

.products.row {
  row-gap: 2rem;
}

.btn,
.btn-primary,
.btn-secondary {
  border-radius: 8px;
}

.product-miniature,
.cms-block {
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.product-miniature:hover {
  box-shadow: 0 6px 15px rgba(0,0,0,0.12);
}

#content .row {
  background-color: #FFF8F0; /* light cream/tan for sections */
  padding: 1.5rem;
  border-radius: 10px;
  margin-bottom: 1rem;
}

#header .top-menu a:hover,
.footer-container li a:hover {
  color: #f0f0f0 !important;
}

.block-category {
  min-height: unset;
}

#content-wrapper { 
  width: 100% !important;
  margin-left: 0 !important;
}

#left-column {
  display: none !important;
}

.product-miniature .full-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  color: #f0f0f0 !important;
}

.product-miniature .full-card-link:hover {
  text-decoration: none;
  cursor: pointer;

}

.card {
  background-color: inherit;
}

.product-flags li.product-flag {
  width: 100%;
  margin-top: 0;
  text-align: center;
}

#header .header-top a{
  color: #C0C0C0 !important;
  font-size: 1.4rem !important;
}

.block-contact, .footer-container li a {
  color: #C0C0C0 !important;
  
}

.h1, .h2, .h3, .h4, .h5 {
  color: #C0C0C0 !important; 
  
}

#wrapper .h1, 
#wrapper .h2, 
#wrapper .h3, 
#wrapper .h4, 
#wrapper .h5 {
  color: black !important;
}

.btn.disabled, .btn.disabled:hover {
  background-color: #a0a0a0;
  color: white;
}

#_desktop_cart {
  position: fixed;
  display:block;
  z-index: 999;
}

.block-social ul li {
  border-radius: 2rem;
}

.block-social {
  width: 40px !important;
}

.facebook {
  background-color: #1877F2 !important;
  color: #1877F2;
  
}

.h1, .h2, .h3, .h4, .h5 {
  color: #C0C0C0 !important;
}


.block-social {
  position: fixed;
  bottom: 1rem;
  left: 0;
  z-index: 100;
}

.top-menu a {
  padding-left: 0.96rem !important;
  padding-right: 0.96rem !important;
}

#header .header-top {
  padding: 0;
}

.subcategory-image {
  display: none;
}

.subcategory-name {
  color: #232323;
}

/* Mobile css */
#mobile_top_menu_wrapper {
  background: unset;
}

#mobile_top_menu_wrapper .top-menu a, .links .title {
  color: #C0C0C0 !important;
  border-bottom: none !important;

  
}

.footer-container .links ul {
  background-color: unset;

  li {
    border-bottom: none;
  }
}

#wrapper {
  display: block !important;
}

#footer {
  display: block !important;
}

#_mobile_cart {
  position: fixed;
  right: 0;
  display:block;
  z-index: 999;
}