/* icons */
.icon-wrapper .icon, .icon-wrapper .icon-after:after, .icon-wrapper .icon-before:before, .icon-wrapper .more:not(.icon-before):after {
	position: relative;
}

span.icon.icon-after.more::after {
    top: -.08em
}

.icon-external:after {
    top: -0.055em;
}

@media only screen and (max-width: 734px){
    .section-hero .section-content{
        width: 84%;
    }
}

@media only screen and (max-width: 704px){
    .section-hero .section-content{
        width: 87.5%;
    }
}

.product.no-keep-all{
    word-break: initial;
}