index.css 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783
  1. /* Fonts*/
  2. @font-face {
  3. font-family: 'RobotoBold';
  4. src: url('../fonts/RobotoBold.eot');
  5. src: url('../fonts/RobotoBold.eot') format('embedded-opentype'),
  6. url('../fonts/RobotoBold.woff2') format('woff2'),
  7. url('../fonts/RobotoBold.woff') format('woff'),
  8. url('../fonts/RobotoBold.ttf') format('truetype'),
  9. url('../fonts/RobotoBold.svg#RobotoBold') format('svg');
  10. }
  11. @font-face {
  12. font-family: 'RobotoLight';
  13. src: url('../fonts/RobotoLight.eot');
  14. src: url('../fonts/RobotoLight.eot') format('embedded-opentype'),
  15. url('../fonts/RobotoLight.woff2') format('woff2'),
  16. url('../fonts/RobotoLight.woff') format('woff'),
  17. url('../fonts/RobotoLight.ttf') format('truetype'),
  18. url('../fonts/RobotoLight.svg#RobotoLight') format('svg');
  19. }
  20. @font-face {
  21. font-family: 'RobotoRegular';
  22. src: url('../fonts/RobotoRegular.eot');
  23. src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
  24. url('../fonts/RobotoRegular.woff2') format('woff2'),
  25. url('../fonts/RobotoRegular.woff') format('woff'),
  26. url('../fonts/RobotoRegular.ttf') format('truetype'),
  27. url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
  28. }
  29. @font-face {
  30. font-family: 'RobotoMedium';
  31. src: url('../fonts/RobotoMedium.eot');
  32. src: url('../fonts/RobotoMedium.eot') format('embedded-opentype'),
  33. url('../fonts/RobotoMedium.woff2') format('woff2'),
  34. url('../fonts/RobotoMedium.woff') format('woff'),
  35. url('../fonts/RobotoMedium.ttf') format('truetype'),
  36. url('../fonts/RobotoMedium.svg#RobotoMedium') format('svg');
  37. }
  38. @font-face {
  39. font-family: 'Exo2Black';
  40. src: url('../fonts/9838.eot');
  41. src: url('../fonts/9838.eot') format('embedded-opentype'),
  42. url('../fonts/9838.woff2') format('woff2'),
  43. url('../fonts/9838.woff') format('woff'),
  44. url('../fonts/9838.ttf') format('truetype'),
  45. url('../fonts/9838.svg#9838') format('svg');
  46. }
  47. @font-face {
  48. font-family: 'DroidSansBold';
  49. src: url('../fonts/DroidSansBold.eot');
  50. src: url('../fonts/DroidSansBold.eot') format('embedded-opentype'),
  51. url('../fonts/DroidSansBold.woff2') format('woff2'),
  52. url('../fonts/DroidSansBold.woff') format('woff'),
  53. url('../fonts/DroidSansBold.ttf') format('truetype'),
  54. url('../fonts/DroidSansBold.svg#DroidSansBold') format('svg');
  55. }
  56. body {
  57. font-size: 1.4rem;
  58. }
  59. /* Bootstrap override */
  60. .navbar {
  61. background: url(../img/header_img.png) center center;
  62. opacity: 0.95;
  63. height: 8rem;
  64. width: 100%;
  65. margin: 0 auto;
  66. }
  67. .navbar-default {
  68. border-color: black;
  69. }
  70. .navbar-default .navbar-brand a:hover {
  71. color: #ffffffd1;
  72. }
  73. .navbar-default .navbar-nav>li>a {
  74. color: white;
  75. }
  76. .navbar-default .navbar-nav>li:nth-child(2) {
  77. vertical-align: super;
  78. }
  79. .navbar-default .navbar-nav>li:nth-child(4) {
  80. vertical-align: super;
  81. }
  82. .navbar-default .navbar-nav .navbar-right>li {
  83. vertical-align: baseline;
  84. }
  85. .navbar-default .navbar-nav>li>a:hover {
  86. color: #faf7f2;
  87. opacity: 0.9;
  88. }
  89. .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
  90. margin-left: 20px;
  91. color: white;
  92. line-height: 4.4rem;
  93. font-family: 'Exo2Black';
  94. font-size: 2.9rem;
  95. font-weight: bolder;
  96. }
  97. .navbar-header {
  98. background: url(../img/hex.png) no-repeat center center;
  99. background-size: 140px;
  100. background-position-x: 24px;
  101. background-position-y: 5px;
  102. height: 9rem;
  103. }
  104. .navbar-nav {
  105. float: none;
  106. text-align: center;
  107. margin: 0 auto;
  108. }
  109. .navbar-nav li {
  110. float: none;
  111. display: inline-block;
  112. }
  113. .navbar-nav li a {
  114. line-height: 5.4rem;
  115. font-family: 'RobotoLight';
  116. font-size: 2.2rem;
  117. }
  118. .navbar-toggle {
  119. margin-top: 22px;
  120. }
  121. .navbar-collapse {
  122. border-top: none;
  123. box-shadow: none;
  124. }
  125. .numberCircle {
  126. background: white;
  127. border-radius: 0.8em;
  128. -moz-border-radius: 0.8em;
  129. -webkit-border-radius: 0.8em;
  130. color: black;
  131. display: inline-block;
  132. font-weight: bold;
  133. line-height: 1.6em;
  134. margin-right: 5px;
  135. text-align: center;
  136. width: 1.6em;
  137. }
  138. .search {
  139. position: relative;
  140. display: inline-flex;
  141. flex-direction: row-reverse;
  142. width: 0;
  143. }
  144. .search:hover {
  145. width: 150px;
  146. }
  147. .search:active {
  148. width: 150px;
  149. }
  150. .input{
  151. border: 0px;
  152. /*border-bottom: 2px solid #fff;*/
  153. background: transparent;
  154. width: 0%;
  155. padding: 15px 10px;
  156. outline: none;
  157. color: #fff;
  158. font-weight: bold;
  159. transition: all 0.3s ease;
  160. }
  161. #search {
  162. cursor: pointer;
  163. color: white;
  164. }
  165. .input.active{
  166. width: 98%;
  167. padding-left: 5px;
  168. /* transition: all 0.5s 0.8s ease;*/
  169. }
  170. input::placeholder {
  171. color: #fff;
  172. }
  173. .splash {
  174. padding:15em 0 2em;
  175. background-image: url(../img/slider.png);
  176. background-size:cover;
  177. background-position: 30% 30%;
  178. color:#fff;
  179. text-align:center;
  180. height: 110rem;
  181. margin: 0 auto;
  182. }
  183. .splash .container>h1 {
  184. font-family: 'DroidSansBold';
  185. font-size: 7em;
  186. }
  187. .splash .container>h2 {
  188. font-family: 'DroidSansBold';
  189. font-size: 2em;
  190. /*margin-top: 47%;*/
  191. line-height: 110rem;
  192. }
  193. .product-swiper-header {
  194. margin: 30px;
  195. text-align: center;
  196. }
  197. .product-swiper-header .heading {
  198. margin: 60px 0 20px;
  199. text-align: center;
  200. width: 100%;
  201. }
  202. .product-swiper-header .a-block {
  203. display: block;
  204. color: inherit;
  205. }
  206. .a-block, .button {
  207. text-decoration: none;
  208. }
  209. a.collection {
  210. text-decoration: none;
  211. color: white;
  212. }
  213. .product-swiper-header .heading-title {
  214. font-family: 'RobotoRegular';
  215. font-size: 3em;
  216. margin: 0;
  217. text-align: center;
  218. }
  219. .product-swiper-header .product-swiper-pagination {
  220. text-align: center;
  221. margin-top: 15px;
  222. }
  223. .swiper-pagination-bullet {
  224. width: 10px;
  225. height: 10px;
  226. display: inline-block;
  227. border-radius: 100%;
  228. border: 1px solid black;
  229. position: relative;
  230. margin: -4px;
  231. }
  232. .product-swiper-header .swiper-pagination-clickable .swiper-pagination-bullet {
  233. cursor: pointer;
  234. }
  235. .swiper-pagination-bullet-active {
  236. opacity: 1;
  237. background: #c8b08a;
  238. }
  239. .swiper-pagination-bullet:not(:last-child):after {
  240. content: "";
  241. position: absolute;
  242. height: 0;
  243. border-top: 1px solid #606163;
  244. margin-top: -1px;
  245. }
  246. .pagination {
  247. display: contents;
  248. }
  249. .pagination .swiper-pagination-bullet:not(:last-child) {
  250. margin-right: 60px;
  251. }
  252. .pagination .swiper-pagination-bullet:not(:last-child):after {
  253. left: 9px;
  254. top: 4px;
  255. width: 60px;
  256. }
  257. .products {
  258. padding-right: 5px;
  259. padding-left: 5px;
  260. }
  261. .row {
  262. margin: 0 auto;
  263. }
  264. .container {
  265. width: auto;
  266. }
  267. .col-md-12 .col-sm-3 {
  268. background: white;
  269. margin: 0 auto;
  270. }
  271. .product-img img {
  272. height: auto;
  273. position: absolute;
  274. top: 0;
  275. bottom: 0;
  276. left: 0;
  277. right: 0;
  278. max-width: 100%;
  279. max-height: 100%;
  280. margin: auto;
  281. }
  282. .content{
  283. margin: 15px auto;
  284. overflow: hidden;
  285. }
  286. .product {
  287. height: 45rem;
  288. overflow: hidden;
  289. text-align: center;
  290. transition: all 0.5s ease 0s;
  291. display: block;
  292. position: relative;
  293. margin: 0 20px 20px 0;
  294. text-decoration: none;
  295. z-index: 0;
  296. }
  297. .products {
  298. list-style: none;
  299. margin: 0 -20px auto auto;
  300. padding: 0;
  301. }
  302. .product:hover {
  303. box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
  304. }
  305. .product-img {
  306. height: 30rem;
  307. background: #faf7f2;
  308. position: relative;
  309. padding-bottom: 100%;
  310. overflow: hidden;
  311. }
  312. .product-img:hover {
  313. opacity: 0.8;
  314. }
  315. .product-title {
  316. margin-top: 1.5em;
  317. }
  318. .product-title a {
  319. color: #000;
  320. font-weight: 400;
  321. font-size: 1.6rem;
  322. font-family: 'RobotoLight';
  323. text-transform: uppercase;
  324. text-decoration: none;
  325. }
  326. .product-desc {
  327. max-height: 3rem;
  328. overflow: hidden;
  329. font-family: 'RobotoLight';
  330. font-size: 2.1rem;
  331. }
  332. .product-price {
  333. bottom: 1rem;
  334. left: 0;
  335. position: absolute;
  336. width: 100%;
  337. font-family: 'RobotoMedium';
  338. font-size: 1.8rem;
  339. font-weight: 500;
  340. }
  341. .product-img .glyphicon-heart-empty {
  342. font-size: x-large;
  343. top: 2rem;
  344. color: black;
  345. right: 2rem;
  346. }
  347. .product-img .glyphicon-shopping-cart {
  348. top: 27rem;
  349. font-size: x-large;
  350. color: black;
  351. }
  352. .product-img .glyphicon-heart-empty:hover {
  353. color: #c8b08a;
  354. }
  355. .product-img .glyphicon-shopping-cart:hover {
  356. color: #c8b08a;
  357. }
  358. .col-sm-12 .clearfix {
  359. padding-top: 15px;
  360. }
  361. .col-sm-12 {
  362. padding: 0;
  363. }
  364. .col-sm-6 {
  365. padding: 0;
  366. }
  367. .row {
  368. margin-right: -15px;
  369. margin-left: -15px;
  370. }
  371. .ornaments {
  372. background: url(../img/ornaments.png) no-repeat;
  373. background-size:cover;
  374. filter: brightness(80%);
  375. height: 55rem;
  376. color: white;
  377. text-decoration: none;
  378. display: flex;
  379. flex-direction: column;
  380. align-items: center;
  381. justify-content: center;
  382. }
  383. p.title.text-center {
  384. font-family: 'RobotoLight';
  385. font-size: 2.2rem;
  386. font-weight: bold;
  387. letter-spacing: 4px;
  388. }
  389. p.center-block.text-center {
  390. font-family: 'RobotoBold';
  391. font-size: 4rem;
  392. font-weight: bold;
  393. letter-spacing: 2px;
  394. }
  395. p.detail.text-center {
  396. transition: all 0.3s ease;
  397. transform: scale(1.0);
  398. }
  399. p.detail.text-center:hover, .map p.detail.text-center:hover {
  400. transform: scale(1.1);
  401. }
  402. p.detail.text-center>a {
  403. border: 1px solid white;
  404. text-decoration: none;
  405. color: white;
  406. font-family: 'RobotoRegular';
  407. font-size: 3.2rem;
  408. font-weight: bold;
  409. letter-spacing: 2px;
  410. padding: 12px 20px 12px 20px;
  411. }
  412. .process {
  413. background: url(../img/process.png) no-repeat;
  414. background-size:cover;
  415. filter: brightness(80%);
  416. height: 55rem;
  417. color: white;
  418. text-decoration: none;
  419. display: flex;
  420. flex-direction: column;
  421. align-items: center;
  422. justify-content: center;
  423. }
  424. .process:hover, .ornaments:hover {
  425. filter: brightness(110%);
  426. }
  427. .map {
  428. background-image: url(../img/map.png);
  429. background-position: 50% 50%;
  430. background-size: cover;
  431. height: 55rem;
  432. color: white;
  433. }
  434. .map p.center-block.text-center {
  435. font-family: 'RobotoBold';
  436. font-size: 5rem;
  437. font-weight: bold;
  438. position: relative;
  439. align-items: center;
  440. text-align: center;
  441. justify-content: center;
  442. top: 18%;
  443. }
  444. .map p.detail.text-center {
  445. position: relative;
  446. align-items: center;
  447. text-align: center;
  448. justify-content: center;
  449. top: 68%;
  450. text-decoration: none;
  451. transition: all 0.3s ease;
  452. transform: scale(1.0);
  453. }
  454. .map p.detail.text-center>a {
  455. border: 1px solid white;
  456. padding: 12px 20px 12px 20px;
  457. }
  458. .map .marker1 {
  459. position: absolute;
  460. top: 45%;
  461. left: 37%;
  462. transition: all 0.3s ease;
  463. transform: scale(1.0);
  464. }
  465. .map .marker2 {
  466. position: absolute;
  467. top: 54%;
  468. left: 42%;
  469. transition: all 0.3s ease;
  470. transform: scale(1.0);
  471. }
  472. .map .marker3 {
  473. position: absolute;
  474. top: 62%;
  475. left: 61%;
  476. transition: all 0.3s ease;
  477. transform: scale(1.0);
  478. }
  479. .map .marker4 {
  480. position: absolute;
  481. top: 52%;
  482. left: 50%;
  483. transition: all 0.3s ease;
  484. transform: scale(1.0);
  485. }
  486. .marker1:hover, .marker2:hover, .marker3:hover, .marker4:hover {
  487. transform: scale(1.2);
  488. }
  489. .form-group {
  490. margin-bottom: 30px;
  491. }
  492. .form-control {
  493. width: 25%;
  494. }
  495. .center-block.text-center.clearfix {
  496. padding: 10px 0 10px 0;
  497. font-family: 'RobotoLight';
  498. font-size: larger;
  499. font-weight: bold;
  500. }
  501. .footer {
  502. background: black;
  503. padding: 10px 0;
  504. opacity: 0.9;
  505. }
  506. .footer a {
  507. padding: 5px;
  508. color: white;
  509. }
  510. ul.nav.navbar-nav.text-center li a {
  511. color: white;
  512. display: inline;
  513. font-family: 'RobotoLight';
  514. font-size: 1.6rem;
  515. }
  516. li.center-block {
  517. right: 4.2%;
  518. }
  519. .fa {
  520. margin-left: 8px;
  521. }
  522. ul.nav.navbar-nav.text-center li a:hover {
  523. color: #ffffffd1;
  524. }
  525. .nav>li>a:active, .nav>li>a:hover {
  526. text-decoration: none;
  527. opacity: 0.8;
  528. background: none;
  529. }
  530. adress {
  531. padding: 10px;
  532. color: white;
  533. font-family: 'RobotoLight';
  534. }
  535. /*Size*/
  536. @media only screen and (max-width: 1114px) {
  537. .navbar-nav li a {
  538. font-size: 1.6rem;
  539. padding: 5px 5px;
  540. }
  541. }
  542. @media only screen and (max-width: 768px) {
  543. .navbar-nav {
  544. float: right;
  545. margin: 0 auto;
  546. background: black;
  547. opacity: 0.8;
  548. width: auto;
  549. }
  550. .input{
  551. padding: 0;
  552. }
  553. .input.active{
  554. padding: 0;
  555. }
  556. ul.nav.navbar-nav.text-center {
  557. float: none;
  558. margin: 0 auto;
  559. }
  560. ul.nav.navbar-nav.text-center li {
  561. display: inline-block;
  562. }
  563. ul.nav.navbar-nav.text-center li a {
  564. color: white;
  565. }
  566. .navbar-nav li {
  567. display: block;
  568. }
  569. .navbar-nav li a {
  570. line-height: 3rem;
  571. }
  572. .navbar-default .navbar-nav .navbar-right>li {
  573. display: inline-block;
  574. }
  575. .splash .container {
  576. font-size: 50%;
  577. }
  578. a.collection {
  579. font-size: 1.8em;
  580. }
  581. .product-swiper-header .heading-title {
  582. font-size: 2rem;
  583. }
  584. .product-title a {
  585. font-size: 1.2rem;
  586. }
  587. .product-desc {
  588. font-size: 1.6rem;
  589. }
  590. .product-price {
  591. font-size: 1.3rem;
  592. }
  593. .map p.center-block.text-center {
  594. font-size: 2.7rem;
  595. }
  596. ul.nav.navbar-nav.text-center li a {
  597. font-size: 1.3rem;
  598. }
  599. adress .text-center {
  600. font-size: 1.1rem;
  601. }
  602. }
  603. @media only screen and (max-width: 450px) {
  604. .navbar-nav li a {
  605. font-size: 1.2rem;
  606. padding: 3px 3px;
  607. }
  608. }
  609. @media only screen and (min-width: 450px) {
  610. .col-sm-3 {
  611. width: 50%;
  612. }
  613. }
  614. @media only screen and (min-width: 768px) {
  615. .col-sm-3 {
  616. width: 33.333%;
  617. }
  618. }
  619. @media only screen and (min-width: 1000px) {
  620. .col-sm-3 {
  621. width: 25%;
  622. }
  623. }