| Current Path : /proc/thread-self/root/proc/thread-self/cwd/static/frontend/Magento/indaco/it_IT/css/ |
| Current File : //proc/thread-self/root/proc/thread-self/cwd/static/frontend/Magento/indaco/it_IT/css/custom.css |
#checkout-step-shipping div.field {
padding-bottom: 5px;
}
form#contact-form .fieldset:after,
ol#checkoutSteps:after {
margin: 11px 0 0;
content: '* Campi obbligatori';
display: block;
letter-spacing: normal;
word-spacing: normal;
color: #e02b27;
font-size: 1.4rem;
margin-top: 35px;
}
.custom-checkout-form-mandatory .field._required>.control>.choice>.label:after {
content: '*';
color: #e02b27;
font-size: 1.4rem;
margin: 0 0 0 5.5px;
}
div.field[name='shippingAddress.privacy'] > label,
div.field[name='shippingAddress.terms'] > label,
div.field[name='shippingAddress.adult'] > label,
div.field[name='shippingAddress.consent1'] > label,
div.field[name='shippingAddress.consent2'] > label,
div.field[name='shippingAddress.consent3'] > label {
display: none!Important;
}
.choice.field._error {
border: 1px solid #e02b27;
}
.choice.field._error::after {
content: "Questo campo è obbligatorio";
display: block;
color: #e02b27;
}
.table-checkout-shipping-method tr:nth-child(2) td:nth-child(2) {
// display: none;
}
.page-layout-1-column-without-main .columns {
display: none;
}
@media screen and (min-width: 769px), print {
.block-order-details-comments .comment-date {
clear: left;
float: left;
margin-right: 50px;
max-width: 190px;
}
}