fec.css 24 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169
  1. html {
  2. font-family: sans-serif;
  3. }
  4. .page-group {
  5. display: block;
  6. margin: auto;
  7. max-width: 640px;
  8. position: relative;
  9. }
  10. .content{background:#fff;}
  11. body{
  12. font-family:Verdana,Arial,Tahoma;font-size:0.6rem;
  13. overflow-wrap: break-word;
  14. color: #24292e;
  15. }
  16. a{color:#777;}
  17. .button{padding:0}
  18. ul {list-style: outside none none;margin:0;}
  19. .theme-dark .searchbar::after{
  20. background-color:transparent
  21. }
  22. .theme-dark .searchbar{
  23. background:transparent none repeat scroll 0 0
  24. }
  25. .category_menu ul{padding:0;font-size:0.75rem;}
  26. .category_menu ul li {
  27. padding-left: 0;
  28. }
  29. .category_menu ul li ul li{padding:0.3em 0 0 1em;}
  30. .category_menu ul li ul{font-size:0.7rem;}
  31. .category_menu ul li ul .icon-right{float:left;font-size:0.4rem;margin-top:1em;}
  32. .list-block {
  33. font-size: 0.7rem;
  34. }
  35. .product_name{
  36. padding:0px;height:3em;
  37. overflow:hidden;font-size:0.6rem;
  38. }
  39. .product_name a{
  40. color:#777;
  41. }
  42. .panel-left a{color:#ccc;}
  43. .content-block {
  44. color: #6d6d72;
  45. margin: 0.15rem 0;
  46. padding: 0 0.75rem;
  47. }
  48. .category_menu > ul{margin-top:0.1rem}
  49. .list-block .item-inner{padding-left:0.9rem;}
  50. .list-block {
  51. margin: 0.75rem 0;
  52. }
  53. h1{font-size:1em;color:#333;font-weight:100;}
  54. .category_description{padding:0.4rem 0.6rem; display:none}
  55. .popup-overlay.modal-overlay-visible{display:none}
  56. .filter_attr_info a {
  57. background: rgba(0, 0, 0, 0) url("../img/checkbox.png") no-repeat scroll -69px 1px;
  58. font-size: 0.8em;
  59. padding: 0 0 0 16px;
  60. }
  61. .filter_attr_info a.checked {
  62. background-position: -50px -19px;
  63. }
  64. .closeBtn {
  65. background-image: url("../img/tag.png");
  66. background-position: -164px 7px;
  67. background-repeat: no-repeat;
  68. display: inline-block;
  69. font-size: 0;
  70. height: 20px;
  71. vertical-align: -5px;
  72. width: 20px;
  73. }
  74. .repository-lang-stats-graph {
  75. -moz-border-bottom-colors: none;
  76. -moz-border-left-colors: none;
  77. -moz-border-right-colors: none;
  78. -moz-border-top-colors: none;
  79. -moz-user-select: none;
  80. border-bottom-left-radius: 3px;
  81. border-bottom-right-radius: 3px;
  82. border-color: currentcolor #ddd #ddd;
  83. border-image: none;
  84. border-style: none solid solid;
  85. border-width: 0 1px 1px;
  86. cursor: pointer;
  87. display: table;
  88. overflow: hidden;
  89. white-space: nowrap;
  90. width: 100%;
  91. }
  92. * {
  93. box-sizing: border-box;
  94. }
  95. *::placeholder {
  96. color: #6a737d;
  97. }
  98. *::-moz-placeholder {
  99. color: #6a737d;
  100. }
  101. .content-block .filter_attr_title {
  102. border-bottom: 1px solid #ddd;
  103. color: #333;
  104. font-family: Arial;
  105. font-size: 0.9em;
  106. margin: 5px 0;
  107. padding: 5px 0;
  108. text-transform: uppercase;
  109. }
  110. .close_popup{
  111. font-size: 1.2em;
  112. position: absolute;
  113. right: 1rem;
  114. top: 0.2rem;
  115. }
  116. a{font-size:0.8em;}
  117. #panel-left-menu .category_menu a{font-size:0.9em;}
  118. #panel-left-account a{font-size:0.9em;;}
  119. .clear{clear:both}
  120. .category_page .open-sort{float:left;}
  121. .category_page .open-filter{float:right;}
  122. .category-open{
  123. border: 1px solid #e5e5e5;
  124. border-radius: .17rem;
  125. font-size:0.6rem;
  126. text-align: center;
  127. color: #666;
  128. padding:0.1rem 1rem;
  129. }
  130. .category_description h1{text-align:center;font-weight:100;font-size:0.9em}
  131. .category-open .icon{font-size:0.4rem;}
  132. .sort_filter{margin-top:0.4rem;margin-bottom:-0.2rem;}
  133. .media_img_content{max-width:400px;margin:auto;}
  134. .product_view{padding:0 1rem;}
  135. .item_code{margin-right:0;}
  136. .product_info h1{ font-size: 0.6rem;
  137. font-weight: 100;
  138. margin-bottom: 0;}
  139. .swiper-container{padding-bottom: 5px;}
  140. .price_info {
  141. margin: 10px 0 0;
  142. }
  143. .product_info .price_info .special_active {
  144. float: left;
  145. line-height: 30px;
  146. margin-right: 10px;
  147. }
  148. .product_info .special_price {
  149. color: #cc0000;
  150. font-size: 25px;
  151. }
  152. .product_info .price_info .price.special_active {
  153. margin: 3px 0 0 3px;
  154. text-decoration: line-through;
  155. }
  156. .product_info_section {
  157. margin: 5px 0 15px;
  158. }
  159. .product_options {
  160. margin: 0.4rem 0 0;
  161. }
  162. .product_options .label {
  163. line-height: 49px;
  164. }
  165. .pg .label {
  166. float: left;
  167. font-size: 0.5rem;
  168. min-width: 2.4rem;
  169. max-width: 4.2rem;
  170. }
  171. .product_options .pg .rg {
  172. width: auto;
  173. }
  174. .product_options .rg li {
  175. color: #333;
  176. cursor: pointer;
  177. float: left;
  178. margin: 5px;
  179. position: relative;
  180. text-align: center;
  181. }
  182. .product_options a.active, .product_options a.active_v {
  183. border: 1px solid #777;
  184. }
  185. .product_options a {
  186. display: block;
  187. float: left;
  188. height: 49px;
  189. padding: 1px;
  190. min-width: 44px;
  191. line-height:49px;
  192. }
  193. .product_options a.current {
  194. border: 1px solid #cc0000;
  195. }
  196. .rg .qty{margin-left:4px;}
  197. .product_options li.current b {
  198. background: rgba(0, 0, 0, 0) url("../img/cur.png") no-repeat scroll 0 0;
  199. bottom: 0;
  200. display: block;
  201. height: 6px;
  202. overflow: hidden;
  203. position: absolute;
  204. right: 0;
  205. width: 8px;
  206. }
  207. .addtocart a{
  208. margin-top: 0.5rem;
  209. }
  210. .button-success.button-fill{background-color:#fe585e;color:#fff}
  211. .addtocart .addProductToFavo{
  212. background: #fff none repeat scroll 0 0;
  213. border: 1px solid #ccc;
  214. color: #777;
  215. }
  216. .product_description_info{min-height:300px;width:100%;overflow:hidden;margin-top:0.55rem;}
  217. .product_description_info .content-block{padding-top:0.24rem;}
  218. .chose_size a {
  219. border: 1px solid #ccc;
  220. font-size: 11px;
  221. height: 35px;
  222. line-height: 35px;
  223. width: 35px;
  224. }
  225. .product_options a.noimgshow {
  226. font-size: 11px;
  227. height: 44px;
  228. line-height: 44px;
  229. min-width: 15px;
  230. padding: 0px 5px;
  231. text-align:center;
  232. }
  233. .product_options a.no_active {
  234. border: 1px dashed #ccc;
  235. cursor: not-allowed;
  236. }
  237. .product_qty .label{line-height:1.3rem;}
  238. .button.button-fill.addProductToCart{height:1.55rem;line-height:1.55rem;}
  239. .product_description_info .buttons-tab a{font-size:0.55rem;}
  240. .text-description , .text-reviews , .text-questions{font-size:0.6rem;}
  241. .tier_price_info{margin:0.5rem 0 1rem;color:#333;}
  242. .tier_price_info table{width:100%;color:#777;}
  243. .buy_also_buy_cer{padding: 0 1rem;}
  244. .tier_price_info table{font-size: 0.56rem;}
  245. .buy_also_buy .scroll_left{
  246. border-bottom: 1px solid #ddd;
  247. margin: 15px 0 5px;
  248. padding: 5px 0;
  249. text-transform: uppercase;
  250. }
  251. .buy_also_buy .scroll_left a{color: #333;font-size: 0.9em; font-family: Arial;}
  252. .buttons-tab .button{height: 1.6rem;
  253. line-height: 1.6rem;}
  254. .review_star_5 {
  255. background: rgba(0, 0, 0, 0) url("../img/Star_5.png") no-repeat scroll 0 0;
  256. }
  257. .review_star_4 {
  258. background: rgba(0, 0, 0, 0) url("../img/Star_4.png") no-repeat scroll 0 0;
  259. }
  260. .review_star_3 {
  261. background: rgba(0, 0, 0, 0) url("../img/Star_3.png") no-repeat scroll 0 0;
  262. }
  263. .review_star_2 {
  264. background: rgba(0, 0, 0, 0) url("../img/Star_2.png") no-repeat scroll 0 0;
  265. }
  266. .review_star_1 {
  267. background: rgba(0, 0, 0, 0) url("../img/Star_1.png") no-repeat scroll 0 0;
  268. }
  269. .review_star_0 {
  270. background: rgba(0, 0, 0, 0) url("../img/Star_0.png") no-repeat scroll 0 0;
  271. }
  272. .review_star {
  273. display: block;
  274. height: 15px;
  275. width: 69px;
  276. }
  277. .product-Reviews_top ul{padding-left:0}
  278. .review_description_left a{display:block;}
  279. .review_description_left p{ display:block;float:left;margin: 0.3rem 1rem 0.3rem 0}
  280. .review_description_left span{display:block;float:right;margin: 0.3rem 0 0.3rem 0}
  281. .review_description_right_span b{font-weight:100;}
  282. .buttons-row .button{
  283. border-color:#ccc;
  284. font-size:0.55rem;
  285. }
  286. .average_rating {
  287. float: left;
  288. }
  289. .rbc_cold .review_star {
  290. display: block;
  291. float: left;
  292. height: 15px;
  293. margin: 0rem 0rem 0 0.4rem;
  294. text-align: right;
  295. width: 85px;
  296. }
  297. .rbc_cold{margin-top:0.22rem;}
  298. .rbc_cold , .item_code{color:#777;}
  299. .item_sku{color:#555;}
  300. .product-image{
  301. display: block;
  302. margin-top: 0.5rem;
  303. }
  304. .product-image img{width:100%;height:auto;}
  305. .cart_info {}
  306. .cart_info a{color:#555;}
  307. .cart_info h2.product-name{
  308. font-size:0.7rem;
  309. margin:1px 0 4px;
  310. font-weight: 100;
  311. }
  312. .cart_info ul {padding-left:1px;}
  313. .cart_info ul li{font-size:0.5rem;color:#777;}
  314. .cart-price{
  315. color: #cc0000;
  316. font-size: 0.6rem;
  317. }
  318. .cartqtydown {
  319. border-bottom: 1px solid #ccc;
  320. border-left: 1px solid #ccc;
  321. border-radius: 4px 0 0 4px;
  322. border-top: 1px solid #ccc;
  323. float: left;
  324. font-size: 0.7rem;
  325. height: 20px;
  326. line-height: 18px;
  327. text-align: center;
  328. width: 22px;
  329. }
  330. .cart_info .qty {
  331. border: 1px solid #ccc;
  332. border-radius: 0;
  333. box-shadow: none;
  334. float: left;
  335. height: 20px;
  336. padding-bottom: 0;
  337. padding-top: 0;
  338. text-align: center;
  339. width: 20px;
  340. }
  341. .cartqtyup {
  342. border-bottom: 1px solid #ccc;
  343. border-radius: 0 4px 4px 0;
  344. border-right: 1px solid #ccc;
  345. border-top: 1px solid #ccc;
  346. float: left;
  347. font-size: 0.7rem;
  348. height: 20px;
  349. line-height: 18px;
  350. text-align: center;
  351. width: 20px;
  352. }
  353. .cart_qty{width:80px;}
  354. .cart_qty a{
  355. background:#fff;
  356. }
  357. .btn-remove span{
  358. font-size: 1.1rem;
  359. }
  360. a.btn-remove {
  361. bottom: 1rem;
  362. position: absolute;
  363. right: 2rem;
  364. }
  365. .cart_info .row{
  366. position:relative;
  367. border-bottom:1px solid #e5e5e5;
  368. padding:0.5rem 1rem;
  369. }
  370. .cart{background:#fff;}
  371. .row .col-80{margin-left:2%}
  372. .cart_info .row .col-25{padding:1rem 0 1rem 0.1em}
  373. .cart_info .row .col-75{padding:1rem 0;}
  374. .col-70 .product-name{width:60%;}
  375. .shopping-cart-img{
  376. text-align:center;font-size:0.7rem;padding:0.4rem 0;
  377. background:#fff;
  378. border-bottom:1px solid #e5e5e5;
  379. margin-bottom:0.6rem;
  380. }
  381. .cart_info .options li{float:left;margin-right:1rem;}
  382. .cart_info .product-name a {
  383. color: #555;
  384. display: block;
  385. height: 0.7rem;
  386. overflow: hidden;
  387. }
  388. #coupon_code {
  389. border-color: #ccc currentcolor #ccc #ccc;
  390. border-radius: 0;
  391. border-style: solid none solid solid;
  392. border-width: 1px medium 1px 1px;
  393. font-size: 0.8rem;
  394. height: 1.24rem;
  395. width: 100%;
  396. }
  397. .discount-form .input-box .ui-input-text {
  398. border-radius: 2px 0 0 2px;
  399. border-right: medium none;
  400. }
  401. .discount-form .buttons-coupon {
  402. float: right;
  403. width: 40%;
  404. }
  405. .discount-form .input-box {
  406. float: left;
  407. width: 60%;
  408. }
  409. .discount-form .buttons-coupon .ui-shadow {
  410. box-shadow: none;
  411. }
  412. .discount-form .buttons-coupon a {
  413. background-color: #f6f6f6;
  414. border: 1px solid #ccc;
  415. border-radius: 0 2px 2px 0;
  416. color: #333;
  417. text-shadow: 0 1px 0 #f3f3f3;
  418. }
  419. .ui-btn {
  420. -moz-user-select: none;
  421. cursor: pointer;
  422. display: block;
  423. font-size: 0.6rem;
  424. overflow: hidden;
  425. padding: 0.2em 1em;
  426. position: relative;
  427. text-align: center;
  428. text-overflow: ellipsis;
  429. white-space: nowrap;
  430. }
  431. #discount-coupon-form h2{font-size:0.6rem;}
  432. .cart-collaterals{padding:0.2rem 0.4rem;min-height:17.5rem;}
  433. .cart_cost{margin-top:1rem;}
  434. .cart_cost .row.no-gutter .col-66{text-align:right;padding-right:1rem;}
  435. .cart_cost .row.no-gutter{
  436. padding-top: 0.2rem;
  437. }
  438. a.express_paypal{
  439. background: #ffc63e;
  440. border-color: #ffc63e;
  441. display: block;
  442. height: 2.17rem;
  443. line-height: 2.17rem;
  444. overflow: hidden;
  445. padding: 0 0.83rem;
  446. text-align: center;
  447. text-overflow: ellipsis;
  448. text-transform: capitalize;
  449. white-space: nowrap;
  450. padding:0 0.5rem;
  451. width:100%;
  452. border-radius: 0.17rem;
  453. }
  454. a.express_paypal img{max-height:70px;height:100%;width:100%;max-width:260px;}
  455. .cart-totals{margin:1rem 0}
  456. .btn-proceed-checkout{
  457. background-color: #f90;
  458. border-color: #f90;
  459. display: block;
  460. font-size:0.7rem;
  461. height: 2.17rem;
  462. line-height: 2.17rem;
  463. overflow: hidden;
  464. padding: 0 0.83rem;
  465. text-align: center;
  466. text-overflow: ellipsis;
  467. text-transform: capitalize;
  468. white-space: nowrap;
  469. padding:0 0.5rem;
  470. width:100%;
  471. border-radius: 0.17rem;
  472. color:#fff;
  473. }
  474. .proceed_to_checkout .row.no-gutter .col-50{padding:0.2rem}
  475. .header_logo img{width:5rem; margin-top: 0.68rem;}
  476. .col-20 a img{width:100%}
  477. .review_lists{background:#fff;min-height:700px;padding:0.5rem;}
  478. .review_lists .product_info .price_info .special_active{
  479. font-size:0.6rem;
  480. margin:0 0.5rem 0 0;
  481. }
  482. .review_lists .price_info{margin:0;}
  483. .review_lists .review_cart{padding:0 0.2rem;font-size:0.55rem;}
  484. .product-reviews{
  485. padding:0 0.2rem;font-size:0.7rem;
  486. }
  487. .review_lists .button-danger.button-fill {
  488. background-color: #4cd964;
  489. }
  490. .review_lists .row .col-50{margin-left:0;}
  491. .review_lists .review_cart .content-block{margin:1rem 0}
  492. .fec-card-header , .fec-card-content , .fec-card-footer{
  493. border-bottom: 1px solid #eaeaea;
  494. padding: 0.4rem 0.6rem;
  495. color:#333;
  496. }
  497. .fec-card-header{font-weight:bold}
  498. .fec-card-content{color:#333;}
  499. .review_title{margin-left:0.5rem;}
  500. .review_list_remark{font-size:0.5rem;color:#777}
  501. .review_list_product{margin-left:0.5rem;}
  502. .review_add{padding:1rem 0 1rem 0.4rem;}
  503. .review_add .product_info .price_info .special_active {
  504. font-size: 0.6rem;
  505. margin: 0 0.5rem 0 0;
  506. }
  507. .review_add .price_info {
  508. margin: 0;
  509. }
  510. .h-30 {
  511. height: 30px;
  512. }
  513. .lh30_f {
  514. float: left;
  515. line-height: 30px;
  516. }
  517. .product-description_em {
  518. color: #cc0000;
  519. font: 17px/12px Segoeui,Arial,Verdana,serif;
  520. margin: 0 3px;
  521. }
  522. .star_ul {
  523. display: inline;
  524. height: 30px;
  525. }
  526. .star_ul li {
  527. float: left;
  528. }
  529. .star_1, .star_2, .star_3, .star_4, .star_5 {
  530. background: rgba(0, 0, 0, 0) url("../img/product_rating_big_blank_star.png") repeat scroll 0 0;
  531. display: block;
  532. height: 30px;
  533. width: 30px;
  534. }
  535. .full_star {
  536. background: rgba(0, 0, 0, 0) url("../img/product_rating_big_full_star.png") repeat scroll 0 0;
  537. }
  538. .product-Reviews_bottom .list-block .item-content{background:#fff;}
  539. .login-captcha{
  540. }
  541. .login-captcha img {
  542. float: left;
  543. height: 25px;
  544. }
  545. .product-Reviews_bottom .item-content .login-captcha input {
  546. border: 1px solid #ccc;
  547. display: block;
  548. float: left;
  549. height: 25px;
  550. margin-right: 5px;
  551. width: 80px;
  552. }
  553. .login-captcha{width:100%}
  554. .icon-refresh{
  555. border: 1px solid #ddd;
  556. color: #777;
  557. cursor: pointer;
  558. display: block;
  559. float: left;
  560. font-size: 0.7rem;
  561. height: 25px;
  562. line-height: 24px;
  563. margin-left: 1px;
  564. text-align: center;
  565. width: 25px;
  566. }
  567. .product-Reviews_bottom .lh30_f{width:100%}
  568. .product-Reviews_bottom .list-block .item-title.label{width:25%;}
  569. .list-block .item-inner {
  570. padding-left: 0.1rem;
  571. }
  572. .product-Reviews_bottom .list-block ul li input
  573. ,.product-Reviews_bottom .list-block ul li textarea{
  574. font-size:0.6rem;
  575. }
  576. .review_submit{padding-left:0.9rem;margin-top:1rem;}
  577. .review_submit button{font-size: 0.6rem;
  578. line-height: 0.9rem;
  579. padding: 0.2rem 1rem 0.4rem;
  580. }
  581. .product-Reviews_bottom .list-block{margin-top:0}
  582. .product-Reviews_bottom{min-height:500px;}
  583. .error-msg {
  584. margin:3px 0;
  585. background: #faebe7 url("../img/i_msg-error.gif") no-repeat scroll 8px 4px;
  586. border: 1px solid #f16048;
  587. color: #df280a;
  588. font-size: 0.8em;
  589. padding: 5px 30px;
  590. margin:0.4rem 1rem;
  591. }
  592. .correct-msg {
  593. margin:3px 0;
  594. background: #eff5ea url("../img/i_msg-success.gif") no-repeat scroll 8px 4px;
  595. border: 1px solid #95a486;
  596. color: #3d6611 ;
  597. font-size: 0.8em;
  598. padding: 5px 30px;
  599. margin:0.4rem 1rem;
  600. }
  601. .list-block .item-link .item-inner{margin-left:0rem;padding-left:1rem;}
  602. .list-block .item-content{padding-left:0}
  603. .account-top-m{background:#fff;}
  604. .account-top-m .icon-left{font-size:0.7rem;}
  605. .account-ds .account_footer{ text-align: center;margin: 30px 0 200px;}
  606. .account-ds .account_footer a {
  607. font-size: 0.7rem;
  608. }
  609. .account-ds a{font-size:0.7rem;}
  610. .account-ds{height:2.2rem;}
  611. .js_registBtn{}
  612. .list-block .item-title.label{width:25%;}
  613. .list-block input[type="text"], .list-block input[type="password"], .list-block input[type="email"], .list-block input[type="tel"], .list-block input[type="url"], .list-block input[type="date"], .list-block input[type="datetime-local"], .list-block input[type="time"], .list-block input[type="number"], .list-block input[type="search"], .list-block select, .list-block textarea{
  614. font-size:0.6rem;
  615. }
  616. .customer-login .buttons-set , .customer-login .third_login{
  617. margin:0.8rem;
  618. }
  619. .account-form .item-input .login-captcha-input{width:30%;float:left;}
  620. .account-form .item-input .login-captcha-img{width:130px;float:left; margin-top: 0.4rem;}
  621. .account-form .icon-refresh{
  622. font-size: 0.9rem;
  623. height: 1.2rem;
  624. line-height: 1.2rem;
  625. margin: 0.4rem 0 0 0.2rem;
  626. padding: 0;
  627. width: 1.2rem;
  628. }
  629. .shopping-cart-img a.f-right{float:right;
  630. color: #0894ec;
  631. line-height: 1.2rem;
  632. position: absolute;
  633. right: 1rem;
  634. }
  635. .button.button-fill.button-bbb{
  636. background: #bbb none repeat scroll 0 0;
  637. }
  638. .account-ds .button-bbb {
  639. margin: 1rem 1rem 10rem;
  640. text-align: center;
  641. }
  642. .account-form .newsletter{
  643. color:#bbb;
  644. margin: 1rem 0 1rem 1.1rem ;
  645. }
  646. .account-form .newsletter label{
  647. line-height:1rem;
  648. font-size:0.5rem;
  649. }
  650. .validation-advice{color:#cc0000;font-size:0.5rem;}
  651. .image404{width:80%;margin:auto;}
  652. .footer-bottom img{width:100%}
  653. .footer-bottom #copy{font-size:0.45rem;text-align:center;margin-bottom:0.2rem;}
  654. .footer_bar .change-bar .c_left{float:left;width:30%;color:#888}
  655. .footer_bar .change-bar .c_right{float:left;width:68%;}
  656. .footer_bar .change-bar .c_right select{width:80%;}
  657. .footer_bar .change-bar{ background: #f3f3f3 none repeat scroll 0 0;
  658. margin: 0;
  659. padding: 0.4rem 0.4rem;}
  660. .footer_bar .change-bar select{
  661. border: 1px solid #ccc;
  662. color: #666;
  663. width: 80%;
  664. background: #f3f3f3;
  665. }
  666. .list-block .item-content.change_password_label{
  667. color: #777;
  668. font-size: 0.55rem;
  669. margin-left: 1.2rem;
  670. }
  671. .list-block .item-content.change_password_label input{
  672. position:absolute;
  673. top:0.7rem;
  674. }
  675. .list-block .item-content.change_password_label label{
  676. float:left;
  677. display:block;
  678. margin-left:0.8rem;
  679. }
  680. table {
  681. border: 0 none;
  682. border-collapse: collapse;
  683. border-spacing: 0;
  684. empty-cells: show;
  685. font: 12px Segoeui,Arial,Verdana,serif;
  686. text-align: center;
  687. width: 100%;
  688. }
  689. .addressbook thead tr {
  690. background: #f7f7f7 none repeat scroll 0 0;
  691. }
  692. caption, th, td {
  693. font-weight: normal;
  694. text-align: left;
  695. vertical-align: top;
  696. }
  697. th {
  698. border-bottom: 1px solid #4c6b99;
  699. font: 13px Bitter,Myriad Pro,Verdana,serif;
  700. height: 37px;
  701. padding: 0 10px;
  702. vertical-align: middle;
  703. }
  704. .addressbook tbody tr td {
  705. background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  706. }
  707. td {
  708. border-bottom: 1px solid #e0e0e0;
  709. border-collapse: collapse;
  710. height: 49px;
  711. padding:10px;
  712. vertical-align: middle;
  713. }
  714. .addressbook .icon{font-size:0.8rem; margin-left:0.4rem;}
  715. .add_new_address{margin:1rem 2rem;}
  716. .account_center tbody tr td{color:#777;}
  717. .account_center .order-status.pending{color:#cc0000;}
  718. .account_center .order-status.processing{color:green;}
  719. .order_list, .account-container{margin-bottom:3rem;}
  720. .account-container{padding:0 0.5rem 1rem;}
  721. .my_account_order h5{margin:0.7rem 0.4rem 0.6rem}
  722. .customer-forgot-success {
  723. padding:1rem;
  724. }
  725. .mailtous{font-size:0.6rem;padding:0.2rem 1rem 5rem 1rem;}
  726. .mobile-container{
  727. padding:0 1rem 1rem;width:100%;
  728. }
  729. .mobile-container img{width:100%;}
  730. .lazy{width:100%;}
  731. .chose_size .show_as_img a{
  732. height: 58px;
  733. width: 54px;
  734. }
  735. .product_options a.noactive {
  736. border: 1px dashed #ccc;
  737. cursor: not-allowed;
  738. }
  739. #onestepcheckout-form{padding:1rem;}
  740. .checkoutcontainer ul {padding-left:0;}
  741. .checkoutcontainer .address_list{width:100%;}
  742. ul#billing_address_list li label{ display: block;
  743. font-size: 0.55rem;
  744. margin: 0.2rem 0;}
  745. ul#billing_address_list li input , ul#billing_address_list li select{
  746. display:block;
  747. margin: 0.2rem 0;
  748. width: 100%;
  749. }
  750. .flatrate{ font-size: 0.5rem;
  751. margin: 0.3rem 0 0.1rem;}
  752. #checkout-payment-method-load , .shippingmethods{
  753. font-size: 0.5rem;
  754. margin-top: 0.3rem;
  755. }
  756. .payment-methods dl dd{margin: 0 0 0.4rem 0;}
  757. .checkoutcontainer p{margin:0.5rem 0 0;}
  758. .onestepcheckout-coupons label{
  759. display: block;
  760. font-size: 0.5rem;
  761. margin: 0.2rem 0;
  762. }
  763. #id_couponcode{width:100%;}
  764. #onestepcheckout-coupon-add{display:block;margin:0.3rem 0;}
  765. .onestepcheckout-summary .product-name a{font-size:0.45rem;font-weight:100;}
  766. .onestepcheckout-summary .product-image img {
  767. height: auto;
  768. width: auto;
  769. }
  770. .onestepcheckout-button, .onestepcheckout-button:visited {
  771. background: #222 url("images/button-background.png") repeat-x scroll 0 0;
  772. border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  773. border-radius: 5px;
  774. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  775. color: #fff;
  776. cursor: pointer;
  777. display: inline-block;
  778. padding: 5px 10px 6px;
  779. position: relative;
  780. text-decoration: none;
  781. text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  782. }
  783. .onestepcheckout-button, .onestepcheckout-button:visited, .medium.onestepcheckout-button, .medium.onestepcheckout-button:visited {
  784. font-size: 13px;
  785. font-weight: bold;
  786. line-height: 1;
  787. text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  788. }
  789. .orange.onestepcheckout-button, .orange.onestepcheckout-button:visited { background-color: #ff5c00; }
  790. .orange.onestepcheckout-button:hover { background-color: #d45500; }
  791. .large.onestepcheckout-button, .large.onestepcheckout-button:visited {
  792. font-size: 16px;
  793. padding: 8px 30px 9px;
  794. }
  795. .onestepcheckout-place-order.visit .orange.onestepcheckout-button{
  796. background-color:#ccc;
  797. }
  798. .onestepcheckout-place-order{margin:0.5rem 0 4rem}
  799. .onestepcheckout-place-order-loading{margin:0.5rem 0 0;color:#aaa;display:none;}
  800. .onestepcheckout-place-order.visit .onestepcheckout-place-order-loading{display:block;}
  801. .coupon_add_log , .label_create_account{color:#cc0000;font-size:0.5rem;}
  802. .empty_cart{padding:1rem 1rem 0;}
  803. .empty_cart_img {
  804. background: transparent url(../img/cart.gif) no-repeat scroll 0 15px;
  805. font-size: 16px;
  806. height: 120px;
  807. margin: 4px auto 36px;
  808. padding: 35px 0 0 116px;
  809. width: 120px;
  810. display:block;
  811. }
  812. ul#billing_address_list li input#id_create_account{
  813. display: inline;
  814. margin: 0.2rem 0;
  815. width: auto;
  816. }
  817. .paypal_success{padding:1rem;}
  818. .paypal_success h2{
  819. font-size:0.7rem;
  820. }
  821. .paypal_success .button {
  822. padding: 0 0.5rem;
  823. }
  824. .review_description_centen .c_price .price.sp{
  825. text-decoration: line-through;
  826. }
  827. .pageToolbar {margin: 10px auto;
  828. width: 80%;}
  829. .pageToolbar label{font-size:0.6rem;float:left;}
  830. .pageToolbar .tb_rg{float:left;}
  831. .averageWarp{
  832. margin-top: 10px;
  833. }
  834. .averageWarp span, .averageWarp b{float:left;display:block;margin-right:20px;}
  835. .averageWarp a{float:left;margin-right:10px;}
  836. .lbBox {
  837. font-size: 0;
  838. *word-spacing: -1px;
  839. }
  840. .lineBlock {
  841. display: inline-block;
  842. zoom: 1;
  843. padding-left:0;
  844. *display: inline;
  845. font-size: 13px;
  846. letter-spacing: normal;
  847. word-spacing: normal;
  848. vertical-align: top;
  849. }
  850. .pro_commit .writeRiviewTitle, .writeLeft .writeRiviewTitle {
  851. margin: 15px 0;
  852. padding-bottom: 20px;
  853. border-bottom: 1px solid #e2e2e2;
  854. }
  855. .pro_commit .writeRiviewTitle .proportionStars li, .writeLeft .writeRiviewTitle .proportionStars li {
  856. margin-bottom: 10px;
  857. }
  858. .fz_blue, .link {
  859. color: #4d82b8;
  860. }
  861. .pro_commit .writeRiviewTitle .proportionStars .proportionBox, .writeLeft .writeRiviewTitle .proportionStars .proportionBox {
  862. background-color: #e6e6e6;
  863. width: 145px;
  864. height: 15px;
  865. position: relative;
  866. margin-left: 10px;
  867. margin-right: 10px;
  868. border: 1px solid #c4c4c4;
  869. }
  870. .pro_commit .writeRiviewTitle .proportionStars .proportionBox > div::before, .writeLeft .writeRiviewTitle .proportionStars .proportionBox > div::before {
  871. background-color: rgba(255,255,255,.25);
  872. content: "";
  873. display: block;
  874. font-size: 0;
  875. height: 1px;
  876. margin: 1px;
  877. }
  878. .pro_commit .writeRiviewTitle .proportionStars .proportionBox > div, .writeLeft .writeRiviewTitle .proportionStars .proportionBox > div {
  879. position: absolute;
  880. left: 0;
  881. top: 0;
  882. height: 15px;
  883. background-color: #f90;
  884. font-size: 0;
  885. box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset,0 -1px 0 rgba(0,0,0,.05) inset;
  886. width: 0;
  887. transition: width .5s ease 0s;
  888. }
  889. .pro_commit .writeRiviewTitle .writeRiviewBtn, .writeLeft .writeRiviewTitle .writeRiviewBtn {
  890. width: 770px;
  891. margin-left:150px;
  892. }
  893. .buttons-row{padding:0 0.6rem;}
  894. .cart_select_div{
  895. padding:0 1rem 0.5rem 1rem;
  896. border-bottom: 1px solid #ddd;
  897. }
  898. .shopping-cart-img{border:none;margin-bottom:0}
  899. .cart_select_item{
  900. float:left;
  901. }
  902. .cart_info .product-image{
  903. margin-top:0;
  904. float:left;
  905. max-width: 85%;
  906. }
  907. .cart_select{margin-left:10px;}
  908. .email_register_resend{
  909. color:blue;
  910. cursor: pointer;
  911. }
  912. .bar{
  913. height: 4.2rem;
  914. }
  915. .bar-nav ~ .content {
  916. top: 4.2rem;
  917. }