Built files from Bizgaze WebServer
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

pos-styles.css 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606
  1. /* Item Cart Styles*/
  2. .pos-modal-body {
  3. padding: 20px 20px 20px 10px;
  4. }
  5. #pos_details {
  6. height: auto;
  7. display: flex;
  8. flex-direction: column;
  9. justify-content: space-between;
  10. overflow-y: auto;
  11. }
  12. .products-container, .items-container {
  13. background-color: #f5f5f5;
  14. }
  15. .pos-modal-body .section_Items .row, .pos-modal-body .section_CartItems .row {
  16. margin-left: 0px;
  17. margin-right: 0px;
  18. }
  19. .pos-modal-body .section_Items .divCustomProperties, .pos-modal-body .section_CartItems .divCustomProperties {
  20. padding-left: 0px;
  21. padding-right: 0px;
  22. }
  23. .products-container-body {
  24. padding: 0px 15px 0px 15px;
  25. }
  26. .products-container-data .product-info {
  27. text-align: center;
  28. border-radius: 6px;
  29. background-color: #fff;
  30. position: relative;
  31. overflow: hidden;
  32. cursor: pointer;
  33. border: 2px solid #fff;
  34. box-shadow: 0 2px 3px rgb(0 0 0 / 5%);
  35. margin-bottom: 0px;
  36. }
  37. .products-container-data .product-info .product-img-wrapper {
  38. display: flex;
  39. -webkit-box-align: center;
  40. align-items: center;
  41. -webkit-box-pack: center;
  42. justify-content: center;
  43. height: 100px;
  44. width: 100%;
  45. position: relative;
  46. overflow: hidden;
  47. margin-bottom: 5px;
  48. }
  49. .products-container-data .product-info .product-img {
  50. width: auto;
  51. height: auto;
  52. max-width: 100%;
  53. max-height: 100%;
  54. }
  55. .products-container-data .product-info .group-name {
  56. font-size: 15px;
  57. font-weight: 500;
  58. color: #0d1136;
  59. text-align: center;
  60. padding: 0px 10px 10px;
  61. display: block;
  62. overflow: hidden;
  63. text-overflow: ellipsis;
  64. white-space: nowrap;
  65. }
  66. .products-container .items-container {
  67. max-height: 400px;
  68. margin-top: 10px;
  69. }
  70. .products-container .items-container .item-data {
  71. width: 100%;
  72. background-color: #fff;
  73. position: relative;
  74. font-family: inherit;
  75. border-radius: 6px;
  76. border: 2px solid #fff;
  77. cursor: pointer;
  78. box-shadow: 0 2px 3px rgb(0 0 0 / 5%);
  79. }
  80. .items-container .item-data .item-offer-msg {
  81. position: absolute;
  82. right: 2px;
  83. top: 2px;
  84. z-index: 9;
  85. }
  86. .items-container .item-data .item-img-wrapper {
  87. height: 100px;
  88. padding: 3px;
  89. position: relative;
  90. text-align: center;
  91. display: flex;
  92. -webkit-box-align: center;
  93. align-items: center;
  94. -webkit-box-pack: center;
  95. justify-content: center;
  96. }
  97. .items-container .item-data .item-img {
  98. max-width: 100%;
  99. max-height: 100%;
  100. display: inline-block;
  101. }
  102. .items-container .item-data .item-details-wrapper {
  103. padding: 5px 10px 5px;
  104. }
  105. .items-container .item-data .item-name {
  106. font-size: 15px;
  107. font-weight: 500;
  108. color: #0d1136;
  109. margin: 0px 0px 5px;
  110. width: 100%;
  111. overflow: hidden;
  112. text-overflow: ellipsis;
  113. white-space: nowrap;
  114. }
  115. .items-container .item-data .item-meta {
  116. display: flex;
  117. -webkit-box-align: center;
  118. align-items: center;
  119. -webkit-box-pack: justify;
  120. justify-content: space-between;
  121. flex-wrap: wrap;
  122. position: relative;
  123. }
  124. .items-container .item-data .item-price {
  125. word-break: break-all;
  126. font-size: 15px;
  127. font-weight: 500;
  128. color: #0d1136;
  129. }
  130. .items-container .item-data .cart-counter {
  131. display: flex;
  132. color: #fff;
  133. font-size: 15px;
  134. font-weight: 500;
  135. border-radius: 200px;
  136. -webkit-box-pack: justify;
  137. justify-content: space-between;
  138. -webkit-box-align: center;
  139. align-items: center;
  140. overflow: hidden;
  141. flex-shrink: 0;
  142. width: 100px;
  143. height: 36px;
  144. }
  145. .items-container .item-data .cart-counter .control-btn {
  146. border: none;
  147. background-color: transparent;
  148. color: white;
  149. display: flex;
  150. -webkit-box-align: center;
  151. align-items: center;
  152. -webkit-box-pack: center;
  153. justify-content: center;
  154. height: 100%;
  155. padding: 10px;
  156. cursor: pointer;
  157. }
  158. .items-container .item-data .cart-counter .control-btn:focus {
  159. outline: none;
  160. }
  161. .items-container .cart-counter .item-quantity {
  162. max-width: 25px;
  163. background-color: transparent;
  164. border: none;
  165. color: #fff;
  166. text-align: center;
  167. pointer-events: none;
  168. }
  169. .cart-counter .item-quantity::-webkit-inner-spin-button, .cart-counter .item-quantity::-webkit-outer-spin-button {
  170. -webkit-appearance: none;
  171. margin: 0;
  172. }
  173. .cart-counter .item-quantity {
  174. -moz-appearance: textfield;
  175. }
  176. .products-container .owl-nav button {
  177. width: 30px;
  178. height: 30px;
  179. display: flex !important;
  180. -webkit-box-align: center;
  181. align-items: center;
  182. -webkit-box-pack: center;
  183. justify-content: center;
  184. background-color: white !important;
  185. color: #000 !important;
  186. box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px;
  187. outline: 0px;
  188. padding: 0px !important;
  189. border: 0px !important;
  190. border-radius: 50% !important;
  191. position: absolute;
  192. top: 50%;
  193. margin: -15px 0px 0px 0px !important;
  194. font-size: 22px !important;
  195. z-index: 1;
  196. }
  197. .products-container .owl-nav .disabled {
  198. display: none !important;
  199. }
  200. .products-container .owl-prev {
  201. left: -15px;
  202. }
  203. .products-container .owl-next {
  204. right: -15px;
  205. }
  206. .cart-container {
  207. height: calc(100vh - 144.8px);
  208. padding: 0px;
  209. border-radius: 6px;
  210. }
  211. .cart-container .item-left-details, .cart-container .item-right-details {
  212. display: flex;
  213. align-items: end;
  214. }
  215. .cart-container .cart-header .cart-quantity {
  216. display: flex;
  217. justify-content: space-between;
  218. align-items: center;
  219. color: #0d1136;
  220. font-weight: 500;
  221. }
  222. .cart-container .cart-header .cart-heading {
  223. display: flex;
  224. align-items: center;
  225. }
  226. .cart-container .cart-header .item-quantity {
  227. display: flex;
  228. align-items: center;
  229. justify-content: center;
  230. border: 1px solid #000;
  231. border-radius: 50%;
  232. width: 25px;
  233. height: 25px;
  234. line-height: 10px;
  235. overflow: hidden;
  236. }
  237. /* .cart-container .cart-body {
  238. height: calc(100% - 122px);
  239. }*/
  240. .cart-container .cart-footer {
  241. overflow: hidden;
  242. }
  243. .cart-container .cart-item-info {
  244. position: relative;
  245. font-size: 15px;
  246. font-weight: 500;
  247. padding: 12px 10px;
  248. border-bottom: 1px solid #eee7e7;
  249. display: flex;
  250. -webkit-box-align: center;
  251. align-items: end;
  252. justify-content: space-between;
  253. }
  254. .cart-container .cart-item-info .cart-counter {
  255. display: flex;
  256. font-size: 15px;
  257. font-weight: 500;
  258. border-radius: 200px;
  259. -webkit-box-pack: justify;
  260. justify-content: space-between;
  261. -webkit-box-align: center;
  262. align-items: center;
  263. overflow: hidden;
  264. flex-shrink: 0;
  265. width: 75px;
  266. height: 30px;
  267. }
  268. .cart-container .cart-item-info .cart-counter .control-btn {
  269. width: 25px;
  270. height: 25px;
  271. background-color: transparent;
  272. color: #77798c;
  273. display: flex;
  274. -webkit-box-align: center;
  275. align-items: center;
  276. -webkit-box-pack: center;
  277. justify-content: center;
  278. padding: 5px;
  279. cursor: pointer;
  280. border-radius: 50%;
  281. border: 1px solid #77798c;
  282. }
  283. .cart-container .cart-item-info .cart-counter .item-quantity {
  284. width: 100%;
  285. border: 0px;
  286. text-align: center;
  287. font-weight: 500;
  288. }
  289. .cart-container .cart-item-info .cart-item-img {
  290. width: 45px;
  291. height: 45px;
  292. object-fit: cover;
  293. margin: 0px 5px;
  294. outline: 1px solid #b0b1b7;
  295. }
  296. .cart-container .cart-item-info .cart-item-details {
  297. display: flex;
  298. flex-direction: column;
  299. margin: 0px 5px;
  300. }
  301. .cart-container .cart-item-info .cart-item-details .item-name {
  302. color: #0d1136;
  303. margin-bottom: 7px;
  304. font-size: 14px;
  305. }
  306. .cart-container .cart-item-info .cart-item-details .item-price {
  307. margin-top: 10px;
  308. margin-bottom: 10px;
  309. }
  310. .cart-container .cart-item-info .cart-item-details .item-weight {
  311. font-size: 13px;
  312. font-weight: 400;
  313. color: #77798c;
  314. }
  315. .cart-container .cart-item-info .total-accessible-price {
  316. margin: 0px 15px 0px 5px;
  317. }
  318. .cart-container .cart-item-info .item-quantity:focus-visible, .cart-container .cart-item-info .control-btn:focus {
  319. outline: none;
  320. }
  321. .cart-container .cart-item-info .cart-counter .item-quantity {
  322. background-color: transparent;
  323. }
  324. .cart-container .cart-checkout-btn {
  325. height: 48px;
  326. width: calc(100% - 20px);
  327. display: flex;
  328. -webkit-box-align: center;
  329. align-items: center;
  330. -webkit-box-pack: justify;
  331. justify-content: space-between;
  332. padding: 0px;
  333. border-radius: 48px;
  334. box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px;
  335. border: 0px;
  336. outline: 0px;
  337. cursor: pointer;
  338. margin: 12px 10px;
  339. }
  340. .cart-container .cart-checkout-btn a {
  341. width: 100%;
  342. display: flex;
  343. -webkit-box-align: center;
  344. align-items: center;
  345. -webkit-box-pack: justify;
  346. justify-content: space-between;
  347. padding-left: 30px;
  348. color: #fff;
  349. }
  350. .cart-container .cart-checkout-btn .total-price-box {
  351. width: auto;
  352. height: 44px;
  353. padding: 0px 30px;
  354. overflow: hidden;
  355. border-radius: 28px;
  356. display: inline-flex;
  357. -webkit-box-align: center;
  358. align-items: center;
  359. -webkit-box-pack: center;
  360. justify-content: center;
  361. background-color: #fff;
  362. font-size: 15px;
  363. font-weight: 500;
  364. margin-right: 2px;
  365. }
  366. .cart-container .item-remove-btn {
  367. position: absolute;
  368. top: 2px;
  369. right: 10px;
  370. padding: 0px;
  371. border: 0px;
  372. outline: 0px;
  373. cursor: pointer;
  374. color: #f83f37;
  375. background-color: transparent;
  376. }
  377. .btn.btn-icon.btn-icon-style-3.item-remove-btn::before {
  378. background-color: #f83f37;
  379. color: #fff;
  380. }
  381. .section-products-items .item-price:before, .cart-container .total-accessible-price:before, .cart-checkout-btn .total-price-box:before, .bill-details-list li .detail-price:before, .total-pay-price-wrap .total-pay-price:before {
  382. content: "\20B9";
  383. }
  384. .section-products-items .items-container .items-data {
  385. display: grid;
  386. grid-gap: 20px;
  387. grid-template-columns: repeat(1, minmax(180px, 1fr));
  388. }
  389. @media (min-width: 576px) {
  390. .section-products-items .items-container .items-data {
  391. grid-template-columns: repeat(1, minmax(180px, 1fr));
  392. }
  393. }
  394. @media (min-width: 768px) {
  395. .section-products-items .items-container .items-data {
  396. grid-template-columns: repeat(2, minmax(180px, 1fr));
  397. }
  398. }
  399. @media (min-width: 992px) {
  400. .section-products-items .items-container .items-data {
  401. grid-template-columns: repeat(2, minmax(180px, 1fr));
  402. }
  403. }
  404. @media (min-width: 1200px) {
  405. .section-products-items .items-container .items-data {
  406. grid-template-columns: repeat(3, minmax(180px, 1fr));
  407. }
  408. }
  409. @media (min-width: 1400px) {
  410. .section-products-items .items-container .items-data {
  411. grid-template-columns: repeat(4, minmax(180px, 1fr));
  412. }
  413. }
  414. /* End-Item Cart Styles*/
  415. /*Checkout Styles*/
  416. .section_PaymentInformation {
  417. flex-grow: 2;
  418. }
  419. .section_PaymentInformation .pos-payment-modes {
  420. display: flex;
  421. flex-direction: column;
  422. padding: 10px;
  423. background-color: #ECF1F7;
  424. height: 100%;
  425. }
  426. .pos-payment-modes .type-control {
  427. font-weight: 500;
  428. color: #000 !important;
  429. font-size: 18px;
  430. border-radius: 0px;
  431. padding: 0.75rem 1rem;
  432. }
  433. .pos-payment-modes .type-control:hover, .pos-payment-modes .type-control.active {
  434. background-color: #fff;
  435. }
  436. .bill-details {
  437. padding: 5px 10px 5px 10px;
  438. border-top: 1px solid #DADDE1;
  439. border-bottom: 1px solid #DADDE1;
  440. }
  441. .total-pay-price-wrap {
  442. padding: 10px;
  443. font-weight: 500;
  444. }
  445. .bill-details .bill-details-list li, .cart-container .total-pay-price-wrap {
  446. color: #000;
  447. display: flex;
  448. justify-content: space-between;
  449. align-items: center;
  450. }
  451. #divSectionProperties_AddItems {
  452. position: absolute;
  453. left: 5px;
  454. bottom: 20px;
  455. }
  456. .cart-container .apply-coupon-link {
  457. color: #002F86;
  458. text-decoration: underline;
  459. padding-bottom: 5px;
  460. font-weight: 500;
  461. display: block;
  462. text-align: center;
  463. }
  464. .cart-container .coupon-input-wrap {
  465. position: relative;
  466. }
  467. .cart-container .coupon-input-wrap .coupon-input {
  468. border: 1px dashed #ced4da !important;
  469. margin: 5px 0px;
  470. border-radius: 0.25rem !important;
  471. padding-right: 55px !important;
  472. }
  473. .cart-container .coupon-input-wrap .coupon-input:focus {
  474. box-shadow: 0 0 0 0.1rem rgb(0 123 255 / 25%);
  475. }
  476. .cart-container .coupon-input-wrap .coupon-code-apply {
  477. position: absolute;
  478. right: 7px;
  479. top: 50%;
  480. transform: translateY(-50%);
  481. color: #8d9195;
  482. }
  483. .item-search-wrap {
  484. position: relative;
  485. max-width: 500px;
  486. margin: 0 auto 10px auto;
  487. }
  488. .item-search-wrap #txtSearchItem {
  489. border-radius: 6px !important;
  490. border-bottom: none !important;
  491. box-shadow: 0 2px 3px rgb(0 0 0 / 5%);
  492. padding-left: 30px;
  493. }
  494. .item-search-wrap .item-search-icon {
  495. position: absolute;
  496. left: 10px;
  497. top: 50%;
  498. transform: translateY(-50%);
  499. }
  500. .item-search-wrap #txtSearchItem:focus, .item-search-wrap #txtSearchItem:active, .item-search-wrap #txtSearchItem:focus-visible {
  501. background-color: #fff !important;
  502. }
  503. /*Keyboard Styles*/
  504. #KioskBoard-VirtualKeyboard {
  505. background: #fff !important;
  506. width: 73% !important;
  507. left: 5px !important;
  508. margin: unset !important;
  509. padding: 0px 10px 3px 10px !important;
  510. }
  511. #KioskBoard-VirtualKeyboard .kioskboard-row span[class^=kioskboard-key] {
  512. background: #f5f5f5 !important;
  513. color: #000 !important;
  514. margin: 8px 8px 5px !important;
  515. }
  516. #KioskBoard-VirtualKeyboard .kioskboard-row-top {
  517. margin: 0px !important;
  518. }
  519. #KioskBoard-VirtualKeyboard .kioskboard-row-bottom {
  520. padding-top: 0px !important;
  521. margin: 3px 0px !important;
  522. }