.basket-item-property.basket-item-property-scu-text{
	display: none !important;
}







#modal-55{
	max-width: 640px;
}
#modal-55 .form__item-button{
	display: flex;
	justify-content: space-evenly;
}
#modal-55 .form__item-button .button__carrot{
	width: 40%;
	display: flex;
    justify-content: center;
    align-items: center;
}
#modal-55 .form__item-button .button__carrot.button-1{
	background: #fff;
    color: #ffc931;
}




.button__gray{
	border: 1px solid #ccc;
	color: #ccc;
	line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
	box-sizing: border-box;
	background: transparent;
}



.dropdowns-type-F .item-check_circle label:before{
	content: none;
}
.dropdowns-type-F .item-check_circle input[type=checkbox]:checked ~ label:after{
	top: 10px;
    left: 10px;
    width: 5px;
    height: 5px;
	background-color: #ffc931;
}

.product-page__item{
	max-height: 500px;
}

.fancybox-img{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.product-card__image-content{
	height: auto;
}

.section__title-btn-block{
	display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
}
.section__title-btn-block a{
	font-size: 16px;
    color: #ffc931;
}


.product-card__choice{
	min-height: 42px;
}

._icon-heart.active:before,
._icon-chart.active:before{
	color: red;
}

.description__block-title a{
	font-size: calc(16px + 2 * ((100vw - 320px) / 1310));
	font-size: 16px;
}

.catalog__description-content a.-active{
	color: #fdb926;
}

.action-header__item ._icon-heart ,
.action-header__item ._icon-comparison {
	position: relative;
}
.action-header__item ._icon-heart span ,
.action-header__item ._icon-comparison span {
    position: absolute;
    width: 15px;
    height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 5px;
    right: 3px;
    border-radius: 50%;
    background: #ffc931;
    font-size: 10px;
    color: #5d1900;
}

.color-bg-label{
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.color-selection__content input + label {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #bdbdbd;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #bdbdbd;
}

.sticer__orange-NEW {
    background: #af3c26;
}
.sticer__orange-HIT {
    background: #fdb926;
}




.card-large__cost .old {
    font-size: 16px;
    font-weight: 500;
    text-decoration: line-through;
}
.card-large__cost .old span{
	display: inline;
}

.btn-outline-secondary{
	margin-right: 10px;
}


.basket-coupon-block-field{
	display: none;
}

.form-group.row{
	margin-bottom: 8px;
}
.main-profile-social-block{
	display: none !important;
}

.text-image__text h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 20px;
}


.bx-yellow .bx-soa-section-title-container{
	background: #ffc931;
}
.bx-yellow .bx-soa-section-title-container .bx-soa-editstep{
	color: #fff;
}