Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.29 KB | None | 0 0
  1. .lang-switcher{
  2. &:before{
  3. content: "";
  4. height: 20%;
  5. width: 100%;
  6. position: absolute;
  7. top: 36px;
  8. left: 0px;
  9. z-index: 2;
  10. }
  11. }
  12. .account-links{
  13. >.dropdown-list{
  14. width: 155px;
  15. }
  16. &:before{
  17. content: "";
  18. height: 20%;
  19. width: 100%;
  20. position: absolute;
  21. top: 36px;
  22. left: 0px;
  23. z-index: 2;
  24. }
  25. }
  26. /*TOP SEARCH*/
  27. .block-top-search{
  28. height: 40px;
  29. width: 40px;
  30. position: relative;
  31. fload: right;
  32. padding-right: 30px;
  33. line-height: 20px;
  34.  
  35. .header-search-icon{
  36. position: absolute;
  37. top: 10px;
  38. border-right: 1px solid #333333;
  39. padding: 3px 20px 0px 0px;
  40. color: #dadada;
  41. font-size: 14px;
  42. }
  43. .form-search{
  44. display: none;
  45. width: 955%;
  46. border-bottom: 2px solid @color_theme;
  47. }
  48. &:hover{
  49. .form-search{
  50. display: block;
  51. position: absolute;
  52. top: 40px;
  53. right: -14px;;
  54. z-index: 999;
  55. }
  56. }
  57. .input-text-search{
  58. border: 0 none;
  59. color: #939393;
  60. font-style: italic;
  61. font-size: 100%;
  62. font-weight: 300;
  63. height: 40px;
  64. }
  65. .button-search{
  66. background:none;
  67. border:none;
  68. height: 40px;
  69. position: absolute;
  70. right: 0;
  71. top:0;
  72. color: #a2a2a2;
  73. font-size: 13px;
  74. span{
  75. display: none;
  76. }
  77.  
  78. &:hover{
  79. color: @color_theme;
  80. }
  81. }
  82. }
  83. /*TOPLINK*/
  84. .dropdown-block.block-base{
  85. line-height: 30px; padding-right: 0;
  86. &:after{
  87. display: none;
  88. }
  89. ul{
  90. margin: 0;
  91. li{
  92. float: left;
  93. a{
  94. color: #fff;
  95. &:hover{
  96. color: @color_theme;
  97. }
  98. }
  99. }
  100. .last{
  101. padding-left: 15px;
  102. }
  103. .first{
  104. padding-right: 15px;
  105. position: relative;
  106. &:after{
  107. content:""; height: 12px; background: #a8a8a8; position: absolute; width: 1px; display: inline-block; top: 14px; right: 0;
  108. }
  109. }
  110. }
  111. }
  112. /*END*/
  113. .dropdown-block{
  114. padding:0;
  115. line-height: 30px;
  116. position: relative;
  117. cursor: pointer;
  118. float: left;
  119. padding: 0px 15px;
  120. &:after{
  121. content:""; height: 12px; background: #a8a8a8; position: absolute; width: 1px; display: inline-block; top: 14px; right: 0;
  122. }
  123. .title-dropdown-block{
  124. display: none;
  125. }
  126. .dropdown-toggle{
  127. padding:0 15px 0 0px;
  128. position: relative;
  129. line-height: 30px;
  130.  
  131. > a{
  132. color: #fff;
  133. &:hover{
  134. color: @color_theme;
  135. }
  136. }
  137.  
  138. &:hover{
  139. &:before{
  140. color: @color_theme;
  141. }
  142. }
  143. &:before{
  144. font-family: fontawesome;
  145. content: "f107";
  146. font-size:12px;
  147. position: absolute;
  148. right: 0;
  149. }
  150. }
  151. .dropdown-list{
  152. .effect-block-hide();
  153. background-color: #413e3c;
  154. z-index: 33;
  155. min-width: 101%;
  156. box-shadow: 3px 3px 1px rgba(0,0,0,0.2);
  157. -webkit-box-shadow: 3px 3px 1px rgba(0,0,0,0.2);
  158. position: absolute;
  159. left: auto;
  160. cursor: default;
  161. right: 0;
  162. @media (min-width:1200px){
  163. width: 185px;
  164. }
  165. >li{
  166. padding: 0 20px;
  167. border-top: 1px solid #33302b;
  168. line-height: 36px;
  169. >a{
  170. color: #f3f3f3;
  171. cursor: pointer;
  172. &:hover{
  173. color: @color_theme;
  174. }
  175. }
  176. }
  177. }
  178. /*CURENTY*/
  179. .currency-switcher{
  180. .dropdown-list{
  181. right:0;
  182. left:auto;
  183. .current{
  184. color: @color_theme;
  185. }
  186. }
  187. &:before{
  188. content: "";
  189. height: 20%;
  190. width: 100%;
  191. position: absolute;
  192. top: 36px;
  193. left: 0px;
  194. z-index: 2;
  195. }
  196. }
  197. /*LANGUAGE*/
  198. .lang-switcher{
  199. .dropdown-toggle{
  200. .flag{
  201. background-repeat: no-repeat;
  202. background-position: left 10px;
  203. padding-left:24px;
  204. }
  205. }
  206.  
  207. .dropdown-list{
  208. li a span,
  209. .current span {
  210. background-position: left center;
  211. display: inline-block;
  212. background-repeat: no-repeat;
  213. padding-left:20px;
  214. font-weight: 300;
  215. }
  216. .current{
  217. color: @color_theme;
  218. }
  219. }
  220. }
  221. &:hover{
  222. .dropdown-toggle{
  223. a,
  224. .value{
  225. color: @color_theme;
  226. }
  227.  
  228. &:after{
  229. display: block;
  230. }
  231. }
  232.  
  233. .dropdown-list{
  234. .effect-block-show()
  235. }
  236. }
  237. }
  238.  
  239. .logo-wrapper{
  240. position: absolute;
  241. left:0;
  242. top:20px;
  243.  
  244. img{
  245. height: 39px;
  246. .transition(.5s);
  247. }
  248.  
  249. .logo-small{
  250. display: none;
  251. }
  252. }
  253. /*MEGAMENU*/
  254. .menu-larger{
  255. .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu{
  256.  
  257. .basicproduct-content-menu{
  258. .products-grid .item .item-inner{
  259. margin-right: 15px;
  260. margin-top: 4px;
  261. }
  262. }
  263. li.sm_megamenu_drop > a{
  264. &:after{
  265. .font-awesome(f0d7,12px);
  266. position: absolute;
  267. .transition_all(.1s);
  268. top: 19px;
  269. right: 5px;
  270. color: #b3b3b3;
  271. }
  272. }
  273. > li{
  274. float: left;
  275.  
  276. > div{
  277. /* top: 50px; (29-12-16)*/
  278. }
  279.  
  280. > a{
  281. display: block;
  282. line-height: 30px;
  283. height: 30px;
  284. padding:0 18px;
  285. margin-right:1px;
  286. font-weight: 300;
  287. /*text-transform: uppercase; */
  288. color: #fff;
  289. letter-spacing: 0.2px;
  290. position: relative;
  291. .transition_all(.1s);
  292. }
  293.  
  294. &.sm_megamenu_actived > a,
  295. &:hover > a{
  296. color: @color_theme;
  297. background: #413e3c;
  298. &:after{
  299. color: @color_theme;
  300.  
  301. }
  302. }
  303. }
  304.  
  305. &.hidden-block{
  306. opacity: 0;
  307. .transform_scale(0);
  308. }
  309. }
  310. }
  311. }
  312. }
  313.  
  314. ul{
  315. display: none;
  316. width: 200px;
  317. background-color: #fff;
  318. position: absolute;
  319. z-index: 30;
  320. box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  321. -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  322. }
  323.  
  324. >a{
  325. display: block;
  326. line-height: 30px;
  327. height: 30px;
  328. padding:0 18px;
  329. margin-right:1px;
  330. font-weight: 500;
  331. text-transform: uppercase;
  332. color: #fff;
  333. letter-spacing: 0.2px;
  334. position: relative;
  335. .transition_all(.1s);
  336. &:hover{
  337. color: #fff;
  338. }
  339. }
  340. }
  341.  
  342. li{
  343. position: relative;
  344. &:hover{
  345. > ul{
  346. display: block;
  347. }
  348. }
  349.  
  350. ul{
  351. padding:10px 0;
  352.  
  353. li{
  354. margin:0 20px;
  355. a{
  356. display: block;
  357. line-height: 44px;
  358. font-weight: 300;
  359. }
  360. &:last-child{
  361. > a{
  362. border: none;
  363. }
  364. }
  365. }
  366.  
  367. li:hover{
  368. &:before{
  369. display: inline-block;
  370. width: 45px;
  371. height: 100%;
  372. content: "";
  373. position: absolute;
  374. right: -45px;
  375. top:0;
  376. }
  377. > a{
  378. color: @color_theme;
  379. }
  380.  
  381. > ul{
  382. left:180px;
  383. top:0;
  384. }
  385. }
  386. }
  387. }
  388. .active{
  389. > a{
  390. color: @color_theme;
  391. background: #413e3c;
  392. }
  393. }
  394. }
  395. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement