@media (min-width:0px) and (max-width:767px) {
    #details-tabs-container {
        margin-left: 0;
        width: 100%;
    }
    #details-tabs-container ul.ui-tabs-nav {
        display: flex;
        overflow-x: auto;
    }
}
@media (min-width:768px) and (max-width:991px) {
    #details-tabs-container {
        margin-left: 0;
        width: 600px;
    }
    #details-tabs-container ul.ui-tabs-nav {
        display: flex;
        overflow-x: auto;
    }
}
@media (min-width:992px) {
    #details-tabs-container {
        margin-left: 0;
    }
}

.ui-tabs {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.ui-tabs-nav::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.ui-tabs-nav {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}


.ui-tabs .ui-widget-header {
    border: 0 solid #000000;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.75);
}
.ui-tabs .ui-tabs-nav {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0;
}
.ui-tabs .ui-tabs-nav li {
    border-width: 0 0 2px 0;
    margin: 1px 1.0em 0 1.0em;
}
.ui-tabs .ui-tabs-nav li a, a:active, a:focus {
    outline: none;
}
#tabs-2.ui-tabs-panel, #tabs-4.ui-tabs-panel {
    padding: 1em 0!important;
}
