/*
File Name: 		custom.css
Description:  You can add your custom CSS here and it will overwrite template styles
*/
/*# sourceMappingURL=maps/custom.css.map */
.df-icon {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: red;
}

.info-block--header .info-block__cart-sum {
    color: red;
}


@media only screen and (max-width: 991px) {
    .header-mobile__logo-img {
        width: 88px;
        height: auto;
    }
}
