.container { width: 100%; background-color: white; font-size: 14px; color: $color-gray6; padding:0 0 16px 40px; @include mq (xl, min) { padding-left: 360px; } .homeLink { visibility: hidden; position: relative; margin-right: 16px; &::after { visibility: visible; display: block; content: "Home"; position: absolute; top: 20%; } } .link--1 { font-size: 0; margin-left: 16px; &::after { visibility: visible; display: block; content: "Sapatos"; font-size: 14px; } } .link--2 { margin-left: 16px; } .termArrow, .term { display: none; } } .carouselGaleryThumbs { .productImagesThumb { .thumbImg { height: 90px; } } }