- Implemented Google Pay parser in bongooglepay.js - Added Buckaroo 3 payment parser in buckaroo3.js - Introduced DataTrans CW Mastercard parser in datatranscw.js - Created DataTrans CW Credit Card parser in datatranscw_creditcard.js - Developed DHL Assistant shipping parser in dhlassistant.js - Added Estimated Delivery parser in estimateddelivery.js - Implemented Floapay payment parser in floapay.js - Created FS Pickup at Store shipping parser in fspickupatstore.js - Developed Generic Iframe parser in generic_iframe_parser.js - Added Geodis Officiel shipping parser in geodisofficiel.js - Implemented Glob Kurier module shipping parser in globkuriermodule.js - Created Latvija Post Express Pickup Terminal parser in latvijaspastsexpresspastspostterminalslv.js - Developed LP Shipping parser in lpshipping.js - Added Mijora Venipak parser in mijoravenipak.js - Implemented Apple Pay parser in pm_applepay.js - Created Przelewy24 payment parser in przelewy24.js - Developed Pshugls shipping parser in pshugls.js - Added Redsys Insite payment parser in redsysinsite.js - Implemented Tpay payment parser in tpay.js - Updated third-party integration documentation for FedEx DotCom
294 lines
5.3 KiB
Plaintext
294 lines
5.3 KiB
Plaintext
#content {
|
|
background: white;
|
|
}
|
|
|
|
.checkout-block.main-block .inner-area {
|
|
border: 1px solid #d2d2d2;
|
|
border-radius: 5px;
|
|
padding-top: 34px;
|
|
}
|
|
|
|
.block-header, .already-account-label {
|
|
position: absolute;
|
|
top: -1.0em;
|
|
background: #fff;
|
|
font-weight: 700;
|
|
line-height: 1.2em;
|
|
}
|
|
|
|
.already-account-label {
|
|
font-size: 1.2em;
|
|
padding: 7px;
|
|
text-align: left;
|
|
left: 10px;
|
|
}
|
|
|
|
.offer-login .social-login {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.checkout-block[class*='num-'] .block-header:before {
|
|
display: none;
|
|
}
|
|
|
|
.checkout-block.main-block,
|
|
#thecheckout-newsletter, #thecheckout-psgdpr, #thecheckout-data-privacy, #thecheckout-confirm, #thecheckout-required-checkbox-1, #thecheckout-required-checkbox-2 {
|
|
padding: 15px 7px;
|
|
}
|
|
|
|
.has-float-label input:placeholder-shown:not(:focus) ~ span.field-label, .has-float-label select:placeholder-shown:not(:focus) ~ span.field-label {
|
|
top: -25px;
|
|
cursor: text;
|
|
opacity: .8;
|
|
}
|
|
|
|
.has-float-label.required span.field-label, .need-dni .has-float-label span.field-label, .has-float-label span.field-label {
|
|
cursor: text;
|
|
font-weight: 700;
|
|
font-size: .95em;
|
|
opacity: 1;
|
|
top: -25px;
|
|
color: #101010;
|
|
position: absolute;
|
|
}
|
|
|
|
label.has-float-label {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.page-content .form-control, .page-content select.form-control-select.form-control {
|
|
border: 1px solid #d2d2d2;
|
|
border-radius: 3px;
|
|
padding: 10px;
|
|
}
|
|
|
|
.has-float-label input:focus, .has-float-label select:focus {
|
|
border-color: rgba(0, 16, 130, 0.5);
|
|
}
|
|
|
|
.has-float-label :not(:placeholder-shown):not(:focus) {
|
|
border-color: #d2d2d2;
|
|
}
|
|
|
|
.page-content .has-float-label select.form-control {
|
|
background: url("data:image/svg+xml;charset=utf8,%3Csvg width='27' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.792 1.547l10.983 11.047L24.78 1.547a.882.882 0 0 1 1.25 0 .89.89 0 0 1 0 1.254L14.42 14.454a.854.854 0 0 1-.623.26.9.9 0 0 1-.625-.26L1.565 2.8a.87.87 0 0 1-.022-1.253.882.882 0 0 1 1.25 0h-.001z' stroke='%23666' fill='%23666'/%3E%3C/svg%3E") no-repeat right 0.5em center;
|
|
background-size: 20px;
|
|
}
|
|
|
|
.customer-addresses {
|
|
margin-bottom: 30px;
|
|
font-size: 0.85em;
|
|
}
|
|
|
|
|
|
/* Cart summary block */
|
|
|
|
.block-header.shopping-cart-header {
|
|
position: relative;
|
|
top: 0;
|
|
background: transparent;
|
|
}
|
|
|
|
#tc-container #thecheckout-cart-summary {
|
|
margin: 10px;
|
|
}
|
|
|
|
#thecheckout-cart-summary {
|
|
background: #f6f6f7;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#thecheckout-cart-summary .inner-area {
|
|
border: none;
|
|
padding: 0;
|
|
}
|
|
|
|
#thecheckout-cart-summary .card {
|
|
box-shadow: none;
|
|
background: transparent;
|
|
margin: 0;
|
|
}
|
|
|
|
#thecheckout-cart-summary .cart-grid {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
#thecheckout-cart-summary .card-block {
|
|
padding: 5px;
|
|
}
|
|
|
|
div.product-line-actions .qty-box a {
|
|
// display: none;
|
|
display: block;
|
|
border: 1px solid #f6f6f7;
|
|
width: 25px;
|
|
background-size: 0.8em;
|
|
}
|
|
|
|
.product-line-actions .qty-box input {
|
|
background: transparent;
|
|
border: 1px solid #e5e5e5;
|
|
}
|
|
|
|
span.non-material-icon.delete-from-cart {
|
|
}
|
|
|
|
.product-line-actions .product-line-delete {
|
|
//display: none;
|
|
display: inline-block;
|
|
}
|
|
|
|
.product-line .product-line-info.product-price {
|
|
display: none;
|
|
}
|
|
|
|
.product-line img {
|
|
max-width: 100px;
|
|
}
|
|
|
|
.product-line-body {
|
|
//flex-wrap: nowrap;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.product-line-actions {
|
|
flex-basis: 0;
|
|
flex-wrap: nowrap;
|
|
padding-top: 3px;
|
|
}
|
|
|
|
.product-line-desc br {
|
|
display: none;
|
|
}
|
|
|
|
.product-line-info.product-title {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.cart-item .product-line {
|
|
flex-wrap: nowrap;
|
|
}
|
|
|
|
.cart-detailed-totals {
|
|
border-top: 1px solid #e5e5e5;
|
|
}
|
|
|
|
.cart-summary-line.cart-total:last-child {
|
|
border-top: 1px solid #e5e5e5;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.cart-summary.card {
|
|
padding: 0 5px;
|
|
}
|
|
|
|
.product-line-desc {
|
|
min-width: 100px;
|
|
}
|
|
|
|
/* Cart summary block END */
|
|
|
|
/* Shipping / payment blocks */
|
|
.payment-option label {
|
|
padding-top: 0;
|
|
display: flex;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.payment-options .payment-option {
|
|
padding: 5px 0;
|
|
position: relative;
|
|
}
|
|
|
|
.shipping-radio {
|
|
flex-basis: auto;
|
|
}
|
|
|
|
.payment-option label span.h6 {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.payment-option .custom-radio {
|
|
margin-right: 20px;
|
|
margin-top: 0;
|
|
}
|
|
|
|
/* Shipping / payment blocks END */
|
|
|
|
/* Reassurance block */
|
|
.thecheckout-reassurance {
|
|
border: 1px solid #ccc;
|
|
padding: 20px;
|
|
text-align: center;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.reassurance-section {
|
|
margin: 20px auto 30px;
|
|
}
|
|
|
|
.reassurance-section.security:after, .reassurance-section.delivery:after {
|
|
content: "";
|
|
display: block;
|
|
width: 80%;
|
|
margin: 0 auto;
|
|
padding-top: 20px;
|
|
border-bottom: 2px solid #85cad9;
|
|
}
|
|
|
|
/* Reassurance block END */
|
|
|
|
/* Checkboxes */
|
|
|
|
.page-content .custom-checkbox input[type=checkbox]:checked + span {
|
|
filter: brightness(0);
|
|
}
|
|
|
|
body#checkout span.custom-checkbox {
|
|
& > label, & span.label {
|
|
line-height: 1.05em;
|
|
}
|
|
}
|
|
|
|
div#checkout-step-btn-container {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.country-call-prefix {
|
|
font-size: 1.2em;
|
|
width: 49px;
|
|
height: 47px;
|
|
}
|
|
|
|
/* einvoicing prestalia */
|
|
label.col-md-3.form-control-label {
|
|
display: block;
|
|
max-width: 100%;
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
.form-group.row {
|
|
display: block;
|
|
margin: 0;
|
|
margin-bottom: 1.25rem;
|
|
}
|
|
|
|
.form-group.row > .col-md-6 {
|
|
padding: 0;
|
|
margin: 0;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.form-fields .form-group {
|
|
padding-left: 3px;
|
|
padding-right: 3px;
|
|
}
|
|
|
|
.col-md-3.form-control-comment {
|
|
display: none;
|
|
}
|
|
|
|
/* no-header class treatment */
|
|
.checkout-block.no-header {
|
|
margin-top: -37px;
|
|
} |