123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .ug-gallery-wrapper .ug-slider-wrapper {
- background-color: rgb(245, 245, 245);
- overflow: hidden;
- position: absolute;
- z-index: 1;
- }
- .ug-gallery-wrapper .ug-strip-panel {
- background-color: rgb(245, 245, 245);
- position: absolute;
- z-index: 2;
- }
- #o_shop_collapse_category li a {
- display: inline-block;
- width: 80%;
- padding-left: 3px; }
- #o_shop_collapse_category li i.fa {
- cursor: pointer; }
- @font-face {
- font-family: 'icomoon';
- src: url('whatsap/icomoon.eot?o0ssr6');
- src: url('whatsap/icomoon1.eot?o0ssr6#iefix') format('embedded-opentype'), url('whatsap/icomoon.ttf?o0ssr6') format('truetype'), url('whatsap/icomoon.woff?o0ssr6') format('woff'), url('whatsap/icomoon.svg?o0ssr6#icomoon') format('svg');
- font-weight: normal;
- font-style: normal
- }
- [class^="icon-"], [class*=" icon-"] {
- font-family: 'icomoon' !important;
- speak: none;
- 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-ecommerce:before {
- content: "\e900"
- }
- .icon-tecnologia:before {
- content: "\e901"
- }
- .icon-whatsapp:before {
- content: "\e902"
- }
|