.vc-theme-selector {
    .dropdown-toggle:focus {
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    .dropdown-menu {
        min-width: 90px;
        li {
            float: left;
            &.vc-classic, &.vc-simple {
                clear: left;
            }
        }
    }
    [class^="vc-theme-icons-"],
    [class*=" vc-theme-icons-"] {
        width: 48px;
        height: 48px;
        display: inline-block;
        background: transparent url(../img/theme.png) center center no-repeat;
        &:hover {
            background-repeat: no-repeat;
            //background-image: url(../img/theme.png);
        }
    }
    .vc-theme-icons-default {
        background-image: url(../img/theme.png);
        &:hover {
            background-image: url(../img/theme.png);
        }
    }
    /* Classic */
    .vc-theme-icons-classic {
        background-image: url(../img/theme_classic.png);
        &:hover {
            background-image: url(../img/theme_classic.png);
        }
    }
    .vc-theme-icons-classic_orange {
        background-image: url(../img/theme_classic_orange.png);
        &:hover {
            background-image: url(../img/theme_classic_orange.png);
        }
    }
    .vc-theme-icons-classic_pink {
        background-image: url(../img/theme_classic_pink.png);
        &:hover {
            background-image: url(../img/theme_classic_pink.png);
        }
    }
    .vc-theme-icons-classic_purple {
        background-image: url(../img/theme_classic_purple.png);
        &:hover {
            background-image: url(../img/theme_classic_purple.png);
        }
    }
    .vc-theme-icons-classic_blue {
        background-image: url(../img/theme_classic_blue.png);
        &:hover {
            background-image: url(../img/theme_classic_blue.png);
        }
    }
    .vc-theme-icons-classic_green {
        background-image: url(../img/theme_classic_green.png);
        &:hover {
            background-image: url(../img/theme_classic_green.png);
        }
    }
    /* Simple */
    .vc-theme-icons-simple {
        background-image: url(../img/theme_simple.png);
        &:hover {
            background-image: url(../img/theme_simple.png);
        }
    }
    .vc-theme-icons-simple_orange {
        background-image: url(../img/theme_simple_orange.png);
        &:hover {
            background-image: url(../img/theme_simple_orange.png);
        }
    }
    .vc-theme-icons-simple_pink {
        background-image: url(../img/theme_simple_pink.png);
        &:hover {
            background-image: url(../img/theme_simple_pink.png);
        }
    }
    .vc-theme-icons-simple_purple {
        background-image: url(../img/theme_simple_purple.png);
        &:hover {
            background-image: url(../img/theme_simple_purple.png);
        }
    }
    .vc-theme-icons-simple_blue {
        background-image: url(../img/theme_simple_blue.png);
        &:hover {
            background-image: url(../img/theme_simple_blue.png);
        }
    }
    .vc-theme-icons-simple_green {
        background-image: url(../img/theme_simple_green.png);
        &:hover {
            background-image: url(../img/theme_simple_green.png);
        }
    }
}