/**
 * Styling for Cross Sell modal feature.
 * 
 * @author gelagotisv
 */
.cross-sell-modal .cancel-button {
 position: absolute;
 top: 0;
 right: 0;
 border: none;
}

.cross-sell-modal .button--cancel {
 z-index: 3;
}

.cross-sell-modal .button-fix:hover, .cross-sell-modal .button-fix:active, .cross-sell-modal .button-fix:focus  {
 background-color: transparent !important;
 border-color: transparent !important;
}

.cross-sell-modal .cross-sell-modal-form-size {
 max-width: 940px;
 margin: 0 auto;
}

.cross-sell-modal .purple-box {
 background-color: #8A37E9;
 position: relative;
 height: 168px;
}

.cross-sell-modal-prompt::before {
 opacity: 80% !important;
 background-color: #000000;
}