#otcategorytabs {
	margin: 0 0 40px;
}
#otcategorytabs .title {
    float: left;
    width: 100%;
}
#otcategorytabs .category-inner {
    float: left;
    width: 100%;
}
#otcategorytabs .categoryimage {
	width:19%;
}
#otcategorytabs .cat-slider.half-section {
    width: 81%;
    padding: 0;
}
#otcategorytabs .cat-slider.full-section {
    padding: 0;
}
#otcategorytabs .tab-content {
    padding: 0;
    width: 86%;
}
#otcategorytabs .tabs {
    width: 14%;
    display: flex;
    align-items: stretch;
}
#otcategory-tabs {
    float: left;
    width: 100%;
    margin: 0;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
#otcategorytabs .category-inner .row{
    display: flex;
    align-items: stretch;
}
#otcategorytabs .categoryimage img{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
#otcategorytabs .nav-tabs li.nav-item span {
    font: 500 14px/52px var(--secondary-font);
    margin: 0;
    padding: 0 15px;
    position: relative;
    color: #666;
    float: left;
    width: 100%;
    cursor: pointer;
}
#otcategorytabs .nav-tabs li.nav-item span::after {
    content: '';
    background: var(--border-color);
    height: 1px;
    position: absolute;
    width: 90%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#otcategorytabs .nav-tabs li{
    float: left;
    width: 100%;
}
#otcategorytabs .nav-tabs li.nav-item:last-child span::after {
    display: none;
}
#otcategorytabs .nav-tabs li.nav-item.offer span::after {
    background: var(--primary-bg-color);
}
#otcategorytabs .nav-tabs li.nav-item span.active,
#otcategorytabs .nav-tabs li.nav-item span:hover {
    color:  var(--primary-bg-color);
}
#otcategorytabs .nav-tabs li.nav-item.offer span{
    color:  var(--primary-text-color);
background: var(--primary-bg-color);
}
#otcategory-tabs .more-menu a {
    cursor: pointer;
}
#otcategorytabs .nav-tabs li.nav-item span::before {
    content: "";
    font-family: 'Material Icons Outlined';
    height: 25px;
    float: left;
    width: 25px;
    margin: 13px 5px 13px 0;
    vertical-align: middle;
    background:  url('../../../../assets/img/offer.png');;
}
#otcategorytabs .nav-tabs li:nth-child(2) span::before{
    background: url('../../../../assets/img/icon-01.png');
}
#otcategorytabs .nav-tabs li:nth-child(3) span::before{
    background: url('../../../../assets/img/icon-02.png');
}
#otcategorytabs .nav-tabs li:nth-child(4) span::before{
    background: url('../../../../assets/img/icon-03.png');
}
#otcategorytabs .nav-tabs li:nth-child(5) span::before{
    background: url('../../../../assets/img/icon-04.png');
}
#otcategorytabs .nav-tabs li:nth-child(6) span::before{
    background: url('../../../../assets/img/icon-05.png');
}
#otcategorytabs .nav-tabs li.more span::before {
    background: unset;
    content: '\e5d3';
    font-size: 20px;
    font-family: 'Material Icons';
    line-height: 25px;
    text-align: center;
}
@media (max-width: 1699px) and (min-width:1430px) {
    #otcategorytabs .nav-tabs li.nav-item span {
        font-size: 13px;
        padding: 0 10px;
    }
}

@media (max-width: 1429px) and (min-width:1200px) {
#otcategorytabs .tabs {
    width: 18%;
}
#otcategorytabs .tab-content {
    padding: 0;
    width: 82%;
}
}
@media (max-width: 1199px){
#otcategorytabs .tabs {
    width: 23%;
}
#otcategorytabs .tab-content {
    width: 77%;
}
#otcategorytabs .categoryimage {
    width: 35%;
}
#otcategorytabs .cat-slider.half-section {
    width: 65%;
}
}

@media (max-width: 991px){
    #otcategorytabs .tabs {
        width: 100%;
        margin: 0 0 20px;
    }
    #otcategorytabs .tab-content {
        width: 100%;
    }
    #otcategory-tabs {
        display: flex;
        overflow: auto;
    }
    #otcategorytabs .category-inner {
        float: left;
        width: 100%;
    }
    #otcategorytabs .category-inner .row {
        display: block;
    }
    #otcategorytabs .nav-tabs li.nav-item span::after {
        display: none;
    }
    #otcategorytabs .nav-tabs li {
        float: left;
        width: auto;
        flex: 0 0 auto;
    }
    #otcategorytabs .owl-carousel .owl-nav {
        top: -135px;
    }
}

@media (max-width: 650px){
    #otcategorytabs .categoryimage {
        width: 40%;
    }
    #otcategorytabs .cat-slider.half-section {
        width: 60%;
    }
}

@media (max-width:543px){
    #otcategorytabs .cat-slider.half-section {
        width: 100%;
        padding: 15px 0 0;
        float: left;
        text-align: center;
    }
    #otcategorytabs .categoryimage {
        width: 100%;
        padding: 0 10px;
        float: left;
    }
    #otcategorytabs .category-inner .row {
       margin: 0 -10px;
    }
    #otcategorytabs .tabs {
        padding: 0 10px;
    }
    #otcategorytabs .owl-carousel .owl-nav {
        top: auto;
        right: 0;
        position: relative;
        left: 0;
        bottom: 0;
        display: inline-block;
        vertical-align: top;
        margin: 10px 0 0;
    }
}