﻿.emco-continent-items {
    border: 0.1em solid var(--custom-color1);
    align-items: center;
  }
  
  .emco-continent-items a {
    font-weight: bold;
    color: var(--custom-color3);
  }
  
  .showmore:before {
    content: "";
    position: relative;
    height: 0.1em;
    display: block;
    width: 80%;
    top: 0;
    margin: 0 auto;
    background: var(--accent-color4);
  }
  
  .showmore {
    display: block;
    background: var(--custom-color2);
    width: 100%;
    transform: translateY(100%);
    height: 0;
    position: absolute;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    left: 0;
  }
  
  .emco-continent-items:hover .showmore {
    transform: translateY(0);
    height: 3em;
  }
  
  .emco-continent-items img {
    transition: all ease-in-out 0.3s;
    transform: scale(0.8);
  }
  
  .emco-continent-items:hover img {
    transform: scale(1);
  }
  
  .emco-category .search {
    border-bottom: 0.1em solid var(--custom-color1);
  }
  
  .emco-category .search .searchcategoryinput {
    width: 100%;
    height: 4em;
    outline: 0;
    border: 0;
    border: 0.1em solid var(--accent-color4);
   
  }
  
  .emco-category .search select {
    width: 100%;
    height: 100%;
    background: var(--custom-color1);
    border: 0;
  }
  
  .emco-category .ProductName {
    line-height: 3;
  }
  .ItemInnerSearch,.ItemProductPartsGroup { margin:auto -0.5rem;}
.h-100{
  height: 100%;
}