
.blog-excrept{
  display: none;
  color:#53575B;
}
section.product_section{
  background-color: #F7F7F7;
}
.product_section .blog-date{
  display: none;
}
.product_section .item-text{
  background-color: var(--white);
  padding: 20px;
  border-radius: 0px 0px 4px 4px;
}
.product_section .col-item {
  border-bottom: 0px solid #E6E6E6;
  padding: 20px;

}
.product_section .blog-item img{
  border-radius: 4px 4px 0px 0px;
}
.product_section .blog-excrept{
  display: block;
  text-align: left
}

.dropdown-content a{
  cursor: pointer;
}

/* .banner-text{
  text-transform: uppercase;
} */

.blog-item img{
  width: 100%;
  height: 216px;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 4px;
}
.col-item{
  padding-left: 20px;
  padding-right: 20px;
}
.item-date{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color:var(--second-gray-100);

}

.blog-title{
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.0015em;
  
  overflow: hidden;
}

.item-text{
  min-height: 170px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 16px;
  flex-grow:1
  
}
.blog-date{
  margin-bottom: 14px;
  font-weight: 500;
  color: #53575B;

}

.col-item{
  border-bottom: 1px solid #E6E6E6;
  display: none;
  
}

.button-load{
  width: 100%;
  border: 0;
}
.dis-flex{
  display: flex;
}



.search-field {
  width: 400px;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  outline: none;
  background-color: #E9EBEC;
}

.search-button {
  background: transparent;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;

}

.search-button img {
  width: 24px;
  height: auto;
  object-fit: cover;
}

.dropbtn {
  border: 1px solid #84888C;
  border-radius: 4px;
  background-color: transparent;
  color: #84888C;
  padding: 10px 16px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  width:auto;
}

.dropdown {
  position: relative;
  display: inline-block;
  height: 100%;
}
.dropbtn{
  height: 100%;
}

.dropdown-content {
  display: none;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  min-width: 284px;
  padding: 0px 24px;
  z-index: 1;
  overflow: auto;
  max-height: 300px;
}

.dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
  padding:24px 0px;
  border-bottom: 1px solid #E9EBEC;
}

.dropdown-content a:hover {
  color:var(--orange);
  font-weight: 700;
}

.dropdown:hover .dropdown-content,
.dropdown:checked .dropdown-content,
.dropdown:active .dropdown-content,
.dropdown:target .dropdown-content,
.dropdown:focus .dropdown-content{
  display: block;
}

.dropbtn img{
  width: 14px;
}

.dropbtn span{
  overflow:hidden;
  width:220px;
}
.page-id-38581 .dropbtn span{
  overflow:hidden;
  width:150px;
}

.searc-hover{
  display: none;
}
.rotate-180{
  transform: rotate(180deg);
}

.dropdown:hover .dropbtn {
  color: var(--orange);
  background-color: #FCEFE3;
  border: 1px solid var(--orange);
}

.dropdown:hover .searc-hover{
  display: block;
}

.dropdown:hover .searc-unhover{
  display: none;
}

.search-img{
  background-image: url(../images/more-grey.png);
  background-position: center;
  background-size: cover;
  width: 16px;
  height: 8px;
  vertical-align: middle;
  margin-left: 16px;
  flex:0 0 16px;
}

.dropdown:hover .search-img{
  background-image: url(../images/more-orange.png);

}
.date{
  padding-left: 1rem;
}

.input-daterange input{
  border:none;
}

.date-range{
  border: 1px solid #84888C;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 16px;
  cursor: pointer;
  margin-left: 1rem;
}

.date-range *{
  pointer-events:none;
}
.date-text{
  padding-right:17px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
  color: #84888C;
} 
.col-item{
  position: relative;
}

.col-item > a{
  width:100%;
  display:block;
}
.blog-item{
  width:100%;
  flex-direction: column;
  display: flex;
  height: 100%;
}

.blog-image{
  padding-bottom:75%;
}
#search:focus + button{
visibility: hidden;
}
.product-link{
	margin-top: 18px;
}
.product-category-page .blog-excrept{
  font-weight: 600;
}
.product-category-page .product-link,.product_section .product-link{
  text-align: right;
}
.product-category-page  .item-text {
   
}
.product-category-page .prod-desc{
  font-weight: 600;
}
.search-wrap{
  position: relative;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1080px){
    .banner-item{
      min-height: 80vw;
  }
}

@media screen and (max-width: 767px){
  .product-link .button {
      width: 100%;
      justify-content: flex-start;
  }
  .sorting-mobile{
      display: flex;
      flex-direction: row;
      padding-left: 16px;
      padding-right: 16px;
  }
  .sort-wrap{
      padding-left: 16px;
      padding-right: 16px;

  }
  .search-field,
  .search-wrap{
    width: 100%;
    appearance:none;
    -webkit-appearance: none;
    -moz-appearance: none;

  }
  .search-field{

  }
  .sort-mobile{
    padding: 14px 16px;
    border: 1px solid #84888C;
    border-radius: 8px;
    margin-right: 8px;

  }
  .sort-wrap{
    margin-top: 10px;
    flex-wrap: wrap;
    flex-direction: column;
   


  }
  .sort-wrap > * {
      margin-bottom: 10px; /* Adjust the margin as needed */
  }
  .filter-reset-button{
    margin-left: 0;
    margin-top: 0em;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .date-range{
    margin-left: 0rem;
  }
  .sort-wrap .dropdown{
    width: 100%;
  }
  .sort-wrap .dropbtn,.sort-wrap .date-range{
    width: 100%;
    justify-content: space-between;
  }
}