CSS per sistemare CHECKOUT classico

body span.select2-selection.select2-selection–single {
ย  ย  background: #fff;
ย  ย  border-color: #0D1263;
ย  ย  color: #0D1263;
}
body span.select2-selection.select2-selection–single .select2-selection__rendered {
ย  ย  color: #0D1263;
}
body .select2-dropdown,
body .selectBox-dropdown-menu {
ย  ย  background: #fff;
}
body .select2-dropdown .select2-results__option.select2-results__option–highlighted,
body .select2-dropdown .select2-results__option.select2-results__option[data-selected=true],
body .selectBox-dropdown-menu .select2-results__option.select2-results__option–highlighted,
body .selectBox-dropdown-menu .select2-results__option.select2-results__option[data-selected=true] {
ย  ย  background-color: #DD301D !important;
}
body ul.products li.product .product-content,
body ul.products li.wc-block-grid__product .product-content,
body .wc-block-grid ul.wc-block-grid__products li.product .product-content,
body .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .product-content {
ย  ย  background: #d8c8af;
}
body ul.products li.product img,
body ul.products li.wc-block-grid__product img,
body .wc-block-grid ul.wc-block-grid__products li.product img,
body .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product img {
ย  ย  mix-blend-mode: darken;
}
body.single-product div.product .woocommerce-product-gallery figure a img {
ย  ย  mix-blend-mode: darken;
}
body {
font-family: ‘Arial’, cursive;align-content
}
.post-type-archive-product .page-title {
ย  font-size: 28px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
ย  font-size: 20px !important;
}
.woocommerce ul.products li.product .price .amount {
ย  ย  font-size: 20px;
}
.woocommerce table.shop_table,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
.woocommerce form.checkout #customer_details, #payment
h3#order_review_heading,
form.woocommerce-EditAccountForm.edit-account {
ย  ย  ย  ย  ย  ย  border: 0 !important; /* you can add a border if you prefer */
ย  ย  ย  ย  ย  ย  background: #fff; /* this is the main background color for all forms */
}
/*** FORM AND OTHER PADDING ***/
#customer_details,
form.woocommerce-EditAccountForm.edit-account,
h3#order_review_heading {
ย  ย  ย  ย  ย  ย  padding: 30px 20px;
}
/*** ADJUST FORM ROUNDED EDGES ***/
#customer_details {
ย  ย  ย  ย  ย  ย  border-top-left-radius: 5px;
ย  ย  ย  ย  ย  ย  border-top-right-radius: 5px;
}
.woocommerce-checkout-review-order table.shop_table {
ย  ย  ย  ย  ย  ย  border-top-left-radius: 0;
ย  ย  ย  ย  ย  ย  border-top-right-radius: 0;
}
/*** FIELDS ON CHECKOUT, CART, ACCOUNT PAGES ***/
.woocommerce-account input,
.woocommerce-checkout input,
#order_comments.input-text {
ย  ย  ย  ย  ย  ย  background-color: #ffffff !important; /* campi di testo
ย  ย  ย  ย  ย  ย  color: black !important; /* not the placeholder, the text color when typed */
ย  ย  ย  ย  ย  ย  border: 1px solid #0D1263; /* optional */
}
/*** COUPON FIELD ONLY ***/
.woocommerce-page #coupon_code.input-text { /* if you want your coupon different from other fields */
ย  ย  ย  ย  ย  ย  background-color: white !important;
ย  ย  ย  ย  ย  ย  color: #0D1263 !important;
ย  ย  ย  ย  ย  ย  font-size: 16px !important; /* if you don’t want the default giant font on the coupon field */
}
/*** PLACEHOLDER TEXT ON ALL WOO PAGES ***/
.woocommerce-page ::-webkit-input-placeholder {
ย  ย  color: #0D1263 !important;
}
.woocommerce-page :-ms-input-placeholder {
ย  ย  color: #0D1263 !important;
}
.woocommerce-page ::-moz-placeholder {
ย  ย  color: #0D1263 !important;
}
.woocommerce-page :-moz-placeholder { /* this isn’t the same as above don’t delete */
ย  ย  color: #0D1263 !important;
}
/*** THIS COMPENSATES FOR SHIP TO DIFF ADDRESS FIELD NOT ALIGNING ***/
h3#ship-to-different-address {
ย  ย  ย  ย  ย  ย  margin-top: -3px;
}
/*** ALL WOO BUTTONS ***/
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button {
ย  ย  ย  ย  ย  ย  text-transform: capitalize !important;
ย  ย  ย  ย  ย  ย  background: #DD301D !important;
ย  ย  ย  ย  ย  ย  color: #fff !important;
border: 1px solid #fff;
}
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover {
ย  ย  ย  ย  ย  ย  background:ย  !important;
ย  ย  ย  ย  ย  ย  color: #fff !important;
}
/*** PAYMENT BOX ON CHECKOUT ***/
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
ย  ย  ย  ย  ย  ย  background-color: #fff;
ย  ย  ย  ย  ย  ย  color: #0D1263;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
ย  ย  ย  ย  ย  ย  border-bottom-color: #DD301D;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
ย  ย  ย  ย  ย  ย  border-bottom 0;
color: #0D1263;
background: #fff
}
/*** BORDERS AND TABLES ***/
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
ย  ย  ย  ย  ย  ย  border: 1px solid #0D1263;
}
.woocommerce table.shop_table td,
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-checkout #main-content .cart-subtotal td {
ย  ย  ย  ย  ย  ย  border-top: 2px solid #f4f4f4;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
ย  ย  ย  ย  ย  ย  background: transparent;
}
.woocommerce-checkout #content-area table th,
.woocommerce-checkout #content-area table td {
ย  ย  ย  ย  ย  ย  padding-left: 20px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
ย  ย  ย  ย  ย  ย  font-size: 18px;
}
/*** EXISTING ACCOUNT / ERROR BOXES BACKGROUND COLOR ***/
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
ย  ย  ย  ย  ย  ย  background: #fff !important;
}
/*** ORDER NOTES ON CHECKOUT ***/
.woocommerce-checkout .woocommerce form .form-row textarea {
ย  ย  ย  ย  ย  ย  height: 150px; /* height of optional notes box */
}
/*** STATE DROPDOWN SELECT COLOR ***/
.select2-container–default .select2-results__option–highlighted[aria-selected],
.select2-container–default .select2-results__option–highlighted[data-selected] {
ย  ย  ย  ย  ย  ย  background: #ffa500;
}
LISTA D'ATTESA Ti informeremo quando il prodotto sarร  disponibile in magazzino. Lascia il tuo indirizzo email qui sotto.