.promo_block{
	text-align: center;
}
.promo_block a{
	display: block;
	text-align: center;
	transition: all 0.3s ease-in; 
    position: relative;
    height: 295px;
}
.promo_block a img{
	top:0;
	left:0;
    position: absolute;
    height: 295px;
}
.promo_block a .s_image_name{
	position: absolute;
    color: #fff;
    bottom: 0;
    width: 100%;
    background: rgb(89 89 89 / 70%);
    padding: 8px;
	font-size: 20px;
	transition: all 0.3s ease-in; 
}
.promo_block a:hover{
	color: #c12126;
	box-shadow: 0 0 22px rgb(0 0 0 / 10%);
}
.promo_block a:hover .s_image_name{
	color: #c12126;
    background: rgb(255 255 255 / 90%);
	transition: all 0.3s ease-in; 
}
.additional_sb_title{
	margin-top:30px;
	font-size: max(0.9vw, 16px);
    font-weight: 600;
    padding-bottom: 1.5vh;
    position: relative;
}
.additional_sb_title:before {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    transform: translate(0, -50%);
    content: "";
    background-color: #f0f0f0;
    height: 2px;
    display: block;
}

 

.more-info.filter_button {
  display: none;
}
 

/* Search widget */
 
.hide-sidebar {
  display: none;
}

.product_sidebar {
  position: sticky;
  top: 0;
}

@media screen and (max-width: 1080px) {
  .product_sidebar {
    z-index: 100;
    padding: 0 0.75rem;
  }



  .pf-help-title {
    font-size: 15px;
	color: #fff;
  }

   .pf_more span {
    background-color: rgb(0 0 0 / 100%);
    padding: 0.25rem;
    font-size: 13px;
  }


  .product_sidebar {
    display: flex;
    flex-direction: column;
    max-width: 15rem;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 1.5vh;
    position: fixed;
    top: 50%;
    left: 0;
    background-color: #eeeeee;
    transform: translate(-100%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in; 
    pointer-events: auto;
    overflow-y: auto;
  }

  .product_sidebar.sidebar--active {
    transform: translate(0%, -50%);
    opacity: 1;
    visibility: visible;
    height: 100%;
  }

  .hide-sidebar {
    display: flex;
    position: fixed;
    top: 50vh;
    left: 0;
    padding: 1rem 0.35rem;

    z-index: 99;
    background-color: #cd2122;
    transform: translate(0, -50%);
    transition: all 0.5s ease-in;
    writing-mode: vertical-rl;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
  }

  .hide-sidebar--active {
    left: 15rem;
  }
  #block-20.widget_block,
  #block-21.widget_block{display: none;}



}

@media screen and (max-width: 800px) {
  .product_sidebar.sidebar--active #block-15 {
    padding-top: 30px;
  }
 
}

