.simpletabs h3.title {
    margin-bottom: 100px;
}
.simpletabs nav {
    border-bottom: 1px solid lightgray;
    position: relative;
    margin-bottom: 30px;
    max-width: 1320px;
    padding: 0;
    margin: auto;
    margin-bottom: 50px;
}
ul#myOwlTabtopCat .nav-link.active:after {
    content: '';
    display: block;
    position: relative;
    top: 8px;
    border: 2px solid black;
}
ul#myOwlTabtopCat li {
    display: inline-block;
}
.wrapper_alt {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    height: 50px;
}
.simpletabs .more_cat_alt:after {
    top: 8px;
}
.simpletabsowl .owl-item {
    padding: 7px 5px;
}
@media(max-width:1045px){
ul#myOwlTabtopCat {
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    display: block;
}
.simpletabs .wrapper{
    overflow: visible !important;
}
}
div#OwlTabContent .owl-item:hover img {
    top: 0px;
}

div#OwlTabContent img {
    position: relative;
    top: 50px;
    transition: top 0.5s ease 0s;
}