.add-to-cart-popup {
    position: relative;

    .action.close {
        position: absolute;
        opacity: 1;
        top: 0;
        right: 0;
        width: auto;
        height: auto;
        padding: 10px;
        border: none;

        &::before {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 16px;
            line-height: 16px;
            color: #8f8f8f;
            content: '\e616';
            font-family: 'luma-icons';
            margin: 0;
            vertical-align: top;
            display: inline-block;
            font-weight: normal;
            overflow: hidden;
            speak: none;
            text-align: center;
        }
    }

    .choice.field {
        input {
            margin-top: 0;

            &:focus {
                outline: none;
                box-shadow: none;
            }
        }
    }

    .modal-action {
        button {
            &[disabled] {
                opacity: 0.8;
                cursor: default;
                pointer-events: none;
            }
        }
    }
}
