/*
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to http://www.prestashop.com for more information.
 *
 *  @author    FMM Modules
 *  @copyright 2021 FMM Modules
 *  @license   FMM Modules
*/
#gift-product-search {
  float: right!important;
}

.filtr-item {
    padding: 1rem;
}

.gift-item-desc {
  background-color: rgba(0,0,0,0.5);
  color: white;
  position: absolute;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem;
  z-index: 1;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
}

/* Filter controls */
.gift-filter, .gift-search-row {
  padding-left: 0;
}

.gift-filter li, .multifilter li, .sortandshuffle li {
    color: white;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.sortandshuffle .sort-btn.active, .tag.active {
    background-color: #2592A9;
}

.filtr-search {
    padding: 0.5rem;
    text-transform: uppercase;
}

.push-down {
  margin-bottom: 50px;
}

.filtr-container {
  transition: height 500ms ease-out;
}

/******************/
.tags {
  list-style: none;
  overflow: hidden; 
  padding: 0px 20px 0 23px;
  margin: 6px 4px 10px 0;
}

.tags li {
  float: left; 
}

.tag {
  background: #38b5d0;
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #38b5d0;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.tag:hover {
  background-color: #2c92a8;
  color: white;
}

.tag:hover::after {
   border-left-color: #2c92a8; 
}

.tag.active {
  background-color: #2592A9;
}

.tag.active::after {
  border-left: 10px solid #2592A9;
}