@media(max-width:512px) { .cky-modal-open { max-height: 80vh; } } body *:not(#wpadminbar *) { font-family: 'Ubuntu', sans-serif !important; } .skip-link { display: none; } .lottie-animation { video { position: relative !important; } } .counter { display: flex; align-items: start; gap: 16px; font-family: Arial, sans-serif; flex-direction: column; .counter-inner { display: flex; background-color: #EDF3FA; border-radius: 8px; width: 100%; max-width: 246px; } button { padding: 5px 10px; font-size: 18px; cursor: pointer; border: none; background: transparent; color: #717171; border-radius: 5px; display: flex; align-items: center; align-self: center; } button:disabled { cursor: not-allowed; } input { text-align: center; font-size: 18px; background: transparent; outline: none; border: 0px solid transparent; } p { font-size: 18px; margin-left: 10px; } .quantity { padding: 0px; } .user { font-size: 16px; line-height: 1.15; color: #717171; } .price { width: 100%; font-size: 16px; color: #717171; line-height: 1.15; display: flex; flex-direction: row; align-items: center; margin-left: auto; justify-content: start; .totalPrice, .currency { color: #0351FF; font-weight: 700; font-size: 32px; line-height: 1.15; } .currency { margin-right: 8px; } } .counterUser { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; gap: 8px; width: 100%; justify-content: space-between; .peopleicon { width: 18px; } } } .all-in-one-accordion { .ion-md-arrow-forward { font-size: 27px; } }