.bpa-front-module--category {
    display: none;
}

.bpa-front-tabs--panel-body .bpa-front-dc--body {
    max-height: none;
}

.bpa-front--dt__calendar .vc-day .vc-day-content.is-disabled {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='1'/><path d='M0 0 L100 100 ' stroke='black' stroke-width='1'/></svg>") no-repeat center center;
    background-size: 100% 100%, auto;
    opacity: 0.3 !important;
}

div:has(>#cvvInput) {
    position: relative;
    background-image: url('https://iacedcalculus.com/wp-content/uploads/2023/12/cvv.png');
    background-repeat: no-repeat;
    background-position: right 4px center;
    background-size: 40px 40px;
}

div:has(>#cardNumber) {
    position: relative;
    background-image: url('https://iacedcalculus.com/wp-content/uploads/2023/12/PngItem_131052.png');
    background-repeat: no-repeat;
    background-position: right 4px center;
    background-size: 177px 30px;
}

.am-fs__payments-app-info-subtotal {
    display: none !important;
}

.am-fs-sb__menu {
    display: none !important;
}

.am-fs-sb__step-checker {
    min-width: 24px;
}

.am-oit__price {
    overflow: hidden !important;
    width: calc(100% - 9px) !important;
    justify-content: end !important;
    min-width: unset;
    white-space: nowrap;
}

.am-oit__price .plus {
    display: none;
}

.am-fs__info-form .el-form-item:last-child {
    width: 100% !important;
}