.stock-flash-sale {
    padding: 14px 0 3px;
    max-width: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
}
.stock-flash-sale .progress {
    height: 8px;
    background: #eee;
    border-radius: 0;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
}

.stock-flash-sale .progress .progress-bar {
    background: #00aa55;
}

.tb-sold {
    display: block;
    margin-top: 4px;
    color: #212b36;
    font-size: 13px;
}

.tb-sold span {
    font-weight: 700;
}

.show-brand a{
    font-size: 12px;
    color: #212b36;
    line-height: 22px;
    text-align: center;
    display: block;
    padding: 0 12px;
    background: #fff;
    border: 1px solid rgba(145, 158, 171, .32);
    border-radius: 50px;
    text-decoration: none;
    transition: .3s;
    margin-right: 5px;
    margin-left: 0;
    margin-bottom: 5px;
}

.item-name {
    color: #212b36 !important;
    box-shadow: none;
    text-decoration: none !important;
    font-weight: 400;
    font-size: 14px;
    margin: 0 !important;
    padding: 0 !important;
}

.btn-green-default, .btn-green-default:hover{
    height:32px;
    padding: 0 10px;
    line-height: 32px;
    display: block;
    font-weight: 700;
    font-size: 14px;
    background: #00aa55 !important;
    color: #fff !important;
    margin-bottom: 10px;
}

.p-item-price{
    margin: 5px 0;
}

.breadcrumb-design-2{
    padding: 0 !important;
}


.item-name {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin: 13px 0 5px;
    display: inline-block;
}

.product-rating {
    display: flex;
    gap: 14px;
}

.star-rating {
    float: none;
    margin: 0;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 84px !important;
}

.star-rating:before {
    color: #d3ced2 !important;
    content: "";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-family: "tb-icon";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 3px !important;
    font-size: 14px;
}

.review-link {
    margin-left: 3px;
    margin-right: 0;
    color: #637381;
    text-decoration: none;
    font-weight: 600;
}

.rate-sold {
    padding-left: 2px;
    padding-right: 0;
    margin-left: 5px;
    margin-right: 0;
    color: #637381;
    font-size: 14px;
    position: relative;
    line-height: 24px;
}

.discription p{
    font-size: 14px;
    margin-bottom: 1px;
}


.product-thumbs{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-thumbs .thumb-img{
    height: 100px;
    width: 100px;
}

.product-thumbs .thumb-img img{
    width: 100%;
    height: auto;
}

.thumb-plus{
    font-size: 30px;
    width: 40px;
    text-align: center;
}

.text-old-price {
    font-weight: 500;
    color: #919eab;
    font-size: 16px;
    padding-left: 5px;
    padding-right: 0;
    text-decoration: line-through;
}

.text-new-price{
    font-weight: 500;
    color: #c30b0b;
    font-size: 16px;
    padding-left: 5px;
    padding-right: 0;
}

.text-h3{
    font-size: 18px;
}

.item-group-name{
    font-size: 20px;
}

.product-cat {
    font-size: 18px;
    margin-bottom: 10px;
}

.border-right{
    border-right: 1px solid rgba(108, 117, 125, 0.56);
    padding-right: 10px;
    height: 100%;
}

.product-categories {
    padding: 0;
    list-style: none;
    margin: 0;
    line-height: 28px;
}

.product-categories ul li{
    color: #212b36;
    list-style: none;
}

.product-categories a {
    color: #212b36;
    text-decoration: none;
    line-height: 30px;
    font-size: 14px;
}

.product-categories a:hover{
    color: #00a955;
}

.category-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.category-right{
    display: flex;
    justify-content: end;
    gap: 8px;
}