.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.woocommerce-account .devices {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 0.5rem;
margin: 1rem 0;
}
.woocommerce-account .devices .device {
position: relative;
border-radius: 5px;
border: 1px solid lightgrey;
padding: 1rem;
}
.woocommerce-account .devices .device ul {
list-style: none;
padding: 0;
margin: 0;
}
.woocommerce-account .devices .device ul li {
margin-bottom: 0.15rem;
}
.woocommerce-account .devices .device .delete-device {
position: absolute;
background-color: #f00;
color: #fff;
top: 0;
right: 0;
width: 20px;
height: 20px;
font-size: 12px;
border-radius: 0 5px;
}
.woocommerce-account .devices .device .delete-device i {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.repairs table {
border-collapse: collapse;
}
.repairs th,
.repairs td {
border: 1px solid lightgray;
text-align: center;
vertical-align: middle;
padding: 1rem 0.5rem !important;
} #find_service .section-title {
text-align: center;
}
#find_service .sectors {
display: flex;
flex-wrap: wrap;
justify-content: center;
border-bottom: 1px solid lightgray;
padding-bottom: 1rem;
margin-bottom: 1rem;
}
#find_service .sectors .sector {
flex: 0 0 calc(50% - 2rem);
margin: 0.25rem;
padding: 0.5rem 1rem;
cursor: pointer;
text-align: center;
font-weight: bold;
}
@media (min-width: 768px) {
#find_service .sectors .sector {
flex: 0 0 calc(33.3333333333% - 2rem);
}
}
@media (min-width: 992px) {
#find_service .sectors .sector {
flex: 0 0 calc(16.6666666667% - 2rem);
}
}
#find_service .sectors .sector img {
filter: grayscale(1);
}
#find_service .sectors .sector p {
font-size: 70%;
line-height: 1;
}
#find_service .sectors .sector:hover, #find_service .sectors .sector.selected {
color: #154f96;
transform: scale(1.2);
transition: transform 2s ease-in-out;
-webkit-transition: transform 0.5s ease-in-out;
}
#find_service .sectors .sector:hover img, #find_service .sectors .sector.selected img {
filter: grayscale(0);
}
#find_service .brands-wrap {
border-bottom: 1px solid lightgray;
margin-bottom: 1rem;
padding-bottom: 1rem;
}
#find_service .brands .search {
flex: 1 1 100%;
}
#find_service .brands .search input {
max-width: 50%;
margin: 0 auto;
display: block;
}
#find_service .brands .featured-brands,
#find_service .brands .other-brands {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#find_service .brands .featured-brands {
margin-top: 1rem;
margin-bottom: 1rem;
padding-bottom: 2rem;
border-bottom: 1px solid #eee;
}
#find_service .brands .featured-brands.selected {
border-bottom: none;
}
#find_service .brands .brand {
flex: 0 0 50%;
padding: 0.5rem 1rem;
margin: 1rem 0;
cursor: pointer;
display: flex;
flex-direction: column;
text-align: center;
justify-content: center;
align-items: center;
height: 80px;
background: #fff;
}
@media (min-width: 768px) {
#find_service .brands .brand {
flex: 0 0 25%;
}
}
#find_service .brands .brand img {
max-height: 80%;
max-width: max-content;
margin-top: 0.5rem;
}
#find_service .brands .brand:hover {
transform: scale(1.2);
transition: transform 2s ease-in-out;
-webkit-transition: transform 0.5s ease-in-out;
border: 1px solid lightgray;
}
#find_service .brands .brand.selected {
color: #154f96;
max-width: 75%;
font-weight: bold;
transform: scale(1.2);
}
@media (min-width: 768px) {
#find_service .brands .brand.selected {
max-width: 25%;
}
}
#find_service .brands .brand.selected img {
filter: none;
}
#find_service .brand-change {
text-align: center;
font-weight: bold;
display: block;
color: #154f96;
max-width: 25%;
margin: 0 auto;
}
#find_service .offices {
display: flex;
justify-content: center;
flex-wrap: wrap;
border-bottom: 1px solid lightgray;
padding-bottom: 1rem;
margin-bottom: 1rem;
}
#find_service .offices .office {
flex: 0 0 50%;
padding: 0.5rem 1rem;
margin-bottom: 1rem;
cursor: pointer;
display: flex;
flex-direction: column;
text-align: center;
}
@media (min-width: 768px) {
#find_service .offices .office {
flex: 0 0 calc(33.3333333333% - 2rem);
justify-content: start;
}
}
@media (min-width: 992px) {
#find_service .offices .office {
flex: 0 0 calc(20% - 2rem);
}
}
#find_service .offices .office.selected, #find_service .offices .office:hover {
color: #154f96;
transform: scale(1.2);
}
#find_service .offices .office.selected h4, #find_service .offices .office:hover h4 {
color: #154f96;
}
#find_service .offices .office-change {
text-align: center;
font-weight: bold;
color: #154f96;
margin-top: 1rem;
}
#find_service .services {
display: flex;
justify-content: center;
flex-wrap: wrap;
border-bottom: 1px solid lightgray;
padding-bottom: 1rem;
margin-bottom: 1rem;
}
#find_service .services .service {
flex: 0 0 75%;
padding: 0.5rem 1rem;
cursor: pointer;
display: flex;
flex-direction: column;
text-align: center;
justify-content: start;
}
@media (min-width: 768px) {
#find_service .services .service {
flex: 0 0 33%;
}
}
#find_service .services .service .name {
margin: 1rem 0;
}
#find_service .districts {
display: flex;
justify-content: center;
flex-wrap: wrap;
border-bottom: 1px solid lightgray;
padding-bottom: 1rem;
margin-bottom: 1rem;
}
#find_service .districts .district {
flex: 0 0 25%;
padding: 0.5rem 1rem;
cursor: pointer;
display: flex;
flex-direction: column;
text-align: center;
justify-content: start;
}
#find_service .districts .district .name {
margin: 1rem 0;
}
#find_service .districts .district.selected {
color: #154f96;
}
#find_service .districts .district.selected h4 {
color: #154f96;
}
#generic_payment {
max-width: 600px;
margin: 0 auto;
}
#generic_payment .payment-wrap {
display: flex;
margin-bottom: 1rem;
}
#generic_payment .payment-wrap #payment_id {
flex: 0 1 auto;
}
#generic_payment input[type=submit] {
display: block;
margin: 0 auto;
}
#payment {
max-width: 600px;
margin: 2rem auto;
}
#payment table tr {
color: #000;
background: #99caff;
}
#payment table tr:nth-child(odd) {
background: #4da3ff;
}
#payment table td.label {
font-weight: bold;
text-align: right;
padding: 1rem;
width: 200px;
}
#payment table td.value {
text-align: left;
padding: 1rem;
}
#accept {
display: none;
margin: 1rem;
}
.popup_post .swal2-content {
padding-left: 1rem;
padding-right: 1rem;
}
.popup_post .swal2-content.text-left {
text-align: left;
}
.popup_post .swal2-content.text-right {
text-align: right;
}
.popup_post .swal2-content li {
margin-bottom: 1rem;
}
a.popup_post_link {
font-weight: bold;
}
#quotation {
text-align: center;
}
#quotation select, #quotation .select2 {
margin-bottom: 1rem;
}
.mpc-row.prenotazione {
display: none;
}
#quotation_quote {
display: none;
background: #f7f7f7;
padding: 1rem;
}
.prenotazione .wpb_wrapper {
background: #f7f7f7;
padding: 1rem;
} .repair_reservation #intro {
border: 1px solid #0069d9;
padding: 1rem;
margin-bottom: 1.5rem;
text-align: center;
}
.repair_reservation .step-title {
margin-bottom: 2rem;
text-align: center;
font-weight: bold;
}
.repair_reservation .repair_box {
padding: 1.5rem;
margin-bottom: 1rem;
}
.repair_reservation .repair_box:not([data-step="0"]) {
display: none;
}
.repair_reservation #step_back {
display: none;
}
.repair_reservation .items {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.repair_reservation .items.offices {
justify-content: flex-start;
}
.repair_reservation .items .item {
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
min-height: 6rem;
background: #0069d9;
color: #fff;
flex: 0 1 48%;
margin-bottom: 2%;
}
.repair_reservation .items .item:hover {
background: #0056b3;
}
@media (min-width: 768px) {
.repair_reservation .items .item {
flex: 0 1 22%;
}
}
.repair_reservation .items .item.office {
margin-right: 2%;
}
.repair_reservation .items .item.office:last-child {
margin-right: 0;
}
.repair_reservation .items .item.date {
flex: 0 1 48%;
}
@media (min-width: 768px) {
.repair_reservation .items .item.date {
flex: 0 1 14.6666666667%;
}
}
.repair_reservation .items .item.selected {
background: #0056b3;
color: #fff;
}
.repair_reservation .items .item.full {
background: #eee;
text-decoration: line-through;
cursor: not-allowed;
}
.repair_reservation .helper-text {
display: none;
font-size: 80%;
margin-top: 0.25rem;
}
.repair_reservation .with-error > input, .repair_reservation .with-error > textarea, .repair_reservation .with-error > select {
border: 1px solid red;
}
.repair_reservation .with-error .helper-text {
display: block;
color: red;
}
.repair_reservation .privacy {
text-align: center;
padding: 1rem;
margin: 1rem 0;
background: lightgray;
}
#repair_status {
max-width: 600px;
margin: 0 auto;
}
#repair_status .schedule-wrap {
display: flex;
margin-bottom: 1rem;
}
#repair_status .schedule-wrap #repair_number {
flex: 0 1 auto;
}
#repair_status .schedule-wrap .input-separator {
flex: 0 1 auto;
width: 40px;
background: lightgray;
justify-content: center;
align-items: center;
display: flex;
}
#repair_status .schedule-wrap #repair_year {
flex: 0 1 auto;
}
#repair_status #repair_customer {
margin-bottom: 1rem;
}
#repair_status input[type=submit] {
display: block;
margin: 0 auto;
}
#schedule {
max-width: 600px;
margin: 2rem auto;
}
#schedule table tr {
color: #000;
background: #99caff;
}
#schedule table tr:nth-child(odd) {
background: #4da3ff;
}
#schedule table td.label {
font-weight: bold;
text-align: right;
padding: 1rem;
}
#schedule table td.value {
text-align: left;
padding: 1rem;
}
#remind {
display: none;
margin: 1rem;
}
#accept,
#reject {
display: none;
margin: 1rem;
}
.swal2-radio {
flex-wrap: wrap;
justify-content: start !important;
text-align: left;
}
.swal2-radio > label {
margin-bottom: 0.5rem !important;
}
#pay_type {
display: none;
flex-direction: column;
align-items: center;
}
#test_report {
max-width: 600px;
margin: 2rem auto;
}
#test_report input[type=text] {
margin-bottom: 2rem;
}
#test_report select {
width: 100%;
margin-bottom: 2rem;
}
#test_report input[type=submit] {
display: block;
margin: 0 auto;
}
#TestMmi, #TestStr {
text-align: center;
margin: 2rem auto;
}
.step {
display: none;
}
.step.active {
display: block;
}
.step .step-title {
margin-bottom: 2rem;
text-align: center;
font-weight: bold;
}
.step .helper-text {
display: none;
font-size: 80%;
margin-top: 0.25rem;
}
.step .with-error > input, .step .with-error > textarea, .step .with-error > select {
border: 1px solid red;
}
.step .with-error .helper-text {
display: block;
color: red;
}
.step .privacy {
text-align: center;
padding: 1rem;
margin: 1rem 0;
background: lightgray;
}
.step #brand_te_row {
display: none;
}
.step #accessories {
display: flex;
flex-wrap: wrap;
}
.step #accessories label {
flex: 0 1 50%;
padding-right: 0.5rem;
}
.step ec-devices label {
display: none !important;
}
.button.button-danger {
background-color: red;
border-color: red;
}
.button.button-danger:hover, .button.button-danger:focus {
background-color: #cc0000;
border-color: red;
}
.button.button-secondary {
background-color: grey;
border-color: grey;
}
.button.button-secondary:hover, .button.button-secondary:focus {
background-color: #676767;
border-color: #676767;
}
.no-select-text, .repair_reservation .items .item .item_title {
-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.ui-datepicker {
position: absolute;
top: -100%;
left: -100%;
}
.vc_general.vc_btn3.vc_btn3-color-btn-main {
background-color: #0069d9;
color: #ffffff;
}
.vc_general.vc_btn3.vc_btn3-color-btn-main:hover, .vc_general.vc_btn3.vc_btn3-color-btn-main:focus {
background-color: #0056b3;
color: #ffffff;
}
.duplicated-alert .swal2-actions button {
display: block;
width: 100%;
}
.swal2-styled.swal2-confirm {
background-color: #0069d9 !important;
color: #ffffff !important;
}
.swal2-styled.swal2-confirm:hover, .swal2-styled.swal2-confirm:focus {
background-color: #0056b3 !important;
color: #ffffff !important;
}
.swal2-styled.swal2-confirm:focus {
box-shadow: none !important;
}
.tooltip {
position: relative;
display: inline-block;
}
.tooltip .tooltiptext {
visibility: hidden;
width: 120px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -60px;
opacity: 0;
transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
}
.form .with-error > input, .form .with-error > textarea, .form .with-error > select,
.fpf-fields .with-error > input,
.fpf-fields .with-error > textarea,
.fpf-fields .with-error > select {
border: 1px solid red;
}
.form .with-error .helper-text,
.fpf-fields .with-error .helper-text {
display: block;
color: red;
}
.form .helper-text,
.fpf-fields .helper-text {
display: none;
font-size: 80%;
margin-top: 0.25rem;
} @-webkit-keyframes slide-in-bl {
0% {
-webkit-transform: translateY(1000px) translateX(-1000px);
transform: translateY(1000px) translateX(-1000px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0);
opacity: 1;
}
}
@keyframes slide-in-bl {
0% {
-webkit-transform: translateY(1000px) translateX(-1000px);
transform: translateY(1000px) translateX(-1000px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0);
opacity: 1;
}
}
#quick-support {
display: block;
position: fixed;
bottom: -300px;
left: 1rem;
border: 1px solid black;
border-radius: 5px;
background: #fff;
z-index: 9999;
padding: 1rem 2rem;
padding-left: 50px;
text-align: center;
transition: all 1s;
}
#quick-support.visible {
bottom: 1rem;
transition: all 1s;
}
#quick-support::before {
content: "";
display: block;
width: 50px;
height: 50px;
position: absolute;
top: 50%;
left: 0;
background: url(//www.elettronicacicala.it/wp-content/plugins/elettronica-cicala-plugin/public/images/icon-riparazioni-black.png) no-repeat scroll center center transparent;
background-size: contain;
transform: translateY(-50%);
}
#quick-support .close {
position: absolute;
top: 0px;
right: 0px;
width: 26px;
height: 26px;
line-height: 26px;
color: #fff;
border-radius: 0 5px;
background: #fff;
background: lightgray;
cursor: pointer;
}
#quick-support .close::before {
content: "X";
}
#quick-support .btn {
margin-top: 0.5rem;
}
.woocommerce-MyAccount-navigation-wrapper li[class*=dispositivi] a:before {
content: "";
width: 16px;
height: 29px;
background: url(//www.elettronicacicala.it/wp-content/plugins/elettronica-cicala-plugin/public/images/icon-dispositivi-black.png) no-repeat scroll center center transparent;
background-size: contain;
}
.woocommerce-MyAccount-navigation-wrapper li[class*=dispositivi].is-active a:before {
background-image: url(//www.elettronicacicala.it/wp-content/plugins/elettronica-cicala-plugin/public/images/icon-dispositivi-hover.png);
}
.woocommerce-MyAccount-navigation-wrapper li[class*=riparazioni] a:before {
content: "";
width: 16px;
height: 29px;
background: url(//www.elettronicacicala.it/wp-content/plugins/elettronica-cicala-plugin/public/images/icon-riparazioni-black.png) no-repeat scroll center center transparent;
background-size: contain;
}
.woocommerce-MyAccount-navigation-wrapper li[class*=riparazioni].is-active a:before {
background-image: url(//www.elettronicacicala.it/wp-content/plugins/elettronica-cicala-plugin/public/images/icon-riparazioni-hover.png);
}
.wpcf7-form-control.defect {
width: 100%;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
background-color: #eee !important;
}