/**
 * PrestaPlus
 * Module for PrestaShop E-Commerce Software
 *
 * @author    Markus Engel <info@onlineshop-module.de>
 * @copyright Copyright (c) 2023, Onlineshop-Module.de
 * @license   commercial, see licence.txt
 */

/* Product Page */
.delivery-information {
	display: none;
}

/* Checkout */
#prestaplus-reassurance {
	margin-top: 2rem;
	display: none;
}

#prestaplus-reassurance li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

#prestaplus-reassurance li:last-child {
    border: 0;
}

#prestaplus-reassurance li .block-reassurance-item {
    display: flex;
    padding: 1rem 1.5rem;
}

#prestaplus-reassurance li .block-reassurance-item .h6 {
	margin: 0px;
}

#prestaplus-reassurance li .block-reassurance-item > span{
	    margin-right: 0.625rem;
}

#prestaplus-reassurance li .block-reassurance-item .h6 > p {
	margin: 0px;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}

#prestaplus-reassurance li .block-reassurance-item  p {
	margin: 0px;
}

#cart #total_delivery_time_cart {
    position: relative;
    top: 8px;
}

.free-delivery-limit {
    text-align: center;
    font-weight: bold;
}

.form-label-required {
    color: #df4545;

}

body#checkout .custom-checkbox span.form-label-required {
    position: relative;
}

.pp-voucher-combination div[data-container-express-checkout] {
    display: none;
}

#checkout-register-step form .form-group {
    position: relative;
}

#checkout-register-step form .placeholder-fx::placeholder {
    color: transparent;
}

#checkout-register-step form .placeholder-fx ~ .form-control-label {
    position: absolute;
    left: 20px;
    top: 10px;
    color: #999999;
    font-weight: normal;
    z-index: 1;
    padding: 0;
    margin: 0;
    cursor: text;
}

#checkout-register-step form .placeholder-fx:focus ~ .form-control-label,
#checkout-register-step form .placeholder-fx:not(:placeholder-shown) ~ .form-control-label {
    font-size: 12px;
    top: -11px;
    background: white;
    padding: 0 5px;
    border-radius: 3px;
}

#checkout-register-step form .placeholder-fx:focus::placeholder {
    color: #7a7a7a;
}

body#checkout #checkout-register-step .forgot-password {
    margin-left: 0;
}

#checkout-register-step .content .row:first-child {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #dddddd;
}

body#checkout section.checkout-step .step-title {
    border-bottom: none;
}

#checkout-register-step #login-form {
    display: none;
    margin-left: 0 !important;
}

@media (min-width: 992px) {
    #checkout-register-step #login-form {
        border: 1px solid #d0d0d0;
        padding: 15px;
    }
    #checkout-register-step #field-invoice_vat_number {
        max-width: 50%;
    }
    #checkout-register-step #field-invoice_postcode {
        max-width: 30%;
    }
}

#checkout-register-step #create_account_button {
  margin-bottom: 47px;
}

#checkout-register-step #submit-login, #pp-login-button-pre {
  background: black;
}

#checkout-register-step .forgot-password > a {
  font-size: 13px;
  color: grey;
}

#checkout-register-step h3 {
    margin-bottom: 23px;
}

#checkout-register-step p {
    margin-bottom: 8px;
}

#login-account-wrapper {
    margin-bottom: 50px;
}

.copy-address-data {
  font-size: 0.8rem;
}

.copy-address-data i {
  font-size: 1rem;
}
