/* slider dm*/
.owl-sago .owl-dots button.active span {
    background: var(--primary-color);
}
.owl-sago .owl-dots button span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 10px;
}
.owl-sago  .owl-dots button {
    margin: 0;
    line-height: initial;
    height: initial;
    min-height: inherit;
}
.owl-sago .owl-dots {
    text-align: center;
    margin-top: 35px;
}
.owl-sago .owl-nav button.owl-prev {
       position: absolute;
    left: 42%;
    bottom: -11px;
    margin: 0 !important;
    background: 0 0 !important;
    width: initial;
    height: initial;
        
}
.owl-sago .owl-nav button.owl-next {
    position: absolute;
    right: 42%;
    bottom: -11px;
    margin: 0 !important;
    background: 0 0 !important;
    width: initial;
    height: initial;
}
.cate__item {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    gap: 12px;
}
.cate__item .post-inner {
    display: flex;
    gap: 10px;
    align-items: center;
    border: 1px solid #e6e6e6;
    padding: 10px;
    border-radius: 12px;
}
.cate__item .img__bc img {
    width: auto;
    height: auto;
    max-height: 48px;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.cate__item .img__bc {
    height: 75px;
    margin-bottom: 0;
    width: 55px;
    min-width: 55px;
    position: relative;
}
.content__cate__home {
    text-align: left;
}
.content__cate__home a {
    font-size: 14px;
    color: #3c3c3c;
    margin: 0;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}
.number__pro {
    font-size: 14px;
    color: #828282;
}
.owl-sago  .owl-dots, .box__list__product .owl-dots {
    text-align: center;
    margin-top: 35px;
}

.owl-sago .owl-nav button.owl-next span {
    text-indent: -99999px;
    background: url(../img/right.png)no-repeat;
    width: 8px;
    height: 15px;
    display: block;
}
.owl-sago .owl-nav button.owl-prev span{
    text-indent: -99999px;
    background: url(../img/left.png)no-repeat;
    width: 8px;
    height: 15px;
    display: block;
}
.owl-sago .owl-dots button{
        margin: 0;
    line-height: initial;
    height: initial;
    min-height: inherit;
}