Subida del módulo y tema de PrestaShop

This commit is contained in:
Kaloyan
2026-04-09 18:31:51 +02:00
parent 12c253296f
commit 16b3ff9424
39262 changed files with 7418797 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
/**
* Copyright since 2007 PrestaShop SA and Contributors
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.md.
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* @author PrestaShop SA and Contributors <contact@prestashop.com>
* @copyright Since 2007 PrestaShop SA and Contributors
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/
.img {
width: 100%;
height: 100%;
background-image: url('../img/logo.svg');
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
@media screen and (max-width: 768px) {
.img {
width: 34px;
height: 34px;
background-image: url('../img/logo-mobile.svg');
}
}
.payment-icon {
border-radius: 2px;
border: 1px solid #DDDCDC;
}

View File

@@ -0,0 +1,132 @@
/**
* Copyright since 2007 PrestaShop SA and Contributors
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.md.
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* @author PrestaShop SA and Contributors <contact@prestashop.com>
* @copyright Since 2007 PrestaShop SA and Contributors
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/
.banner-alert {
padding: .75rem 0 .75rem 2.875rem;
background-color: #fff;
border: solid 2px #cd9321;
position: relative;
margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
.banner-alert {
margin-top: 45px;
}
}
.banner-icon {
background-color: #f5e9d3;
color: #cd9321;
font-family: Material Icons;
font-weight: 400;
font-style: normal;
line-height: 1;
text-transform: none;
letter-spacing: normal;
vertical-align: middle;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: "liga";
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 2.875rem;
height: 100%;
text-align: center;
font-size: 1.563rem;
display: flex;
justify-content: center;
flex-direction: column;
}
.banner-text {
font-family: Open Sans,Helvetica,Arial,sans-serif;
padding: 0 .625rem;
font-size: .875rem;
margin: 0;
}
.banner-text h2 {
font-family: Open Sans,Helvetica,Arial,sans-serif;
margin-bottom: .9375rem;
font-weight: 700;
line-height: 1.2;
color: #363a41;
font-size: 1.125rem;
margin-top: 0;
}
.banner-upgrade-info {
margin-bottom: 0.9375rem !important;
color: #555555;
}
.incompatible-list {
color: #363a41;
margin-bottom: 1.5rem !important;
}
.banner-link {
margin-left: 1.875rem;
padding-left: 0 !important;
font-size: .875rem !important;
line-height: 1.5 !important;
font-weight: 600 !important;
color: #25B9D7 !important;
}
.banner-link-icon {
font-size: 1.4em;
margin-top: -.083em;
line-height: 1;
display: inline-block;
vertical-align: middle;
}
a.banner-link:hover {
color: #25B9D7 !important;
}
.button-link {
background-color: #25b9d7;
padding: .375rem .838rem;
color: #ffffff !important;
font-size: .875rem;
font-weight: 600;
}
.button-link:hover {
background-color: #3ed2f0;
text-decoration: underline;
}
@media screen and (max-width: 768px) {
.banner-link {
margin-left: 0;
}
.button-link {
display: inline-block;
}
}

View File

@@ -0,0 +1,21 @@
/**
* Copyright since 2007 PrestaShop SA and Contributors
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.md.
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* @author PrestaShop SA and Contributors <contact@prestashop.com>
* @copyright Since 2007 PrestaShop SA and Contributors
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/
.toolbarBox .btn-toolbar .nav-pills {
display: none;
}

View File

@@ -0,0 +1,465 @@
/**
* Copyright since 2007 PrestaShop SA and Contributors
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.md.
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* @author PrestaShop SA and Contributors <contact@prestashop.com>
* @copyright Since 2007 PrestaShop SA and Contributors
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/
#ps_checkout .badge.badge-payment {
background-color: #00B887;
color: #fff;
}
#ps_checkout .badge.badge-refund {
background-color: #34219E;
color: #fff;
}
#ps_checkout .badge.badge-paypal-environment-sandbox {
background-color: #5E5E5E;
color: #FFF;
font-size: 12px;
border-radius: 10px!important;
}
#ps_checkout .badge.badge-paypal-environment-live {
background-color: #174EEF;
color: #FFF;
font-size: 12px;
border-radius: 10px!important;
}
#ps_checkout .panel-wrapper {
flex-grow: 1;
padding: 18px 14px;
border: 2px solid #e4ebf3;
margin-bottom: 10px;
}
#ps_checkout .panel {
background: none;
box-shadow: none;
text-align: left;
color: #555555;
position: relative;
}
#ps_checkout .panel__title, #ps_checkout .tabpanel__title {
display: block;
color: #878787;
margin: 0;
padding-bottom: 8px;
border-bottom: 1px solid #eeeeee;
}
#ps_checkout .panel__infos {
margin-top: 16px;
margin-bottom: 0;
padding-bottom: 16px;
display: grid;
grid-template-columns: 116px 1fr;
grid-column-gap: 16px;
grid-row-gap: 8px;
}
#ps_checkout .panel__infos dd {
font-weight: 400;
text-align: right;
}
#ps_checkout .panel__cta {
text-align: center;
}
#ps_checkout .panel__cta a {
font-weight: 600;
color: #555;
text-decoration: underline;
text-align: center;
display: inline-block;
cursor: pointer;
}
#ps_checkout .select-wrapper {
margin-bottom: 1.5em;
}
#ps_checkout .select-wrapper__select {
width: 100%;
background-color: #fff;
border: 1px solid #B3C7CD;
border-radius: 3px;
color: #363A41;
padding: 0.5em;
}
#ps_checkout .tabs {
color: #555555;
position: relative;
}
#ps_checkout [role="tablist"] {
position: absolute;
top: 0;
left: 0;
max-height: 100%;
height: 100%;
display: none;
overflow-y: scroll;
overflow-x: hidden;
}
#ps_checkout .tab {
background: none;
box-shadow: none;
text-align: left;
padding: 20px 14px;
color: #555555;
border: 2px solid #e5ebf3;
border-bottom: none;
cursor: pointer;
}
#ps_checkout .tab:last-child {
border-bottom: 2px solid #e5ebf3;
}
#ps_checkout .tab:focus {
outline: none;
}
#ps_checkout .tab[aria-selected="true"] {
border-right: 4px solid #fff;
position: relative;
z-index: 2;
}
#ps_checkout .tab__btn-title {
display: block;
margin-bottom: 8px;
}
#ps_checkout .tab__btn-infos {
display: flex;
justify-content: space-between;
}
#ps_checkout .tabpanel-wrapper {
flex-grow: 1;
padding: 18px 14px;
border: 2px solid #e5ebf3;
}
#ps_checkout .tabpanel {
position: relative;
}
#ps_checkout .tabpanel__infos {
margin-top: 16px;
margin-bottom: 0;
padding-bottom: 16px;
display: grid;
grid-template-columns: 116px 1fr;
grid-column-gap: 16px;
grid-row-gap: 8px;
}
.tabpanel__infos + .tabpanel__infos {
padding-bottom: 0;
}
#ps_checkout .tabpanel__infos dd {
font-weight: 700;
text-align: right;
}
#ps_checkout .tabpanel__cta {
font-weight: 600;
color: #555;
text-decoration: underline;
text-align: center;
display: block;
}
#ps_checkout .tabpanel__cta:after {
content: '';
display: inline-block;
vertical-align: middle;
margin-left: 0.8em;
text-decoration: none;
width: 1.15em;
height: 1.15em;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z'/%3E%3C/svg%3E");
background-size: contain;
}
@media screen and (min-width: 780px) {
#ps_checkout .panel__cta {
text-align: right;
}
#ps_checkout .panel__infos dd {
text-align: left;
}
#ps_checkout .select-wrapper {
display: none;
}
#ps_checkout .tabs {
display: flex;
padding-left: 244px;
}
#ps_checkout [role="tablist"] {
display: flex;
flex-direction: column;
width: 254px;
flex-shrink: 0;
}
#ps_checkout .panel__infos {
grid-template-columns: max-content;
grid-template-areas:
"reference referenceValue total totalValue environment environmentValue"
"status statusValue balance balanceValue empty empty"
"payment paymentValue cardSca cardScaValue cardLiability cardLiabilityValue";
}
#ps_checkout [data-grid-area="reference"] {
grid-area: reference;
}
#ps_checkout [data-grid-area="reference"] + dd {
grid-area: referenceValue;
}
#ps_checkout [data-grid-area="total"] {
grid-area: total;
}
#ps_checkout [data-grid-area="total"] + dd {
grid-area: totalValue;
}
#ps_checkout [data-grid-area="payment"] {
grid-area: payment;
}
#ps_checkout [data-grid-area="payment"] + dd {
grid-area: paymentValue;
}
#ps_checkout [data-grid-area="status"] {
grid-area: status;
}
#ps_checkout [data-grid-area="status"] + dd {
grid-area: statusValue;
}
#ps_checkout [data-grid-area="balance"] {
grid-area: balance;
}
#ps_checkout [data-grid-area="balance"] + dd {
grid-area: balanceValue;
}
#ps_checkout [data-grid-area="environment"] {
grid-area: environment;
}
#ps_checkout [data-grid-area="environment"] + dd {
grid-area: environmentValue;
}
#ps_checkout [data-grid-area="card-sca"] {
grid-area: cardSca;
}
#ps_checkout [data-grid-area="card-sca"] + dd {
grid-area: cardScaValue;
}
#ps_checkout [data-grid-area="card-liability"] {
grid-area: cardLiability;
}
#ps_checkout [data-grid-area="card-liability"] + dd {
grid-area: cardLiabilityValue;
}
#ps_checkout .tabpanel__infos dd {
font-weight: 700;
text-align: left;
}
#ps_checkout .tabpanel__cta {
position: absolute;
top: 0;
right: 0;
}
}
/* width */
#ps_checkout [role="tablist"]::-webkit-scrollbar {
width: 8px;
}
#ps_checkout [role="tablist"]::-webkit-scrollbar-thumb {
background: rgba(169, 169, 169, 0.15);
border-radius: 20px;
}
/*!* Handle on hover *!*/
#ps_checkout [role="tablist"]::-webkit-scrollbar-thumb:hover {
background: rgba(56, 56, 56, 0.33);
}
#ps_checkout .balance-info-icon,
#ps_checkout .environment-info-icon,
#ps_checkout .seller-protection-info-icon {
display: inline-block;
vertical-align: middle;
color: #878787;
}
.modal.ps-checkout-refund .modal-header {
margin: 0 10px 10px 10px;
padding: 0;
border-bottom: 1px solid #EEEEEE;
}
.modal.ps-checkout-refund .modal-footer button {
border-radius: 5px;
}
.modal.ps-checkout-refund .modal-footer .refund-submit, .modal.ps-checkout-refund .modal-footer .refund-confirm {
min-width: 175px;
}
.modal.ps-checkout-refund .input-group-append .input-group-text {
border-radius: 5px 0 0 5px;
}
.modal.ps-checkout-refund .input-group-append input {
border-radius: 0 5px 5px 0;
}
.modal.ps-checkout-refund .text-muted a {
color: inherit;
text-decoration: underline;
}
.modal.ps-checkout-refund .row.separator {
border-bottom: 1px solid #eee;
margin-top: 20px;
margin-bottom: 20px;
}
.modal.ps-checkout-refund .order-totals {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
}
.modal.ps-checkout-refund .order-totals-column {
display: flex;
flex-direction: column;
flex: 1;
}
.modal.ps-checkout-refund .modal-header .modal-title {
text-transform: uppercase;
}
/*CSS FOR LEGACY MODULE*/
#ps_checkout .legacy .tabpanel__cta {
margin: 5px;
}
#ps_checkout .legacy .tabpanel__infos {
margin-bottom: 20px;
}
.modal.ps-checkout-refund.legacy [hidden="hidden"] {
display: none;
}
.modal.ps-checkout-refund.legacy button.close {
position: absolute;
top: 0;
right: 0;
padding: 10px;
}
.modal.ps-checkout-refund.legacy button.close>span {
font-size: 40px;
}
.modal.ps-checkout-refund.legacy .modal-content-container {
padding: 10px
}
.checkout-modal-container {
padding: 100px 180px;
}
@media (max-width: 1400px) {
.checkout-modal-container {
padding: 10px 18px;
}
}
.checkout-modal {
border: 1px solid #D9E3EC;
border-radius: 8px;
padding: 24px;
}
.checkout-modal-button {
align-items: center;
background: #442CC7;
border: 0;
border-radius: 4px;
color: #FFFFFF;
display: flex;
flex-direction: row;
font-family: 'Inter', sans-serif;
font-size: 16px;
font-weight: 600;
justify-content: center;
line-height: 24px;
padding: 12px 12px;
width: 100%;
}
.checkout-modal-button .btn {
color: #FFFFFF;
}
#ps_checkout .liability-explanation {
font-weight: 400;
background-color: #EEEEEE;
padding: 4px 8px;
margin-top: 5px;
display: inline-block;
width: 100%;
}
#ps_checkout .badge {
white-space: normal;
}

View File

@@ -0,0 +1,29 @@
<?php
/**
* Copyright since 2007 PrestaShop SA and Contributors
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.md.
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* @author PrestaShop SA and Contributors <contact@prestashop.com>
* @copyright Since 2007 PrestaShop SA and Contributors
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
header('Cache-Control: no-store, no-cache, must-revalidate');
header('Cache-Control: post-check=0, pre-check=0', false);
header('Pragma: no-cache');
header('Location: ../');
exit;

View File

@@ -0,0 +1,45 @@
/**
* Copyright since 2007 PrestaShop SA and Contributors
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.md.
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* @author PrestaShop SA and Contributors <contact@prestashop.com>
* @copyright Since 2007 PrestaShop SA and Contributors
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/
.ps-checkout.wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
}
.ps-checkout.content {
width: 500px;
height: 250px;
max-width: 90%;
border-radius: 15px;
border: 2px solid #AAAAAA;
padding: 50px;
box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
justify-content: space-between;
}
.ps-checkout.order-link {
text-align: center;
}

View File

@@ -0,0 +1,629 @@
/**
* Copyright since 2007 PrestaShop SA and Contributors
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.md.
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* @author PrestaShop SA and Contributors <contact@prestashop.com>
* @copyright Since 2007 PrestaShop SA and Contributors
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/
.payment__option.ps_checkout-payment-option input[type="radio"] {
margin-top: .7rem;
}
.payment-options > div.payment-option[id$="card-container"] > span.custom-radio {
margin-top: .25rem;
}
.payment-options > div.payment-option[id$="paypal-container"] > span.custom-radio {
margin-top: .5rem;
}
.product-add-to-cart #ps-checkout-express-button div.paypal-buttons-context-iframe {
margin-top: .5rem;
width: 60%;
}
#checkout-personal-information-step #ps-checkout-express-button {
display: flex;
flex-flow: row wrap;
/*Fixes z-index problem on hummingbird*/
position: relative;
z-index: 1;
}
.product-add-to-cart #ps-checkout-express-button.disabled{
display: none!important;
}
@media screen and (min-width: 768px) {
#checkout-personal-information-step #ps-checkout-express-button div.paypal-buttons-context-iframe {
float: left;
width: 50%;
padding: 15px 0;
margin-left: 25%;
margin-top: 1%;
}
}
.buttons-approve {
margin-right: 10px;
}
.paypal-hide-default {
display: none !important;
visibility: hidden !important;
}
#conditions-to-approve label,
.payment-options label,
.paypal-label {
cursor: pointer;
}
.paypal-tips {
color: #535252;
font-size: 12px;
margin-bottom: 15px;
}
#paypal-approve-error ul {
margin-bottom: 0;
}
#hostedFieldsErrors ul {
margin-bottom: 0;
}
.hide-paypal-error {
display: none;
visibility: hidden;
}
.spinner-hosted-fields {
display: inline-block;
width: 1rem;
height: 1rem;
margin-right: 10px;
vertical-align: text-bottom;
border: .15em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: spinner-border .75s linear infinite;
animation: spinner-border .75s linear infinite;
}
@keyframes spinner-border {
to { transform: rotate(360deg); }
}
#conditions-to-approve-paypal {
max-width: 300px;
margin: auto;
margin-bottom: 10px;
}
#paypal-button-container {
width: 250px;
margin: auto;
}
#card-number {
position: relative;
height: 45px;
margin-top: 6px;
}
#expiration-date {
height: 45px;
margin-top: 6px;
}
#cvv {
height: 45px;
margin-top: 6px;
}
.js-payment-option-form .form-control {
background-color: #F3F3F3;
border-radius: 5px;
}
#card-image {
position: absolute;
top: 7px;
right: 1em;
width: 44px;
height: 28px;
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/346994/card_sprite.png);
background-size: 86px 458px;
border-radius: 1px;
background-position: -100px 0;
background-repeat: no-repeat;
margin-bottom: 1em;
}
#card-image.visa {
background-position: 0 -398px;
}
#card-image.master-card {
background-position: 0 -281px;
}
#card-image.american-express {
background-position: 0 -370px;
}
#card-image.maestro {
background-position: 0 -251px;
}
#card-image.jcb {
background-position: 0 -221px;
}
#card-image.diners-club {
background-position: 0 -133px;
}
.js-payment-option-form .braintree-hosted-fields-focused {
border: .1875rem solid #2fb5d2;
background-color: #fff;
color: #232323;
}
.js-payment-option-form .braintree-hosted-fields-invalid {
border: .1875rem solid #e76d7a;
animation: shake 500ms cubic-bezier(.20, 1.3, .7, 1) both;
transform: translate3d(0, 0, 0);
background-color: #fff;
backface-visibility: hidden;
}
.js-payment-option-form .braintree-hosted-fields-valid {
border: .1875rem solid #6fcc80;
transform: translate3d(0, 0, 0);
background-color: #fff;
backface-visibility: hidden;
}
.default-credit-card {
position: absolute;
top: 2px;
right: 10px;
width: 25px;
height: 25px;
}
@keyframes shake {
10%,
90% {
transform: translate3d(-1px, 0, 0);
}
20%,
80% {
transform: translate3d(1px, 0, 0);
}
30%,
50%,
70% {
transform: translate3d(-3px, 0, 0);
}
40%,
60% {
transform: translate3d(3px, 0, 0);
}
}
.express-checkout-block {
background-color: #f1f1f1;
padding: 15px;
}
.express-checkout-block-wrapper {
font-size: 0;
}
.express-checkout-img {
margin-bottom: 10px;
width: 80px;
}
.express-checkout-label {
color: inherit;
}
.express-checkout-spinner-text {
display: inline-block;
vertical-align: middle;
padding-left: 10px;
width: 80%;
margin: 0;
}
.express-checkout-spinner {
display: inline-block;
vertical-align: middle;
text-align: right;
padding-right: 10px;
width: 20%;
}
.ps-checkout.overlay {
visibility: hidden;
opacity: 0;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
transition: opacity 0.5s linear;
background-color: rgba(0, 0, 0, 0.15);
z-index: 100;
}
.ps-checkout.overlay.visible {
visibility: visible;
opacity: 100;
}
.ps-checkout.popup, .ps-checkout.ps-checkout-modal {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 800px;
height: 250px;
margin: auto;
background-color: #fff;
border-radius: 15px;
}
.ps-checkout.ps-checkout-modal {
border-radius: 0;
height: fit-content;
}
@media (max-width: 992px) {
.ps-checkout.popup, .ps-checkout.ps-checkout-modal {
width: 600px;
}
}
@media (max-width: 768px) {
.ps-checkout.popup, .ps-checkout.ps-checkout-modal {
width: 500px;
}
}
@media (max-width: 576px) {
.ps-checkout.popup, .ps-checkout.ps-checkout-modal {
width: 350px;
}
.ps-checkout.text, .ps-checkout.header, .ps-checkout.content {
font-size: 20px;
}
}
.ps-checkout-modal .close-button {
position: absolute;
right: 20px;
top: 20px;
background: transparent;
border: none;
cursor: pointer;
}
.ps-checkout.text, .ps-checkout.header, .ps-checkout.loader {
display: block;
margin: 0 auto;
margin-top: 45px;
text-align: center;
}
.ps-checkout.header {
text-align: left;
}
.ps-checkout-modal .ps-checkout.header .ps-checkout-modal-icon{
width: 34px;
height: 34px;
display: inline-flex;
vertical-align: middle;
border-radius: 34px;
margin-right: 20px;
padding: 5px;
}
.ps-checkout-modal .ps-checkout.header .ps-checkout-modal-icon.icon-danger {
background-color: #FFE4E6;
}
.ps-checkout-modal .ps-checkout.header .ps-checkout-modal-icon.icon-alert {
background-color: #FFF5E5;
}
.ps-checkout-modal .ps-checkout.header .ps-checkout-modal-icon.icon-success {
background-color: #EAF8EF;
}
.ps-checkout-modal .ps-checkout.header .ps-checkout-modal-icon.icon-info {
background-color: #E8EDFD;
}
.ps-checkout.ps-checkout-modal .ps-checkout.header {
margin: 40px 15px;
}
.ps-checkout.content {
margin: 15px;
}
.ps-checkout.footer {
padding: 15px;
width: 100%;
text-align: right;
}
.ps-checkout.footer > button + button{
margin-left: 10px;
}
.ps-checkout.footer button.ps-checkout.btn.danger {
color: #fff;
background-color: #ff4c4c;
border-color: #ff4c4c;
}
.ps-checkout.subtext {
margin-top: 25px;
text-align: center;
}
.ps-checkout-express-separator {
padding: 1rem 0;
}
.ps-checkout-funding-img {
margin: 0 0.25em;
}
#ps_checkout-hosted-fields-card-name {
position: relative;
margin-top: 6px;
}
#ps_checkout-hosted-fields-card-number {
position: relative;
margin-top: 6px;
}
#ps_checkout-hosted-fields-card-expiration-date {
margin-top: 6px;
}
#ps_checkout-hosted-fields-card-cvv {
margin-top: 6px;
}
#ps_checkout-card-fields-form label[for="ps_checkout-card-fields-cvv"] {
white-space: nowrap;
}
.ps_checkout-payment-option span.custom-radio {
float: none !important;
}
.ps_checkout-payment-option label {
display: inline !important;
line-height: 2.5;
}
.ps_checkout-vault-fields .ps_checkout-vault-label {
text-align: left;
white-space: normal;
}
.ps_checkout-vault-fields, .ps_checkout-favorite-payment{
margin-bottom: 1rem;
}
.ps_checkout-vault-token-form .ps_checkout-token-explanation {
font-size: 0.75rem;
}
.ps_checkout-info-wrapper {
display: table-cell;
width: 100%;
text-align: right;
}
.ps_checkout-info-button {
display: inline-block;
user-select: none;
font-size: 0.75rem;
line-height: 1rem;
padding-left: 0.415rem;
width: 1rem;
height: 1rem;
border-radius: 50%;
text-align: left;
position: relative;
background-color: #adadad;
color: #fff;
}
.ps_checkout-info-button .popup-content {
visibility: hidden;
width: 300px;
background-color: #adadad;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 16px;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -280px;
font-weight: normal;
font-size: 0.775rem;
line-height: 1.25rem;
}
/* Toggle this class - hide and show the popup */
.ps_checkout-info-button .show {
visibility: visible;
-webkit-animation: fadeIn 0.25s;
animation: fadeIn 0.25s;
}
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
from {opacity: 0;}
to {opacity: 1;}
}
@keyframes fadeIn {
from {opacity: 0;}
to {opacity:1 ;}
}
#ps_checkout-notification-container .alert {
color: #fff;
}
#ps_checkout-notification-container .alert-warning-custom{
background-color: #a3a3a3;
}
#ps_checkout-notification-container .alert-danger-custom{
background-color: #ef808d;
}
#ps_checkout-canceled, #ps_checkout-error{
display: flex;
align-items: center;
}
#ps_checkout-canceled img, #ps_checkout-error img{
margin-right: 10px;
}
#ps_checkout-hosted-fields-form label{
display: table-cell;
}
#cart .ps-checkout-express-separator {
text-align: center;
}
.cart-detailed-totals + #ps-checkout-pp-message-container{
padding: 0 1rem 1rem;
}
#ps_checkout-card-fields-form.loading > *:not(#ps_checkout-card-fields-form-loader),
#ps_checkout-card-fields-form:not(.loading) > #ps_checkout-card-fields-form-loader {
display: none;
}
#ps_checkout-card-fields-name-error.hidden,
#ps_checkout-card-fields-number-error.hidden,
#ps_checkout-card-fields-vendor-error.hidden,
#ps_checkout-card-fields-expiry-error.hidden,
#ps_checkout-card-fields-cvv-error.hidden {
display: none;
}
#ps_checkout-card-fields-form-loader {
text-align: center;
}
#product #ps_checkout-payment-method-logo-block-title {
padding: 0.5rem 0;
color: #666;
margin-left: 4px;
}
#cart #ps_checkout-payment-method-logo-block-title {
text-align: center;
padding: 0.5rem 0;
color: #666;
}
#ps_checkout-payment-method-logo-block-img {
margin: 0 2px 3px 2px;
}
#ps_checkout-payment-method-logos-container {
display: inline-flex;
flex-wrap: wrap;
justify-content: center;
}
#cart #ps_checkout-payment-method-logo-block-container {
text-align: center;
}
form button.ps_checkout-vault-token-delete {
cursor: pointer;
text-decoration: underline;
font-size: 0.75rem;
margin-bottom: 0.75rem;
display: inline-block;
background-color: transparent;
border: none;
padding: 0;
}
#ps_checkout-card-fields-form .ps_checkout-card-fields-cvv-label-wrapper {
display: table;
}
#ps_checkout-card-fields-form .ps_checkout-card-fields-cvv-label-wrapper>label {
display: table-cell;
}
.paypal-pay-later-banner {
margin: 0.5em auto;
}
.paypal-pay-later-banner > span {
margin: auto;
}
.ps-checkout.icon-favorite {
width: 20px;
height: 20px;
}
.js-payment-binary.js-payment-ps_checkout.disabled {
opacity: 0.6;
cursor: not-allowed;
}