.fvstudio-showmore-wrapper {
    text-align: center;
    padding: 15px 0;
}

.fvstudio-showmore-wrapper a:after {
    color: inherit;
    font-family: 'shoptet';
    font-size: 9px;
    content: '\e910';
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 5px;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.fvstudio-showmore-wrapper a:not(.showmore):after {
    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg);
}

.fvstudio-visible-elements {
    padding-bottom: 10px;
}


/* Classic, Step, Waltz, Tango, Techno */
body.type-category .content-wrapper-in,
body.type-manufacturer-detail .content-wrapper-in,
body.type-product .content-wrapper-in {
    visibility: hidden;
}

/* Pop, Rock, Echo, Soul */
body.type-category #main-in-in,
body.type-manufacturer-detail #main-in-in,
body.type-product #main-in-in {
    visibility: hidden;
}

/* Echo */
body.fvStudio-Echo .fvstudio-showmore-wrapper a:after {
    font-size: 13px !important;
    content: '\e904' !important;
}

/* Pop, Rock, Soul */
body.fvStudio-Pop .fvstudio-showmore-wrapper a:after,
body.fvStudio-Rock .fvstudio-showmore-wrapper a:after,
body.fvStudio-Soul .fvstudio-showmore-wrapper a:after {
    font-size: 12px !important;
    content: '\e909' !important;
}