File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/src/app/pages/item-detail/item-detail.scss
.item-profile {
width: 100%;
background-position: center center;
background-size: cover;
height: 130px;
}
.item-md.item-block .item-inner {
padding-right: 0px !important;
}
.segmentCategory {
width: 99%;
display: inline-flex;
overflow-x: auto;
}
.segmentSubCategory {
min-width: 25%;
max-width: 100%;
border-radius: 20px !important;
font-size: 0.8em !important;
margin-left: 3px;
margin-right: 3px;
scrollbar-width: none;
display: inline-table;
}
.segmentSubCategory::-webkit-scrollbar {
display: none;
}
.button-shopping {
margin-top: 4px !important;
}
.badge-cart {
position: absolute;
right: 0;
top: 0;
margin-top: 2px;
}