.eshop-btn {
  padding: 10px 15px;
  background-color: #e6202d;
  color: #fff;
  margin-left: 20px;
  transition: all 0.5s;

  box-shadow: -3px 3px 0 rgba(0, 0, 0, 0.2);
}

.eshop-btn:hover {
  color: #fff;
  box-shadow: none;
}

.ph-shopping-cart-txt {
  text-transform: uppercase;
  font-size: 20px;
}

.ph-shopping-cart {
  margin: 2px 0 0 10px;
  font-size: 24px;
}

.m-eshop-btn {
  display: none;
}

.search-wrapper .search-form i.fa-search {
  right: 160px;
}

/***************************************/
/* RESPONSIVE VIEW */
/***************************************/

@media (max-width: 991px) {
  .eshop-btn {
    display: none;
  }

  .m-eshop-btn-container {
    background-color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-family: sans-serif;
    font-weight: 600;
  }

  .m-eshop-btn {
    display: block;
    color: #fff;
  }
  .m-ph-shopping-cart-txt {
    align-items: center;
  }
  .m-eshop-icon {
    margin: 0 0 0 10px;
    font-size: 32px;
  }

  .search-wrapper .search-form i.fa-search {
    right: 10px;
  }
}
