You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

584 lines
10 KiB

4 years ago
  1. body {
  2. font: normal 400 14px 'Montserrat', sans-serif;
  3. color: #383838
  4. }
  5. a, .btn {
  6. -webkit-transition: all 0.3s ease-out 0s;
  7. -moz-transition: all 0.3s ease-out 0s;
  8. -ms-transition: all 0.3s ease-out 0s;
  9. -o-transition: all 0.3s ease-out 0s;
  10. transition: all 0.3s ease-out 0s
  11. }
  12. a:hover {
  13. color: #333;
  14. text-decoration: none
  15. }
  16. a, button, input {
  17. outline: medium none;
  18. color: #000
  19. }
  20. h1, h2, h3, h4, h5, h6 {
  21. font-family: 'Montserrat', sans-serif;
  22. color: #444;
  23. margin-top: 0;
  24. font-style: normal;
  25. font-weight: 400
  26. }
  27. h3 {
  28. font-size: 28px
  29. }
  30. ul {
  31. margin: 0;
  32. padding: 0
  33. }
  34. p {
  35. font: 400 14px/26px 'Montserrat', sans-serif;
  36. color: #242424;
  37. margin-bottom: 15px
  38. }
  39. a.button-border span, a.button-border-white span, input, select, textarea {
  40. -webkit-transition: all 0.5s ease-out 0s;
  41. -moz-transition: all 0.5s ease-out 0s;
  42. -ms-transition: all 0.5s ease-out 0s;
  43. -o-transition: all 0.5s ease-out 0s;
  44. transition: all 0.5s ease-out 0s
  45. }
  46. input {
  47. background: #eceff8;
  48. border: 2px solid #eceff8;
  49. height: 45px;
  50. box-shadow: none;
  51. padding-left: 10px;
  52. font-size: 14px;
  53. color: #626262;
  54. width: 100%
  55. }
  56. .pt-17 {
  57. padding-top: 17px
  58. }
  59. .pt-39 {
  60. padding-top: 39px
  61. }
  62. .pt-95 {
  63. padding-top: 95px
  64. }
  65. .pb-15 {
  66. padding-bottom: 15px
  67. }
  68. .pb-100 {
  69. padding-bottom: 100px
  70. }
  71. .border-top-1 {
  72. border-top: 1px solid #d7d7d7
  73. }
  74. #scrollUp {
  75. background: #7e4c4f none repeat scroll 0 0;
  76. bottom: 85px;
  77. color: #fff;
  78. cursor: pointer;
  79. display: none;
  80. font-size: 20px;
  81. height: 40px;
  82. line-height: 43px;
  83. position: fixed;
  84. right: 12px;
  85. text-align: center;
  86. width: 38px;
  87. z-index: 9999
  88. }
  89. .stick .logo.pt-39 {
  90. padding-top: 23px
  91. }
  92. .main-menu li {
  93. display: inline-block;
  94. list-style: none outside none;
  95. padding: 0 16px;
  96. position: relative
  97. }
  98. .main-menu li a {
  99. color: #383838;
  100. display: inline-block;
  101. font-family: "Montserrat", sans-serif;
  102. font-weight: 500;
  103. line-height: 120px;
  104. text-transform: uppercase
  105. }
  106. .main-menu li:hover > a {
  107. color: #7e4c4f
  108. }
  109. .transparent-bar.stick {
  110. animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  111. background-color: #fff;
  112. border-bottom: 0 solid #4a90e2;
  113. box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06);
  114. position: fixed;
  115. top: 0;
  116. width: 100%;
  117. z-index: 9999
  118. }
  119. .stick .main-menu li a {
  120. line-height: 90px
  121. }
  122. .copyright > p {
  123. color: #828181;
  124. margin: 0
  125. }
  126. .qtybutton {
  127. color: #000;
  128. cursor: pointer;
  129. float: left;
  130. font-size: 16px;
  131. font-weight: 600;
  132. height: 20px;
  133. line-height: 20px;
  134. position: relative;
  135. text-align: center;
  136. width: 20px
  137. }
  138. input.cart-plus-minus-box {
  139. background: transparent none repeat scroll 0 0;
  140. border: medium none;
  141. float: left;
  142. font-size: 16px;
  143. height: 25px;
  144. margin: 0;
  145. padding: 0;
  146. text-align: center;
  147. width: 25px;
  148. color: #000
  149. }
  150. .cart-plus-minus {
  151. border: 1px solid #dcdcdc;
  152. height: 46px;
  153. overflow: hidden;
  154. padding: 9px 0 7px 5px;
  155. width: 80px
  156. }
  157. .qtybutton.inc {
  158. margin-top: 2px
  159. }
  160. .qtybutton.dec {
  161. margin-top: 2px
  162. }
  163. .page-title {
  164. font-size: 22px;
  165. font-weight: bold;
  166. margin-bottom: 27px;
  167. text-align: center;
  168. text-transform: uppercase
  169. }
  170. .cart-main-area .table-content table {
  171. background: #fff none repeat scroll 0 0;
  172. border: 1px solid #eaeaea;
  173. border-radius: 0;
  174. width: 100%
  175. }
  176. .table-content table th, .table-content table td {
  177. border-bottom: 1px solid #e5e5e5
  178. }
  179. .table-content table th {
  180. border-top: medium none;
  181. color: #333;
  182. font-size: 15px;
  183. font-weight: bold;
  184. padding: 14px 45px 13px;
  185. text-transform: uppercase;
  186. vertical-align: middle;
  187. white-space: nowrap
  188. }
  189. .table-content table td.product-thumbnail {
  190. width: 155px
  191. }
  192. .table-content table td.product-thumbnail a img {
  193. padding-left: 20px
  194. }
  195. .table-content table td.product-name {
  196. width: 345px
  197. }
  198. .table-content table td {
  199. color: #454545;
  200. font-size: 15px;
  201. padding: 20px 0
  202. }
  203. .table-content table td.product-name a {
  204. color: #333;
  205. font-size: 16px;
  206. padding-left: 50px
  207. }
  208. .table-content table td.product-price-cart span {
  209. padding-left: 60px
  210. }
  211. .table-content table td.product-quantity {
  212. padding-left: 8px
  213. }
  214. .table-content table td.product-subtotal {
  215. padding-left: 58px
  216. }
  217. .table-content table td.product-remove {
  218. padding-left: 70px
  219. }
  220. .table-content table td.product-remove a {
  221. color: #454545;
  222. font-size: 18px
  223. }
  224. .product-quantity .cart-plus-minus {
  225. height: 40px;
  226. padding: 0;
  227. position: relative;
  228. width: 110px;
  229. border: 1px solid #e5e5e5
  230. }
  231. .product-quantity .qtybutton {
  232. color: #454545;
  233. cursor: pointer;
  234. float: inherit;
  235. font-size: 16px;
  236. margin: 0;
  237. position: absolute;
  238. transition: all .3s ease 0s
  239. }
  240. .product-quantity .dec.qtybutton {
  241. border-right: 1px solid #e5e5e5;
  242. height: 40px;
  243. left: 0;
  244. padding-top: 8px;
  245. top: 0
  246. }
  247. .product-quantity .inc.qtybutton {
  248. border-left: 1px solid #e5e5e5;
  249. height: 40px;
  250. right: 0;
  251. padding-top: 9px;
  252. top: 0
  253. }
  254. .product-quantity input.cart-plus-minus-box {
  255. color: #454545;
  256. float: left;
  257. font-size: 14px;
  258. height: 40px;
  259. margin: 0;
  260. width: 110px
  261. }
  262. .cart-shiping-update-wrapper {
  263. -moz-border-bottom-colors: none;
  264. -moz-border-left-colors: none;
  265. -moz-border-right-colors: none;
  266. -moz-border-top-colors: none;
  267. background-color: #fff;
  268. border-color: #e5e5e5 #e5e5e5;
  269. border-image: none;
  270. border-style: none solid solid;
  271. border-width: medium 1px 1px;
  272. display: flex;
  273. justify-content: space-between;
  274. padding: 43px 20px 30px
  275. }
  276. .cart-shiping-update > a, .cart-shiping-update > button, .cart-clear > a {
  277. background-color: #d8d8d8;
  278. border-radius: 5px;
  279. color: #000101;
  280. display: inline-block;
  281. font-weight: 600;
  282. line-height: 1;
  283. padding: 16px 27px;
  284. text-transform: uppercase
  285. }
  286. .cart-shiping-update > button {
  287. border: medium none;
  288. cursor: pointer;
  289. margin-left: 16px;
  290. transition: all .3s ease 0s
  291. }
  292. h2 {
  293. font-size: 37px
  294. }
  295. label {
  296. font-size: 15px;
  297. font-weight: 400;
  298. color: #626262
  299. }
  300. ::selection {
  301. background: #4fc1f0;
  302. color: #fff;
  303. text-shadow: none
  304. }
  305. .mt-12 {
  306. margin-top: 12px
  307. }
  308. .mt-30 {
  309. margin-top: 30px
  310. }
  311. .pb-95 {
  312. padding-bottom: 95px
  313. }
  314. .bg-img {
  315. background-position: center center;
  316. background-size: cover
  317. }
  318. #mobile-menu-active {
  319. display: none
  320. }
  321. .breadcrumb-content > h2 {
  322. color: #fff;
  323. font-size: 35px;
  324. font-weight: 600;
  325. line-height: 35px;
  326. margin: 0 0 12px;
  327. text-transform: uppercase
  328. }
  329. .breadcrumb-content li {
  330. color: #454545;
  331. display: inline-block;
  332. font-size: 16px;
  333. font-weight: 500;
  334. padding-right: 14px;
  335. position: relative;
  336. text-transform: capitalize
  337. }
  338. .breadcrumb-content li a {
  339. color: #fff
  340. }
  341. .breadcrumb-content li.active, .breadcrumb-content li a:hover {
  342. color: #ddd
  343. }
  344. .breadcrumb-content li::before {
  345. background-color: #fff;
  346. bottom: 10px;
  347. content: "";
  348. height: 2px;
  349. margin: 0 auto;
  350. position: absolute;
  351. right: 2px;
  352. transition: all 0.4s ease 0s;
  353. width: 6px
  354. }
  355. .breadcrumb-content li:last-child:before {
  356. display: none
  357. }
  358. .product-price span {
  359. position: relative
  360. }
  361. .product-price span::before {
  362. background-color: #525252;
  363. bottom: 10px;
  364. content: "";
  365. height: 1px;
  366. margin: 0 auto;
  367. position: absolute;
  368. right: -7px;
  369. transition: all 0.4s ease 0s;
  370. width: 6px
  371. }
  372. .product-price span:last-child::before {
  373. display: none
  374. }
  375. .product-price span.new {
  376. color: #686868;
  377. font-size: 16px;
  378. font-weight: 500;
  379. margin: 0 12px 0 0
  380. }
  381. .product-price span.old {
  382. color: #686868;
  383. font-size: 16px;
  384. font-weight: 500;
  385. text-decoration: line-through
  386. }
  387. .product-list-action {
  388. margin: 30px 0 0
  389. }
  390. .product-list-action-left {
  391. display: inline-block;
  392. float: left;
  393. margin-right: 20px
  394. }
  395. .product-list-action-left a {
  396. background-color: #7e4c4f;
  397. color: #fff;
  398. display: inline-block;
  399. font-size: 14px;
  400. font-weight: bold;
  401. line-height: 1;
  402. padding: 12px 22px;
  403. text-transform: uppercase
  404. }
  405. .product-details-content > h2 {
  406. color: #585858;
  407. font-size: 20px;
  408. font-weight: 600;
  409. margin: 0 0 7px
  410. }
  411. .in-stock {
  412. margin: 35px 0 8px
  413. }
  414. .in-stock > span {
  415. color: #93c241;
  416. font-size: 15px;
  417. letter-spacing: 0.2px
  418. }
  419. .sku {
  420. border-bottom: 1px solid #e4e4e4;
  421. display: block;
  422. margin: 0 0 25px;
  423. padding: 0 0 25px
  424. }
  425. .sku > span {
  426. color: #242424;
  427. font-size: 15px;
  428. letter-spacing: 0.2px
  429. }
  430. .product-details-content > p {
  431. color: #454545;
  432. font-size: 15px;
  433. letter-spacing: 0.2px;
  434. margin: 0
  435. }
  436. .quality-wrapper > label {
  437. color: #454545;
  438. display: inline-block;
  439. float: left;
  440. font-weight: bold;
  441. margin-bottom: 0;
  442. margin-right: 39px;
  443. margin-top: 8px;
  444. text-transform: uppercase
  445. }
  446. .quality-wrapper {
  447. display: block;
  448. overflow: hidden;
  449. position: relative
  450. }
  451. .quality-wrapper input.cart-plus-minus-box {
  452. background: #f9f9f9 none repeat scroll 0 0;
  453. border: medium none;
  454. border-radius: 5px;
  455. float: left;
  456. font-size: 16px;
  457. height: 40px;
  458. margin: 0;
  459. text-align: center;
  460. width: 120px
  461. }
  462. .product-dec-slider.owl-carousel .owl-nav div {
  463. background-color: #fff;
  464. border-radius: 50px;
  465. box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  466. color: #8d8c8c;
  467. display: inline-block;
  468. font-size: 13px;
  469. height: 35px;
  470. left: -15px;
  471. line-height: 37px;
  472. opacity: 0;
  473. position: absolute;
  474. text-align: center;
  475. top: 50%;
  476. transform: translateY(-50%);
  477. transition: all 0.3s ease 0s;
  478. width: 35px
  479. }
  480. .product-dec-slider.owl-carousel .owl-nav div.owl-next {
  481. left: auto;
  482. right: -15px
  483. }
  484. .product-details-img img {
  485. cursor: pointer;
  486. width: 100%
  487. }
  488. #zoompro, .product-dec-slider a img {
  489. border: 1px solid #ddd
  490. }
  491. .product-dec-slider {
  492. margin-right: 10px;
  493. padding-right: 1px
  494. }
  495. .index-page a {
  496. color: blue;
  497. }