.owl-theme .owl-carousel-box-cat-name {
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: #e5e5e5;*/
    background: #fccd61;
    color: #333333;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 0;
    text-align: center;
    min-height: 55px;
    /*text-transform: uppercase;*/
}
.owl-theme p.owl-carousel-box-cat-name:hover, .owl-theme p.owl-carousel-box-cat-name:active {
    background: #d8d8d8;
}

/*.owl-theme .owl-dots .owl-dot span {margin: 5px 2px;}*/
.owl-theme .owl-dots .owl-dot span {width: 15px !important;height: 15px !important;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background: #fccd61;}

@media (max-width: 425px){
	#category .owl-carousel .owl-stage-outer {overflow: initial;}
}