/** search-results and category listing **/

.category-products-section .products-grid > div{
  display: flex;
  margin-bottom: 30px;
}

.category-products-section .shop-block-two{
  width: 100%;
  height: 100%;
}

.category-products-section .shop-block-two .inner-box{
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px;
  margin-bottom: 0;
}

.category-products-section .shop-block-two .inner-box:before{
  opacity: 1;
  height: 100%;
}

.category-products-section .shop-block-two .inner-box:hover:before{
  height: 100%;
}

.category-products-section .shop-block-two .image-box .image{
  max-width: 100%;
  aspect-ratio: 4 / 3;
  background: #f7f7f7;
  border-radius: 8px;
}

.category-products-section .shop-block-two .image-box .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-products-section .shop-block-two .lower-content{
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 18px;
}

.category-products-section .shop-block-two .lower-content h4{
  font-size: 24px;
  line-height: 30px;
}

.category-products-section .shop-block-two .lower-content .cart-btn,
.category-products-section .shop-block-two .inner-box:hover .lower-content .cart-btn{
  position: static;
  opacity: 1;
  visibility: visible;
  margin-top: auto;
  padding-top: 18px;
}

.category-products-section .shop-block-two .lower-content .cart-btn .theme-btn{
  width: auto;
  min-width: 170px;
}

.category-product-category{
  display: block;
  color: #11786C;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.category-product-text{
  color: #5e615e;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
}

.category-sidebar-box{
  padding: 28px;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.category-sidebar-box h3{
  font-size: 24px;
  color: #141414;
  margin-bottom: 16px;
}

.category-sidebar-box h3 a{
  color: #141414;
}

.category-sidebar-box h3 a:hover,
.category-sidebar-box a:hover,
.blog-sidebar .widget-title h3 a:hover{
  color: #11786C;
}

.blog-sidebar .widget-title h3 a{
  color: #141414 !important;
}

.blog-sidebar .search-form .form-group button[type='submit']{
  background: #34D7C4 !important;
  color: #141414 !important;
}

.blog-sidebar .search-form .form-group button[type='submit']:hover{
  background: #11786C !important;
  color: #fff !important;
}

.category-sidebar-box p,
.category-sidebar-box li,
.category-sidebar-box a{
  color: #5e615e;
  line-height: 28px;
}

.category-sidebar-box ul li{
  margin-bottom: 10px;
}

.category-sidebar-box .theme-btn{
  margin-top: 10px;
}

.products-grid-toolbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 24px;
  margin-bottom: 30px;
  background: #f7f7f7;
  border: 1px solid #e6ece9;
  border-radius: 10px;
}

.products-grid-toolbar .left-column .text p{
  margin-bottom: 0;
  color: #5e615e;
  line-height: 28px;
}

.products-grid-toolbar .left-column .text span{
  color: #141414;
  font-weight: 700;
}

.products-grid-toolbar .right-column p{
  margin-bottom: 0;
  color: #11786C;
  font-weight: 600;
  line-height: 28px;
}

@media only screen and (max-width: 767px) {
  .products-grid-toolbar{
    display: block;
  }

  .products-grid-toolbar .right-column{
    margin-top: 8px;
  }
}
