#gift-modal .product-miniature.selected{
    border: 1px solid #a60f0b;
}
#gift-modal span.gifts_total {
    margin-left: 5px;
}

#gift-modal .modal-header{
    display: block;
    align-items: center;
}
#gift-modal .modal-title.promo {
    font-size: 18px;
}
#gift-modal .modal-title{
    font-size: 15px;
}
#gift-modal .modal-header button{
    position: absolute;
    top: 15px;
    right: 10px;
}

#gift-modal .gift_add_cart{
    color: #fff;
}

#gift-modal .modal-loading {
	display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background: #908585;
    left: 0px;
    opacity: 0.8;
    top: 0px;
}

#gift-modal .modal-loading.active {
	display: flex;
    
}

div#gift-modal a {
    cursor: pointer;
}

div#gift-modal img {
    width: auto!important;
    height: auto!important;
    min-height: auto!important;
}

