:root{ --clr-theme:#F86354;
--clr-theme-sec: #000;
--clr-bg: #fff;
--clr-bg-dark: #e9e9e9; --clr-title-pri: #1A1A1A;
--clr-text-pri: #282828;
--clr-link: #F86354; --clr-header-bg: #fff;
--clr-header-nav-link: #1A1A1A;
--clr-menu-icon: #1A1A1A; --clr-footer-bg:#F9F9F9;
--clr-footer-title:#1A1A1A;
--clr-footer-text:#282828;
--clr-footer-separator:#ddd; --container-width: 1400px;
--font-weight-title: 700;
--font-weight-text: 400;
--line-height-title: 1.5;
--line-height-text: 1.5;
--font-heading: "Poppins", sans-serif;
--font-default: "Roboto", sans-serif;
--anim-speed-fast: 0.1s;
--anim-speed-normal: 0.3s;
--anim-speed-slow: 0.6s;
--scroll-offset: 100px;
} main li, ul{ list-style:unset; }
main ul li::marker{ color:var(--clr-theme); }
.price-table{ display:flex; flex-direction:column; background-color:#F9F9F9; border-radius:25px; padding:25px; margin:0 auto; }
.price-table .item{ display:flex; justify-content:space-between; border-bottom:2px solid #ddd; padding:15px; font-size:18px; }
.price-table .item:last-child{ border-bottom:0; }
.price-table .price{ display:flex; align-items:center; justify-content:flex-end; font-size:22px; font-weight:600; margin-left:25px; }
@media (max-width: 600px) {
.price-table .item{ flex-direction:column; align-items:center; gap:15px; padding:20px 0; text-align:center; }
}