.altnet {                       }
.altnet .obj-main a:not(.anp-button) {
__color: #ed0074 !important;
}
.altnet .anp-obj {
font-family: Inter, Sans-serif;
max-width: 1280px;
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction: column;
gap: 50px;
}
@media only screen and (max-width: 1050px) {
.altnet .anp-obj {
gap: 36px;
}
}
.altnet .anp-obj__header {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
@media only screen and (max-width: 1050px) {
.altnet .anp-obj__header {
flex-direction: column;
align-items: flex-start;
gap: 40px;
}
}
.altnet .anp-obj__headline {
font-size: 44px;
font-weight: 700;
line-height: 120%;
}
.altnet .anp-obj__columns {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 32px;
}
.altnet .anp-obj__primary {
flex: 1;
}
.altnet .anp-obj__secondary {
width: 33%;
max-width: 405px;
}
@media only screen and (max-width: 1020px) {
.altnet .anp-obj__columns {
flex-direction: column;
}
.altnet .anp-obj__primary, .altnet .anp-obj__secondary {
width: 100%;
}
.altnet .anp-obj__secondary {
max-width: 100%;
}
}
.altnet .obj-wrapper {
width: 100%;
border-radius: 12px;
font-size: 16px;
}
.altnet .obj-main {
color: #212121;
background-color: #ffffff;
padding: 48px 24px;
}
.altnet .obj-stepper, .altnet .obj-step {
display: flex;
align-items: center;
gap: 10px;
}
.altnet .obj-step {
flex-wrap: nowrap;
position: relative;
}
.altnet .obj-step__status {
border-width: 1px;
border-radius: 200px;
border-style: solid;
border-color: #ccc;
background-color: transparent;
width: 24px;
height: 24px;
font-size: 0;
}
.altnet .obj-step__status img {
opacity: 0;
}
.altnet .obj-step__title {
flex: 1;
text-wrap: nowrap;
}
@media only screen and (max-width: 780px) {
.altnet .obj-step__title {
display: none;
}
}
.altnet .obj-step__suffix {
width: 24px;
height: 1px;
background-color: #ccc;
}
@media only screen and (max-width: 400px) {
.altnet .obj-step__suffix {
width: 18px;
}
}
.altnet .obj-step:last-child .obj-step__suffix {
display: none;
}
.altnet .obj-step--active .obj-step__status {
border-color: #2ECC71;
background-color: #fff;
}
.altnet .obj-step--active .obj-step__status img {
opacity: 1;
}
.altnet .obj-stepper-title {
margin-top: 15px;
font-weight: bold;
font-size: 16px;
display: none;
}
@media only screen and (max-width: 780px) {
.altnet .obj-stepper-title {
display: block;
}
}
.altnet .obj-text--headline, .altnet .obj-text--subheadline {
color: #000000;
font-weight: 600;
font-size: 28px;
line-height: 140%;
margin: 0;
padding: 0;
margin-bottom: 10px;
}
.altnet .obj-text--headline, .altnet .obj-text--strapline, .altnet .obj-text--subheadline {
letter-spacing: -1px;
}
.altnet .obj-text--subheadline {
font-size: 36px;
font-weight: 700;
}
.altnet .obj-text--strapline {
color: #ed0074;
font-size: 20px;
font-weight: 600;
line-height: 140%;
margin-bottom: 20px;
}
.altnet .obj-text--prose { line-height: 160%;
}
.altnet .obj-text--prose p, .altnet .obj-text--prose ul, .altnet .obj-text--prose ol {
padding-top: 0;
margin-top: 0;
padding-bottom: 0;
margin-bottom: 0;
}
.altnet .obj-text--prose p:not(:last-child), .altnet .obj-text--prose ul:not(:last-child), .altnet .obj-text--prose ol:not(:last-child) {
padding-bottom: 20px;
}
.altnet .obj-text--smallprint {
font-size: 12px;
}
.altnet .obj-text--smallprint p, .altnet .obj-text--smallprint ul, .altnet .obj-text--smallprint ol {
padding-top: 0;
margin-top: 0;
padding-bottom: 0;
margin-bottom: 0;
}
.altnet .obj-text--smallprint p:not(:last-child), .altnet .obj-text--smallprint ul:not(:last-child), .altnet .obj-text--smallprint ol:not(:last-child) {
padding-bottom: 20px;
}
.altnet .obj-intro__upper, .altnet .obj-intro__instructions {
margin-bottom: 20px;
}
.altnet .order-reseller {
position: fixed;
top: 40%;
left: 0;
padding: 10px;
color: #ffffff;
z-index: 9999;
max-width: 400px;
border: 0px;
border-collapse: collapse;
}
.altnet .order-reseller table {
padding: 0;
margin: 0;
}
.altnet .order-reseller, .altnet .order-reseller tr, .altnet .order-reseller td {
background-color: #28a745;
}
.altnet .order-reseller td {
font-size: 15px;
padding: 5px;
border: none;
}
.altnet .order-reseller a.anp-restart {
color: #000000;
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
background-color: #ffffff;
padding: 5px 10px;
display: inline-block;
}
.altnet .order-reseller--invalid {
background-color: #da1884;
}
.altnet .order-reseller-warning {
background-color: #ff0000;
padding: 20px 30px;
border-radius: 20px;
}
.altnet .order-reseller-warning__smallprint {
font-size: 12px;
}
.altnet .order-reseller-warning, .altnet .order-reseller-warning a, .altnet .order-reseller-warning h3 {
color: #ffffff;
}
.altnet .order-reseller-warning a:hover {
text-decoration: underline;
}
.altnet .anp-kickoff {
width: 100%;
max-width: 514px;
height: 66px;
padding: 0 12px;
border-radius: 10000px;
border-width: 1px;
border-color: #CAD5E2;
background-color: #fff;
display: flex;
align-items: center;
justify-content: space-between;
transition: all 0.25s ease;
}
.altnet .anp-kickoff.focused {
border-color: #ed0074;
}
.altnet .anp-kickoff__primary {
position: relative;
flex: 1;
}
.altnet .anp-kickoff__input {
border: none;
background-color: transparent; font-weight: 700;
color: #45556C;
outline: none;
}
.altnet .anp-kickoff__input::placeholder {
color: #45556C;
opacity: 1;
}
.altnet .anp-kickoff__input::-webkit-input-placeholder {
color: #45556C;
}
.altnet .anp-kickoff__input:-ms-input-placeholder {
color: #45556C;
}
.altnet .anp-kickoff__input::-ms-input-placeholder {
color: #45556C;
}
.altnet .anp-kickoff__submit {
height: 42px;
background-color: #ed0074;
border: none;
color: #fff;
border-radius: 10000px;
font-weight: 600; padding: 0 24px;
}
.altnet .anp-kickoff__submit:hover {
background-color: #000;
}
.altnet .anp-kickoff__submit--mobile {
display: none;
}
@media only screen and (max-width: 500px) {
.altnet .anp-kickoff__submit--desktop {
display: none;
}
.altnet .anp-kickoff__submit--mobile {
display: block;
}
}
.altnet .anp-kickoff-alt {
display: flex;
align-items: center;
justify-content: space-between;
transition: all 0.25s ease;
max-width: 719px;
width: 100%;
padding: 12px;
padding-left: 24px;
background-color: #fff;
border-radius: 12px;
}
.altnet .anp-kickoff-alt__primary {
flex: 1;
}
.altnet .anp-kickoff-alt__title { margin-bottom: 3px;
}
.altnet .anp-kickoff-alt__title, .altnet .anp-kickoff-alt__input {
line-height: 100%;
}
.altnet .anp-kickoff-alt__inputs {
flex: 1;
position: relative;
}
.altnet .anp-kickoff-alt__input {
padding: 0;
border: none;
background-color: transparent;
font-size: 24px;
font-weight: 700;
color: #45556C;
outline: none;
}
.altnet .anp-kickoff-alt__input::placeholder {
color: #45556C;
opacity: 1;
}
.altnet .anp-kickoff-alt__input::-webkit-input-placeholder {
color: #45556C;
}
.altnet .anp-kickoff-alt__input:-ms-input-placeholder {
color: #45556C;
}
.altnet .anp-kickoff-alt__input::-ms-input-placeholder {
color: #45556C;
}
.altnet .anp-kickoff-alt__submit {
border: none;
background-color: #ed0074;
width: 67px;
height: 69px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 12px;
}
.altnet .anp-kickoff-alt__submit:hover {
background-color: #000;
}
@media only screen and (max-width: 500px) {
.altnet .anp-kickoff-alt__submit {
width: 58px;
height: 58px;
}
}
.altnet .anp-address-select {
position: relative;
height: 0;
z-index: 9999;
width: 100%;
}
.altnet .anp-address-select ul, .altnet .anp-address-select li {
margin: 0;
padding: 0;
list-style-type: none;
}
.altnet .anp-address-select ul {
display: none;
position: absolute;
top: 5px;
left: 0;
background-color: #fff;
z-index: 9999;
min-width: 400px;
max-height: 300px;
overflow: hidden;
overflow-y: auto;
border: 2px solid #000000;
border-radius: 12px;
}
.altnet .anp-address-select li {
padding: 5px 10px;
font-size: 14px;
cursor: pointer;
transition: all 0.25s ease;
}
.altnet .anp-address-select li:hover {
background-color: #ed0074;
color: #ffffff;
}
.altnet .anp-kickoff--alt .anp-address-select ul {
left: 50%;
transform: translateX(-50%);
}
.altnet .anp-address-spinner {
height: 100%;
width: auto;
display: none;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
width: 50px;
height: 50px;
}
.altnet .anp-address-select ul {
left: 20px;
padding: 10px;
border: 1px solid #ed0074;
}
@media only screen and (max-width: 500px) {
.altnet .anp-address-select ul {
left: 15px;
width: calc(100% - 30px);
min-width: 0;
}
}
.altnet .anp-landing-showcases .selection-nav {
margin-bottom: 36px;
}
.altnet .selections {
display: flex;
gap: 15px;
flex-wrap: wrap;
width: 100%;
}
.altnet .selection-nav {
display: flex;
align-items: center;
border-width: 2px;
border-style: solid;
border-color: #BDBDBD;
background-color: #ffffff;
gap: 8px;
padding: 8px;
width: 100%;
max-width: 520px;
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
border-radius: 30px;
border-width: 1px;
border-color: #CAD5E2;
}
.altnet .selection-nav__item {
padding: 5px;
display: block;
text-align: center;
flex: 1;
font-size: 14px;
transition: all 0.25s ease;
border-radius: 16px;
color: #000;
font-size: 16px;
}
@media only screen and (max-width: 600px) {
.altnet .selection-nav__item {
font-size: 12px;
}
}
.altnet .selection-nav__item--active {
background-color: #ed0074;
color: #fff !important;
padding: 5px;
}
.altnet .selection-category {
display: none;
}
.altnet .selection-category--active {
display: block;
}
.altnet .anp-showcases {
gap: 24px;
max-width: 1326px;
padding: 0 24px;
width: 100%;
display: flex;
gap: 30px;
align-items: center;
justify-content: center;
margin-left: auto;
margin-right: auto;
}
.altnet .anp-showcases--mobile {
display: none;
}
@media screen and (max-width: 1050px) {
.altnet .anp-showcases {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 600px) {
.altnet .anp-showcases {
grid-template-columns: repeat(1, 1fr);
padding: 0;
}
}
.altnet .anp-new-showcase {
background-color: #fff;
border-width: 1px;
border-style: solid;
border-color: #BDBDBD;
border-radius: 20px;
box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1490196078);
transition: all 0.25s ease;
flex: 1;
display: flex;
flex-direction: column;
cursor: pointer;
}
.altnet .anp-new-showcase__head {
padding: 24px;
text-align: center;
padding-bottom: 0;
}
.altnet .anp-new-showcase__head, .altnet .anp-new-showcase__featured {
border-top-left-radius: 18px;
border-top-right-radius: 18px;
}
.altnet .anp-new-showcase__featured {
color: #fff;
text-align: center;
background-color: #E71D73;
text-transform: uppercase;
padding: 8px 12px;
font-size: 14px;
font-weight: 700;
}
.altnet .anp-new-showcase__title {
font-weight: 700;
font-size: 48px;
line-height: 48px;
letter-spacing: -0.85px;
text-align: center;
}
.altnet .anp-new-showcase__subtitle {
color: #2B2B2B;
opacity: 0.7;
font-size: 20px;
line-height: 28px;
}
.altnet .anp-new-showcase__body {
height: 320px;
display: flex;
flex-direction: column;
gap: 18px;
padding: 24px 18px;
}
.altnet .anp-new-showcase__items {
display: flex;
gap: 10px;
align-items: center;
}
.altnet .anp-new-showcase__item {
flex: 1;
border-style: solid;
border-width: 1px;
border-radius: 12px;
background-color: #F5F5F5;
border-color: #BDBDBD;
padding: 12px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.altnet .anp-new-showcase__item.anp-product-speed {
background-color: #eff6ff;
border-color: #BEDBFF;
}
.altnet .anp-new-showcase__item.anp-product-sale {
background-color: #e0f7e2;
border-color: #62D76C;
}
.altnet .anp-new-showcase__item.anp-product-sale .anp-new-showcase__price {
color: #14AE5C;
}
.altnet .anp-new-showcase__sale {
display: flex;
align-items: center;
gap: 10px;
}
.altnet .anp-new-showcase__price {
font-size: 32px;
line-height: 38px;
font-weight: 700;
display: flex;
align-items: center;
gap: 5px;
line-height: 100%;
}
.altnet .anp-new-showcase__price > span {
font-size: 16px;
font-weight: normal;
line-height: 100%;
}
.altnet .anp-new-showcase__usp {
font-size: 10px;
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
line-height: 100%;
}
.altnet .anp-new-showcase__usp > div, .altnet .anp-new-showcase__usp > span {
font-weight: bold;
font-size: 18px;
line-height: 100%;
}
.altnet .anp-new-showcase__oldprice {
text-decoration: line-through;
opacity: 0.3;
}
.altnet .anp-new-showcase__pricenote {
margin-top: 5px;
}
.altnet .anp-new-showcase__key {
font-size: 20px;
line-height: 24px;
font-weight: 700;
margin-bottom: 3px;
}
.altnet .anp-new-showcase__value {
font-size: 16px;
line-height: 20px;
}
.altnet .anp-new-showcase__foot {
padding: 24px 18px;
padding-top: 0;
}
.altnet .anp-new-showcase__button {
display: inline-flex;
text-decoration: none;
align-items: center;
justify-content: center;
text-align: center;
background-color: #ed0074;
color: #fff;
font-size: 14px;
line-height: 24px;
font-weight: 600;
width: 100%;
height: 52px;
box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.5019607843);
border-radius: 8px;
transition: all 0.25s ease;
}
.altnet .anp-new-showcase--featured {
border-width: 2px;
border-color: #E71D73;
}
.altnet .anp-new-showcase--featured .anp-new-showcase__head {
border-bottom: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.altnet .anp-showcases .anp-new-showcase.anp--over {
transform: scale(1.05);
}
.altnet .anp-showcases .anp-new-showcase.anp--over .anp-new-showcase__button {
background-color: #000000;
}
.altnet .anp-showcase-carousel .anp-new-showcase.anp--over .anp-new-showcase__button {
background-color: #000000;
}
@media screen and (max-width: 1050px) {
.altnet .anp-showcases {
flex-direction: column;
}
.altnet .anp-new-showcase {
width: 100%;
}
}
.altnet .anp-product-filters {
display: flex;
align-items: flex-start;
column-gap: 24px;
row-gap: 20px;
margin-top: 40px;
margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
.altnet .anp-product-filters {
flex-direction: column;
}
}
.altnet .anp-products {
display: flex;
flex-direction: column;
gap: 36px;
}
.altnet .anp-fibre {
padding: 24px;
display: flex;
flex-direction: column;
gap: 24px;
display: none;
}
.altnet .anp-fibre, .altnet .anp-fibre__highlight {
border-width: 1px;
border-color: #E0E0E0;
border-style: solid;
border-radius: 12px;
}
.altnet .anp-fibre.visible {
display: flex;
}
.altnet .anp-fibre.selected {
border-color: #ed0074;
box-shadow: 0px 0px 1px 2px #ed0074;
}
.altnet .anp-fibre.selected .anp-button {
background-color: #2ECC71;
}
.altnet .anp-fibre__head {
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 24px;
border-bottom: 1px solid #E0E0E0;
row-gap: 10px;
}
.altnet .anp-fibre__head__items {
display: flex;
flex-direction: row;
gap: 10px;
}
@media only screen and (max-width: 850px) {
.altnet .anp-fibre__head__items {
flex-direction: column;
}
}
.altnet .anp-fibre__title {
font-weight: 600;
font-size: 28px;
line-height: 36px;
padding: 0;
margin: 0;
flex: 1;
}
.altnet .anp-fibre__subtitle {
font-size: 12px;
font-weight: normal;
}
.altnet .anp-fibre__category {
padding: 6px 18px;
background-color: #F5F5F5;
border-radius: 1000px;
font-weight: 600;
line-height: 25.6px;
font-size: 14px;
text-align: center;
}
.altnet .anp-fibre__category--legend {
background-color: #ed0074;
color: #fff;
}
@media only screen and (max-width: 1300px) {
.altnet .anp-fibre__category {
font-size: 13px;
padding: 3px 12px;
}
}
.altnet .anp-fibre__highlights {
display: flex;
gap: 24px;
align-items: stretch;
justify-content: space-between;
}
.altnet .anp-fibre__highlight {
padding: 12px 24px;
flex: 1;
align-items: flex-start;
}
.altnet .anp-fibre__highlight__title {
font-weight: 600;
font-size: 28px;
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 2px;
}
.altnet .anp-fibre__highlight__sub {
font-size: 18px;
}
.altnet .anp-fibre__highlight__sub > span {
opacity: 0.5;
font-size: 14px;
}
.altnet .anp-fibre__highlight ul, .altnet .anp-fibre__highlight p {
padding: 0;
margin: 0;
}
.altnet .anp-fibre__highlight ul {
padding-left: 0;
list-style-type: none;
}
.altnet .anp-fibre__buttons .anp-button {
width: 100%;
}
@media only screen and (max-width: 580px) {
.altnet .anp-fibre__head, .altnet .anp-fibre__highlights {
flex-direction: column;
}
.altnet .anp-fibre__head {
justify-content: flex-start;
align-items: flex-start;
}
}
.altnet .anp-addon {
border-radius: 12px;
background-color: #F5F5F5;
padding: 24px;
display: flex;
flex-direction: column;
gap: 24px;
transition: opacity 0.5s ease;
}
.altnet .anp-addon__head {
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 18px;
border-bottom: 1px solid #757575;
row-gap: 10px;
}
.altnet .anp-addon__title {
font-weight: 600;
font-size: 28px;
line-height: 36px;
padding: 0;
margin: 0;
}
.altnet .anp-addon__pricing {
text-align: right;
}
.altnet .anp-addon__pricing__cost {
font-weight: 600;
font-size: 28px;
display: flex;
align-items: center;
justify-content: flex-end;
gap: 3px;
}
.altnet .anp-addon__pricing__sub {
font-size: 18px;
}
.altnet .anp-addon__pricing__sub > span {
opacity: 0.5;
font-size: 14px;
}
.altnet .anp-addon__pricing__note {
font-family: Courier, "Courier New", sans-serif;
font-size: 14px;
}
.altnet .anp-addon__body {
display: flex;
align-items: center;
gap: 24px;
}
.altnet .anp-addon__image {
width: 120px;
position: relative;
}
.altnet .anp-addon__image > div {
width: 100%;
padding-top: 100%;
}
.altnet .anp-addon__image img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
}
.altnet .anp-addon__description {
flex: 1;
}
.altnet .anp-addon.selected {
border-color: #ed0074;
box-shadow: 0px 0px 1px 2px #ed0074;
}
.altnet .anp-addon.selected .anp-button {
background-color: #2ECC71;
}
.altnet .anp-addon.unselectable {
opacity: 0.5;
cursor: not-allowed;
}
.altnet .anp-addon.unselectable .anp-button {
pointer-events: none;
}
.altnet .anp-addon__buttons .anp-button {
width: 100%;
}
@media only screen and (max-width: 500px) {
.altnet .anp-addon__head, .altnet .anp-addon__body {
flex-direction: column;
}
.altnet .anp-addon__head {
align-items: flex-start;
gap: 24px;
}
.altnet .anp-addon__image {
width: 100%;
}
}
.altnet .anp-voip-form {
margin-top: 36px;
display: none;
}
.altnet .anp-voip-form.visible {
display: block;
}
.altnet .anp-no-products {
font-size: 18px;
font-weight: 600;
color: #ed0074;
text-align: center;
display: none;
}
.altnet .anp-no-products.visible {
display: block;
}
.altnet .anp-warning {
display: block;
text-align: center;
color: #ffffff;
background-color: #ed0074;
padding: 5px; font-weight: 600;
}
.altnet .anp-chosen {
background-color: #ed0074;
color: #ffffff;
padding: 24px;
border-radius: 12px;
margin-bottom: 36px;
}
.altnet .anp-chosen__title {
font-family: Courier, "Courier New", sans-serif; margin-bottom: 12px;
}
.altnet .anp-chosen__body {
display: flex;
gap: 10px;
align-items: center;
justify-content: space-between;
border: 1px solid #ffffff;
padding: 18px 24px;
border-radius: 12px;
}
@media only screen and (max-width: 600px) {
.altnet .anp-chosen__body {
flex-direction: column;
align-items: flex-start;
}
}
.altnet .anp-chosen__product {
font-weight: 600;
font-size: 28px;
line-height: 100%;
}
.altnet .anp-go-back {
text-decoration: underline;
color: #ffffff;
font-size: 14px;
display: flex;
align-items: center;
line-height: 100%;
gap: 8px;
}
.altnet .anp-go-back:hover {
text-decoration: none;
}
.altnet .anp-product-usps {
margin-top: 36px;
}
.altnet .anp-product-usps__headline {
font-weight: 600;
font-size: 20px;
margin-bottom: 24px;
}
.altnet .anp-product-usps__body {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
}
.altnet .anp-product-usps__body .anp-product-usp {
flex: 0 1 calc(33.333% - 7px);
}
@media only screen and (max-width: 600px) {
.altnet .anp-product-usps__body {
flex-direction: column;
}
.altnet .anp-product-usps__body .anp-product-usp {
flex: 1;
width: 100%;
}
}
.altnet .anp-product-usp {
color: #212121;
background-color: #F5F5F5;
font-weight: 400;
font-size: 14px;
line-height: 22.5px;
letter-spacing: 0.5%;
border-radius: 6px;
padding: 12px;
display: flex;
align-items: center;
gap: 10px;
}
.altnet .anp-product-usp__icon {
width: 48px;
height: 48px;
}
.altnet .anp-product-usp__icon img {
object-fit: cover;
object-position: 50% 50%;
}
.altnet .anp-product-usp__text {
flex: 1;
}
.altnet .obj-sidebar {
display: flex;
flex-direction: column;
gap: 32px;
}
.altnet .obj-sidebar__area {
color: #212121;
background-color: #ffffff;
padding: 24px;
}
.altnet .obj-sidebar__headline {
color: #757575;
font-size: 18px;
font-weight: 600;
margin-bottom: 24px;
}
.altnet .obj-sidebar__sections {
display: flex;
flex-direction: column;
gap: 36px;
}
.altnet .obj-sidebar-item h3 {
margin: 0;
padding: 0;
font-weight: 600;
font-size: 20px;
line-height: 28px;
letter-spacing: -1px;
color: #212121;
border-bottom: 1px solid #BDBDBD;
padding-bottom: 8px;
margin-bottom: 12px;
}
.altnet .obj-sidebar-item .anp-go-back {
color: #757575;
margin-top: 18px;
justify-content: flex-end;
}
.altnet .obj-sidebar-item__help {
margin-bottom: 15px;
}
.altnet .obj-contacts {
display: flex;
flex-direction: column;
gap: 4px;
}
.altnet .obj-contacts__title {
color: #757575;
font-weight: 400;
font-size: 14px;
leading-trim: NONE;
line-height: 22.5px;
padding-bottom: 2px;
}
.altnet .obj-contact {
display: flex;
align-items: center;
gap: 10px;
}
.altnet .obj-contact a {
text-decoration: none;
font-weight: 600;
font-size: 20px;
line-height: 28px;
color: #000000;
transition: all 0.25s ease;
}
.altnet .obj-contact a:hover {
color: #ed0074;
}
.altnet .anp-coupons__body {
position: relative;
}
.altnet .anp-coupons__button {
position: absolute;
top: 0;
right: 0;
height: 100%;
padding: 10px;
}
.altnet .anp-coupons .anp-button {
height: 100%;
}
.altnet .anp-coupon-info {
display: none;
flex-direction: column;
gap: 15px;
}
.altnet .anp-coupon-info__description {
margin-top: 15px;
font-weight: 600;
}
.altnet .anp-coupon-info__terms {
font-size: 11px;
}
.altnet .anp-coupon-info.active {
display: flex;
}
.altnet .anp-coupon-info .anp-go-back {
margin-top: 0;
}
.altnet .anp-mobile-coupons {
margin-top: 20px;
display: none;
}
@media only screen and (max-width: 1020px) {
.altnet .anp-mobile-coupons {
display: block;
}
}
.altnet .anp-mobile-coupons .anp-coupon-change-trigger {
display: none;
}
.altnet .anp-cart {
width: 100%;
}
.altnet .anp-cart__tallies {
border-top: 2px solid #000000;
padding-top: 7px;
margin-top: 7px;
}
.altnet .anp-cart__row {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
column-gap: 10px;
row-gap: 0;
align-items: flex-end;
}
.altnet .anp-cart__row--divider {
border-top: 2px solid #000000;
padding-top: 7px;
margin-top: 7px;
}
.altnet .anp-cart__row--divider {
border-top: 1px solid #000000;
}
.altnet .anp-cart__row--divider-thick {
border-top: 2px dashed #000000;
padding-top: 10px;
margin-top: 10px;
}
.altnet .anp-cart__cells {
width: 100%;
display: flex;
align-items: flex-start;
gap: 15px;
justify-content: space-between;
}
.altnet .anp-cart__cell {
padding: 2px 0;
width: 100%;
}
.altnet .anp-cart__cell--price, .altnet .anp-cart__cell--tally, .altnet .anp-cart__cell--note {
text-align: right;
}
.altnet .anp-cart__cell--price {
font-weight: 600;
}
.altnet .anp-cart__cell--note {
width: 100%;
font-size: 11px;
font-weight: 200;
}
.altnet .anp-form--inset {
border: 1px solid #BDBDBD;
padding: 24px;
border-radius: 12px;
background-color: #F5F5F5;
}
.altnet .anp-form, .altnet .anp-form__section {
display: flex;
flex-direction: column;
gap: 20px;
}
.altnet .anp-form__row {
display: flex;
gap: 20px;
align-items: flex-start;
justify-content: space-between;
}
@media only screen and (max-width: 520px) {
.altnet .anp-form__row {
flex-direction: column;
}
}
.altnet .anp-form__div.bordered {
margin-top: 18px;
margin-bottom: 18px;
border-top: 1px solid #BDBDBD;
}
.altnet .anp-form__disclaimer {
font-size: 12px;
}
.altnet .anp-form__disclaimer a {
color: #000000;
font-weight: 600;
text-decoration: underline;
}
.altnet .anp-form__terms {
border: 1px solid #BDBDBD;
padding: 30px;
border-radius: 6px;
display: none;
max-height: 300px;
overflow: auto;
}
.altnet .anp-form__heading {
color: #757575;
font-weight: 600;
font-size: 18px;
margin-bottom: 12px;
}
.altnet .anp-field {
width: 100%;
}
.altnet .anp-field.mandatory label:after {
content: "*";
color: #ed0074;
margin-left: 2px;
}
.altnet .anp-field label {
font-weight: 600;
font-size: 18px;
line-height: 25.2px;
margin-bottom: 10px;
}
.altnet .anp-field__error {
color: #ff0000;
margin-top: 5px;
font-size: 14px;
}
.altnet .anp-field__tip {
font-size: 12px;
margin-top: 10px;
font-style: italic;
}
.altnet .anp-input {
width: 100%;
height: 60px;
padding-top: 13px;
padding-right: 20px;
padding-bottom: 13px;
padding-left: 20px;
gap: 10px;
background-color: #ffffff;
border-radius: 10px;
border-width: 1px;
border-color: #BDBDBD; transition: all 0.25s ease;
outline-color: #ed0074;
-webkit-appearance: none;
}
.altnet .anp-input.anp-error, .altnet .anp-error .anp-input {
border-color: #ff0000;
border-width: 2px;
}
.altnet select.anp-input {
background-image: url(//zzoomm.com/wp-content/plugins/anp-order-journey/resources/themes/zzoomm/img/select-arrow.svg);
background-repeat: no-repeat;
background-position: calc(100% - 20px) 50%;
}
.altnet .anp-true-false {
display: flex;
gap: 15px;
align-items: center;
max-width: 680px;
}
.altnet .anp-true-false__label {
cursor: pointer;
}
.altnet .anp-true-false__label > *:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
.altnet .anp-true-false--large { }
.altnet .anp-true-false--full-width {
max-width: 100%;
gap: 20px;
}
.altnet .anp-true-false--valign-top {
align-items: flex-start;
}
.altnet .anp-input-month-year > div {
display: flex;
gap: 10px;
justify-content: flex-start;
}
.altnet .anp-input-month-year .anp-input-label {
margin-left: 0;
}
.altnet .anp-field--month-year .anp-field__tip {
padding: 0;
margin-top: 5px;
}
.altnet .anp-checkbox {
position: relative;
width: 28px;
height: 28px;
}
.altnet .anp-checkbox label {
background-color: #ffffff;
border: 1px solid #BDBDBD;
border-radius: 6px;
cursor: pointer;
position: absolute;
height: 28px;
width: 28px;
left: 0;
top: 0;
transition: background-color 0.25s ease;
}
.altnet .anp-checkbox label:after {
border: 2px solid #ffffff;
border-top: none;
border-right: none;
content: "";
width: 12px;
height: 6px;
top: 8px;
left: 7px;
opacity: 0;
position: absolute;
transform: rotate(-45deg);
}
.altnet .anp-checkbox--radio label {
border-radius: 200px;
}
.altnet .anp-checkbox input[type=checkbox], .altnet .anp-checkbox input[type=radio] {
visibility: hidden;
}
.altnet .anp-checkbox input[type=checkbox]:checked + label, .altnet .anp-checkbox input[type=radio]:checked + label {
background-color: #2ECC71;
border-color: #2ECC71;
}
.altnet .anp-checkbox input[type=checkbox]:checked + label:after, .altnet .anp-checkbox input[type=radio]:checked + label:after {
opacity: 1;
}
.altnet .anp-back-next {
display: flex;
gap: 24px;
margin-top: 36px;
}
.altnet .anp-button {
border-color: #212121;
background-color: #212121;
color: #ffffff;
border-width: 1px;
border-style: solid;
display: flex;
flex: 1;
align-items: center;
justify-content: center;
gap: 10px;
padding: 12px 24px;
border-radius: 6px;
font-size: 18px;
font-weight: 600;
}
.altnet .anp-button--alt {
border-color: #757575;
background-color: transparent;
color: #757575;
}
.altnet .anp-button--alt:hover {
background-color: #fff;
color: #757575;
}
.altnet .anp-button--reverse {
flex-direction: row-reverse;
}
.altnet .anp-standout {
background-color: #F5F5F5;
padding: 24px;
border-radius: 12px;
display: flex;
flex-direction: column;
gap: 24px;
}
.altnet .anp-standout__title {
font-weight: bold;
margin-bottom: 24px;
}
.altnet .anp-address__title {
font-weight: bold;
margin-bottom: 10px;
}
.altnet .anp-address:not(:last-child) {
margin-bottom: 20px;
border-bottom: 1px solid #BDBDBD;
padding-bottom: 20px;
}
.altnet .anp-change-billing {
margin-top: 20px;
color: #212121 !important;
}
.altnet .anp-billing-address-reset {
color: #212121 !important;
}
.altnet .anp-direct-debit {
display: flex;
column-gap: 48px;
row-gap: 24px;
font-size: 14px;
align-items: center;
}
.altnet .anp-direct-debit__title {
font-weight: bold;
margin-bottom: 5px;
}
.altnet .anp-direct-debit img {
max-width: 200px;
}
@media only screen and (max-width: 1020px) {
.altnet .anp-direct-debit {
flex-direction: column;
align-items: flex-start;
}
.altnet .anp-direct-debit__title {
margin-bottom: 15px;
}
}
.altnet .anp-information {
border: 1px solid #E0E0E0;
border-radius: 12px;
padding: 48px;
font-size: 14px;
}
.altnet .anp-information h1, .altnet .anp-information h2, .altnet .anp-information h3, .altnet .anp-information h4, .altnet .anp-information h5, .altnet .anp-information h6 {
font-size: 18px;
font-weight: 600;
line-height: 25px;
padding: 0;
margin: 30px auto;
}
.altnet .anp-information *:first-child {
margin-top: 0;
padding-top: 0;
}
.altnet .anp-information *:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
.altnet .anp-ots-optins {
margin-bottom: 12px;
}
.altnet .anp-ots-optins .anp-form {
padding-top: 24px;
padding-bottom: 24px;
margin-top: 12px;
border-top: 1px solid #E0E0E0;
}
.altnet .anp-ots-optin {
display: flex;
gap: 24px;
padding-bottom: 12px;
}
.altnet .anp-ots-optin__label {
font-size: 18px;
}
.altnet .anp-ots-optin > div:first-child {
width: 48px;
}
.altnet .anp-ots-optin > div:last-child {
flex: 1;
}
.altnet .anp-choices {
display: flex;
flex-direction: column;
gap: 20px;
}
.altnet .anp-choice {
border-width: 1px;
border-color: #BDBDBD;
border-style: solid;
border-radius: 12px;
padding: 20px 30px;
position: relative;
transition: border-color 0.25s ease;
background-color: #ffffff;
display: flex;
align-items: flex-start;
gap: 20px;
font-size: 14px;
}
.altnet .anp-choice__headline {
display: flex;
min-height: 36px;
align-items: center;
font-weight: bold;
font-size: 16px;
}
.altnet .anp-choice__headline > span {
margin-right: 5px;
color: #ed0074;
}
.altnet .anp-choice__subheading {
font-weight: bold;
margin-bottom: 5px;
font-size: 14px;
}
.altnet .anp-choice__items {
margin-top: 10px;
display: flex;
flex-direction: column;
gap: 15px;
}
.altnet .anp-choice__footnote {
margin-top: 5px;
}
.altnet .anp-ots-ctas {
display: flex;
flex-direction: column;
gap: 18px;
}
.altnet .anp-ots-ctas .anp-button {
font-size: 14px;
justify-content: flex-start;
max-width: 400px;
}
.altnet .anp-read-more {
color: #212121;
font-weight: 600;
opacity: 0.7;
text-decoration: underline;
font-size: 14px;
}
.altnet .anp-calendar {
border: 1px solid #BDBDBD;
padding: 30px;
border-radius: 12px;
}
.altnet .anp-calendar__tools {
margin-bottom: 12px;
display: flex;
justify-content: space-between;
align-items: flex-end;
}
.altnet .anp-calendar__title {
font-size: 20px;
font-weight: 600;
}
.altnet .anp-calendar__arrows {
display: flex;
gap: 30px;
}
.altnet .anp-calendar__prev, .altnet .anp-calendar__next {
display: block;
width: 20px;
height: 20px;
background-position: 50% 50%;
background-repeat: no-repeat;
background-image: url(//zzoomm.com/wp-content/plugins/anp-order-journey/resources/themes/zzoomm/img/calendar-arrow.svg);
}
.altnet .anp-calendar__prev {
transform: scale(-100%);
}
.altnet .anp-calendar__key {
display: flex;
gap: 10px;
align-items: flex-start;
font-size: 14px;
margin-top: 20px;
font-style: italic;
}
.altnet .anp-calendar__key__symbol {
width: 35px;
height: 20px;
background-color: #2ECC71;
}
.altnet .anp-calendar table {
table-layout: fixed;
margin: 0;
}
.altnet .anp-calendar td, .altnet .anp-calendar th {
text-align: center;
vertical-align: middle;
font-size: 14px;
padding: 0;
background-color: #ffffff;
border-style: none;
line-height: 28px;
height: 64px;
font-weight: normal;
position: relative;
}
.altnet .anp-calendar td a, .altnet .anp-calendar th a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
color: #BDBDBD;
cursor: default;
}
.altnet .anp-calendar td a.available, .altnet .anp-calendar th a.available {
color: #000000;
cursor: pointer;
}
.altnet .anp-calendar td a.available:hover, .altnet .anp-calendar th a.available:hover {
font-weight: 600;
}
.altnet .anp-calendar td.selected, .altnet .anp-calendar td.preferred.selected, .altnet .anp-calendar th.selected, .altnet .anp-calendar th.preferred.selected {
background-color: #ed0074;
}
.altnet .anp-calendar td.selected a, .altnet .anp-calendar td.preferred.selected a, .altnet .anp-calendar th.selected a, .altnet .anp-calendar th.preferred.selected a {
color: #ffffff;
font-weight: bold;
}
.altnet .anp-calendar td {
border-color: #BDBDBD;
border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
}
.altnet .anp-calendar th {
font-weight: 600;
}
.altnet .anp-calendar td.inactive {
display: table-cell;
}
.altnet .anp-calendar td.preferred {
background-color: #2ECC71;
border-color: #fff;
}
.altnet .anp-calendar td.preferred a {
color: #ffffff;
}
.altnet .anp-calendar .input-icon {
width: 24px;
height: 24px;
background-color: #2ECC71;
background-image: url(//zzoomm.com/wp-content/plugins/anp-order-journey/resources/themes/zzoomm/img/icon-tick.svg);
}
.altnet .anp-calendar .marker {
display: none;
position: relative;
}
.altnet .anp-calendar .marker .mflag {
display: none;
position: absolute;
z-index: 9999;
top: 50%;
left: 45px;
transform: translateY(-50%);
pointer-events: none;
}
.altnet .anp-calendar .marker .mlabel {
border: 2px solid red;
padding: 0 10px;
line-height: 32px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-family: Inter, Sans-serif;
width: 145px;
font-size: 14px;
border-radius: 10px;
background-color: #ffffff;
position: relative;
}
.altnet .anp-calendar .marker .marrow {
width: 20px;
height: 20px;
background-color: red;
position: absolute;
top: 7px;
left: -4px;
right: 35px;
transform: rotate(45deg);
}
@media only screen and (max-width: 520px) {
.altnet .anp-calendar {
padding: 15px;
}
.altnet .anp-calendar__title {
font-size: 16px;
}
.altnet .anp-calendar td, .altnet .anp-calendar th {
height: 28px;
font-size: 11px;
}
}
.altnet .anp-timeslots__view {
display: none;
}
.altnet .anp-timeslots__view.active {
display: block;
}
.altnet .anp-times {
display: flex;
gap: 24px;
flex-direction: column;
}
.altnet .anp-time {
display: none;
gap: 24px;
align-items: center;
color: #757575;
cursor: pointer;
background-color: #F5F5F5;
border-radius: 12px;
padding: 12px 24px;
}
.altnet .anp-time.active {
display: flex;
}
.altnet .anp-time--on {
display: none;
}
.altnet .anp-time--off {
display: block;
}
.altnet .anp-time__dates {
font-size: 18px;
font-weight: bold;
text-decoration: underline;
}
.altnet .anp-time.selected {
background-color: #ed0074;
color: #ffffff;
}
.altnet .anp-time.selected .anp-time--on {
display: block;
}
.altnet .anp-time.selected .anp-time--off {
display: none;
}
@media only screen and (max-width: 520px) {
.altnet .anp-time {
font-size: 12px;
}
.altnet .anp-time__icon {
width: 40px;
}
.altnet .anp-time__dates {
font-size: 14px;
}
}
.altnet .anp-calendar-form {
display: none;
}
.altnet .anp-timeslot-checkbox {
margin-top: 24px;
}
.altnet .anp-time-proposals {
display: flex;
align-items: stretch;
gap: 24px;
width: 100%;
}
@media only screen and (max-width: 600px) {
.altnet .anp-time-proposals {
flex-direction: column;
align-items: flex-start;
}
}
.altnet .anp-time-proposal {
width: 100%;
flex: 1;
display: flex;
gap: 24px;
align-items: center;
padding: 12px 24px;
border-radius: 12px;
background-color: #F5F5F5;
}
.altnet .anp-time-proposal__title {
font-size: 400;
font-weight: bold;
}
.altnet .anp-time-proposal__date {
font-size: 18px;
font-weight: 600;
}
.altnet .anp-time-proposal--active {
background-color: #ed0074;
color: #ffffff;
}
.altnet .anp-time-proposal--active .anp-time-proposal__title {
font-weight: normal;
}
.altnet .anp-time-proposal a {
text-decoration: underline;
color: #212121;
}
@media only screen and (max-width: 500px) {
.altnet .anp-time-proposal {
padding: 12px;
gap: 12px;
}
.altnet .anp-time-proposal, .altnet .anp-time-proposal__date {
font-size: 14px;
}
.altnet .anp-time-proposal img {
width: 30px;
}
}
.altnet .anp-survey {
border-color: #BDBDBD;
background-color: #F5F5F5;
border-width: 1px;
border-style: solid;
position: relative;
width: 100%;
padding: 24px;
border-radius: 10px;
}
.altnet .anp-survey__content {
position: relative;
z-index: 500;
}
.altnet .anp-survey__bg {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: transparent;
z-index: 10;
}
.altnet .anp-survey__headline {
font-family: Inter, Sans-serif;
font-size: 18px;
padding: 0;
margin: 0;
margin-bottom: 24px;
}
.altnet .anp-survey__options {
display: flex;
flex-direction: column;
gap: 8px;
}
.altnet .anp-survey__other {
padding-top: 20px;
display: none;
}
.altnet .anp-survey__note {
font-size: 12px;
line-height: 125%;
background-color: #f7f7f7;
border-radius: 7px;
padding: 10px;
margin-top: 12px;
color: #000000;
}
.altnet .anp-survey .anp-true-false { }
.altnet .anp-loader {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
display: none;
}
.altnet .anp-loader__bg {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #ffffff;
opacity: 0.5;
z-index: 100;
}
.altnet .anp-loader__spinner {
width: 200px;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
z-index: 500;
}
.altnet .anp-loader__spinner > img {
width: 100%;
height: auto;
}
.altnet .anp-progress {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
display: none;
text-align: center;
align-items: center;
justify-content: center;
}
.altnet .anp-progress__bg {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #ffffff;
opacity: 0.5;
z-index: 100;
}
.altnet .anp-progress__indicator {
width: 90%;
position: relative;
z-index: 1000;
max-width: 500px;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.altnet .anp-progress__label {
font-family: Inter, Sans-serif;
margin-bottom: 10px;
font-size: 22px;
}
.altnet .anp-progress__bar {
position: relative;
background-color: #ffffff;
padding: 5px;
box-shadow: 0 0 7px 2px #aaa;
border-radius: 2px;
height: 40px;
}
.altnet .anp-progress__value {
width: 0;
height: 100%;
background-color: #ed0074;
border-radius: 0;
transition: width 0.25s linear;
}
.altnet .anp-conf--mobile {
display: none;
}
@media only screen and (max-width: 1020px) {
.altnet .anp-conf--desktop {
display: none;
}
.altnet .anp-conf--mobile {
display: block;
}
}
.altnet .anp-terms__title {
color: #ed0074;
font-size: 18px;
font-weight: 700;
}
.altnet .anp-terms__section {
border-bottom: 1px solid #BDBDBD;
padding-bottom: 20px;
margin-bottom: 20px;
}
.altnet .anp-terms__section:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.altnet .anp-terms__content > *:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
.altnet .anp-terms__content ol, .altnet .anp-terms__content ul {
margin-bottom: 20px;
}
.altnet .anp-terms--embedded {
font-size: 13px;
}
.altnet .anp-terms--embedded .anp-terms__title {
font-size: 14px;
}
.altnet .anp-thanks {
display: flex;
gap: 50px;
padding-bottom: 40px;
justify-content: space-between;
align-items: flex-start;
}
.altnet .anp-thanks__secondary {
width: 600px;
border: 1px solid red;
}
.altnet .anp-thanks__primary {
flex: 1;
}
.altnet .anp-thanks__notes {
margin-top: 25px;
}
@media only screen and (max-width: 650px) {
.altnet .anp-thanks {
display: block;
}
.altnet .anp-thanks__primary {
margin-bottom: 40px;
}
.altnet .anp-thanks__primary, .altnet .anp-thanks__secondary {
width: 100%;
}
}
.altnet .circle-feature {
display: block;
width: 100%;
max-width: 400px;
margin-left: auto;
margin-right: auto;
position: relative;
}
.altnet .circle-feature, .altnet .circle-feature__inner, .altnet .circle-feature__r1, .altnet .circle-feature__r2 {
border-radius: 400px;
}
.altnet .circle-feature__inner {
width: 100%;
padding-top: 100%;
position: relative;
}
.altnet .circle-feature__r1, .altnet .circle-feature__r2 {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
width: calc(100% - 60px);
height: calc(100% - 60px);
}
.altnet .circle-feature__r2 {
background-color: #000000;
overflow: hidden;
}
.altnet .circle-feature__content > img {
width: 100%;
height: 100%;
}
.altnet .anp-form--thanks {
background-color: #ffffff;
border: 1px solid #BDBDBD;
border-radius: 20px;
padding: 20px;
margin-bottom: 50px;
z-index: 1000;
display: none;
}
.altnet .anp-form--thanks {
z-index: 1000;
display: none;
}
.altnet .gateway-notice {
font-size: 12px;
margin-top: 30px;
margin-bottom: 20px;
}
.altnet .anp-postcoder-not-listed {
font-size: 12px;
padding: 5px;
}
.altnet .anp-postcoder-not-listed a {
color: #000000;
text-decoration: underline;
}
.altnet .anp-selected-address {
font-weight: bold;
}
.altnet .anp-postcoder-has-addresses .anp-postcoder-new-search {
display: inline-block;
}
.altnet .anp-toggleable {
display: none;
}
.altnet .anp-toggleable--active {
display: block;
}  .logged-in.elementor-page-1522 .elementor-location-header .elementor-sticky { position: absolute !important;
opacity: 0.75;
max-width: 1330px;
}