123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606 |
- /* Item Cart Styles*/
-
- .pos-modal-body {
- padding: 20px 20px 20px 10px;
- }
-
- #pos_details {
- height: auto;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- overflow-y: auto;
- }
-
- .products-container, .items-container {
- background-color: #f5f5f5;
- }
-
- .pos-modal-body .section_Items .row, .pos-modal-body .section_CartItems .row {
- margin-left: 0px;
- margin-right: 0px;
- }
-
- .pos-modal-body .section_Items .divCustomProperties, .pos-modal-body .section_CartItems .divCustomProperties {
- padding-left: 0px;
- padding-right: 0px;
- }
-
- .products-container-body {
- padding: 0px 15px 0px 15px;
- }
-
- .products-container-data .product-info {
- text-align: center;
- border-radius: 6px;
- background-color: #fff;
- position: relative;
- overflow: hidden;
- cursor: pointer;
- border: 2px solid #fff;
- box-shadow: 0 2px 3px rgb(0 0 0 / 5%);
- margin-bottom: 0px;
- }
-
- .products-container-data .product-info .product-img-wrapper {
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- -webkit-box-pack: center;
- justify-content: center;
- height: 100px;
- width: 100%;
- position: relative;
- overflow: hidden;
- margin-bottom: 5px;
- }
-
- .products-container-data .product-info .product-img {
- width: auto;
- height: auto;
- max-width: 100%;
- max-height: 100%;
- }
-
- .products-container-data .product-info .group-name {
- font-size: 15px;
- font-weight: 500;
- color: #0d1136;
- text-align: center;
- padding: 0px 10px 10px;
- display: block;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
-
- .products-container .items-container {
- max-height: 400px;
- margin-top: 10px;
- }
-
- .products-container .items-container .item-data {
- width: 100%;
- background-color: #fff;
- position: relative;
- font-family: inherit;
- border-radius: 6px;
- border: 2px solid #fff;
- cursor: pointer;
- box-shadow: 0 2px 3px rgb(0 0 0 / 5%);
- }
-
- .items-container .item-data .item-offer-msg {
- position: absolute;
- right: 2px;
- top: 2px;
- z-index: 9;
- }
-
- .items-container .item-data .item-img-wrapper {
- height: 100px;
- padding: 3px;
- position: relative;
- text-align: center;
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- -webkit-box-pack: center;
- justify-content: center;
- }
-
- .items-container .item-data .item-img {
- max-width: 100%;
- max-height: 100%;
- display: inline-block;
- }
-
- .items-container .item-data .item-details-wrapper {
- padding: 5px 10px 5px;
- }
-
- .items-container .item-data .item-name {
- font-size: 15px;
- font-weight: 500;
- color: #0d1136;
- margin: 0px 0px 5px;
- width: 100%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
-
- .items-container .item-data .item-meta {
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- -webkit-box-pack: justify;
- justify-content: space-between;
- flex-wrap: wrap;
- position: relative;
- }
-
- .items-container .item-data .item-price {
- word-break: break-all;
- font-size: 15px;
- font-weight: 500;
- color: #0d1136;
- }
-
- .items-container .item-data .cart-counter {
- display: flex;
- color: #fff;
- font-size: 15px;
- font-weight: 500;
- border-radius: 200px;
- -webkit-box-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- align-items: center;
- overflow: hidden;
- flex-shrink: 0;
- width: 100px;
- height: 36px;
- }
-
- .items-container .item-data .cart-counter .control-btn {
- border: none;
- background-color: transparent;
- color: white;
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- -webkit-box-pack: center;
- justify-content: center;
- height: 100%;
- padding: 10px;
- cursor: pointer;
- }
-
- .items-container .item-data .cart-counter .control-btn:focus {
- outline: none;
- }
-
- .items-container .cart-counter .item-quantity {
- max-width: 25px;
- background-color: transparent;
- border: none;
- color: #fff;
- text-align: center;
- pointer-events: none;
- }
-
- .cart-counter .item-quantity::-webkit-inner-spin-button, .cart-counter .item-quantity::-webkit-outer-spin-button {
- -webkit-appearance: none;
- margin: 0;
- }
-
- .cart-counter .item-quantity {
- -moz-appearance: textfield;
- }
-
- .products-container .owl-nav button {
- width: 30px;
- height: 30px;
- display: flex !important;
- -webkit-box-align: center;
- align-items: center;
- -webkit-box-pack: center;
- justify-content: center;
- background-color: white !important;
- color: #000 !important;
- box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px;
- outline: 0px;
- padding: 0px !important;
- border: 0px !important;
- border-radius: 50% !important;
- position: absolute;
- top: 50%;
- margin: -15px 0px 0px 0px !important;
- font-size: 22px !important;
- z-index: 1;
- }
-
- .products-container .owl-nav .disabled {
- display: none !important;
- }
-
- .products-container .owl-prev {
- left: -15px;
- }
-
- .products-container .owl-next {
- right: -15px;
- }
-
- .cart-container {
- height: calc(100vh - 144.8px);
- padding: 0px;
- border-radius: 6px;
- }
-
- .cart-container .item-left-details, .cart-container .item-right-details {
- display: flex;
- align-items: end;
- }
-
- .cart-container .cart-header .cart-quantity {
- display: flex;
- justify-content: space-between;
- align-items: center;
- color: #0d1136;
- font-weight: 500;
- }
-
- .cart-container .cart-header .cart-heading {
- display: flex;
- align-items: center;
- }
-
- .cart-container .cart-header .item-quantity {
- display: flex;
- align-items: center;
- justify-content: center;
- border: 1px solid #000;
- border-radius: 50%;
- width: 25px;
- height: 25px;
- line-height: 10px;
- overflow: hidden;
- }
-
- /* .cart-container .cart-body {
- height: calc(100% - 122px);
- }*/
-
- .cart-container .cart-footer {
- overflow: hidden;
- }
-
- .cart-container .cart-item-info {
- position: relative;
- font-size: 15px;
- font-weight: 500;
- padding: 12px 10px;
- border-bottom: 1px solid #eee7e7;
- display: flex;
- -webkit-box-align: center;
- align-items: end;
- justify-content: space-between;
- }
-
- .cart-container .cart-item-info .cart-counter {
- display: flex;
- font-size: 15px;
- font-weight: 500;
- border-radius: 200px;
- -webkit-box-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- align-items: center;
- overflow: hidden;
- flex-shrink: 0;
- width: 75px;
- height: 30px;
- }
-
- .cart-container .cart-item-info .cart-counter .control-btn {
- width: 25px;
- height: 25px;
- background-color: transparent;
- color: #77798c;
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- -webkit-box-pack: center;
- justify-content: center;
- padding: 5px;
- cursor: pointer;
- border-radius: 50%;
- border: 1px solid #77798c;
- }
-
- .cart-container .cart-item-info .cart-counter .item-quantity {
- width: 100%;
- border: 0px;
- text-align: center;
- font-weight: 500;
- }
-
- .cart-container .cart-item-info .cart-item-img {
- width: 45px;
- height: 45px;
- object-fit: cover;
- margin: 0px 5px;
- outline: 1px solid #b0b1b7;
- }
-
- .cart-container .cart-item-info .cart-item-details {
- display: flex;
- flex-direction: column;
- margin: 0px 5px;
- }
-
- .cart-container .cart-item-info .cart-item-details .item-name {
- color: #0d1136;
- margin-bottom: 7px;
- font-size: 14px;
- }
-
- .cart-container .cart-item-info .cart-item-details .item-price {
- margin-top: 10px;
- margin-bottom: 10px;
- }
-
- .cart-container .cart-item-info .cart-item-details .item-weight {
- font-size: 13px;
- font-weight: 400;
- color: #77798c;
- }
-
- .cart-container .cart-item-info .total-accessible-price {
- margin: 0px 15px 0px 5px;
- }
-
- .cart-container .cart-item-info .item-quantity:focus-visible, .cart-container .cart-item-info .control-btn:focus {
- outline: none;
- }
-
- .cart-container .cart-item-info .cart-counter .item-quantity {
- background-color: transparent;
- }
-
- .cart-container .cart-checkout-btn {
- height: 48px;
- width: calc(100% - 20px);
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- -webkit-box-pack: justify;
- justify-content: space-between;
- padding: 0px;
- border-radius: 48px;
- box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px;
- border: 0px;
- outline: 0px;
- cursor: pointer;
- margin: 12px 10px;
- }
-
- .cart-container .cart-checkout-btn a {
- width: 100%;
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- -webkit-box-pack: justify;
- justify-content: space-between;
- padding-left: 30px;
- color: #fff;
- }
-
- .cart-container .cart-checkout-btn .total-price-box {
- width: auto;
- height: 44px;
- padding: 0px 30px;
- overflow: hidden;
- border-radius: 28px;
- display: inline-flex;
- -webkit-box-align: center;
- align-items: center;
- -webkit-box-pack: center;
- justify-content: center;
- background-color: #fff;
- font-size: 15px;
- font-weight: 500;
- margin-right: 2px;
- }
-
- .cart-container .item-remove-btn {
- position: absolute;
- top: 2px;
- right: 10px;
- padding: 0px;
- border: 0px;
- outline: 0px;
- cursor: pointer;
- color: #f83f37;
- background-color: transparent;
- }
-
- .btn.btn-icon.btn-icon-style-3.item-remove-btn::before {
- background-color: #f83f37;
- color: #fff;
- }
-
- .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 {
- content: "\20B9";
- }
-
- .section-products-items .items-container .items-data {
- display: grid;
- grid-gap: 20px;
- grid-template-columns: repeat(1, minmax(180px, 1fr));
- }
-
- @media (min-width: 576px) {
- .section-products-items .items-container .items-data {
- grid-template-columns: repeat(1, minmax(180px, 1fr));
- }
- }
-
- @media (min-width: 768px) {
- .section-products-items .items-container .items-data {
- grid-template-columns: repeat(2, minmax(180px, 1fr));
- }
- }
-
- @media (min-width: 992px) {
- .section-products-items .items-container .items-data {
- grid-template-columns: repeat(2, minmax(180px, 1fr));
- }
- }
-
- @media (min-width: 1200px) {
- .section-products-items .items-container .items-data {
- grid-template-columns: repeat(3, minmax(180px, 1fr));
- }
- }
-
- @media (min-width: 1400px) {
- .section-products-items .items-container .items-data {
- grid-template-columns: repeat(4, minmax(180px, 1fr));
- }
- }
-
- /* End-Item Cart Styles*/
-
- /*Checkout Styles*/
-
- .section_PaymentInformation {
- flex-grow: 2;
- }
-
- .section_PaymentInformation .pos-payment-modes {
- display: flex;
- flex-direction: column;
- padding: 10px;
- background-color: #ECF1F7;
- height: 100%;
- }
-
- .pos-payment-modes .type-control {
- font-weight: 500;
- color: #000 !important;
- font-size: 18px;
- border-radius: 0px;
- padding: 0.75rem 1rem;
- }
-
- .pos-payment-modes .type-control:hover, .pos-payment-modes .type-control.active {
- background-color: #fff;
- }
-
- .bill-details {
- padding: 5px 10px 5px 10px;
- border-top: 1px solid #DADDE1;
- border-bottom: 1px solid #DADDE1;
- }
-
- .total-pay-price-wrap {
- padding: 10px;
- font-weight: 500;
- }
-
- .bill-details .bill-details-list li, .cart-container .total-pay-price-wrap {
- color: #000;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
-
- #divSectionProperties_AddItems {
- position: absolute;
- left: 5px;
- bottom: 20px;
- }
-
- .cart-container .apply-coupon-link {
- color: #002F86;
- text-decoration: underline;
- padding-bottom: 5px;
- font-weight: 500;
- display: block;
- text-align: center;
- }
-
- .cart-container .coupon-input-wrap {
- position: relative;
- }
-
- .cart-container .coupon-input-wrap .coupon-input {
- border: 1px dashed #ced4da !important;
- margin: 5px 0px;
- border-radius: 0.25rem !important;
- padding-right: 55px !important;
- }
-
- .cart-container .coupon-input-wrap .coupon-input:focus {
- box-shadow: 0 0 0 0.1rem rgb(0 123 255 / 25%);
- }
-
- .cart-container .coupon-input-wrap .coupon-code-apply {
- position: absolute;
- right: 7px;
- top: 50%;
- transform: translateY(-50%);
- color: #8d9195;
- }
-
- .item-search-wrap {
- position: relative;
- max-width: 500px;
- margin: 0 auto 10px auto;
- }
-
- .item-search-wrap #txtSearchItem {
- border-radius: 6px !important;
- border-bottom: none !important;
- box-shadow: 0 2px 3px rgb(0 0 0 / 5%);
- padding-left: 30px;
- }
-
- .item-search-wrap .item-search-icon {
- position: absolute;
- left: 10px;
- top: 50%;
- transform: translateY(-50%);
- }
-
- .item-search-wrap #txtSearchItem:focus, .item-search-wrap #txtSearchItem:active, .item-search-wrap #txtSearchItem:focus-visible {
- background-color: #fff !important;
- }
-
- /*Keyboard Styles*/
-
- #KioskBoard-VirtualKeyboard {
- background: #fff !important;
- width: 73% !important;
- left: 5px !important;
- margin: unset !important;
- padding: 0px 10px 3px 10px !important;
- }
-
- #KioskBoard-VirtualKeyboard .kioskboard-row span[class^=kioskboard-key] {
- background: #f5f5f5 !important;
- color: #000 !important;
- margin: 8px 8px 5px !important;
- }
-
- #KioskBoard-VirtualKeyboard .kioskboard-row-top {
- margin: 0px !important;
- }
-
- #KioskBoard-VirtualKeyboard .kioskboard-row-bottom {
- padding-top: 0px !important;
- margin: 3px 0px !important;
- }
|