.foogallery-setting-caption_icon,
.foogallery-setting-loading_icon,
.foogallery-setting-video_overlay,
.foogallery-setting-panel_theme {
content: "";
display: inline-block;
position: relative;
width: 32px;
height: 32px;
margin: 0;
background: transparent no-repeat center center;
background-size: 32px 32px;
vertical-align: middle;
}
.foogallery-setting-caption_icon.fg-hover-zoom {
background-image: url('../img/icons.svg#zoom-light');
}
.foogallery-setting-caption_icon.fg-hover-zoom2 {
background-image: url('../img/icons.svg#zoom2-light');
}
.foogallery-setting-caption_icon.fg-hover-zoom3 {
background-image: url('../img/icons.svg#zoom3-light');
}
.foogallery-setting-caption_icon.fg-hover-zoom4 {
background-image: url('../img/icons.svg#zoom4-light');
}
.foogallery-setting-caption_icon.fg-hover-zoom5 {
background-image: url('../img/icons.svg#zoom5-light');
}
.foogallery-setting-caption_icon.fg-hover-plus {
background-image: url('../img/icons.svg#plus-light');
}
.foogallery-setting-caption_icon.fg-hover-plus2 {
background-image: url('../img/icons.svg#plus2-light');
}
.foogallery-setting-caption_icon.fg-hover-plus3 {
background-image: url('../img/icons.svg#plus3-light');
}
.foogallery-setting-caption_icon.fg-hover-circle-plus {
background-image: url('../img/icons.svg#circle-plus-light');
}
.foogallery-setting-caption_icon.fg-hover-circle-plus2 {
background-image: url('../img/icons.svg#circle-plus2-light');
}
.foogallery-setting-caption_icon.fg-hover-eye {
background-image: url('../img/icons.svg#eye-light');
}
.foogallery-setting-caption_icon.fg-hover-external {
background-image: url('../img/icons.svg#external-light');
}
.foogallery-setting-caption_icon.fg-hover-square-plus {
background-image: url('../img/icons.svg#square-plus-light');
}
.foogallery-setting-video_overlay.fg-video-default {
background-image: url('../img/icons.svg#video-default-light');
}
.foogallery-setting-video_overlay.fg-video-1 {
background-image: url('../img/icons.svg#video-1-light');
}
.foogallery-setting-video_overlay.fg-video-2 {
background-image: url('../img/icons.svg#video-2-light');
}
.foogallery-setting-video_overlay.fg-video-3 {
background-image: url('../img/icons.svg#video-3-light');
}
.foogallery-setting-video_overlay.fg-video-4 {
background-image: url('../img/icons.svg#video-4-light');
}
.foogallery-setting-caption_icon.fg-hover-cart {
background-image: url('../img/icons.svg#cart-light');
}
.foogallery_template_field_type-htmlicon.foogallery_template_field_id-loading_icon td label {
background-color: #eee;
}
.foogallery_template_field_type-htmlicon.foogallery_template_field_id-loading_icon td input:checked + label {
background-color: #eee;
}
.fg-item-inner {
margin: 0;
}
.foogallery-setting-panel_theme.fg-light {
background-color: #fff;
}
.foogallery-setting-panel_theme.fg-dark {
background-color: #292929;
}
.foogallery-setting-panel_theme.fg-blue {
background-color: #3079ed;
}
.foogallery-setting-panel_theme.fg-purple {
background-color: #6816c2;
}
.foogallery-setting-panel_theme.fg-green {
background-color: #027339;
}
.foogallery-setting-panel_theme.fg-red {
background-color: #c22b24;
}
.foogallery-setting-panel_theme.fg-orange {
background-color: #e57731;
}