body.page-template-page-wishlist{ .toolbar{ display:flex; gap:3rem; align-items:center; width: 77.2916666667%; margin: 0 auto 10rem; justify-content: space-between; .txt{ width: 54%; } .action{ width: 46%; display: flex; justify-content: space-around; align-items: center; white-space: nowrap; } } .rinktis-table{ width:100%; table-layout:fixed; margin:0; padding:0; @media (max-width: 991px) { table-layout:auto; } .no-result-row.hideme{ display:none; } .no-result-row{ td{ text-align:center; cursor:default; } } td{ vertical-align:middle; color: #636363; text-align: center; font-size: 1.375rem; font-style: normal; font-weight: 400; line-height: 2rem; /* 145.455% */ padding:1.5rem; border-bottom:1px solid #D2D2D2; background:#f4f4f3; cursor:pointer; white-space:nowrap; @media (max-width: 991px) { padding:1.4rem 0.6rem; font-size: .9rem; } } td.no{ color: #161408; font-family: Cosen; font-size: 5.625rem; font-style: normal; font-weight: 700; line-height: 1; text-transform: uppercase; padding-top:2.5rem; @media (max-width: 991px) { font-size:1.4rem; padding-top:1.7rem; } } .savybes-col{ @media (max-width: 991px) { display:none; } } .filter-row:hover td{ background:#EDEDEB; } .filter-row.hide{ display:none; } .sirdute{ margin:0; padding:0; cursor:pointer; border:0; display:inline-block; background:transparent; svg{ height:1.1875rem; @media (max-width: 991px) { height:.8rem; } path{ transition: stroke 150ms, fill 150ms; } } } .sirdute:hover{ path{ stroke:var(--gold-color); } } .sirdute.active{ path{ fill:var(--gold-color); stroke:var(--gold-color); } } .status_compact_available{ background:#A0C6B8; } .status_compact_reserved{ background:#D8D194; } .status_compact_occupied{ background:#E0BFBF; } .status_compact{ display:inline-block; width: .8rem; height: .8rem; border-radius:99px; margin-top:-0.4rem; } .col-mobile{ @media (min-width: 992px) { display:none; } } .col-desktop{ @media (max-width: 991px) { display:none; } } } } .fav-download{ text-decoration: none; display: flex; align-items: center; svg{ width: 1.57rem; height: 1.57rem; display: block; margin-right: 0.9rem; } font-size: 1rem; font-style: normal; font-weight: 700; color: #161408; font-family: "DM Sans", sans-serif; line-height: normal; letter-spacing: 1.6px; text-transform: uppercase; transition: color 0.35s ease; &:hover{ color: #CFC55B } } @media(max-width: 820px){ body.page-template-page-wishlist{ .toolbar{ width: 100%; flex-direction: column; .txt{ width: 100%; } .action{ width: 100%; } } } } @media(max-width: 400px){ body.page-template-page-wishlist{ .toolbar{ margin: 0 auto 4rem; flex-direction: column; .action{ flex-direction: column; button{ order:2; } a,button{ margin-top: 20px; } } } } }