.product_list_item  .s_title_block {
    height: auto;
}

#steasy_element_6225 .easy_icon_with_text_2_4 .easy_header {
    color: #777777;
}

#steasy_element_6225 .steasy_element_item {
    padding-bottom: 12px;
}

#steasy_element_6225 .easy_icon_with_text_2_4 .easy_icon {
    color: #777777;
}

#index .full_width_top_container {
    padding-top: 79px;
}
#prices-drop .page_heading {
    display: none;
}
#cart #wrapper {
        min-height: calc(100vh - 446px);
}
#header_left .logo_box .logo {
        max-width: 66%;
}
#steasy_element_6225 .easy_icon_wrap  {
       display: flex;
    align-items: center;
}
.full_width_top_container {
    padding-top: 0;
}
#header_primary, #header_primary .wide_container {
    border-bottom-color: #000000;
}

.product-image-hover img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease-in-out;
}

.product-image-hover.has-hover .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.product-image-hover.has-hover:hover .hover-image {
  opacity: 1;
}

.product-image-hover.has-hover:hover .cover-image {
  opacity: 0;
}