/* Избранное */
.mg-add-to-favorites,
.mg-remove-to-favorites {

    display: inline-block;
    font-size: 13px;
    padding: 4px 5px 4px 8px;
    white-space: nowrap;
    margin-left: 5px;
    line-height: 17px;
    /*opacity: 0;
    visibility: hidden;*/
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 125px;
}
.mg-add-to-favorites .text_in{
	border-bottom: 1px solid;
}
.c-product__block--left .mg-add-to-favorites .text_in{
	display: none;
}
.c-product__block--left .addToCompare .text_in{
	display: none;
}
.c-product__block--left .mg-add-to-favorites, .c-product__block--left .mg-remove-to-favorites{
	font-size: 18px;
	padding-top: 0;
}
.mg-add-to-favorites:hover,
.mg-remove-to-favorites:hover{
	color:#f0a400;
}
.mg-add-to-favorites:hover .text_in{
	border-bottom: 0;
}
.c-goods__item:hover .mg-add-to-favorites,
.c-goods__item:hover .mg-remove-to-favorites {
    opacity: 1;
    visibility: visible;
}

.mg-add-to-favorites svg,
.mg-remove-to-favorites svg {
    width: 15px;
    height: 15px;
    vertical-align: sub;
    margin-right: 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.mg-add-to-favorites svg,
.mg-remove-to-favorites:hover svg {
    stroke: #333;
    fill: #fff;
}

.mg-add-to-favorites:hover svg,
.mg-remove-to-favorites svg {
    stroke: #ffd325;
    fill: #ffc107;
}

.remove__hover {
    display: none;
    width: 87px;
    text-align: center;
}

.mg-remove-to-favorites--product .remove__hover {
    width: 102px;
}

.mg-remove-to-favorites:hover .remove__text {
    display: none;
}

.mg-remove-to-favorites:hover .remove__hover {
    display: inline-block;
}

.mg-product-slides .mg-remove-to-favorites--product,
.mg-product-slides .mg-add-to-favorites--product {
    position: absolute;
    visibility: visible;
    opacity: 1;
    top: 5px;
    z-index: 51;
    border: 0;
    background: transparent;
    font-size: 12px;
    width: 145px;
}

.mg-product-slides .mg-remove-to-favorites--product svg,
.mg-product-slides .mg-add-to-favorites--product svg {
    vertical-align: bottom;
    width: 20px;
    height: 20px;
}

.c-images.mg-product-slides {
    position: relative;
	border: 1px solid #f0f0f0;
    background-color: #fff;
    box-shadow: 0 2px 2px rgb(0 0 0 / 5%);
}
/*@media (max-width: 767px) {
	.mg-add-to-favorites, .mg-remove-to-favorites{
		padding-left:0;
		font-size: 11px;
	}
}*/
