.catalogItem__plus
{
    border:none !important;
    border-left:1px solid #3f4443 !important;
}
.catalogItem__minus
{
    border:none !important;
    border-right:1px solid #3f4443 !important;
}
/* message max */
.y_cartMaxMessage{
	display: flex;
	align-items: center;
	gap: 10px;
	position:fixed;
	top:146px;
	/* left:50%; */
    /* width:420px; */
    /* margin-left:-210px; */
    /* margin-right:50%; */
    transform: translateX(-50%);
    left:50%;
    line-height: 110%;
	background:#EDF5FC;
	border:1px solid #D6E2EC;
	border-radius:4px;
	padding: 15px 8px;
	z-index: 999;
    white-space:nowrap;
}
.y_cartMaxMessage:before{
	content: '';
    width: 20px;
    height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 20.5C10.3189 20.5 8.67547 20.0015 7.27766 19.0675C5.87984 18.1335 4.79038 16.806 4.14703 15.2528C3.50369 13.6996 3.33535 11.9906 3.66333 10.3417C3.9913 8.6929 4.80085 7.17833 5.9896 5.98959C7.17834 4.80084 8.69289 3.99131 10.3417 3.66333C11.9906 3.33536 13.6996 3.50368 15.2528 4.14702C16.806 4.79037 18.1335 5.87983 19.0675 7.27765C20.0015 8.67546 20.5 10.3189 20.5 12C20.5 14.2543 19.6045 16.4164 18.0104 18.0104C16.4164 19.6045 14.2543 20.5 12 20.5Z' stroke='%23737C7B'/%3E%3Cpath d='M11.7306 7.1588L11.9997 12.8776L12.2683 7.16115C12.27 7.1246 12.2642 7.0881 12.2512 7.05388C12.2383 7.01966 12.2185 6.98843 12.1931 6.96211C12.1677 6.93578 12.1372 6.91492 12.1035 6.90078C12.0697 6.88665 12.0335 6.87954 11.9969 6.8799C11.961 6.88025 11.9255 6.8878 11.8925 6.9021C11.8595 6.9164 11.8297 6.93716 11.8049 6.96316C11.7801 6.98915 11.7607 7.01986 11.748 7.05346C11.7352 7.08707 11.7293 7.12288 11.7306 7.1588Z' fill='%23737C7B' stroke='%23737C7B' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 16.6211C11.8146 16.6211 11.6333 16.5661 11.4792 16.4631C11.325 16.3601 11.2048 16.2137 11.1339 16.0424C11.0629 15.8711 11.0443 15.6826 11.0805 15.5007C11.1167 15.3188 11.206 15.1518 11.3371 15.0207C11.4682 14.8896 11.6352 14.8003 11.8171 14.7641C11.999 14.7279 12.1875 14.7465 12.3588 14.8175C12.5301 14.8884 12.6765 15.0086 12.7795 15.1627C12.8825 15.3169 12.9375 15.4982 12.9375 15.6836C12.9375 15.9322 12.8387 16.1707 12.6629 16.3465C12.4871 16.5223 12.2486 16.6211 12 16.6211Z' fill='%23737C7B'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    flex-shrink: 0;
}
.y_cartMaxMessage__close{
	margin-top: 0.2em;
	width: 1em;
	height: 1em;
	flex-shrink: 0;
	cursor: pointer;
}
@media (max-width: 575.98px){
	.y_cartMaxMessage{
		/* left: 50%;
		transform: translateX(-50%);
		width: calc(100% - 30px); */
        white-space:initial;
        max-width: 90%;
        font-size: 12px;
        top:125px;
	}
}


.catalogItem__imgWrap .best
{
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 8px 16px;
    background: #737C7B;
    border-radius: 4px;
    position: absolute;
    top:8px;
    left:8px;
    z-index:9;
}

.catalogItem__plus.disabled
{
    opacity: .4 !important; 
    background-color: #fff !important;
    cursor:default !important;
}
.catalogItem__plus.disabled::before
{
    background-color:#3f4443 !important
}
.catalogItem__plus.disabled::after
{
    background-color:#3f4443 !important
}
@media (min-width: 1020px)
{
    .catalogItem__minus + .catalogItem__btn {
        min-width:175px;
    }
}