/*  Soc icons for mobile */
.social-icons-mobile {
    position: fixed;
    z-index: 99999;
    bottom: 25px;
    right: 25px;
    display: none;
}

.social-icons-mobile__item {
    margin: 4px;
}

.social-icons-mobile__container {
    width: 55px;
    height: 55px;
}

.social-icons-mobile__container svg {
    width: 100%;
    max-width: 55px;
    height: 100%;
    max-height: 55px;
    border-radius: 50%;
}

@media (max-width: 479px) {
    .social-icons-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .j-to-top {
        display: none;
    }
}

/* footer fix for mobile */
@media (max-width: 479px) {
.j-container {
    height: unset !important;
}
.j-footer__column {
    display: unset !important;
}
.mg-soc-icons {
	display: none !important;
}
.mg-soc-icons__wrapper {
	display: none !important;
}
.j-cart__visible {
    top: 60px !important;
}
}
/* cat img fix for mobile */
@media (max-width: 430px) {
.j-goods__image {
    height: 280px !important;
}
.j-images__big {
    height: 280px !important;
}
}

.brand-p {
	padding-left: 10px;
	padding-top: 10px;
	background: #fff;
	font-size: 13px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0 !important;
}
.brand-p a {
    font-weight: 400;
	text-decoration: underline;
}
.property-form {
    margin-top: 0 !important;
}

.c-carousel__title--span1 {
	font-size: 20px;
    font-weight: 700;
	margin-bottom: 10px;
}
.brands__link1:hover {
	text-decoration: underline;
}