/* v44: непрозрачный крестик закрытия в карточке товара фуршета */
.furshet-page #itemModal .item-modal-card{
  position:relative !important;
}

.furshet-page #itemModal .icon-btn.close,
.furshet-page #itemModal .close{
  position:absolute !important;
  top:16px !important;
  right:16px !important;
  z-index:60 !important;
  opacity:1 !important;
  background:#21150d !important;
  color:#fff6e5 !important;
  border:1px solid rgba(255,224,160,.78) !important;
  box-shadow:0 12px 34px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.18) !important;
  -webkit-backdrop-filter:none !important;
  backdrop-filter:none !important;
}

.furshet-page #itemModal .icon-btn.close:hover,
.furshet-page #itemModal .close:hover{
  background:#2d1b10 !important;
  color:#ffe0a0 !important;
  transform:translateY(-1px) !important;
}

@media (max-width:760px){
  .furshet-page #itemModal .icon-btn.close,
  .furshet-page #itemModal .close{
    top:12px !important;
    right:12px !important;
  }
}
