.video-js .vjs-hd-icon {
    background: none !important;
}

.vjs-menu-title {
    background-color: #FFF2D3 !important;
    color: #933E0B !important;
    text-transform: capitalize !important;
    border-bottom: 1px solid #FF9625 !important;
    font-weight: 600 !important;
}

.vjs-settings-back {
    background-color: #FFF2D3 !important;
    font-weight: 600 !important;
}

.vjs-menu-content {
    background-color: #FFF2D3 !important;
}

.vjs-menu-content .vjs-settings-item:hover {
    background-color: #f5dfab !important;
}

.vjs-settings-item {
    color: #282828 !important;
    text-shadow: none !important;
    font-weight: 600 !important;
}

.vjs-menu-item {
    color: #282828 !important;
    text-shadow: none !important;
}

.vjs-menu-item:hover {
    background-color: #f5dfab !important;
}


.video-js .vjs-menu-settings .vjs-menu-content .vjs-menu-forward::after {
    border-left-color: #FF9625 !important;
}

.video-js .vjs-menu-content .vjs-checked::before {
    color: #FF9625 !important;
    text-shadow: none !important;
}

.vjs-menu .vjs-menu-content .vjs-selected {
    background-color: #f5dfab !important;
}

.video-js .vjs-progress-control .vjs-play-progress {
    background-color: #FF9625;
}

li.vjs-menu-item.vjs-texttrack-settings {
    display: none !important;
}