.trp-floating-switcher {
display: flex;
flex-direction: column-reverse;
position: fixed;
z-index: 99999;
overflow: hidden;
padding: var(--switcher-padding, 10px);
border: var(--border, none);
border-radius: var(--border-radius, 8px);
background: var(--bg, #fff);
width: var(--switcher-width, auto);
top: var(--top, unset);
right: var(--right, unset);
bottom: var(--bottom, unset);
left: var(--left, unset);
box-shadow: 0 10px 20px 0 #0000000D;
}
.trp-floating-switcher .trp-switcher-dropdown-list {
flex-direction: column-reverse;
}
.trp-switcher-position-top.trp-floating-switcher {
flex-direction: column;
top: var(--wp-admin--admin-bar--height, 0);
}
.trp-floating-switcher.trp-switcher-position-top:not(.trp-ls-inline) .trp-language-switcher-inner,
.trp-floating-switcher.trp-switcher-position-top .trp-switcher-dropdown-list {
flex-direction: column;
} nav.trp-ls-inline .trp-language-switcher-inner {
flex-direction: row;
}
.trp-ls-inline.trp-opposite-language .trp-language-item {
width: 100%;
} #trp-floater-powered-by {
color: var(--text, #b3b3b3);
font-size: 12px;
text-align: center;
padding: 0 5px;
opacity: 70%;
}
#trp-floater-powered-by a {
color: var(--text, #b3b3b3);
}
.trp-switcher-position-bottom #trp-floater-powered-by {
border-top: 1px solid var(--border-color, #747474);
padding-top: 5px;
margin-top: 5px;
}
.trp-switcher-position-top #trp-floater-powered-by {
border-bottom: 1px solid var(--border-color, #747474);
padding-bottom: 5px;
margin-bottom: 5px;
} .trp-shortcode-switcher__wrapper {
position: relative;
border: none;
}
.trp-shortcode-switcher {
position: static;
display: inline-block;
overflow: hidden;
padding: 10px 0;
border: var(--border, none);
border-radius: var(--border-radius, 5px);
background: var(--bg, #fff);
width: auto;
box-shadow: none;
} .trp-shortcode-anchor:not(.trp-opposite-button) {
visibility: hidden;
}
.trp-shortcode-switcher.trp-open-on-click {
cursor: pointer;
}
.trp-shortcode-overlay {
position: absolute;
left: 0;
top: 0;
z-index: 9999;
} .trp-current-language-item__wrapper:not(.trp-hide-arrow) {
display: flex;
align-items: center;
padding-right: 10px;
justify-content: space-between;
} .trp-language-switcher-inner {
display: flex;
}
.trp-floating-switcher .trp-language-switcher-inner {
flex-direction: column-reverse;
}
.trp-shortcode-switcher .trp-language-switcher-inner {
flex-direction: column;
}
.trp-switcher-dropdown-list {
display: flex;
overflow-y: hidden; transition: max-height 0.2s ease-in-out;
max-height: 0;
transition-duration: var(--transition-duration);
}
.trp-shortcode-switcher .trp-switcher-dropdown-list {
flex-direction: column;
} .trp-ls-dropdown.is-open .trp-switcher-dropdown-list,
.trp-ls-dropdown[aria-expanded="true"] .trp-switcher-dropdown-list,
.trp-shortcode-switcher.trp-open-on-hover.is-open .trp-switcher-dropdown-list,
.trp-shortcode-switcher[aria-expanded="true"] .trp-switcher-dropdown-list {
overflow-y: auto;
max-height: min(350px, 70vh);
-webkit-overflow-scrolling: touch;
scrollbar-width: thin;
scrollbar-color: var(--text) transparent;
}
.trp-ls-dropdown.is-transitioning .trp-switcher-dropdown-list,
.trp-shortcode-switcher.is-transitioning .trp-switcher-dropdown-list {
overflow-y: hidden !important;
}
.trp-shortcode-arrow {
pointer-events: none;
}
.trp-shortcode-switcher.is-open .trp-shortcode-arrow {
transform: rotate(180deg);
} .trp-language-item:focus { outline: none; }
.trp-language-item:focus-visible {
outline: 2px solid var(--text);
outline-offset: -2px;
} .trp-language-item {
display: flex;
align-items: center;
gap: 8px;
padding: 7px 16px;
text-decoration: none;
min-height: 19px;
box-sizing: content-box;
}
.trp-language-item:hover {
background: var(--bg-hover, #f3f3f3);
}
.trp-language-item:hover .trp-language-item-name {
color: var(--text-hover, #000);
}
.trp-language-item__current {
pointer-events: none;
cursor: default;
}
.trp-language-item-name {
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: var(--text, #000);
font-size: var(--font-size, 14px);
line-height: 1.2;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
font-weight: 400;
}
.trp-flag-image {
border-radius: var(--flag-radius, 0) !important;
aspect-ratio: var(--aspect-ratio, 4/3) !important;
width: var(--flag-size, 18px) !important;
display: inline-block !important;
height: auto !important;
}
.trp-menu-ls-label .trp-flag-image {
margin: -2px 3px;
}
.trp-custom-flag {
object-fit: cover;
} .trp-switcher-dropdown-list::-webkit-scrollbar { width: 6px; }
.trp-switcher-dropdown-list::-webkit-scrollbar-track { background: transparent; }
.trp-switcher-dropdown-list::-webkit-scrollbar-thumb {
background-color: var(--text);
border-radius: 4px;
}
.trp-switcher-dropdown-list::-webkit-scrollbar-thumb:hover {
background-color: var(--text-hover);
} .trp-flag-rounded {
border-radius: 9999px !important;
aspect-ratio: 1 / 1 !important;
}
.trp-ls-name {
padding-left: 5px;
}
@media (prefers-reduced-motion: reduce) {
.trp-switcher-dropdown-list {
transition: none !important; }
} .trp_ald_ls_container img.trp-flag-image{
padding-top: 0 !important;
}
.trp_ald_ls_container .trp-language-switcher{
position: relative;
display: inline-block;
padding: 0;
border: 0;
box-sizing: border-box;
}
.trp_ald_ls_container .trp-language-switcher > div {
box-sizing: border-box;
padding-right: 20px;
padding-bottom: 3px;
padding-left: 13px;
border: 1px solid #c1c1c1;
border-radius: 3px;
background-color: #fff;
}
.trp_ald_ls_container .trp-language-switcher > div > a {
display: block;
padding: 2px;
border-radius: 3px;
color: rgb(7, 105, 173);
}
.trp_ald_ls_container .trp-language-switcher > div > a:hover {
background: #f1f1f1;
}
.trp_ald_ls_container .trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
cursor: default;
}
.trp_ald_ls_container .trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
background: none;
}
.trp_ald_ls_container .trp-language-switcher > div > a > img{
display: inline;
margin: 0 3px;
width: 18px;
height: 12px;
border-radius: 0;
}
.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-current-language{
display: inline-block;
}
.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-current-language,
.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-current-language{
visibility: hidden;
}
.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-language{
display: inline-block;
height: 1px;
overflow: hidden;
visibility: hidden;
z-index: 1;
max-height: 250px;
overflow-y: auto;
left: 0;
top: 0;
min-height: auto;
}
.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-language,
.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-language{
visibility: visible;
max-height: 250px;
height: auto;
overflow-y: auto;
position: absolute;
left: 0;
top: 0;
display: inline-block !important;
min-height: auto;
}
#trp_ald_x_button{
z-index: 0 !important;
}@font-face {
font-family: 'icomoon';
src:  url(//hotelstadthamburg.net/wp-content/themes/safar/assets/fonts/icomoon.eot?xfonld);
src:  url(//hotelstadthamburg.net/wp-content/themes/safar/assets/fonts/icomoon.eot?xfonld#iefix) format('embedded-opentype'),
url(//hotelstadthamburg.net/wp-content/themes/safar/assets/fonts/icomoon.woff2?xfonld) format('woff2'),
url(//hotelstadthamburg.net/wp-content/themes/safar/assets/fonts/icomoon.ttf?xfonld) format('truetype'),
url(//hotelstadthamburg.net/wp-content/themes/safar/assets/fonts/icomoon.woff?xfonld) format('woff'),
url(//hotelstadthamburg.net/wp-content/themes/safar/assets/fonts/icomoon.svg?xfonld#icomoon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] { font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-iron:before {
content: "\e9c5";
}
.icon-access:before {
content: "\ea17";
}
.icon-apartment:before {
content: "\ea18";
}
.icon-briefcase:before {
content: "\ea19";
}
.icon-browser:before {
content: "\ea1a";
}
.icon-candles:before {
content: "\ea1b";
}
.icon-cuisine:before {
content: "\ea1c";
}
.icon-drop:before {
content: "\ea1d";
}
.icon-file-code:before {
content: "\ea1e";
}
.icon-frozen-ice:before {
content: "\ea1f";
}
.icon-globe-3:before {
content: "\ea20";
}
.icon-herbal:before {
content: "\ea21";
}
.icon-interactive:before {
content: "\ea22";
}
.icon-map-4:before {
content: "\ea23";
}
.icon-motion-graphic:before {
content: "\ea24";
}
.icon-owner:before {
content: "\ea25";
}
.icon-responsive-design:before {
content: "\ea26";
}
.icon-review:before {
content: "\ea27";
}
.icon-settings-sliders:before {
content: "\ea28";
}
.icon-shield-check:before {
content: "\ea29";
}
.icon-surf-van:before {
content: "\ea2a";
}
.icon-tachometer-alt-fastest:before {
content: "\ea2b";
}
.icon-terrace-2:before {
content: "\ea2c";
}
.icon-toast:before {
content: "\ea2d";
}
.icon-towel:before {
content: "\ea2e";
}
.icon-web-design:before {
content: "\ea2f";
}
.icon-pc:before {
content: "\ea16";
}
.icon-booking-online:before {
content: "\e946";
}
.icon-calendar-event:before {
content: "\e9ec";
}
.icon-camping1:before {
content: "\e9ed";
}
.icon-car:before {
content: "\e9ee";
}
.icon-city-escape:before {
content: "\ea08";
}
.icon-cityscape:before {
content: "\ea10";
}
.icon-cocktail:before {
content: "\ea11";
}
.icon-dining-table:before {
content: "\ea12";
}
.icon-elephant:before {
content: "\ea13";
}
.icon-quote-ui:before {
content: "\ea14";
}
.icon-suitcase-2:before {
content: "\ea15";
}
.icon-hours:before {
content: "\e9ef";
}
.icon-angle-double-small-right:before {
content: "\e9f0";
}
.icon-angle-small-up:before {
content: "\e9f1";
}
.icon-arrow-left-new:before {
content: "\e9f2";
}
.icon-arrow-right-2:before {
content: "\e9f3";
}
.icon-arrow-right-new:before {
content: "\e9f4";
}
.icon-arrow-up-left:before {
content: "\e9f5";
}
.icon-backpack-4:before {
content: "\e9f6";
}
.icon-bathtub-3:before {
content: "\e9f7";
}
.icon-booking-2:before {
content: "\e9f8";
}
.icon-camera-4:before {
content: "\e9f9";
}
.icon-city:before {
content: "\e9fa";
}
.icon-computer:before {
content: "\e9fb";
}
.icon-curtains-4:before {
content: "\e9fc";
}
.icon-cutlery:before {
content: "\e9fd";
}
.icon-diamond-luxury:before {
content: "\e9fe";
}
.icon-dumbbell:before {
content: "\e9ff";
}
.icon-elevator:before {
content: "\ea00";
}
.icon-hiking:before {
content: "\ea01";
}
.icon-hill-sun:before {
content: "\ea02";
}
.icon-location-3:before {
content: "\ea03";
}
.icon-ocean:before {
content: "\ea04";
}
.icon-photo-camera:before {
content: "\ea05";
}
.icon-photo-camera-2:before {
content: "\ea06";
}
.icon-planet-earth1:before {
content: "\ea07";
}
.icon-pool:before {
content: "\ea09";
}
.icon-resort:before {
content: "\ea0a";
}
.icon-room-service-2:before {
content: "\ea0b";
}
.icon-saliboat:before {
content: "\ea0c";
}
.icon-star-2:before {
content: "\ea0d";
}
.icon-sunrise:before {
content: "\ea0e";
}
.icon-washing-machine-2:before {
content: "\ea0f";
}
.icon-earth:before {
content: "\e9e1";
}
.icon-photo-camera-3:before {
content: "\e9d9";
}
.icon-d-shapes:before {
content: "\e9ca";
}
.icon-angle-right-small:before {
content: "\e9cb";
}
.icon-angle-small-down:before {
content: "\e9cc";
}
.icon-angle-small-right:before {
content: "\e9cd";
}
.icon-arrow-up-right-2:before {
content: "\e9ce";
}
.icon-backpack-3:before {
content: "\e9cf";
}
.icon-badge-check:before {
content: "\e9d0";
}
.icon-calendar-2:before {
content: "\e9d1";
}
.icon-coffee:before {
content: "\e9d2";
}
.icon-community:before {
content: "\e9d3";
}
.icon-confetti:before {
content: "\e9d4";
}
.icon-dinner-2:before {
content: "\e9d5";
}
.icon-event:before {
content: "\e9d6";
}
.icon-food-trolley-2:before {
content: "\e9d7";
}
.icon-geometric-bullate-2:before {
content: "\e9d8";
}
.icon-hotel:before {
content: "\e9da";
}
.icon-key:before {
content: "\e9db";
}
.icon-landscape-2:before {
content: "\e9dc";
}
.icon-love-2:before {
content: "\e9dd";
}
.icon-love-3:before {
content: "\e9de";
}
.icon-menu-new:before {
content: "\e9df";
}
.icon-news:before {
content: "\e9e0";
}
.icon-plane-2:before {
content: "\e9e2";
}
.icon-play:before {
content: "\e9e3";
}
.icon-play-modern:before {
content: "\e9e4";
}
.icon-quotation:before {
content: "\e9e5";
}
.icon-quote-line:before {
content: "\e9e6";
}
.icon-rotate-right:before {
content: "\e9e7";
}
.icon-scale:before {
content: "\e9e8";
}
.icon-single-bed-2:before {
content: "\e9e9";
}
.icon-terrace:before {
content: "\e9ea";
}
.icon-user-sparkles:before {
content: "\e9eb";
}
.icon-dribbble:before {
content: "\e9c8";
}
.icon-youtube:before {
content: "\e9c9";
}
.icon-gallery:before {
content: "\e945";
}
.icon-dollar:before {
content: "\e9c6";
}
.icon-area:before {
content: "\e993";
}
.icon-arrow-up-right-bold-2:before {
content: "\e994";
}
.icon-backpack-2:before {
content: "\e995";
}
.icon-backpack-tour-2:before {
content: "\e996";
}
.icon-bathtub:before {
content: "\e997";
}
.icon-bathtub-2:before {
content: "\e998";
}
.icon-behance:before {
content: "\e999";
}
.icon-camera-3:before {
content: "\e99a";
}
.icon-camping:before {
content: "\e99b";
}
.icon-cctv:before {
content: "\e99c";
}
.icon-check-2:before {
content: "\e99d";
}
.icon-cross:before {
content: "\e99e";
}
.icon-curtains-3:before {
content: "\e99f";
}
.icon-dimensions:before {
content: "\e9a0";
}
.icon-double-bed-2:before {
content: "\e9a1";
}
.icon-down-arrow:before {
content: "\e9a2";
}
.icon-flickr:before {
content: "\e9a3";
}
.icon-free-wifi-2:before {
content: "\e9a4";
}
.icon-full-size:before {
content: "\e9a5";
}
.icon-github:before {
content: "\e9a6";
}
.icon-github-character:before {
content: "\e9a7";
}
.icon-google-plus:before {
content: "\e9a8";
}
.icon-hair-dryer-2:before {
content: "\e9a9";
}
.icon-hostel:before {
content: "\e9aa";
}
.icon-instagram-2:before {
content: "\e9ab";
}
.icon-instagram-3:before {
content: "\e9ac";
}
.icon-layer-group:before {
content: "\e9ad";
}
.icon-location-2:before {
content: "\e9ae";
}
.icon-minus:before {
content: "\e9af";
}
.icon-phone-free:before {
content: "\e9b0";
}
.icon-pinterest:before {
content: "\e9b1";
}
.icon-plus:before {
content: "\e9b2";
}
.icon-profile:before {
content: "\e9b3";
}
.icon-quad:before {
content: "\e9b4";
}
.icon-share:before {
content: "\e9b5";
}
.icon-single-bed:before {
content: "\e9b6";
}
.icon-social-media-2:before {
content: "\e9b7";
}
.icon-sofa-2:before {
content: "\e9b8";
}
.icon-spa-2:before {
content: "\e9b9";
}
.icon-stage:before {
content: "\e9ba";
}
.icon-tent-2:before {
content: "\e9bb";
}
.icon-toilet:before {
content: "\e9bc";
}
.icon-trash:before {
content: "\e9bd";
}
.icon-video:before {
content: "\e9be";
}
.icon-vimeo:before {
content: "\e9bf";
}
.icon-wall-clock:before {
content: "\e9c0";
}
.icon-webcam-2:before {
content: "\e9c1";
}
.icon-whatsapp:before {
content: "\e9c2";
}
.icon-window:before {
content: "\e9c3";
}
.icon-world-wide-signal:before {
content: "\e9c4";
}
.icon-air:before {
content: "\e900";
}
.icon-angle-down:before {
content: "\e901";
}
.icon-angle-left:before {
content: "\e902";
}
.icon-angle-right:before {
content: "\e903";
}
.icon-angle-up:before {
content: "\e904";
}
.icon-animal:before {
content: "\e905";
}
.icon-arrow-left:before {
content: "\e906";
}
.icon-arrow-right:before {
content: "\e907";
}
.icon-arrow-up-right:before {
content: "\e908";
}
.icon-backpack-thick:before {
content: "\e909";
}
.icon-backpack-tour:before {
content: "\e90a";
}
.icon-badge:before {
content: "\e90b";
}
.icon-badge-award:before {
content: "\e90c";
}
.icon-bag:before {
content: "\e90d";
}
.icon-bath:before {
content: "\e90e";
}
.icon-bathtab:before {
content: "\e90f";
}
.icon-bed-love:before {
content: "\e910";
}
.icon-binoculars:before {
content: "\e911";
}
.icon-bonfire:before {
content: "\e912";
}
.icon-bonfire-thin:before {
content: "\e913";
}
.icon-booking:before {
content: "\e914";
}
.icon-bow:before {
content: "\e915";
}
.icon-building-hotel:before {
content: "\e916";
}
.icon-building-lift:before {
content: "\e917";
}
.icon-burning-campfire:before {
content: "\e918";
}
.icon-calendar:before {
content: "\e919";
}
.icon-call-center:before {
content: "\e91a";
}
.icon-camera:before {
content: "\e91b";
}
.icon-camera-1:before {
content: "\e91c";
}
.icon-camera-2:before {
content: "\e91d";
}
.icon-canoe:before {
content: "\e91e";
}
.icon-check:before {
content: "\e91f";
}
.icon-check-in:before {
content: "\e920";
}
.icon-checklist-box:before {
content: "\e921";
}
.icon-coconut-drink:before {
content: "\e922";
}
.icon-comments:before {
content: "\e923";
}
.icon-compass:before {
content: "\e924";
}
.icon-connection:before {
content: "\e925";
}
.icon-cupcake:before {
content: "\e926";
}
.icon-curtains:before {
content: "\e927";
}
.icon-curtains-2:before {
content: "\e928";
}
.icon-deck-chair:before {
content: "\e929";
}
.icon-diamond:before {
content: "\e92a";
}
.icon-dinner:before {
content: "\e92b";
}
.icon-double-bed:before {
content: "\e92c";
}
.icon-download-1:before {
content: "\e92d";
}
.icon-drinks:before {
content: "\e92e";
}
.icon-dyed:before {
content: "\e92f";
}
.icon-email:before {
content: "\e930";
}
.icon-email-details:before {
content: "\e931";
}
.icon-eye-scan:before {
content: "\e932";
}
.icon-fax:before {
content: "\e933";
}
.icon-film:before {
content: "\e934";
}
.icon-first-aid-kit:before {
content: "\e935";
}
.icon-food:before {
content: "\e936";
}
.icon-free-wifi:before {
content: "\e937";
}
.icon-friends:before {
content: "\e938";
}
.icon-game-controller:before {
content: "\e939";
}
.icon-globe:before {
content: "\e93a";
}
.icon-globe-2:before {
content: "\e93b";
}
.icon-hair-dryer:before {
content: "\e93c";
}
.icon-healthcare:before {
content: "\e93d";
}
.icon-help-center:before {
content: "\e93e";
}
.icon-help-center-2:before {
content: "\e93f";
}
.icon-hiking-mountain:before {
content: "\e940";
}
.icon-hotel-bed:before {
content: "\e941";
}
.icon-hotels-modern:before {
content: "\e942";
}
.icon-hotel-star:before {
content: "\e943";
}
.icon-international-call:before {
content: "\e944";
}
.icon-jeep:before {
content: "\e947";
}
.icon-labyrinth:before {
content: "\e948";
}
.icon-landscape:before {
content: "\e949";
}
.icon-lecture:before {
content: "\e94a";
}
.icon-lily:before {
content: "\e94b";
}
.icon-location:before {
content: "\e94c";
}
.icon-love:before {
content: "\e94d";
}
.icon-luggage:before {
content: "\e94e";
}
.icon-map:before {
content: "\e94f";
}
.icon-map-2:before {
content: "\e950";
}
.icon-map-3:before {
content: "\e951";
}
.icon-maps-and-flags:before {
content: "\e952";
}
.icon-medal:before {
content: "\e953";
}
.icon-medal-award:before {
content: "\e954";
}
.icon-menu:before {
content: "\e955";
}
.icon-mountain:before {
content: "\e956";
}
.icon-nature-tree:before {
content: "\e957";
}
.icon-noodles:before {
content: "\e958";
}
.icon-oven:before {
content: "\e959";
}
.icon-packages:before {
content: "\e95a";
}
.icon-parachute-beach:before {
content: "\e95b";
}
.icon-party-mask:before {
content: "\e95c";
}
.icon-passport:before {
content: "\e95d";
}
.icon-passport-2:before {
content: "\e95e";
}
.icon-paw-pet:before {
content: "\e95f";
}
.icon-phone-call:before {
content: "\e960";
}
.icon-pyramids:before {
content: "\e961";
}
.icon-quote-speech:before {
content: "\e962";
}
.icon-reception:before {
content: "\e963";
}
.icon-refresh:before {
content: "\e964";
}
.icon-restaurant-table:before {
content: "\e965";
}
.icon-rocket:before {
content: "\e966";
}
.icon-room-service:before {
content: "\e967";
}
.icon-salad-plate:before {
content: "\e968";
}
.icon-save-money:before {
content: "\e969";
}
.icon-search:before {
content: "\e96a";
}
.icon-sofa:before {
content: "\e96b";
}
.icon-spa:before {
content: "\e96c";
}
.icon-spoon-and-fork:before {
content: "\e96d";
}
.icon-stopwatch:before {
content: "\e96e";
}
.icon-stopwatch-1:before {
content: "\e96f";
}
.icon-sun:before {
content: "\e970";
}
.icon-sunset:before {
content: "\e971";
}
.icon-swimming:before {
content: "\e972";
}
.icon-tent:before {
content: "\e973";
}
.icon-tent-cloud:before {
content: "\e974";
}
.icon-travel-planes:before {
content: "\e975";
}
.icon-travel:before {
content: "\e976";
}
.icon-travel-2:before {
content: "\e977";
}
.icon-trophy:before {
content: "\e978";
}
.icon-user:before {
content: "\e979";
}
.icon-vaccum-cleaner:before {
content: "\e97a";
}
.icon-violin:before {
content: "\e97b";
}
.icon-vision-eye:before {
content: "\e97c";
}
.icon-washing-machine:before {
content: "\e97d";
}
.icon-webcam:before {
content: "\e97e";
}
.icon-wedding:before {
content: "\e97f";
}
.icon-wi-fi-icon:before {
content: "\e980";
}
.icon-worldwide:before {
content: "\e981";
}
.icon-yoga:before {
content: "\e982";
}
.icon-zen-garden:before {
content: "\e983";
}
.icon-apple:before {
content: "\e984";
}
.icon-checkmark-fill:before {
content: "\e985";
}
.icon-diamond-bullate:before {
content: "\e986";
}
.icon-facebook:before {
content: "\e987";
}
.icon-folders-file:before {
content: "\e988";
}
.icon-geometric-bullate:before {
content: "\e989";
}
.icon-google-play:before {
content: "\e98a";
}
.icon-instagram:before {
content: "\e98b";
}
.icon-linkedin:before {
content: "\e98c";
}
.icon-pdf-file:before {
content: "\e98d";
}
.icon-plane:before {
content: "\e98e";
}
.icon-play-icon:before {
content: "\e98f";
}
.icon-social-media:before {
content: "\e990";
}
.icon-star:before {
content: "\e991";
}
.icon-suitcase:before {
content: "\e992";
}
.icon-twitter:before {
content: "\e9c7";
}