.short-description {
    background: #e9e9e9;
}
.short-description p:last-of-type{
    margin-bottom: 0;
}
.category__list ul {
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    overflow-x: scroll;
}
select.orderby {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.125rem + 2px);
    padding: .5625rem 2.125rem .5625rem 1.125rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #737491;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5b75' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.125rem center/8px 10px;
    border: 1px solid #dfdfeb;
    border-radius: .75rem;
    box-shadow: 0 0 0 0 transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.orderby:focus {
    border-color: rgba(118,109,244,0.35);
    outline: 0;
    box-shadow: 0 0 0 0 transparent,0 0.375rem 0.625rem -0.3125rem rgba(118,109,244,0.15)
}

select.orderby:focus::-ms-value {
    color: #737491;
    background-color: #fff
}

select.orderby:disabled {
    color: #9e9fb4;
    background-color: #f7f7fc
}

select.orderby::-ms-expand {
    display: none
}

select.orderby:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #737491
}
.shop-container{margin-top: 30px}
ul.meta-tskt li{
    list-style: none;
    font-size: 0.8rem;
    padding: 4px;
}

ul.meta-tskt li:not(:last-of-type){
    border-bottom: 1px #e9e9e9 dashed;

}
ul.meta-tskt li span.value {
    font-weight: 600;
}

.title-cat a{
    position: absolute; right: 0; bottom: 10px;
}
.content-category-after .collection-content-body{
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}
@media only screen and (max-width: 459px) {
    .title-cat a{
        text-align: center;
    }
}