.block-category.card.card-block {
  display: flex;
  flex-direction: column;
}

.page-header {
display: none;
}

.responsive-gallery-architects {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 2em auto;
}

.responsive-gallery-architects img {
  width: 30%;
  object-fit: cover;
  height: auto;
}

@media (max-width: 640px) {
  .responsive-gallery-architects img {
    width: 48%;
  }
}

@media (max-width: 420px) {
  .responsive-gallery-architects img {
    width: 100%;
  }
}

#mobile-amegamenu .category-item.level-1 {
    margin: 0 0 0px !important;
}


.dropdown-content {
     padding: 0px;
}

.amenu-item .adropdown {
     padding: 0px;
}

.header-menu-right {
display:none;
}

@media (min-width: 768px) {
    .col-md-9 {
        width: 100%;
    }
}

.amenu-item .amenu-link {
    padding: 23px 20px 22px 3px;
}


@media (min-width: 768px) {
#footer .contacts-phone {
    font-size: 20px !important;
}
}

@media (min-width: 992px) {
#footer .contacts-phone {
    font-size: 25px !important;
}
}

  @media (min-width: 1200px) {
#footer .contacts-phone {
    font-size: 30px !important;
}
}


.product-item .product-name a, #products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
  text-decoration: none;
}

.product-miniature img {
    height: 100%;
    width: auto;
}

@media (min-width: 768px) {
    #products .product-miniature .thumbnail-container-image .b-loaded, .leftColPopup .product-miniature .thumbnail-container-image .b-loaded {
        width: auto !important;
    }
}

.notification_cookie-content {
    padding: 10px 20px;
}

.notification_cookie {
    border: 1px black solid;
}

.notification_cookie-accept {
font-weight: 600;
}

.custom-page-link {
text-decoration: none !important;
pointer-events: none;
}

#link-custom-page-blog-7, #link-custom-page-inspiracje-7 {
  pointer-events: auto;
}


















.custom-page-link {
margin-bottom: -10px;
}

.footer-container li a {
   text-decoration:none;
    transition: color 0.3s ease;
}

.footer-container li a:hover {
   color: #92b0ba !important
}

.copyright-container {
display: none;
}

main {
    min-height: 100vh;
}

.an_homecategories-item::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  display: block;
  background-color: #92b0ba;                
  opacity: 0;                                
  transition: opacity 0.3s ease;           
  z-index: -1;
  pointer-events: none;
}

.an_homecategories-item:hover::before {
  opacity: 0.8;                           
}

.an_homecategories-item {
    transition: border 0.3s ease;  
}

.an_productattributes-add-to-cart-btn {
  transition: color 0.3s ease; 
  transition: background-color 0.3s ease; 
}

.btn{
  transition: color 0.3s ease; 
  transition: background-color 0.3s ease; 
} 


#mobile_top_menu_wrapper .adropdown-mobile {
    padding: 0px 20px;
}

.mobile-menu-header {
    padding: 0 20px;
}

#mobile_top_menu_wrapper .mobile-item-nodropdown, #mobile_top_menu_wrapper .mobile_item_wrapper  {
    padding: 0 20px;
}

#_mobile_contactslink {
    padding: 10px 20px;
  display:flex;
}

#_mobile_contactslink:hover {
    background: #fcfcfc;
}

#_mobile_contactslink a {
  width:100%;
    transition: color 0.3s ease;
}

.mobile-lang-and-cur {
display:none;
}

.category-title {
      transition: all 0.3s ease;
}

.category-title:hover {
    background: #fcfcfc;
}

.category-title a {
  transition: color 0.3s ease;
  display:flex;
  width: 100%;
  padding: 15px 10px;
}


.category-title:hover a {
  color: #92b0ba;
}

.link-item {
  transition: color 0.3s ease;
}

.link-item:hover {
    color: #92b0ba;
}

.link-item:hover i {
  transition: color 0.3s ease;
}

.category-item.level-1 > .h5 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.category-title {
    padding: 0px 0px;
}

.amega-menu .dropdown-content {
    padding: 0px 0px;
}

.category-item.level-1 {
    margin-bottom: 0px; 
    margin-right: 0px;
}

.category-item.level-1 {
    max-width: none;
}

#mobile_top_menu_wrapper .adropdown-mobile {
    padding: 0px 10px;
}

.amenu-link {
width: 100%;
    transition: color 0.3s ease;
}

.mobile_item_wrapper:hover {
    background: #fcfcfc;
} 

 .mobile-item-nodropdown:hover {
    background: #fcfcfc;
} 



#module-anblog-list section .row, #module-anblog-category section .row {
  display: flex;
  flex-direction: row;
}



@media (max-width: 767px) {
#module-anblog-list section .row, #module-anblog-category section .row {
  display: flex;
  flex-direction: column;
}
}




.blog-pagetitle {
  text-align: left !important
}

.blog-info .title a {
  color: #92b0ba;
  text-transform: uppercase;
}

.blog-item .more {
  text-decoration: none;
  background-color: #92b0ba;
  padding: 8px 12px;
  border-radius: 8px;
  color: white;
}

.blog-item .more:hover {
  background-color: #7c99a2;
  transition: background-color 0.3s ease;
}

.blog-title {
  color: #92b0ba !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-size: 28px !important;
}

#gallery_container img {
width:100%;
height:100%;
}


@media (min-width: 768px) {
#footer .links {
  width: 75% 
}

#footer .block-contact {
  width: 25% 
}
}

@media (min-width: 768px) {
#footer .links .col-md-6 {
  width: 33% 
}
  
  @media (min-width: 768px) {
#contactform-message {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    min-height: 170px;
}
  }

  #product-details {
  color: #595959;}


#product-details .label { color: #595959;}
  
  .an_homeslider .an_homeslider-desc p, .anthemeblocks-homeslider-desc, .anthemeblocks-homeslider-desc p {
    font-size: 45px;
}
  
  @media (max-width: 767px) {
    .an_homeslider.an_homeslider-responsive .an_homeslider-desc p {
        font-size: 25px !important;
    }
}
  