/* 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;
   top: -67px;
    right: 60px;
    left: auto;
    margin: 0 !important;
    background: 0 0 !important;
    width: initial;
    height: initial;
        
}
.owl-sago .owl-nav button.owl-next {
    position: absolute;
     top: -67px;
    right: 15px;
   
    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;

    padding: 5px;
    border-radius: 5px;
        border: 1px solid #e6e6e6;
}
.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-prev span {
    text-indent: -99999px;
       background: var(--primary-color);
    padding: 7px 15px !important;
    color: #fff;
    border-radius: 99px;
}
.owl-sago .owl-nav button.owl-next span{
  text-indent: -99999px;
       background: var(--primary-color);
    padding: 7px 15px !important;
    color: #fff;
    border-radius: 99px;
}
.owl-sago .owl-dots button{
        margin: 0;
    line-height: initial;
    height: initial;
    min-height: inherit;
}