.breadcrumb-accent-bkg{
    background: #F7F8EC;
}
.breadcrumb-accent-bkg .center-block  .breadcrumbs{
    margin-bottom: 0;
    padding-bottom: 32px;
}
.catalog-page .product-mesh {
    width: calc(100% + 32px);
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
}
.product-action-wrapper{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.product-item-image-alternative{
    z-index: 0;
    opacity: 1;
}
.form-popup{
	display: flex;
	flex-direction: column;
    /* gap: 16px; */
}
.form-popup .input-text-row{
	padding-bottom: 0;
    height: 48px;
}
.form-popup .form-group{ 
	margin-bottom: 0;
} 
.form-popup__captcha{
    flex-shrink: 0;
    height: min-content;
    margin-bottom: 16px;
}
.form-popup__captcha-row{
    /* height: 64px; */
}
.product-item-hidden-with-btn{
    width: 100%;
}
.product-item-image-alternative.not_pict{
    opacity: 1;
}
.product-item-button-container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-item-button-container .product-item-hidden-text{
    display: inline-flex;
}
.success-message{
    padding: 24px;
    font-weight: bold;
}
.form-popup .input-text-row.form-popup__row-textarea{
    height: auto;
    margin-bottom: 16px;
}
.form-popup .input-text-row.form-popup__row-textarea textarea{
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
}
.form-popup__header{
    margin-bottom: 16px;
}
#form_popup{
    border-radius: 4px;
}
.form-popup__captcha{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.error-field .errortext{
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0, -100%);
    display: inline-block;
    margin-left: auto;
    color: red;
}
.input-filled.error-field input{
    border-color: red;
}
.input-filled.error-field .input-placeholder{
    /* top: 8px; */
}
.form-popup .form-group.form-popup__row{
    margin-bottom: 16px;
}
.form-popup__row.form-group{
    display: flex;
    flex-direction: column;
    /* gap: 8px; */
    
}
.input-filled.error-field{
    height: auto;
}
.form-popup__row.form-group input{
    flex-shrink: 0;
}
/* .errortext{
    display: inline-block;
    margin-top: 16px;
} */
.form-popup__row.form-group input, .form-popup__captcha-row input{
    height: 48px;
}
.form-popup__captcha-row.error-field{

}
.form-popup__captcha-row.form-group{
    display: flex;
    flex-direction: column;
    /* gap: 8px; */
}