
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.home {
    background-image: url(https://lapodapo.com/wp-content/themes/lapodapo/images/home-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

body, caption, span{
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	color: #414042;
}

b, strong {
    font-weight: bold;
}

h1 {
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6{
    margin: 0 0 25px 0;
    font-weight: 700;
    text-transform: uppercase;
}

a {
    font-weight: 300;
    text-decoration: none;
    color: var(--primary-colour);
}

.primary-text{
    color:var(--primary-colour);
}

.secondary-text{
    color:var(--secondary-colour);
}

.primary-bg{
    background-color:var(--primary-colour);
    color:#fff;
}

.secondary-bg{
    background-color:var(--secondary-colour);
    color:#fff;
}

::marker {
    color: var(--primary-colour);
}

/* Small */
@media only screen and (min-width: 577px) {
    ::marker {display:none;}
}

.text-justify{
text-align: justify;
}

.custom-logo-link {
    display: block;
}

img.custom-logo {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto auto;
}

.bgimg {
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-position: 50% 50%;
}

.containimg {
    object-fit: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-position: 50% 50%;
    padding: 7%;
}

#frontpage-sidebar1 .widget-title {
    text-transform: uppercase;
    width: fit-content;
    position:relative;
    margin-bottom:1em;
}


/* Header Custom Style */

.site-logo {
    z-index: 1;
    padding: 0.5% 1%;
}

img.custom-logo {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 200px;
    margin: auto auto;
}

.links-menu li {
    margin: 0 1em;
}

header {
    z-index: 5;
    width: 100%;
    backdrop-filter: blur(50px);
    background-color: rgb(255, 255, 255, 0.3);
    display: flex;
    justify-content: center;
}

@media only screen and (max-width:767px) {
    header .top-bar, header .top-bar ul {
        display: none
    }
}

@media only screen and (min-width:768px) {
    header .top-bar, header .top-bar ul {
        display: inline-flex;
    }
}

header div{
    display:flex;
    flex-wrap: wrap;
}

header .top-bar, header .top-bar ul {
    margin: auto 0;
    list-style: none;
    justify-content: space-between;
    flex: 1 0 0%;
}


header .top-bar li a, .mobile-menu ul a {
    text-transform: uppercase;
    font-weight: bold;
}

header .top-bar li a:hover {
    color: var(--primary-colour);
}


h1.page-title {
    z-index: 99;
    position: absolute;
    color: #fff;
}


main {
    min-height: 45.5em;
}

footer {
    background-color: var(--primary-colour);
    color: #fff;
}

footer h5, footer h6, footer a, footer td, footer th, footer i {
    color: #fff;
}



.cart-qty-badge {
    position: absolute;
    top: -2%;
    right: -2%;
    width: 20%;
    aspect-ratio: 1 / 1;
    background-color: var(--primary-colour);
    border-radius: 50%;
    z-index: 2;
}

.cart-qty-badge span {
    color: #fff;
    font-size: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}


.remark-label {
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: #fff;
  transition: all 0.2s ease;
}

.remark-label.checked {
  background-color: var(--primary-colour);
  border-color: var(--primary-colour);
  color: #fff;
}


.addon-label {
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: #fff;
  transition: all 0.2s ease;
}

.addon-label.checked {
  background-color: var(--primary-colour);
  border-color: var(--primary-colour);
  color: #fff;
}

.item-id-grid, .item-id-list{
    background-color: var(--primary-colour);
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.5em;
    
    border-radius: 0.2em 0 0.5em 0;
}

.item-title {
    font-weight: 400;
    margin: 0.5em 0 0 0;
}

.price {
    color: #666;
}

.view-switch .active {
    background-color: var(--primary-colour);
    color: #fff;
}

.menu-card-view.list-view {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    width:100%;
}

.menu-card-view.list-view .menu-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 1rem;
}

.menu-card-view.list-view .item-id-grid {
    display:none;
}

.menu-card-view .item-id-list {
    display:none;
}

.menu-card-view .item-id-grid {
    position: absolute;
    top: 0;
    left: 0;
}

.menu-card-view.list-view .item-id-list {
    display: block;
    width: fit-content;
    margin-bottom:0.2em;
}

.menu-card-view.list-view .menu-card .ratio {
    flex: 0 0 80px;
    height: 80px;
}

.menu-card-view.list-view .item-id,
.menu-card-view.list-view .item-title,
.menu-card-view.list-view .price {
    margin: 0;
    text-align: left;
    font-size: small;
}

.menu-card-view.list-view .menu-card > div:not(.ratio) {
    flex: 1;
    width: calc(100% - 80px);
}


.menu-card-view.list-view .item-title {
  flex: 0 0 200px; /* Fixed width */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menu-card-view.list-view .cart-qty-badge {
    width: 2.5em!important;
    top: 50%!important;
    transform: translateY(-50%)!important;
}


@media only screen and (max-width:767px) {
    .menu-card-view {
        width: 50%;
    }
}

@media only screen and (min-width:768px) {
    .menu-card-view {
        width: 25%;
    }
}


.quantity-selector {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 999px;
  overflow: hidden;
  padding: 4px 12px;
  background-color: white;
  user-select: none;
}

.qty-btn {
  background: none;
  border: none;
  font-size: 20px;
  width: 32px;
  height: 32px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  color: #333;
}

.qty-value {
  width: 32px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin: 0 8px;
}


.btn-close {
    background-color: var(--primary-colour);
    top: 0;
    right: 0;
    position: absolute;
    border-radius: 0 0 0 0.5em;
    padding: 0.8em 0.9em;
    opacity: 1;
    z-index: 1;
}

#cartTotalBadge {
    position: absolute;
    top: -15px;
    left: 67%;
    background-color: var(--secondary-colour);
    width: 30px;
    height: 30px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    font-weight: bold;
    padding: 5px;
    color: #fff;
}

.btn.primanry-bg:hover, .btn.secondary-bg:hover{
    color:#fff!important;
}


.rounded-more{
    border-radius: 15px;
}


.filter-header.fixed-top {
    background-color: rgb(255, 255, 255, 0.8);
    padding-top: 1.5em;
    backdrop-filter: blur(10px);
}

.variation-option.selected {
    background-color: var(--primary-colour)!important;
}

.selected span {
    color: #fff;
}


.variation-option{
    border-bottom:1px solid rgba(0, 0, 0, .125);
}

.accordion-header {
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed) {
    color: #414042!important;
    background-color: unset!important;
    box-shadow: unset!important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%414042'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.btn-close {
    background-color: var(--primary-colour);
    top: 0;
    right: 0;
    position: absolute;
    border-radius: 0 0 0 0.5em;
    padding: 0.8em 0.9em;
    opacity: 1;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}


.modal-header .btn-close{
    margin: 0!important;
}

.modal {
    padding: 0!important;
}


@media only screen and (min-width:768px) {
.menu-container{
overflow:auto;
height:100vh;
}
}