.galley-video-link{
  display:block;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
}    

.gallery-view-video {
  border-radius: 5px;
  width: 100%;
}

.fancybox__content {
  width: 50vw !important;
  height: auto !important;
}

.image-cover {
  border: solid 0px transparent;
  border-radius: 4px;
}

@media screen and (width < 768px) {
  .fancybox__content {
    width: 100vw !important;
    height: auto !important;
  }
  .galler-wrap{
    width: 50%;
  }
  .gallery-video .galler-wrap{
    width: 100%;
  }
}
.gallery-view-video .mejs-controls{
  display:none !important;
}  

.gallery-view-video .mejs-layers{
  display:none !important;
}    

.gallery-view-video {
  height:100%;
  overflow:hidden;
  width:100%;
} 

.gallery-view-video * {
  height:100% !important;
}    
/* .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;
  max-height: 98px;
  overflow: hidden;
}

.item-text{
  height: 200px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 16px;
  
}
.blog-date{
  padding-bottom: 8px;
}

.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;
  margin-left: -33px;
  right: 20px;
  position: relative;
}

.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:250px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  margin-top: 10px;
  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;
}

.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;
}

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

.dropdown:hover .dropbtn {
  color: var(--orange);
  font-weight: 700;
  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: 40px;
}

.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;
} 
@media screen and (max-width: 767px){
  .product-link .button {
      width: 100%;
      justify-content: flex-start;
  }
  .sorting-mobile{
      display: flex;
      flex-direction: row;
  }
  .search-field,
  .search-wrap{
    width: 100%;
  }
  .sort-mobile{
    padding: 14px 16px;
    border: 1px solid #84888C;
    border-radius: 8px;
    margin-right: 8px;

  }
}