/* Button */
.btn.bx-catalog-subscribe-button {
    /* background: url(/local/templates/ymzmotor/img/icons/bell.svg) no-repeat 20px center; */
    background-color: #ED9800;
    color: #fff;
    padding: 27px 20px 27px 46px;
    white-space: nowrap;         /* Не разрывать текст кнопки */
    flex-shrink: 0;            /* Не сжимать кнопку */
}
.btn.bx-catalog-subscribe-button span {
    background: url(/local/templates/ymzmotor/img/icons/bell.svg) no-repeat 0 center;
    padding-left: 24px;
    margin-left: -24px;
}
.btn.bx-catalog-subscribe-button.disabled {
    background-color: var(--theme-color-grey);;
}
.btn.bx-catalog-subscribe-button.btn_wide {
    padding: 10px 20px 10px 46px;
    min-height: 42px;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 16px;
    height: 24px;
    margin: 0;
    padding: 0 4px;
    border-bottom: 1px solid #CCD5DB;
    border-radius: 2px;
    /* background: #f8fafc; */
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}
#bx-catalog-subscribe-form-notify {margin-bottom: 8px;}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
.bx-filter-param-text {font-size: 14px;}

.catalog-detail__panel1 {
    display: flex;
    align-items: center;
    gap: 20px;                   
    flex-wrap: wrap; 
}

.price-card {
    flex: 1 1 280px;
    min-width: 0;
}
.select_styled.product_subscribe__select {
    width: 100%;
    height: 40px;
    background: #ECECEC;
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    margin-bottom: 14px;
}

#CatalogSubscribe_subscribe_button.popup-window.popup-window-with-titlebar {
    border-radius: 10px;
    padding: 0px 20px 13px 20px;
}
#CatalogSubscribe_subscribe_button.popup-window-with-titlebar .popup-window-content {
    padding: 0;
}
#CatalogSubscribe_subscribe_button .popup-window-titlebar {
    height: 30px;
}
#CatalogSubscribe_subscribe_button .popup-window-titlebar-close-icon {
    top: 4px;
    right: 4px;
}