style.css 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573
  1. /**
  2. * @version 7.10 [rev.7.10.03]
  3. */
  4. @import url(https://fonts.googleapis.com/css?family=Arimo:400,700&subset=latin,latin-ext);
  5. * {
  6. margin: 0;
  7. padding: 0;
  8. }
  9. body {
  10. font-family: "Helvetica Neue", "Arimo", Arial, sans-serif;
  11. font-weight: 400;
  12. font-size: 14px;
  13. line-height: 20px;
  14. color: #333333;
  15. background: #fdfdfd;
  16. }
  17. h1, h2, h3, h4, h5, h6 {
  18. margin-top: 0;
  19. margin-bottom: 0.75em;
  20. }
  21. h1 {
  22. font-size: 28px;
  23. }
  24. h2 {
  25. font-size: 24px;
  26. }
  27. h3 {
  28. font-size: 20px;
  29. }
  30. h4 {
  31. font-size: 18px;
  32. }
  33. img {
  34. border: 0;
  35. border: none;
  36. }
  37. a {
  38. color: #248EC7;
  39. text-decoration: none;
  40. display: inline-block;
  41. text-shadow: 0 1px 0 #FFFFFF;
  42. }
  43. a:hover, a:focus {
  44. color: #777;
  45. text-decoration: none;
  46. }
  47. hr {
  48. border-top: 1px solid #ddd;
  49. margin: 4px 0 2px;
  50. }
  51. input:focus,
  52. select:focus,
  53. textarea:focus,
  54. button:focus {
  55. outline: none;
  56. }
  57. /* -- logo left (layout) -- */
  58. .logo {
  59. float: left;
  60. width: 28%;
  61. margin: 19px 2% 5px 0;
  62. }
  63. .logo img {
  64. width: 100%;
  65. max-width: 100%;
  66. }
  67. /* -- header content (layout) -- */
  68. .header-content {
  69. width: 70%;
  70. float: left;
  71. position: relative;
  72. padding: 20px 0 15px;
  73. }
  74. .header-content .welcome-message {
  75. padding-left: 25px;
  76. }
  77. /* -- main navigation (layout) -- */
  78. .header-content .navbar {
  79. margin-bottom: 0;
  80. border: transparent;
  81. background-color: transparent;
  82. }
  83. .header-content .navbar-nav > li > a {
  84. color: #248EC7;
  85. text-decoration: none;
  86. font-weight: bold;
  87. padding-left: 8px;
  88. padding-right: 8px;
  89. }
  90. .header-content .navbar-nav > li > a:focus,
  91. .header-content .navbar-nav > li > a:hover {
  92. color: #777;
  93. background-color: transparent;
  94. }
  95. .header-content .navbar-nav > .active > a {
  96. background-color: transparent;
  97. }
  98. .header-content .navbar-right {
  99. margin-right: 0;
  100. }
  101. /* headline */
  102. .headline {
  103. border-bottom: 1px solid #dedede;
  104. line-height: normal;
  105. padding-bottom: 7px;
  106. }
  107. h1.headline span,
  108. h2.headline span {
  109. border-bottom: 4px solid #dedede;
  110. padding-bottom: 8px;
  111. }
  112. h3.headline span,
  113. h4.headline span {
  114. border-bottom: 2px solid #e0e0e0;
  115. padding-bottom: 8px;
  116. }
  117. /* -- home page headlines -- */
  118. .home-page h1 {
  119. font-size: 28px;
  120. margin: 0 0 22px;
  121. color: #121214;
  122. font-weight: 200;
  123. letter-spacing: 1px;
  124. text-align: center;
  125. }
  126. .home-page h2 {
  127. font-weight: 700;
  128. text-transform: uppercase;
  129. }
  130. /* -- search bar (layout) -- */
  131. .search-bar {
  132. border-radius: 4px;
  133. -moz-border-radius: 4px;
  134. -webkit-border-radius: 4px;
  135. background-color: #f6f6f6;
  136. position: relative;
  137. height: 50px;
  138. border: 1px solid #f1f1f1;
  139. margin-top: 20px;
  140. margin-bottom: 20px;
  141. border-bottom: 1px solid #ddd;
  142. }
  143. /* search bar browse drop-down menu (layout) */
  144. .browse-menu {
  145. height: 50px;
  146. border-right: 1px solid #f1f1f1;
  147. float: left;
  148. }
  149. .browse-menu a {
  150. display: block;
  151. color: #333;
  152. line-height: 48px;
  153. padding-left: 8px;
  154. font-weight: bold;
  155. }
  156. .browse-menu i {
  157. padding-left: 4px;
  158. }
  159. #browse-content a:hover {
  160. color: #449DD0;
  161. }
  162. .browse-menu a span {
  163. margin-left: 5px;
  164. font-size: 12px;
  165. }
  166. /* categories browse drop-down menu content (layout) */
  167. #browse-content {
  168. width: 95%;
  169. margin-left: 2.5%;
  170. margin-top: 0;
  171. list-style: none;
  172. display: none;
  173. position: absolute;
  174. top: 52px;
  175. left: -1px;
  176. z-index: 999;
  177. background: #f6f6f6;
  178. -moz-box-shadow: 0 2px 2px -1px #f1f1f1;
  179. -webkit-box-shadow: 0 2px 2px -1px #f1f1f1;
  180. box-shadow: 0 2px 2px -1px #f1f1f1;
  181. border: 1px solid #f1f1f1;
  182. -moz-border-radius: 0 0 4px 4px;
  183. -webkit-border-radius: 0 0 4px 4px;
  184. border-radius: 0 0 4px 4px;
  185. padding: 6px 0;
  186. }
  187. #browse-content li {
  188. float: left;
  189. width: 33%;
  190. }
  191. #browse-content li a {
  192. padding: 3px 0;
  193. font-size: 12px;
  194. font-weight: normal;
  195. text-indent: 12px;
  196. }
  197. #browse-content li a:hover {
  198. color: #449DD0;
  199. }
  200. #browse-content span {
  201. margin-left: 5px;
  202. font-size: 10px;
  203. color: #333;
  204. }
  205. /* ----- Category Select (layout) ----- */
  206. #category-select-btn {
  207. background-color: #fafafa;
  208. border: 1px solid #CCC;
  209. height: 34px;
  210. position: relative;
  211. width: 215px;
  212. float: left;
  213. border-radius: 4px;
  214. -moz-border-radius: 4px;
  215. -webkit-border-radius: 4px;
  216. /*box-shadow: 0 1px 1px #DDD inset, 0 1px 0 white;*/
  217. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  218. padding: 6px 12px;
  219. color: #777;
  220. }
  221. #category-select-btn i {
  222. float: right;
  223. line-height: 22px;
  224. padding-left: 12px;
  225. border-left: 1px solid #ccc;
  226. }
  227. #category-select-content {
  228. margin-top: 0;
  229. list-style: none;
  230. padding-left: 0;
  231. display: none;
  232. position: absolute;
  233. top: 45px;
  234. left: 15px;
  235. z-index: 999;
  236. overflow-y: auto;
  237. max-height: 300px;
  238. background-color: #fafafa;
  239. border: solid 1px #ddd;
  240. }
  241. #category-select-content li + li {
  242. border-top: 1px dotted #ccc;
  243. }
  244. #category-select-content a {
  245. display: block;
  246. outline: none;
  247. padding: 7px 10px;
  248. }
  249. /* buttons css (layout) */
  250. .btn {
  251. font-weight: 600;
  252. border-radius: 3px;
  253. background-image: none;
  254. box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  255. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  256. }
  257. .btn-link {
  258. box-shadow: none;
  259. }
  260. .btn-primary {
  261. border: 1px solid #54779F;
  262. background-color: #449DD0;
  263. }
  264. .btn-primary:hover,
  265. .btn-primary:focus {
  266. background-color: #4083A9;
  267. }
  268. .btn-primary,
  269. .btn-success,
  270. .btn-info,
  271. .btn-warning,
  272. .btn-danger {
  273. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  274. }
  275. .btn-sm {
  276. font-size: 12px;
  277. font-weight: 400;
  278. }
  279. .nav-pills > li.active > a,
  280. .nav-pills > li.active > a:focus,
  281. .nav-pills > li.active > a:hover {
  282. background-color: #449DD0;
  283. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  284. }
  285. /* header left navbar w/ icons */
  286. .left-navbar li a {
  287. line-height: 24px;
  288. }
  289. .left-navbar li a > i {
  290. font-size: 16px;
  291. color: #444;
  292. }
  293. .left-navbar .badge {
  294. text-shadow: none !important;
  295. font-size: 11px;
  296. font-weight: 400;
  297. }
  298. /* header advanced search box (layout) */
  299. .form-header {
  300. margin-top: 7px;
  301. }
  302. .form-header .input-search {
  303. width: 290px;
  304. background-color: #FAFAFA;
  305. }
  306. .advanced-search-box {
  307. line-height: 48px;
  308. border-left: 1px solid #f1f1f1;
  309. }
  310. .advanced-search-box a {
  311. color: #333;
  312. font-weight: bold;
  313. }
  314. .advanced-search-box a:hover {
  315. color: #449DD0;
  316. }
  317. .lang-selector {
  318. line-height: 48px;
  319. }
  320. /* listing details page */
  321. .product h1.title {
  322. color: #248EC7;
  323. margin-bottom: 0.4em;
  324. }
  325. .subtitle {
  326. display: inline;
  327. font-size: 18px;
  328. line-height: 24px;
  329. font-weight: 500;
  330. }
  331. /* login page */
  332. .login-box .content {
  333. min-height: 200px;
  334. padding-bottom: 20px;
  335. }
  336. .login-box .first {
  337. border-right: 1px solid #ddd;
  338. }
  339. /* standard price color */
  340. .price {
  341. color: #4083A9;
  342. }
  343. /* browse container content */
  344. #browse .filter-results,
  345. #browse .section-title {
  346. margin: 0 0 12px 0;
  347. font-size: 20px;
  348. line-height: 24px;
  349. }
  350. #browse .featured h2 {
  351. font-size: 18px;
  352. line-height: 20px;
  353. margin: 0 0 16px;
  354. color: #999;
  355. }
  356. .browse-title {
  357. margin-bottom: 12px;
  358. }
  359. /* browse menu left side search filter */
  360. .search {
  361. font-size: 12px;
  362. margin-top: 0;
  363. list-style: none;
  364. padding-left: 0;
  365. }
  366. .search li > a {
  367. display: block;
  368. font-weight: bold;
  369. margin-bottom: 4px;
  370. }
  371. .search ul {
  372. display: block;
  373. padding: 0;
  374. max-height: 230px;
  375. overflow: auto;
  376. margin-bottom: 12px;
  377. }
  378. .search ul a {
  379. font-weight: normal;
  380. color: #999;
  381. padding: 0;
  382. }
  383. .search .form-group {
  384. margin-bottom: 0;
  385. }
  386. .search label {
  387. margin-top: 0;
  388. margin-bottom: 10px;
  389. }
  390. .search label:last-child {
  391. margin-bottom: 0;
  392. }
  393. /* home page footer (layout) */
  394. footer {
  395. border-top: 1px solid #eee;
  396. padding-top: 10px;
  397. margin: 20px 0;
  398. position: relative;
  399. font-size: 11px;
  400. overflow: hidden;
  401. }
  402. footer .links {
  403. text-align: right;
  404. }
  405. footer .links li {
  406. display: inline;
  407. }
  408. footer .statistics {
  409. text-align: right;
  410. }
  411. footer .social {
  412. padding-top: 8px;
  413. overflow: hidden;
  414. }
  415. footer .social-button {
  416. padding-right: 8px;
  417. float: left;
  418. }
  419. /* scroll to top (layout) */
  420. .scroll-top {
  421. width: 36px;
  422. height: 36px;
  423. background: #449DD0;
  424. text-align: center;
  425. position: fixed;
  426. bottom: 10px;
  427. right: 10px;
  428. cursor: pointer;
  429. color: #fff;
  430. font-size: 30px;
  431. text-decoration: none;
  432. -webkit-border-radius: 5px;
  433. -moz-border-radius: 5px;
  434. border-radius: 5px;
  435. opacity: 0.5;
  436. }
  437. /* breadcrumbs (theme specific) */
  438. .breadcrumbs {
  439. margin: 0 0 20px 0;
  440. padding: 4px 0 0 8px;
  441. }
  442. /* listing details page breadcrumbs (theme specific) */
  443. .breadcrumb {
  444. margin-bottom: 4px;
  445. background-color: #f1f1f1;
  446. }
  447. .breadcrumb > li a.home {
  448. float: left;
  449. height: 16px;
  450. width: 16px;
  451. background: url(../images/sprite.png) 0 -254px no-repeat;
  452. text-indent: -999px;
  453. }
  454. .breadcrumb > li a.home:hover {
  455. background-position: 0 -270px;
  456. }
  457. .product .breadcrumb {
  458. margin-bottom: 24px;
  459. background-color: transparent;
  460. }
  461. /* REGISTER AND LOGIN MODAL BOXES */
  462. .form-modal {
  463. max-width: 280px;
  464. margin: 0 auto;
  465. }
  466. .form-modal input {
  467. margin-bottom: 16px;
  468. }
  469. .pagination > li > a, .pagination > li > span {
  470. color: #248EC7;
  471. }
  472. .pagination > .active > a,
  473. .pagination > .active > a:focus,
  474. .pagination > .active > a:hover,
  475. .pagination > .active > span,
  476. .pagination > .active > span:focus,
  477. .pagination > .active > span:hover {
  478. background-color: #248EC7;
  479. border-color: #248EC7;
  480. }