Produced by Araxis Merge on 2023-03-13 03:01:22 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Porto v4.0.4/Porto Theme/app/design/frontend/Smartwave/porto_rtl/web/icon-fonts/css | porto-icons.css | 2021-01-12 07:35:04 +0000 |
| 2 | Porto v4.0.5/Porto Theme/app/design/frontend/Smartwave/porto_rtl/web/icon-fonts/css | porto-icons.css | 2023-02-27 08:46:33 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 17 | 524 |
| Changed | 13 | 74 |
| Inserted | 3 | 4 |
| Removed | 0 | 0 |
| Whitespace | Consecutive whitespace is treated as a single space |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
| Active line-pairing rules |
No regular expressions were active.
| 1 | @font-face { | 1 | @font-face { | |||
| 2 | font-family: 'porto-icons'; | 2 | font-family: 'porto-icons'; | |||
| 3 | src: url('../font/porto-icons.eot?10661103'); | 3 | src: url('../font/porto-icons.eot?71946167'); | |||
| 4 | src: url('../font/porto-icons.eot?10661103#iefix') format('embedded-opentype'), | 4 | src: url('../font/porto-icons.eot?71946167#iefix') format('embedded-opentype'), | |||
| 5 | url('../font/porto-icons.woff2?10661103') format('woff2'), | 5 | url('../font/porto-icons.woff2?71946167') format('woff2'), | |||
| 6 | url('../font/porto-icons.woff?10661103') format('woff'), | 6 | url('../font/porto-icons.woff?71946167') format('woff'), | |||
| 7 | url('../font/porto-icons.ttf?10661103') format('truetype'), | 7 | url('../font/porto-icons.ttf?71946167') format('truetype'), | |||
| 8 | url('../font/porto-icons.svg?10661103#fontello') format('svg'); | 8 | url('../font/porto-icons.svg?71946167#fontello') format('svg'); | |||
| 9 | font-weight: normal; | 9 | font-weight: normal; | |||
| 10 | font-style: normal; | 10 | font-style: normal; | |||
| 11 | } | 11 | } | |||
| 12 | /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */ | 12 | /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */ | |||
| 13 | /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */ | 13 | /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */ | |||
| 14 | /* | 14 | /* | |||
| 15 | @media screen and (-webkit-min-device-pixel-ratio:0) { | 15 | @media screen and (-webkit-min-device-pixel-ratio:0) { | |||
| 16 | @font-face { | 16 | @font-face { | |||
| 17 | font-family: 'fontello'; | 17 | font-family: 'porto-icons'; | |||
| 18 | src: url('../font/fontello.svg?10661103#fontello') format('svg'); | 18 | src: url('../font/fontello.svg?71946167#fontello') format('svg'); | |||
| 19 | } | 19 | } | |||
| 20 | } | 20 | } | |||
| 21 | */ | 21 | */ | |||
| 22 | 22 | |||||
| 23 | [class^="icon-"]:before, [class*=" icon-"]:before { | |||||
| 24 | font-family: "porto-icons"; | 23 | font-family: "porto-icons"; | |||
| 25 | font-style: normal; | 24 | font-style: normal; | |||
| 26 | font-weight: normal; | 25 | font-weight: normal; | |||
| 27 | speak: never; | 26 | speak: never; | |||
| 28 | 27 | |||||
| 29 | display: inline-block; | 28 | display: inline-block; | |||
| 30 | text-decoration: inherit; | 29 | text-decoration: inherit; | |||
| 31 | width: 1em; | 30 | width: 1em; | |||
| 32 | margin-right: .2em; | 31 | margin-right: .2em; | |||
| 33 | text-align: center; | 32 | text-align: center; | |||
| 34 | /* opacity: .8; */ | 33 | /* opacity: .8; */ | |||
| 35 | 34 | |||||
| 36 | /* For safety - reset parent styles, that can break glyph codes*/ | 35 | /* For safety - reset parent styles, that can break glyph codes*/ | |||
| 37 | font-variant: normal; | 36 | font-variant: normal; | |||
| 38 | text-transform: none; | 37 | text-transform: none; | |||
| 39 | 38 | |||||
| 40 | /* fix buttons height, for twitter bootstrap */ | 39 | /* fix buttons height, for twitter bootstrap */ | |||
| 41 | line-height: 1em; | 40 | line-height: 1em; | |||
| 42 | 41 | |||||
| 43 | /* Animation center compensation - margins should be symmetric */ | 42 | /* Animation center compensation - margins should be symmetric */ | |||
| 44 | /* remove if not needed */ | 43 | /* remove if not needed */ | |||
| 45 | margin-left: .2em; | 44 | margin-left: .2em; | |||
| 46 | 45 | |||||
| 47 | /* you can be more comfortable with increased icons size */ | 46 | /* you can be more comfortable with increased icons size */ | |||
| 48 | /* font-size: 120%; */ | 47 | /* font-size: 120%; */ | |||
| 49 | 48 | |||||
| 50 | /* Font smoothing. That was taken from TWBS */ | 49 | /* Font smoothing. That was taken from TWBS */ | |||
| 51 | -webkit-font-smoothing: antialiased; | 50 | -webkit-font-smoothing: antialiased; | |||
| 52 | -moz-osx-font-smoothing: grayscale; | 51 | -moz-osx-font-smoothing: grayscale; | |||
| 53 | 52 | |||||
| 54 | /* Uncomment for 3D effect */ | 53 | /* Uncomment for 3D effect */ | |||
| 55 | /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ | 54 | /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ | |||
| 56 | } | 55 | } | |||
| 57 | 56 | |||||
| 58 | .porto-icon-spin1:before { content: '\e800'; } /* '' */ | 57 | .porto-icon-spin1:before { content: '\e800'; } /* '' */ | |||
| 59 | .porto-icon-spin2:before { content: '\e801'; } /* '' */ | 58 | .porto-icon-cancel:before { content: '\e801'; } /* '' */ | |||
| 60 | .porto-icon-spin3:before { content: '\e802'; } /* '' */ | 59 | .porto-icon-cancel-1:before { content: '\e802'; } /* '' */ | |||
| 61 | .porto-icon-spin4:before { content: '\e803'; } /* '' */ | 60 | .porto-icon-spin2:before { content: '\e803'; } /* '' */ | |||
| 62 | .porto-icon-spin5:before { content: '\e804'; } /* '' */ | 61 | .porto-icon-spin3:before { content: '\e804'; } /* '' */ | |||
| 63 | .porto-icon-spin6:before { content: '\e805'; } /* '' */ | 62 | .porto-icon-spin4:before { content: '\e805'; } /* '' */ | |||
| 64 | .porto-icon-firefox:before { content: '\e806'; } /* '' */ | 63 | .porto-icon-spin5:before { content: '\e806'; } /* '' */ | |||
| 65 | .porto-icon-chrome:before { content: '\e807'; } /* '' */ | 64 | .porto-icon-spin6:before { content: '\e807'; } /* '' */ | |||
| 66 | .porto-icon-opera:before { content: '\e808'; } /* '' */ | 65 | .porto-icon-firefox:before { content: '\e808'; } /* '' */ | |||
| 67 | .porto-icon-ie:before { content: '\e809'; } /* '' */ | 66 | .porto-icon-chrome:before { content: '\e809'; } /* '' */ | |||
| 68 | .porto-icon-money:before { content: '\e80a'; } /* '' */ | 67 | .porto-icon-opera:before { content: '\e80a'; } /* '' */ | |||
| 69 | .porto-icon-shipping:before { content: '\e80b'; } /* '' */ | 68 | .porto-icon-ie:before { content: '\e80b'; } /* '' */ | |||
| 70 | .porto-icon-support:before { content: '\e80c'; } /* '' */ | 69 | .porto-icon-money:before { content: '\e80c'; } /* '' */ | |||
| 71 | .porto-icon-wishlist:before { content: '\e811'; } /* '' */ | 70 | .porto-icon-cart-thick:before { content: '\e80d'; } /* '' */ | |||
| 71 | .porto-icon-shipping:before { content: '\e80e'; } /* '' */ | |||||
| 72 | .porto-icon-support:before { content: '\e80f'; } /* '' */ | |||||
| 73 | .porto-icon-business-book:before { content: '\e810'; } /* '' */ | |||||
| 74 | .porto-icon-percent-shape:before { content: '\e811'; } /* '' */ | |||||
| 75 | .porto-icon-sale-label:before { content: '\e812'; } /* '' */ | |||||
| 76 | .porto-icon-wishlist:before { content: '\e813'; } /* '' */ | |||||
| 77 | .porto-icon-sale-discount:before { content: '\e814'; } /* '' */ | |||||
| 78 | .porto-icon-phone-call:before { content: '\e815'; } /* '' */ | |||||
| 79 | .porto-icon-help-circle:before { content: '\e816'; } /* '' */ | |||||
| 80 | .porto-icon-shipping-truck:before { content: '\e817'; } /* '' */ | |||||
| 81 | .porto-icon-map-location:before { content: '\e818'; } /* '' */ | |||||
| 72 | .porto-icon-angle-left:before { content: '\e819'; } /* '' */ | 82 | .porto-icon-angle-left:before { content: '\e819'; } /* '' */ | |||
| 73 | .porto-icon-angle-right:before { content: '\e81a'; } /* '' */ | 83 | .porto-icon-angle-right:before { content: '\e81a'; } /* '' */ | |||
| 74 | .porto-icon-angle-up:before { content: '\e81b'; } /* '' */ | 84 | .porto-icon-angle-up:before { content: '\e81b'; } /* '' */ | |||
| 75 | .porto-icon-angle-down:before { content: '\e81c'; } /* '' */ | 85 | .porto-icon-angle-down:before { content: '\e81c'; } /* '' */ | |||
| 76 | .porto-icon-down-1:before { content: '\e81d'; } /* '' */ | 86 | .porto-icon-down-1:before { content: '\e81d'; } /* '' */ | |||
| 77 | .porto-icon-left-1:before { content: '\e81e'; } /* '' */ | 87 | .porto-icon-left-1:before { content: '\e81e'; } /* '' */ | |||
| 78 | .porto-icon-right-1:before { content: '\e81f'; } /* '' */ | 88 | .porto-icon-right-1:before { content: '\e81f'; } /* '' */ | |||
| 79 | .porto-icon-up-1:before { content: '\e820'; } /* '' */ | 89 | .porto-icon-up-1:before { content: '\e820'; } /* '' */ | |||
| 80 | .porto-icon-angle-double-left:before { content: '\e821'; } /* '' */ | 90 | .porto-icon-angle-double-left:before { content: '\e821'; } /* '' */ | |||
| 81 | .porto-icon-angle-double-right:before { content: '\e822'; } /* '' */ | 91 | .porto-icon-angle-double-right:before { content: '\e822'; } /* '' */ | |||
| 82 | .porto-icon-angle-double-up:before { content: '\e823'; } /* '' */ | 92 | .porto-icon-angle-double-up:before { content: '\e823'; } /* '' */ | |||
| 83 | .porto-icon-angle-double-down:before { content: '\e824'; } /* '' */ | 93 | .porto-icon-angle-double-down:before { content: '\e824'; } /* '' */ | |||
| 84 | .porto-icon-skype-1:before { content: '\e827'; } /* '' */ | 94 | .porto-icon-skype-1:before { content: '\e827'; } /* '' */ | |||
| 85 | .porto-icon-mail-alt-1:before { content: '\e82e'; } /* '' */ | 95 | .porto-icon-mail-alt-1:before { content: '\e82e'; } /* '' */ | |||
| 86 | .porto-icon-fax:before { content: '\e82f'; } /* '' */ | 96 | .porto-icon-fax:before { content: '\e82f'; } /* '' */ | |||
| 87 | .porto-icon-lock:before { content: '\e830'; } /* '' */ | 97 | .porto-icon-lock:before { content: '\e830'; } /* '' */ | |||
| 88 | .porto-icon-company:before { content: '\e831'; } /* '' */ | 98 | .porto-icon-company:before { content: '\e831'; } /* '' */ | |||
| 89 | .porto-icon-city:before { content: '\e832'; } /* '' */ | 99 | .porto-icon-city:before { content: '\e832'; } /* '' */ | |||
| 90 | .porto-icon-post:before { content: '\e833'; } /* '' */ | 100 | .porto-icon-post:before { content: '\e833'; } /* '' */ | |||
| 91 | .porto-icon-country:before { content: '\e834'; } /* '' */ | 101 | .porto-icon-country:before { content: '\e834'; } /* '' */ | |||
| 92 | .porto-icon-mobile-1:before { content: '\e837'; } /* '' */ | 102 | .porto-icon-mobile-1:before { content: '\e837'; } /* '' */ | |||
| 93 | .porto-icon-forward:before { content: '\e83d'; } /* '' */ | 103 | .porto-icon-forward:before { content: '\e83d'; } /* '' */ | |||
| 94 | .porto-icon-cog:before { content: '\e83f'; } /* '' */ | 104 | .porto-icon-cog:before { content: '\e83f'; } /* '' */ | |||
| 95 | .porto-icon-cog-alt:before { content: '\e840'; } /* '' */ | 105 | .porto-icon-cog-alt:before { content: '\e840'; } /* '' */ | |||
| 96 | .porto-icon-wrench:before { content: '\e841'; } /* '' */ | 106 | .porto-icon-wrench:before { content: '\e841'; } /* '' */ | |||
| 97 | .porto-icon-quote-left:before { content: '\e842'; } /* '' */ | 107 | .porto-icon-quote-left:before { content: '\e842'; } /* '' */ | |||
| 98 | .porto-icon-quote-right:before { content: '\e843'; } /* '' */ | 108 | .porto-icon-quote-right:before { content: '\e843'; } /* '' */ | |||
| 99 | .porto-icon-gift-1:before { content: '\e844'; } /* '' */ | 109 | .porto-icon-gift-1:before { content: '\e844'; } /* '' */ | |||
| 100 | .porto-icon-euro:before { content: '\e846'; } /* '' */ | 110 | .porto-icon-euro:before { content: '\e846'; } /* '' */ | |||
| 101 | .porto-icon-pound:before { content: '\e847'; } /* '' */ | 111 | .porto-icon-pound:before { content: '\e847'; } /* '' */ | |||
| 102 | .porto-icon-rupee:before { content: '\e848'; } /* '' */ | 112 | .porto-icon-rupee:before { content: '\e848'; } /* '' */ | |||
| 103 | .porto-icon-yen:before { content: '\e849'; } /* '' */ | 113 | .porto-icon-yen:before { content: '\e849'; } /* '' */ | |||
| 104 | .porto-icon-rouble:before { content: '\e84a'; } /* '' */ | 114 | .porto-icon-rouble:before { content: '\e84a'; } /* '' */ | |||
| 105 | .porto-icon-try:before { content: '\e84b'; } /* '' */ | 115 | .porto-icon-try:before { content: '\e84b'; } /* '' */ | |||
| 106 | .porto-icon-won:before { content: '\e84c'; } /* '' */ | 116 | .porto-icon-won:before { content: '\e84c'; } /* '' */ | |||
| 107 | .porto-icon-bitcoin:before { content: '\e84d'; } /* '' */ | 117 | .porto-icon-bitcoin:before { content: '\e84d'; } /* '' */ | |||
| 108 | .porto-icon-ok-1:before { content: '\e84e'; } /* '' */ | 118 | .porto-icon-ok-1:before { content: '\e84e'; } /* '' */ | |||
| 109 | .porto-icon-users:before { content: '\e85b'; } /* '' */ | 119 | .porto-icon-users:before { content: '\e85b'; } /* '' */ | |||
| 110 | .porto-icon-video:before { content: '\e85c'; } /* '' */ | 120 | .porto-icon-video:before { content: '\e85c'; } /* '' */ | |||
| 111 | .porto-icon-desktop:before { content: '\e85e'; } /* '' */ | 121 | .porto-icon-desktop:before { content: '\e85e'; } /* '' */ | |||
| 112 | .porto-icon-doc-inv:before { content: '\e85f'; } /* '' */ | 122 | .porto-icon-doc-inv:before { content: '\e85f'; } /* '' */ | |||
| 113 | .porto-icon-circle:before { content: '\e860'; } /* '' */ | 123 | .porto-icon-circle:before { content: '\e860'; } /* '' */ | |||
| 114 | .porto-icon-circle-thin:before { content: '\e862'; } /* '' */ | 124 | .porto-icon-circle-thin:before { content: '\e862'; } /* '' */ | |||
| 115 | .porto-icon-paper-plane-1:before { content: '\e864'; } /* '' */ | 125 | .porto-icon-paper-plane-1:before { content: '\e864'; } /* '' */ | |||
| 116 | .porto-icon-attention-alt:before { content: '\e865'; } /* '' */ | 126 | .porto-icon-attention-alt:before { content: '\e865'; } /* '' */ | |||
| 117 | .porto-icon-compare-link:before { content: '\e867'; } /* '' */ | 127 | .porto-icon-compare-link:before { content: '\e867'; } /* '' */ | |||
| 118 | .porto-icon-cat-default:before { content: '\e868'; } /* '' */ | 128 | .porto-icon-cat-default:before { content: '\e868'; } /* '' */ | |||
| 119 | .porto-icon-tag-line:before { content: '\e870'; } /* '' */ | 129 | .porto-icon-tag-line:before { content: '\e870'; } /* '' */ | |||
| 120 | .porto-icon-bag:before { content: '\e871'; } /* '' */ | 130 | .porto-icon-bag:before { content: '\e871'; } /* '' */ | |||
| 121 | .porto-icon-search-1:before { content: '\e872'; } /* '' */ | 131 | .porto-icon-search-1:before { content: '\e872'; } /* '' */ | |||
| 122 | .porto-icon-online-support:before { content: '\e877'; } /* '' */ | 132 | .porto-icon-online-support:before { content: '\e877'; } /* '' */ | |||
| 123 | .porto-icon-shopping-bag:before { content: '\e878'; } /* '' */ | 133 | .porto-icon-shopping-bag:before { content: '\e878'; } /* '' */ | |||
| 124 | .porto-icon-us-dollar:before { content: '\e879'; } /* '' */ | 134 | .porto-icon-us-dollar:before { content: '\e879'; } /* '' */ | |||
| 125 | .porto-icon-shipped:before { content: '\e87a'; } /* '' */ | 135 | .porto-icon-shipped:before { content: '\e87a'; } /* '' */ | |||
| 126 | .porto-icon-list:before { content: '\e87b'; } /* '' */ | 136 | .porto-icon-list:before { content: '\e87b'; } /* '' */ | |||
| 127 | .porto-icon-bag-2:before { content: '\e87f'; } /* '' */ | 137 | .porto-icon-bag-2:before { content: '\e87f'; } /* '' */ | |||
| 128 | .porto-icon-grid:before { content: '\e880'; } /* '' */ | 138 | .porto-icon-grid:before { content: '\e880'; } /* '' */ | |||
| 129 | .porto-icon-bag-3:before { content: '\e881'; } /* '' */ | 139 | .porto-icon-bag-3:before { content: '\e881'; } /* '' */ | |||
| 130 | .porto-icon-direction:before { content: '\e882'; } /* '' */ | 140 | .porto-icon-direction:before { content: '\e882'; } /* '' */ | |||
| 131 | .porto-icon-home:before { content: '\e883'; } /* '' */ | 141 | .porto-icon-home:before { content: '\e883'; } /* '' */ | |||
| 132 | .porto-icon-magnifier:before { content: '\e884'; } /* '' */ | 142 | .porto-icon-magnifier:before { content: '\e884'; } /* '' */ | |||
| 133 | .porto-icon-magnifier-add:before { content: '\e885'; } /* '' */ | 143 | .porto-icon-magnifier-add:before { content: '\e885'; } /* '' */ | |||
| 134 | .porto-icon-magnifier-remove:before { content: '\e886'; } /* '' */ | 144 | .porto-icon-magnifier-remove:before { content: '\e886'; } /* '' */ | |||
| 135 | .porto-icon-phone-1:before { content: '\e887'; } /* '' */ | 145 | .porto-icon-phone-1:before { content: '\e887'; } /* '' */ | |||
| 136 | .porto-icon-clock-1:before { content: '\e888'; } /* '' */ | 146 | .porto-icon-clock-1:before { content: '\e888'; } /* '' */ | |||
| 137 | .porto-icon-heart-1:before { content: '\e889'; } /* '' */ | 147 | .porto-icon-heart-1:before { content: '\e889'; } /* '' */ | |||
| 138 | .porto-icon-earphones-alt:before { content: '\e88b'; } /* '' */ | 148 | .porto-icon-earphones-alt:before { content: '\e88b'; } /* '' */ | |||
| 139 | .porto-icon-credit-card:before { content: '\e88c'; } /* '' */ | 149 | .porto-icon-credit-card:before { content: '\e88c'; } /* '' */ | |||
| 140 | .porto-icon-action-undo:before { content: '\e88d'; } /* '' */ | 150 | .porto-icon-action-undo:before { content: '\e88d'; } /* '' */ | |||
| 141 | .porto-icon-envolope:before { content: '\e88e'; } /* '' */ | 151 | .porto-icon-envolope:before { content: '\e88e'; } /* '' */ | |||
| 142 | .porto-icon-chart:before { content: '\e88f'; } /* '' */ | 152 | .porto-icon-chart:before { content: '\e88f'; } /* '' */ | |||
| 153 | .porto-icon-long-arrow-right:before { content: '\e897'; } /* '' */ | |||||
| 154 | .porto-icon-long-arrow-alt:before { content: '\e89e'; } /* '' */ | |||||
| 143 | .porto-icon-user-1:before { content: '\e8b9'; } /* '' */ | 155 | .porto-icon-user-1:before { content: '\e8b9'; } /* '' */ | |||
| 144 | .porto-icon-shopping-cart:before { content: '\e8ba'; } /* '' */ | 156 | .porto-icon-shopping-cart:before { content: '\e8ba'; } /* '' */ | |||
| 145 | .porto-icon-phone-2:before { content: '\e8bb'; } /* '' */ | 157 | .porto-icon-phone-2:before { content: '\e8bb'; } /* '' */ | |||
| 146 | .porto-icon-check-circle:before { content: '\e8c1'; } /* '' */ | 158 | .porto-icon-check-circle:before { content: '\e8c1'; } /* '' */ | |||
| 159 | .porto-icon-password-lock:before { content: '\e8c2'; } /* '' */ | |||||
| 147 | .porto-icon-arrow-right-solid:before { content: '\e8c4'; } /* '' */ | 160 | .porto-icon-arrow-right-solid:before { content: '\e8c4'; } /* '' */ | |||
| 148 | .porto-icon-check-solid:before { content: '\e8c5'; } /* '' */ | 161 | .porto-icon-check-solid:before { content: '\e8c5'; } /* '' */ | |||
| 162 | .porto-icon-arrow-forward-right:before { content: '\e8cc'; } /* '' */ | |||||
| 149 | .porto-icon-category-home:before { content: '\e900'; } /* '' */ | 163 | .porto-icon-category-home:before { content: '\e900'; } /* '' */ | |||
| 150 | .porto-icon-category-motors:before { content: '\e901'; } /* '' */ | 164 | .porto-icon-category-motors:before { content: '\e901'; } /* '' */ | |||
| 151 | .porto-icon-category-music:before { content: '\e902'; } /* '' */ | 165 | .porto-icon-category-music:before { content: '\e902'; } /* '' */ | |||
| 152 | .porto-icon-category-gifts:before { content: '\e903'; } /* '' */ | 166 | .porto-icon-category-gifts:before { content: '\e903'; } /* '' */ | |||
| 153 | .porto-icon-category-electronics:before { content: '\e904'; } /* '' */ | 167 | .porto-icon-category-electronics:before { content: '\e904'; } /* '' */ | |||
| 154 | .porto-icon-category-fashion:before { content: '\e905'; } /* '' */ | 168 | .porto-icon-category-fashion:before { content: '\e905'; } /* '' */ | |||
| 155 | .porto-icon-category-hot-deals:before { content: '\e906'; } /* '' */ | 169 | .porto-icon-category-hot-deals:before { content: '\e906'; } /* '' */ | |||
| 156 | .porto-icon-tag-percent:before { content: '\e907'; } /* '' */ | 170 | .porto-icon-tag-percent:before { content: '\e907'; } /* '' */ | |||
| 157 | .porto-icon-console:before { content: '\e908'; } /* '' */ | 171 | .porto-icon-console:before { content: '\e908'; } /* '' */ | |||
| 158 | .porto-icon-category-furniture:before { content: '\e909'; } /* '' */ | 172 | .porto-icon-category-furniture:before { content: '\e909'; } /* '' */ | |||
| 159 | .porto-icon-category-garden:before { content: '\e90a'; } /* '' */ | 173 | .porto-icon-category-garden:before { content: '\e90a'; } /* '' */ | |||
| 160 | .porto-icon-category-lanterns-lighting:before { content: '\e90b'; } /* '' */ | 174 | .porto-icon-category-lanterns-lighting:before { content: '\e90b'; } /* '' */ | |||
| 161 | .porto-icon-category-mechanics:before { content: '\e90c'; } /* '' */ | 175 | .porto-icon-category-mechanics:before { content: '\e90c'; } /* '' */ | |||
| 162 | .porto-icon-category-motorcycles:before { content: '\e90d'; } /* '' */ | 176 | .porto-icon-category-motorcycles:before { content: '\e90d'; } /* '' */ | |||
| 163 | .porto-icon-category-sound-video:before { content: '\e90e'; } /* '' */ | 177 | .porto-icon-category-sound-video:before { content: '\e90e'; } /* '' */ | |||
| 164 | .porto-icon-category-steering:before { content: '\e90f'; } /* '' */ | 178 | .porto-icon-category-steering:before { content: '\e90f'; } /* '' */ | |||
| 165 | .porto-icon-category-external-accessories:before { content: '\e910'; } /* '' */ | 179 | .porto-icon-category-external-accessories:before { content: '\e910'; } /* '' */ | |||
| 166 | .porto-icon-category-fluids:before { content: '\e911'; } /* '' */ | 180 | .porto-icon-category-fluids:before { content: '\e911'; } /* '' */ | |||
| 167 | .porto-icon-category-internal-accessories:before { content: '\e912'; } /* '' */ | 181 | .porto-icon-category-internal-accessories:before { content: '\e912'; } /* '' */ | |||
| 168 | .porto-icon-category-chains:before { content: '\e913'; } /* '' */ | 182 | .porto-icon-category-chains:before { content: '\e913'; } /* '' */ | |||
| 169 | .porto-icon-category-frames:before { content: '\e914'; } /* '' */ | 183 | .porto-icon-category-frames:before { content: '\e914'; } /* '' */ | |||
| 170 | .porto-icon-category-pedals:before { content: '\e915'; } /* '' */ | 184 | .porto-icon-category-pedals:before { content: '\e915'; } /* '' */ | |||
| 171 | .porto-icon-category-saddle:before { content: '\e916'; } /* '' */ | 185 | .porto-icon-category-saddle:before { content: '\e916'; } /* '' */ | |||
| 172 | .porto-icon-category-tools:before { content: '\e917'; } /* '' */ | 186 | .porto-icon-category-tools:before { content: '\e917'; } /* '' */ | |||
| 173 | .porto-icon-search-4:before { content: '\e918'; } /* '' */ | 187 | .porto-icon-search-4:before { content: '\e918'; } /* '' */ | |||
| 174 | .porto-icon-secure-payment:before { content: '\e919'; } /* '' */ | 188 | .porto-icon-secure-payment:before { content: '\e919'; } /* '' */ | |||
| 175 | .porto-icon-user-2:before { content: '\e91a'; } /* '' */ | 189 | .porto-icon-user-2:before { content: '\e91a'; } /* '' */ | |||
| 176 | .porto-icon-wishlist-2:before { content: '\e91b'; } /* '' */ | 190 | .porto-icon-wishlist-2:before { content: '\e91b'; } /* '' */ | |||
| 177 | .porto-icon-gift2:before { content: '\e91c'; } /* '' */ | 191 | .porto-icon-gift2:before { content: '\e91c'; } /* '' */ | |||
| 178 | .porto-icon-edit:before { content: '\e91d'; } /* '' */ | 192 | .porto-icon-edit:before { content: '\e91d'; } /* '' */ | |||
| 179 | .porto-icon-chef:before { content: '\e91e'; } /* '' */ | 193 | .porto-icon-chef:before { content: '\e91e'; } /* '' */ | |||
| 180 | .porto-icon-smiling-girl:before { content: '\e91f'; } /* '' */ | 194 | .porto-icon-smiling-girl:before { content: '\e91f'; } /* '' */ | |||
| 181 | .porto-icon-tshirt:before { content: '\e920'; } /* '' */ | 195 | .porto-icon-tshirt:before { content: '\e920'; } /* '' */ | |||
| 182 | .porto-icon-boy-broad-smile:before { content: '\e921'; } /* '' */ | 196 | .porto-icon-boy-broad-smile:before { content: '\e921'; } /* '' */ | |||
| 183 | .porto-icon-smiling-baby:before { content: '\e922'; } /* '' */ | 197 | .porto-icon-smiling-baby:before { content: '\e922'; } /* '' */ | |||
| 184 | .porto-icon-menu-button-of-three-lines-outline:before { content: '\e923'; } /* '' */ | 198 | .porto-icon-menu-button-of-three-lines-outline:before { content: '\e923'; } /* '' */ | |||
| 185 | .porto-icon-spinner:before { content: '\f110'; } /* '' */ | 199 | .porto-icon-spinner:before { content: '\f110'; } /* '' */ | |||
| 186 | .porto-icon-sliders:before { content: '\f1de'; } /* '' */ | 200 | .porto-icon-sliders:before { content: '\f1de'; } /* '' */ | |||
| 187 | .porto-icon-shopping-basket:before { content: '\f291'; } /* '' */ | 201 | .porto-icon-shopping-basket:before { content: '\f291'; } /* '' */ | |||
| 188 | .porto-icon-long-arrow-alt-down:before { content: '\f309'; } /* '' */ | 202 | .porto-icon-long-arrow-alt-down:before { content: '\f309'; } /* '' */ | |||
| 189 | .porto-icon-long-arrow-alt-left:before { content: '\f30a'; } /* '' */ | 203 | .porto-icon-long-arrow-alt-left:before { content: '\f30a'; } /* '' */ | |||
| 190 | .porto-icon-long-arrow-alt-right:before { content: '\f30b'; } /* '' */ | 204 | .porto-icon-long-arrow-alt-right:before { content: '\f30b'; } /* '' */ | |||
| 191 | .porto-icon-long-arrow-alt-up:before { content: '\f30c'; } /* '' */ | 205 | .porto-icon-long-arrow-alt-up:before { content: '\f30c'; } /* '' */ | |||
| 192 | .porto-icon-up-open:before { content: '\f800'; } /* '' */ | 206 | .porto-icon-up-open:before { content: '\f800'; } /* '' */ | |||
| 193 | .porto-icon-right-open:before { content: '\f801'; } /* '' */ | 207 | .porto-icon-right-open:before { content: '\f801'; } /* '' */ | |||
| 194 | .porto-icon-left-open:before { content: '\f802'; } /* '' */ | 208 | .porto-icon-left-open:before { content: '\f802'; } /* '' */ | |||
| 195 | .porto-icon-down-open:before { content: '\f803'; } /* '' */ | 209 | .porto-icon-down-open:before { content: '\f803'; } /* '' */ | |||
| 196 | .porto-icon-up-open-mini:before { content: '\f804'; } /* '' */ | 210 | .porto-icon-up-open-mini:before { content: '\f804'; } /* '' */ | |||
| 197 | .porto-icon-right-open-mini:before { content: '\f805'; } /* '' */ | 211 | .porto-icon-right-open-mini:before { content: '\f805'; } /* '' */ | |||
| 198 | .porto-icon-left-open-mini:before { content: '\f806'; } /* '' */ | 212 | .porto-icon-left-open-mini:before { content: '\f806'; } /* '' */ | |||
| 199 | .porto-icon-down-open-mini:before { content: '\f807'; } /* '' */ | 213 | .porto-icon-down-open-mini:before { content: '\f807'; } /* '' */ | |||
| 200 | .porto-icon-up-open-big:before { content: '\f808'; } /* '' */ | 214 | .porto-icon-up-open-big:before { content: '\f808'; } /* '' */ | |||
| 201 | .porto-icon-right-open-big:before { content: '\f809'; } /* '' */ | 215 | .porto-icon-right-open-big:before { content: '\f809'; } /* '' */ | |||
| 202 | .porto-icon-left-open-big:before { content: '\f80a'; } /* '' */ | 216 | .porto-icon-left-open-big:before { content: '\f80a'; } /* '' */ | |||
| 203 | .porto-icon-down-open-big:before { content: '\f80b'; } /* '' */ | 217 | .porto-icon-down-open-big:before { content: '\f80b'; } /* '' */ | |||
| 204 | .porto-icon-up-open-huge:before { content: '\f80c'; } /* '' */ | 218 | .porto-icon-up-open-huge:before { content: '\f80c'; } /* '' */ | |||
| 205 | .porto-icon-right-open-huge:before { content: '\f80d'; } /* '' */ | 219 | .porto-icon-right-open-huge:before { content: '\f80d'; } /* '' */ | |||
| 206 | .porto-icon-left-open-huge:before { content: '\f80e'; } /* '' */ | 220 | .porto-icon-left-open-huge:before { content: '\f80e'; } /* '' */ | |||
| 207 | .porto-icon-down-open-huge:before { content: '\f80f'; } /* '' */ | 221 | .porto-icon-down-open-huge:before { content: '\f80f'; } /* '' */ | |||
| 208 | .porto-icon-basket:before { content: '\f814'; } /* '' */ | 222 | .porto-icon-basket:before { content: '\f814'; } /* '' */ | |||
| 209 | .porto-icon-mini-cart:before { content: '\f815'; } /* '' */ | 223 | .porto-icon-mini-cart:before { content: '\f815'; } /* '' */ | |||
| 210 | .porto-icon-heart:before { content: '\f816'; } /* '' */ | 224 | .porto-icon-heart:before { content: '\f816'; } /* '' */ | |||
| 211 | .porto-icon-search:before { content: '\f818'; } /* '' */ | 225 | .porto-icon-search:before { content: '\f818'; } /* '' */ | |||
| 212 | .porto-icon-cancel | 226 | .porto-icon-cancel-2:before { content: '\f819'; } /* '' */ | |||
| 213 | .porto-icon-cancel-mini:before { content: '\f81a'; } /* '' */ | 227 | .porto-icon-cancel-mini:before { content: '\f81a'; } /* '' */ | |||
| 214 | .porto-icon-up-dir:before { content: '\f820'; } /* '' */ | 228 | .porto-icon-up-dir:before { content: '\f820'; } /* '' */ | |||
| 215 | .porto-icon-right-dir:before { content: '\f821'; } /* '' */ | 229 | .porto-icon-right-dir:before { content: '\f821'; } /* '' */ | |||
| 216 | .porto-icon-left-dir:before { content: '\f822'; } /* '' */ | 230 | .porto-icon-left-dir:before { content: '\f822'; } /* '' */ | |||
| 217 | .porto-icon-down-dir:before { content: '\f823'; } /* '' */ | 231 | .porto-icon-down-dir:before { content: '\f823'; } /* '' */ | |||
| 218 | .porto-icon-phone:before { content: '\f824'; } /* '' */ | 232 | .porto-icon-phone:before { content: '\f824'; } /* '' */ | |||
| 219 | .porto-icon-pencil:before { content: '\f825'; } /* '' */ | 233 | .porto-icon-pencil:before { content: '\f825'; } /* '' */ | |||
| 220 | .porto-icon-pencil-mini:before { content: '\f826'; } /* '' */ | 234 | .porto-icon-pencil-mini:before { content: '\f826'; } /* '' */ | |||
| 221 | .porto-icon-menu:before { content: '\f827'; } /* '' */ | 235 | .porto-icon-menu:before { content: '\f827'; } /* '' */ | |||
| 222 | .porto-icon-location:before { content: '\f828'; } /* '' */ | 236 | .porto-icon-location:before { content: '\f828'; } /* '' */ | |||
| 223 | .porto-icon-mail:before { content: '\f829'; } /* '' */ | 237 | .porto-icon-mail:before { content: '\f829'; } /* '' */ | |||
| 224 | .porto-icon-clock:before { content: '\f82a'; } /* '' */ | 238 | .porto-icon-clock:before { content: '\f82a'; } /* '' */ | |||
| 225 | .porto-icon-ok:before { content: '\f82b'; } /* '' */ | 239 | .porto-icon-ok:before { content: '\f82b'; } /* '' */ | |||
| 226 | .porto-icon-plus-squared-alt:before { content: '\f82c'; } /* '' */ | 240 | .porto-icon-plus-squared-alt:before { content: '\f82c'; } /* '' */ | |||
| 227 | .porto-icon-minus-squared-alt:before { content: '\f82d'; } /* '' */ | 241 | .porto-icon-minus-squared-alt:before { content: '\f82d'; } /* '' */ | |||
| 228 | .porto-icon-plus-squared:before { content: '\f82e'; } /* '' */ | 242 | .porto-icon-plus-squared:before { content: '\f82e'; } /* '' */ | |||
| 229 | .porto-icon-minus-squared:before { content: '\f82f'; } /* '' */ | 243 | .porto-icon-minus-squared:before { content: '\f82f'; } /* '' */ | |||
| 230 | .porto-icon-truck:before { content: '\f830'; } /* '' */ | 244 | .porto-icon-truck:before { content: '\f830'; } /* '' */ | |||
| 231 | .porto-icon-dollar:before { content: '\f831'; } /* '' */ | 245 | .porto-icon-dollar:before { content: '\f831'; } /* '' */ | |||
| 232 | .porto-icon-lifebuoy:before { content: '\f832'; } /* '' */ | 246 | .porto-icon-lifebuoy:before { content: '\f832'; } /* '' */ | |||
| 233 | .porto-icon-facebook:before { content: '\f833'; } /* '' */ | 247 | .porto-icon-facebook:before { content: '\f833'; } /* '' */ | |||
| 234 | .porto-icon-twitter:before { content: '\f834'; } /* '' */ | 248 | .porto-icon-twitter:before { content: '\f834'; } /* '' */ | |||
| 235 | .porto-icon-linkedin-squared:before { content: '\f835'; } /* '' */ | 249 | .porto-icon-linkedin-squared:before { content: '\f835'; } /* '' */ | |||
| 236 | .porto-icon-pinterest:before { content: '\f836'; } /* '' */ | 250 | .porto-icon-pinterest:before { content: '\f836'; } /* '' */ | |||
| 237 | .porto-icon-gplus:before { content: '\f837'; } /* '' */ | 251 | .porto-icon-gplus:before { content: '\f837'; } /* '' */ | |||
| 238 | .porto-icon-youtube:before { content: '\f838'; } /* '' */ | 252 | .porto-icon-youtube:before { content: '\f838'; } /* '' */ | |||
| 239 | .porto-icon-th:before { content: '\f839'; } /* '' */ | 253 | .porto-icon-th:before { content: '\f839'; } /* '' */ | |||
| 240 | .porto-icon-th-list:before { content: '\f83a'; } /* '' */ | 254 | .porto-icon-th-list:before { content: '\f83a'; } /* '' */ | |||
| 241 | .porto-icon-chart-bar:before { content: '\f83b'; } /* '' */ | 255 | .porto-icon-chart-bar:before { content: '\f83b'; } /* '' */ | |||
| 242 | .porto-icon-heart-empty:before { content: '\f83c'; } /* '' */ | 256 | .porto-icon-heart-empty:before { content: '\f83c'; } /* '' */ | |||
| 243 | .porto-icon-instagram:before { content: '\f83d'; } /* '' */ | 257 | .porto-icon-instagram:before { content: '\f83d'; } /* '' */ | |||
| 244 | .porto-icon-up:before { content: '\f840'; } /* '' */ | 258 | .porto-icon-up:before { content: '\f840'; } /* '' */ | |||
| 245 | .porto-icon-right:before { content: '\f841'; } /* '' */ | 259 | .porto-icon-right:before { content: '\f841'; } /* '' */ | |||
| 246 | .porto-icon-down:before { content: '\f842'; } /* '' */ | 260 | .porto-icon-down:before { content: '\f842'; } /* '' */ | |||
| 247 | .porto-icon-left:before { content: '\f843'; } /* '' */ | 261 | .porto-icon-left:before { content: '\f843'; } /* '' */ | |||
| 248 | .porto-icon-star:before { content: '\f844'; } /* '' */ | 262 | .porto-icon-star:before { content: '\f844'; } /* '' */ | |||
| 249 | .porto-icon-star-empty:before { content: '\f845'; } /* '' */ | 263 | .porto-icon-star-empty:before { content: '\f845'; } /* '' */ | |||
| 250 | .porto-icon-ok-circled:before { content: '\f846'; } /* '' */ | 264 | .porto-icon-ok-circled:before { content: '\f846'; } /* '' */ | |||
| 251 | .porto-icon-cancel-circled:before { content: '\f847'; } /* '' */ | 265 | .porto-icon-cancel-circled:before { content: '\f847'; } /* '' */ | |||
| 252 | .porto-icon-help-circled:before { content: '\f848'; } /* '' */ | 266 | .porto-icon-help-circled:before { content: '\f848'; } /* '' */ | |||
| 253 | .porto-icon-info-circled:before { content: '\f849'; } /* '' */ | 267 | .porto-icon-info-circled:before { content: '\f849'; } /* '' */ | |||
| 254 | .porto-icon-attention:before { content: '\f84a'; } /* '' */ | 268 | .porto-icon-attention:before { content: '\f84a'; } /* '' */ | |||
| 255 | .porto-icon-mobile:before { content: '\f84b'; } /* '' */ | 269 | .porto-icon-mobile:before { content: '\f84b'; } /* '' */ | |||
| 256 | .porto-icon-mail-alt:before { content: '\f84c'; } /* '' */ | 270 | .porto-icon-mail-alt:before { content: '\f84c'; } /* '' */ | |||
| 257 | .porto-icon-skype:before { content: '\f84d'; } /* '' */ | 271 | .porto-icon-skype:before { content: '\f84d'; } /* '' */ | |||
| 258 | .porto-icon-doc:before { content: '\f84e'; } /* '' */ | 272 | .porto-icon-doc:before { content: '\f84e'; } /* '' */ | |||
| 259 | .porto-icon-user:before { content: '\f850'; } /* '' */ | 273 | .porto-icon-user:before { content: '\f850'; } /* '' */ | |||
| 260 | .porto-icon-help:before { content: '\f851'; } /* '' */ | 274 | .porto-icon-help:before { content: '\f851'; } /* '' */ | |||
| 261 | .porto-icon-info:before { content: '\f852'; } /* '' */ | 275 | .porto-icon-info:before { content: '\f852'; } /* '' */ | |||
| 262 | .porto-icon-help-circled-alt:before { content: '\f853'; } /* '' */ | 276 | .porto-icon-help-circled-alt:before { content: '\f853'; } /* '' */ | |||
| 263 | .porto-icon-info-circled-alt:before { content: '\f854'; } /* '' */ | 277 | .porto-icon-info-circled-alt:before { content: '\f854'; } /* '' */ | |||
| 264 | .porto-icon-chevron-left:before { content: '\f855'; } /* '' */ | 278 | .porto-icon-chevron-left:before { content: '\f855'; } /* '' */ | |||
| 265 | .porto-icon-chevron-right:before { content: '\f856'; } /* '' */ | 279 | .porto-icon-chevron-right:before { content: '\f856'; } /* '' */ | |||
| 266 | .porto-icon-reply:before { content: '\f857'; } /* '' */ | 280 | .porto-icon-reply:before { content: '\f857'; } /* '' */ | |||
| 267 | .porto-icon-paper-plane:before { content: '\f858'; } /* '' */ | 281 | .porto-icon-paper-plane:before { content: '\f858'; } /* '' */ | |||
| 268 | .porto-icon-magnify:before { content: '\f859'; } /* '' */ | 282 | .porto-icon-magnify:before { content: '\f859'; } /* '' */ | |||
| 269 | .porto-icon-zoom-in:before { content: '\f85a'; } /* '' */ | 283 | .porto-icon-zoom-in:before { content: '\f85a'; } /* '' */ | |||
| 270 | .porto-icon-zoom-out:before { content: '\f85b'; } /* '' */ | 284 | .porto-icon-zoom-out:before { content: '\f85b'; } /* '' */ | |||
| 271 | .porto-icon-chat:before { content: '\f860'; } /* '' */ | 285 | .porto-icon-chat:before { content: '\f860'; } /* '' */ | |||
| 272 | .porto-icon-folder:before { content: '\f861'; } /* '' */ | 286 | .porto-icon-folder:before { content: '\f861'; } /* '' */ | |||
| 273 | .porto-icon-folder-open:before { content: '\f862'; } /* '' */ | 287 | .porto-icon-folder-open:before { content: '\f862'; } /* '' */ | |||
| 274 | .porto-icon-tag:before { content: '\f863'; } /* '' */ | 288 | .porto-icon-tag:before { content: '\f863'; } /* '' */ | |||
| 275 | .porto-icon-tags:before { content: '\f864'; } /* '' */ | 289 | .porto-icon-tags:before { content: '\f864'; } /* '' */ | |||
| 276 | .porto-icon-calendar:before { content: '\f865'; } /* '' */ | 290 | .porto-icon-calendar:before { content: '\f865'; } /* '' */ | |||
| 277 | .porto-icon-circle-empty:before { content: '\f870'; } /* '' */ | 291 | .porto-icon-circle-empty:before { content: '\f870'; } /* '' */ | |||
| 278 | .porto-icon-shirt:before { content: '\f871'; } /* '' */ | 292 | .porto-icon-shirt:before { content: '\f871'; } /* '' */ | |||
| 279 | .porto-icon-computer:before { content: '\f872'; } /* '' */ | 293 | .porto-icon-computer:before { content: '\f872'; } /* '' */ | |||
| 280 | .porto-icon-toys:before { content: '\f873'; } /* '' */ | 294 | .porto-icon-toys:before { content: '\f873'; } /* '' */ | |||
| 281 | .porto-icon-garden:before { content: '\f874'; } /* '' */ | 295 | .porto-icon-garden:before { content: '\f874'; } /* '' */ | |||
| 282 | .porto-icon-couch:before { content: '\f875'; } /* '' */ | 296 | .porto-icon-couch:before { content: '\f875'; } /* '' */ | |||
| 283 | .porto-icon-sports:before { content: '\f876'; } /* '' */ | 297 | .porto-icon-sports:before { content: '\f876'; } /* '' */ | |||
| 284 | .porto-icon-gift:before { content: '\f877'; } /* '' */ | 298 | .porto-icon-gift:before { content: '\f877'; } /* '' */ | |||
| 285 | .porto-icon-eye:before { content: '\f878'; } /* '' */ | 299 | .porto-icon-eye:before { content: '\f878'; } /* '' */ | |||
| 286 | .porto-icon-export:before { content: '\f879'; } /* '' */ | 300 | .porto-icon-export:before { content: '\f879'; } /* '' */ | |||
| 287 | .porto-icon-bag-4:before { content: '\f87a'; } /* '' */ | 301 | .porto-icon-bag-4:before { content: '\f87a'; } /* '' */ | |||
| 288 | .porto-icon-search-3:before { content: '\f87b'; } /* '' */ | 302 | .porto-icon-search-3:before { content: '\f87b'; } /* '' */ | |||
| 289 | .porto-icon-check:before { content: '\f87c'; } /* '' */ | 303 | .porto-icon-check:before { content: '\f87c'; } /* '' */ | |||
| 290 | .porto-icon-check-empty:before { content: '\f87d'; } /* '' */ | 304 | .porto-icon-check-empty:before { content: '\f87d'; } /* '' */ | |||
| 291 | .porto-icon-search-2:before { content: '\f880'; } /* '' */ | 305 | .porto-icon-search-2:before { content: '\f880'; } /* '' */ | |||
| 292 | .porto-icon-bag-1:before { content: '\f881'; } /* '' */ | 306 | .porto-icon-bag-1:before { content: '\f881'; } /* '' */ | |||
| 293 | .porto-icon-plus:before { content: '\f882'; } /* '' */ | 307 | .porto-icon-plus:before { content: '\f882'; } /* '' */ | |||
| 294 | .porto-icon-minus:before { content: '\f883'; } /* '' */ | 308 | .porto-icon-minus:before { content: '\f883'; } /* '' */ |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.