Advertisement
Guest User

helpmeplz

a guest
Nov 3rd, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.95 KB | None | 0 0
  1. /* Fonts */
  2. @import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
  3. body {
  4. font-family: 'Open sansa', sans-serif;
  5. font-weight: 400;
  6. color: #666;
  7. font-size: 12px;
  8. line-height: 20px;
  9. width: 100%;
  10. background: url('../image/1bg.jpg');
  11. background-repeat: no-repeat;
  12. background-size: cover;
  13. }
  14. h1, h2, h3, h4, h5, h6 {
  15. color: #444;
  16. }
  17. /* default font size */
  18. .fa {
  19. font-size: 14px;
  20. }
  21. /* Override the bootstrap defaults */
  22. h1 {
  23. font-size: 33px;
  24. }
  25. h2 {
  26. font-size: 27px;
  27. }
  28. h3 {
  29. font-size: 21px;
  30. }
  31. h4 {
  32. font-size: 15px;
  33. }
  34. h5 {
  35. font-size: 12px;
  36. }
  37. h6 {
  38. font-size: 10.2px;
  39. }
  40. a {
  41. color: #23a1d1;
  42. }
  43. a:hover {
  44. text-decoration: none;
  45. }
  46. legend {
  47. font-size: 18px;
  48. padding: 7px 0px
  49. }
  50. label {
  51. font-size: 12px;
  52. font-weight: normal;
  53. }
  54. select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
  55. font-size: 12px;
  56. }
  57. .input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  58. font-size: 12px;
  59. }
  60. .input-group .input-group-addon {
  61. font-family: "coda",Georgia,serif;
  62. text-transform: uppercase;
  63. font-size: 12px;
  64. height: 30px;
  65. }
  66. /* Fix some bootstrap issues */
  67. span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  68. display: inline;
  69. }
  70.  
  71. .nav-tabs {
  72. margin-bottom: 15px;
  73. }
  74. div.required .control-label:before {
  75. content: '* ';
  76. color: #F00;
  77. font-weight: bold;
  78. }
  79. /* Gradent to all drop down menus */
  80. .dropdown-menu li > a:hover {
  81. text-decoration: none;
  82. color: #000;
  83. background-color: #f4f3f3;
  84. background-image: linear-gradient(to bottom, #efd004, #e2a304);
  85. background-repeat: repeat-x;
  86. }
  87. /* top */
  88. #top {
  89. background-color: #000;
  90. border-bottom: 1px solid #000;
  91. padding: 4px 0px 3px 0;
  92. margin: 0 0 10px 0;
  93. min-height: 40px;
  94. }
  95. #top .container {
  96. padding: 0 20px;
  97. }
  98. #top #form-currency .currency-select,
  99. #top #form-language .language-select {
  100. text-align: left;
  101. }
  102. #top #form-currency .currency-select:hover,
  103. #top #form-language .language-select:hover {
  104. text-shadow: none;
  105. color: #000;
  106. background-color: #000;
  107. background-image: linear-gradient(to bottom, #efd004, #e2a304);
  108. background-repeat: repeat-x;
  109. }
  110. #top .btn-link, #top-links li, #top-links a {
  111. color: #fff;
  112. /* text-shadow: 0 1px 0 #FFF; */
  113. text-decoration: none;
  114. }
  115. #top .btn-link:hover, #top-links a:hover {
  116. color: #f4f3f3;
  117. }
  118. #top-links .dropdown-menu a {
  119. text-shadow: none;
  120. }
  121. #top-links .dropdown-menu a:hover {
  122. color: #fff;
  123. }
  124. #top .btn-link strong {
  125. font-size: 14px;
  126. line-height: 14px;
  127. }
  128. #top-links {
  129. padding-top: 30px;
  130. }
  131. #top-links a + a {
  132. margin-left: 15px;
  133. }
  134. /* logo */
  135. #logo {
  136. margin: 0 0 10px 0;
  137. }
  138. #logo h1 {
  139. font-size: 28px;
  140. color: #fff;
  141. line-height: 40px;
  142. margin: 0px;
  143. padding: 20px ;
  144. }
  145. #logo h1 a { color: inherit;}
  146.  
  147. /* search cart frame */
  148. .row-out {
  149. padding-top: 10px;
  150. }
  151.  
  152. /* search */
  153. #search {
  154. margin-bottom: 10px;
  155. }
  156. #search .input-lg {
  157. height: 40px;
  158. line-height: 20px;
  159. padding: 0 10px;
  160. }
  161. #search .btn-lg {
  162. font-size: 15px;
  163. line-height: 18px;
  164. padding: 10px 35px;
  165. text-shadow: 0 1px 0 #FFF;
  166. }
  167. /* cart */
  168. #cart {
  169. margin-bottom: 10px;
  170. }
  171. #cart > .btn {
  172. font-size: 12px;
  173. line-height: 18px;
  174. color: #FFF;
  175. }
  176. #cart.open > .btn {
  177. background-image: none;
  178. background-color: #FFFFFF;
  179. border: 1px solid #E6E6E6;
  180. color: #666;
  181. box-shadow: none;
  182. text-shadow: none;
  183. }
  184. #cart.open > .btn:hover {
  185. color: #444;
  186. }
  187. #cart .dropdown-menu {
  188. background: #fff;
  189. z-index: 1001;
  190. }
  191. #cart .dropdown-menu {
  192. min-width: 100%;
  193. }
  194.  
  195. /* wrapper */
  196. .wrapper {width: 1376px;
  197. margin: auto;
  198. background-color: #fff;
  199. box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  200. }
  201. @media (max-width: 478px) {
  202. #cart .dropdown-menu {
  203. width: 100%;
  204. }
  205. }
  206. #cart .dropdown-menu table {
  207. margin-bottom: 10px;
  208. }
  209. #cart .dropdown-menu li > div {
  210. min-width: 427px;
  211. padding: 0 10px;
  212. }
  213. @media (max-width: 478px) {
  214. #cart .dropdown-menu li > div {
  215. min-width: 100%;
  216. }
  217. }
  218. #cart .dropdown-menu li p {
  219. margin: 20px 0;
  220. }
  221. /* menu */
  222. #menu {
  223. background-color: #000;
  224. /*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb); */
  225. background-repeat: repeat-x;
  226. border-color: #000;
  227. min-height: 40px;
  228. }
  229. #menu .nav > li > a {
  230. color: #fff;
  231. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  232. padding: 10px 15px 10px 15px;
  233. min-height: 15px;
  234. font-family: "arial" , Georgia, Serif;
  235. text-transform: uppercase;
  236. background-color: transparent;
  237. }
  238. #menu .nav > li > a:hover, #menu .nav > li.open > a {
  239. background-color: rgba(0, 0, 0, 0.1);
  240. }
  241. #menu .dropdown-menu {
  242. padding-bottom: 0;
  243. }
  244. #menu .dropdown-inner {
  245. display: table;
  246. }
  247. #menu .dropdown-inner ul {
  248. display: table-cell;
  249. }
  250. #menu .dropdown-inner a {
  251. font-family: "arial" , Georgia, Serif;
  252. text-transform: uppercase;
  253. min-width: 160px;
  254. display: block;
  255. padding: 3px 20px;
  256. clear: both;
  257. line-height: 20px;
  258. color: #fff;
  259. font-size: 12px;
  260. background-color: #000;
  261. }
  262. #menu .dropdown-inner li a:hover {
  263. color: #fff;
  264. }
  265. #menu .see-all {
  266. font-family: "arial" , Georgia, Serif;
  267. text-transform: uppercase;
  268. display: block;
  269. margin-top: 0.5em;
  270. border-top: 1px solid #DDD;
  271. padding: 3px 20px;
  272. -webkit-border-radius: 0 0 4px 4px;
  273. -moz-border-radius: 0 0 4px 4px;
  274. border-radius: 0 0 3px 3px;
  275. font-size: 12px;
  276. background-color: #000;
  277. color: #fff;
  278. }
  279. #menu .see-all:hover, #menu .see-all:focus {
  280. text-decoration: none;
  281. color: #ffffff;
  282. background-color: #229ac8;
  283. background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  284. background-repeat: repeat-x;
  285. }
  286. #menu #category {
  287. font-family: "arial" , Georgia, Serif;
  288. text-transform: uppercase;
  289. float: left;
  290. padding-left: 15px;
  291. font-size: 16px;
  292. font-weight: 700;
  293. line-height: 40px;
  294. color: #fff;
  295. text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  296. }
  297. #menu .btn-navbar {
  298. font-size: 15px;
  299. font-stretch: expanded;
  300. color: #FFF;
  301. padding: 2px 18px;
  302. float: right;
  303. background-color: #229ac8;
  304. background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  305. background-repeat: repeat-x;
  306. border-color: #1f90bb #1f90bb #145e7a;
  307. }
  308. #menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
  309. color: #fff;
  310. background-color: #229ac8;
  311. }
  312. @media (min-width: 768px) {
  313. #menu .dropdown:hover .dropdown-menu {
  314. display: block;
  315. }
  316. }
  317. @media (max-width: 767px) {
  318. #menu {
  319. border-radius: 4px;
  320. }
  321. #menu div.dropdown-inner > ul.list-unstyled {
  322. display: block;
  323. }
  324. #menu div.dropdown-menu {
  325. margin-left: 0 !important;
  326. padding-bottom: 10px;
  327. background-color: rgba(0, 0, 0, 0.1);
  328. }
  329. #menu .dropdown-inner {
  330. display: block;
  331. }
  332. #menu .dropdown-inner a {
  333. width: 100%;
  334. color: #fff;
  335. }
  336. #menu .dropdown-menu a:hover,
  337. #menu .dropdown-menu ul li a:hover {
  338. background: rgba(0, 0, 0, 0.1);
  339. }
  340. #menu .see-all {
  341. margin-top: 0;
  342. border: none;
  343. border-radius: 0;
  344. color: #fff;
  345. }
  346. }
  347. /* content */
  348. #content {
  349. min-height: 600px;
  350. }
  351. /* footer */
  352. footer {
  353. margin-top: 30px;
  354. padding-top: 30px;
  355. background-color: #303030;
  356. border-top: 1px solid #ddd;
  357. color: #fff;
  358. }
  359. footer hr {
  360. border-top: none;
  361. border-bottom: 1px solid #666;
  362. }
  363. footer a {
  364. color: #ccc;
  365. }
  366. footer a:hover {
  367. color: #fff;
  368. }
  369. footer h5 {
  370. font-family: "arial" , Georgia, Serif;
  371. text-transform: uppercase;
  372. font-size: 13px;
  373. color: #fff;
  374. }
  375. /* alert */
  376. .alert {
  377. padding: 8px 14px 8px 14px;
  378. }
  379. /* breadcrumb */
  380. .breadcrumb {
  381. margin: 0 0 20px 0;
  382. padding: 8px 0;
  383. border: 1px solid #000;
  384. background-color: #000;
  385. }
  386. .breadcrumb i {
  387. font-size: 15px;
  388. }
  389. .breadcrumb > li {
  390. color: #fff;
  391. padding: 0 20px;
  392. position: relative;
  393. white-space: nowrap;
  394. }
  395. .breadcrumb > li a { color: inherit; font-family: "coda",Georgia,serif; text-transform: uppercase;}
  396. .breadcrumb > li + li:before {
  397. content: '';
  398. padding: 0;
  399. }
  400. .breadcrumb > li:after {
  401. content: '';
  402. display: block;
  403. position: absolute;
  404. top: -3px;
  405. right: -5px;
  406. width: 26px;
  407. height: 26px;
  408. border-right: 1px solid #DDD;
  409. border-bottom: 1px solid #DDD;
  410. -webkit-transform: rotate(-45deg);
  411. -moz-transform: rotate(-45deg);
  412. -o-transform: rotate(-45deg);
  413. transform: rotate(-45deg);
  414. }
  415. .pagination {
  416. margin: 0;
  417. }
  418. /* nav tabs */
  419. .nav-tabs > li > a {color: inherit; font-family: "arial",Georgia,serif; cc}
  420. /* buttons */
  421. .buttons {
  422. margin: 1em 0;
  423. }
  424. .btn {
  425. font-family: "arial",Georgia,serif;
  426. text-transform: uppercase;
  427. padding: 7.5px 12px;
  428. font-size: 12px;
  429. border: 1px solid #cccccc;
  430. border-radius: 4px;
  431. box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  432. }
  433. .btn-xs {
  434. font-size: 9px;
  435. }
  436. .btn-sm {
  437. font-size: 10.2px;
  438. }
  439. .btn-lg {
  440. padding: 10px 16px;
  441. font-size: 15px;
  442. }
  443. .btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  444. font-size: 12px;
  445. }
  446. .btn-group > .btn-xs {
  447. font-size: 9px;
  448. }
  449. .btn-group > .btn-sm {
  450. font-size: 10.2px;
  451. }
  452. .btn-group > .btn-lg {
  453. font-size: 15px;
  454. }
  455. .btn-default {
  456. color: #777;
  457. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  458. background-color: #000;
  459. background-image: linear-gradient(to bottom, #eee, #ddd);
  460. background-repeat: repeat-x;
  461. border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
  462. }
  463. .btn-primary {
  464. color: #ffffff;
  465. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  466. background-color: #229ac8;
  467. background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  468. background-repeat: repeat-x;
  469. border-color: #1f90bb #1f90bb #145e7a;
  470. }
  471. .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  472. background-color: #1f90bb;
  473. background-position: 0 -15px;
  474. }
  475. .btn-warning {
  476. color: #ffffff;
  477. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  478. background-color: #faa732;
  479. background-image: linear-gradient(to bottom, #fbb450, #f89406);
  480. background-repeat: repeat-x;
  481. border-color: #f89406 #f89406 #ad6704;
  482. }
  483. .btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  484. box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  485. }
  486. .btn-danger {
  487. color: #ffffff;
  488. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  489. background-color: #da4f49;
  490. background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  491. background-repeat: repeat-x;
  492. border-color: #bd362f #bd362f #802420;
  493. }
  494. .btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  495. box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  496. }
  497. .btn-success {
  498. color: #ffffff;
  499. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  500. background-color: #5bb75b;
  501. background-image: linear-gradient(to bottom, #62c462, #51a351);
  502. background-repeat: repeat-x;
  503. border-color: #51a351 #51a351 #387038;
  504. }
  505. .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  506. box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  507. }
  508. .btn-info {
  509. color: #ffffff;
  510. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  511. background-color: #df5c39;
  512. background-image: linear-gradient(to bottom, #e06342, #dc512c);
  513. background-repeat: repeat-x;
  514. border-color: #dc512c #dc512c #a2371a;
  515. }
  516. .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  517. background-image: none;
  518. background-color: #df5c39;
  519. }
  520. .btn-link {
  521. border-color: rgba(0, 0, 0, 0);
  522. cursor: pointer;
  523. color: #23A1D1;
  524. border-radius: 0;
  525. }
  526. .btn-link, .btn-link:active, .btn-link[disabled] {
  527. background-color: rgba(0, 0, 0, 0);
  528. background-image: none;
  529. box-shadow: none;
  530. }
  531. .btn-inverse {
  532. color: #ffffff;
  533. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  534. background-color: #363636;
  535. background-image: linear-gradient(to bottom, #444444, #222222);
  536. background-repeat: repeat-x;
  537. border-color: #222222 #222222 #000000;
  538. }
  539. .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  540. background-color: #222222;
  541. background-image: linear-gradient(to bottom, #333333, #111111);
  542. }
  543. /* list group */
  544. .list-group a {
  545. font-family: "arial",Georgia,serif;
  546. text-transform: uppercase;
  547. background-color: #000;
  548. border: 1px solid #fff;
  549. color: #fff;
  550. padding: 8px 12px;
  551. }
  552. .list-group a.active, .list-group a.active:hover, .list-group a:hover {
  553. font-family: "arial",Georgia,serif;
  554. text-transform: uppercase;
  555. color: #fff;
  556. background: #7f7f7f;
  557. border: 1px solid #7f7f7f;
  558.  
  559. }
  560. /* carousel */
  561. .carousel-caption {
  562. color: #FFFFFF;
  563. text-shadow: 0 1px 0 #000000;
  564. }
  565. .carousel-control .icon-prev:before {
  566. content: '\f053';
  567. font-family: FontAwesome;
  568. }
  569. .carousel-control .icon-next:before {
  570. content: '\f054';
  571. font-family: FontAwesome;
  572. }
  573. /* product list */
  574. .product-thumb {
  575. border: 1px solid #ddd;
  576. margin-bottom: 20px;
  577. overflow: auto;
  578. }
  579. .product-thumb .image {
  580. text-align: center;
  581. }
  582. .product-thumb .image a {
  583. display: block;
  584. }
  585. .product-thumb .image a:hover {
  586. opacity: 0.8;
  587. }
  588. .product-thumb .image img {
  589. margin-left: auto;
  590. margin-right: auto;
  591. }
  592. .product-grid .product-thumb .image {
  593. float: none;
  594. }
  595. @media (min-width: 767px) {
  596. .product-list .product-thumb .image {
  597. float: left;
  598. padding: 0 15px;
  599. }
  600. }
  601. .product-thumb h4 {
  602. font-family: "coda" , Georgia, Serif;
  603. text-transform: uppercase;
  604. font-weight: bold;
  605. }
  606. .product-thumb .caption {
  607. padding: 0 20px;
  608. min-height: 180px;
  609. }
  610. .product-list .product-thumb .caption {
  611. margin-left: 230px;
  612. }
  613. @media (max-width: 1200px) {
  614. .product-grid .product-thumb .caption {
  615. min-height: 210px;
  616. padding: 0 10px;
  617. }
  618. }
  619. @media (max-width: 767px) {
  620. .product-list .product-thumb .caption {
  621. min-height: 0;
  622. margin-left: 0;
  623. padding: 0 10px;
  624. }
  625. .product-grid .product-thumb .caption {
  626. min-height: 0;
  627. }
  628. }
  629. .product-thumb .rating {
  630. padding-bottom: 10px;
  631. }
  632. .rating .fa-stack {
  633. font-size: 8px;
  634. }
  635. .rating .fa-star-o {
  636. color: #999;
  637. font-size: 15px;
  638. }
  639. .rating .fa-star {
  640. color: #FC0;
  641. font-size: 15px;
  642. }
  643. .rating .fa-star + .fa-star-o {
  644. color: #E69500;
  645. }
  646. h2.price {
  647. margin: 0;
  648. }
  649. .product-thumb .price {
  650. color: #444;
  651. }
  652. .product-thumb .price-new {
  653. font-weight: 600;
  654. }
  655. .product-thumb .price-old {
  656. color: #999;
  657. text-decoration: line-through;
  658. margin-left: 10px;
  659. }
  660. .product-thumb .price-tax {
  661. color: #999;
  662. font-size: 12px;
  663. display: block;
  664. }
  665. .product-thumb .button-group {
  666. border-top: 1px solid #ddd;
  667. background-color: #eee;
  668. overflow: auto;
  669. }
  670. .product-list .product-thumb .button-group {
  671. border-left: 1px solid #ddd;
  672. }
  673. @media (max-width: 768px) {
  674. .product-list .product-thumb .button-group {
  675. border-left: none;
  676. }
  677. }
  678. .product-thumb .button-group button {
  679. font-family: "coda" , Georgia, Serif;
  680. width: 60%;
  681. border: none;
  682. display: inline-block;
  683. float: left;
  684. background-color: #eee;
  685. color: #888;
  686. line-height: 38px;
  687. font-weight: bold;
  688. text-align: center;
  689. text-transform: uppercase;
  690. }
  691. .product-thumb .button-group button + button {
  692. width: 20%;
  693. border-left: 1px solid #ddd;
  694. }
  695. .product-thumb .button-group button:hover {
  696. color: #444;
  697. background-color: #ddd;
  698. text-decoration: none;
  699. cursor: pointer;
  700. }
  701. @media (max-width: 1200px) {
  702. .product-thumb .button-group button, .product-thumb .button-group button + button {
  703. width: 33.33%;
  704. }
  705. }
  706. @media (max-width: 767px) {
  707. .product-thumb .button-group button, .product-thumb .button-group button + button {
  708. width: 33.33%;
  709. }
  710. .wrapper {
  711. margin: 0px;
  712. width: 100%;
  713. }
  714. }
  715. .thumbnails {
  716. overflow: auto;
  717. clear: both;
  718. list-style: none;
  719. padding: 0;
  720. margin: 0;
  721. }
  722. .thumbnails > li {
  723. margin-left: 20px;
  724. }
  725. .thumbnails {
  726. margin-left: -20px;
  727. }
  728. .thumbnails > img {
  729. width: 100%;
  730. }
  731. .image-additional a {
  732. margin-bottom: 20px;
  733. padding: 5px;
  734. display: block;
  735. border: 1px solid #ddd;
  736. }
  737. .image-additional {
  738. max-width: 78px;
  739. }
  740. .thumbnails .image-additional {
  741. float: left;
  742. margin-left: 20px;
  743. }
  744.  
  745. @media (min-width: 1200px) {
  746. #content .col-lg-2:nth-child(6n+1),
  747. #content .col-lg-3:nth-child(4n+1),
  748. #content .col-lg-4:nth-child(3n+1),
  749. #content .col-lg-6:nth-child(2n+1) {
  750. clear:left;
  751. }
  752. }
  753. @media (min-width: 992px) and (max-width: 1199px) {
  754. #content .col-md-2:nth-child(6n+1),
  755. #content .col-md-3:nth-child(4n+1),
  756. #content .col-md-4:nth-child(3n+1),
  757. #content .col-md-6:nth-child(2n+1) {
  758. clear:left;
  759. }
  760. .wrapper {
  761. margin: 0px;
  762. width: 100%;
  763. }
  764. }
  765. @media (min-width: 768px) and (max-width: 991px) {
  766. #content .col-sm-2:nth-child(6n+1),
  767. #content .col-sm-3:nth-child(4n+1),
  768. #content .col-sm-4:nth-child(3n+1),
  769. #content .col-sm-6:nth-child(2n+1) {
  770. clear:left;
  771. }
  772. .wrapper {
  773. margin: 0px;
  774. width: 100%;
  775. }
  776.  
  777. }
  778.  
  779. /* fixed colum left + content + right*/
  780. @media (min-width: 768px) {
  781. #column-left .product-layout .col-md-3 {
  782. width: 100%;
  783. }
  784.  
  785. #column-left + #content .product-layout .col-md-3 {
  786. width: 50%;
  787. }
  788.  
  789. #column-left + #content + #column-right .product-layout .col-md-3 {
  790. width: 100%;
  791. }
  792.  
  793. #content + #column-right .product-layout .col-md-3 {
  794. width: 100%;
  795. }
  796. }
  797.  
  798. /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  799. @media only screen and (max-width: 479px) {
  800.  
  801. #logo h1 {
  802. width: 270px;
  803. text-align: center;
  804. }
  805.  
  806. #logo {
  807. margin: 0px;
  808. }
  809. #top-links {
  810. padding-top: 6px;
  811. }
  812.  
  813.  
  814. }
  815. /* fixed product layouts used in left and right columns */
  816. #column-left .product-layout, #column-right .product-layout {
  817. width: 100%;
  818. }
  819.  
  820. /* fixed mobile cart quantity input */
  821. .input-group .form-control[name^=quantity] {
  822. min-width: 50px;
  823. }
  824.  
  825. /* Missing focus and border color to overwrite bootstrap */
  826. .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  827. background-image: none;
  828. background-color: #df5c39;
  829. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement