/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../../../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../../../../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../../../../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/scss/base.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
.fi-basket-progress-wrap {
  background: #f1f1f1;
  height: 15px;
  position: relative;
}
.fi-basket-progress-wrap .fi-basket-progress {
  width: 79%;
  height: 100%;
  background: #39cd0b;
}
.fi-basket-progress-wrap .fa-basket-progress-gift {
  position: absolute;
  right: 0;
  background: #000;
  color: #fff;
  top: -8px;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 15px;
}

.fa-basket-progress-complete a {
  text-decoration: underline;
}

.fi-items-container .fi-items-wrap article {
  position: relative;
  background: #fff;
  border: solid 1px #ccc;
  margin-top: 20px;
}
.fi-items-container .fi-items-wrap article .thumb-image picture {
  height: 100%;
  display: flex;
  align-items: center;
}
.fi-items-container .fi-items-wrap article .thumb-image a {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.fi-items-container .fi-items-wrap article .thumb-image img {
  max-height: 100%;
}
.fi-items-container .fi-items-wrap article .thumb-title {
  line-height: 1.3;
  display: block;
  font-size: 13px;
}
.fi-items-container .fi-items-wrap button {
  position: relative;
}

.free-item-in-basket-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6196078431);
  z-index: 1;
  font-size: 40px;
  color: #39cd0b;
}
