511 lines
12 KiB
CSS
511 lines
12 KiB
CSS
/* IMPORTANT: READ README.md in this folder! Do not edit .css file directly! */
|
|
/* IMPORTANT: READ README.md in this folder! Do not edit .css file directly! */
|
|
/* IMPORTANT: READ README.md in this folder! Do not edit .css file directly! */
|
|
/* IMPORTANT: READ README.md in this folder! Do not edit .css file directly! */
|
|
/* Style the modal when PayPal button is selected */
|
|
#pageLoadingModal {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1040;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
display: flex;
|
|
}
|
|
#pageLoadingModal .modal-content {
|
|
margin: auto auto;
|
|
}
|
|
#pageLoadingModal p {
|
|
margin: 0;
|
|
text-transform: uppercase;
|
|
font-size: 14px;
|
|
}
|
|
#pageLoadingModal .modal {
|
|
display: none;
|
|
overflow: hidden;
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1040;
|
|
-webkit-overflow-scrolling: touch;
|
|
outline: 0;
|
|
}
|
|
#pageLoadingModal .modal-content {
|
|
position: relative;
|
|
background-color: #fff;
|
|
border-radius: 8px;
|
|
background-clip: padding-box;
|
|
outline: 0;
|
|
width: 176px;
|
|
height: 136px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 32'%3e%3cpath d='M22.39 27.313a3.53 3.53 0 0 0 7.058 0' fill='%23fff'/%3e%3cpath d='M22.39 27.313a3.53 3.53 0 0 0 7.058 0' stroke='%23000' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M54.459 27.313a3.527 3.527 0 0 0 7.054 0' fill='%23fff'/%3e%3cpath d='M54.459 27.313a3.527 3.527 0 0 0 7.054 0' stroke='%23000' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M42.06.8c8.08 0 11.89.935 11.89.935 3.58.576 5.696 7.207 5.696 7.207h.727c0-2.427 1.302-2.397 2.341-2 .723.292 1.363.76 1.86 1.361 1.319 1.547.465 1.674.465 1.674h-5.067l3.846 3.01v12.016c0 2.41-2.029 2.31-2.029 2.31H22.338s-2.029.1-2.029-2.31V12.996l3.84-3.009H19.07s-.853-.127.466-1.674a4.693 4.693 0 0 1 1.86-1.361c1.032-.397 2.341-.427 2.341 2h.736s2.117-6.64 5.696-7.21c0 0 3.81-.942 11.89-.942Z' fill='%23fff' stroke='%23000' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M42.06 8.847c7.924 0 14.685.511 14.685.511 0-2.585-2.38-6.011-2.38-6.011S50.4 2.519 42.06 2.519s-12.303.828-12.303.828-2.38 3.426-2.38 6.011c0 0 6.76-.51 14.683-.51Z' fill='%23DA291C' stroke='%23000' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M35.277 16.523a62.558 62.558 0 0 1 13.277 0m3.276-.439s2.384-2.257 8.608-2.257c0 0 1.179 2.657-2.54 3.37m-25.894-1.113s-2.387-2.257-8.611-2.257c0 0-1.16 2.579 2.543 3.37m-3.546 5.856s21.52 3.647 39.123 0' stroke='%23000' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
background-size: 96px;
|
|
}
|
|
#pageLoadingModal .modal-content:after {
|
|
content: "";
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
width: 5.5rem;
|
|
height: 5.5rem;
|
|
border: 0.45em solid #d4281c;
|
|
border-right-color: transparent;
|
|
animation: spinnerrotate 0.75s linear infinite;
|
|
}
|
|
@keyframes spinnerrotate {
|
|
0% {
|
|
transform: rotate(0);
|
|
}
|
|
100% {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
#pageLoadingModal .modal-content p {
|
|
display: none;
|
|
}
|
|
#pageLoadingModal .modal-backdrop {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
left: 0;
|
|
background-color: #000000;
|
|
}
|
|
#pageLoadingModal .modal-backdrop.fade {
|
|
opacity: 0;
|
|
filter: alpha(opacity=0);
|
|
}
|
|
#pageLoadingModal.hide {
|
|
display: none;
|
|
}
|
|
|
|
.buy-backdrop {
|
|
background-color: rgba(0, 0, 0, 0.3) !important;
|
|
}
|
|
.buy-backdrop #afterpay__iframe-checkout-container {
|
|
width: 100%;
|
|
}
|
|
.buy-backdrop #afterpay__iframe-checkout-container .style_closeWrapper__lIHJe {
|
|
display: none;
|
|
}
|
|
|
|
.buy-container-closer {
|
|
display: none;
|
|
}
|
|
|
|
@keyframes rotate {
|
|
0% {
|
|
transform: rotate(0);
|
|
}
|
|
100% {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
.creditCardSpecific {
|
|
display: none;
|
|
}
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
*:before,
|
|
*:after {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.form-group.radio .list-group .list-group-item {
|
|
border-radius: 22px;
|
|
text-align: center;
|
|
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
.form-group.radio .list-group .list-group-item .radio .list-group,
|
|
.form-group.radio .list-group .list-group-item .radio.list-group {
|
|
margin: 0 0 22px 0;
|
|
}
|
|
|
|
.form-group.radio .list-group .list-group-item > label {
|
|
padding: 10px 32px 10px 32px;
|
|
}
|
|
|
|
.form-group.radio .list-group .list-group-item .checkbox .list-group .list-group-item label,
|
|
.form-group.radio .list-group .list-group-item .radio .list-group .list-group-item label,
|
|
.form-group.radio .list-group .list-group-item .checkbox.list-group .list-group-item label,
|
|
.form-group.radio .list-group .list-group-item .radio.list-group .list-group-item label {
|
|
padding-left: 55px;
|
|
}
|
|
|
|
.list-group.radio .list-group-item {
|
|
border-radius: 22px;
|
|
text-align: center;
|
|
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
.list-group.radio .list-group-item .radio .list-group,
|
|
.list-group.radio .list-group-item .radio.list-group {
|
|
margin: 0 0 22px 0;
|
|
}
|
|
|
|
.list-group.radio .list-group-item > label {
|
|
padding: 10px 32px 10px 32px;
|
|
}
|
|
|
|
@media (max-width: 992px) {
|
|
.list-group.radio .list-group-item > label {
|
|
padding: 12px 20px 12px 20px;
|
|
}
|
|
}
|
|
html .list-group .list-group-item .list-group.radio .list-group-item {
|
|
text-align: left;
|
|
border-radius: 0;
|
|
}
|
|
|
|
html .list-group .list-group-item .list-group.radio .list-group-item input[type=radio] {
|
|
visibility: visible;
|
|
}
|
|
|
|
html .in-shop.vspacing .list-group.radio.vspacing .list-group-item {
|
|
border-radius: 48px;
|
|
}
|
|
|
|
.row > .form-group > .glyphicon {
|
|
right: 15px;
|
|
}
|
|
|
|
.form-group {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.form-group .control-label {
|
|
display: block;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
.form-group .form-control {
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
@media (min-width: 500px) {
|
|
.form-group {
|
|
width: 80%;
|
|
}
|
|
}
|
|
@media (min-width: 800px) {
|
|
.form-group {
|
|
width: 60%;
|
|
}
|
|
}
|
|
.list-group {
|
|
margin-bottom: 20px;
|
|
padding-left: 0;
|
|
}
|
|
|
|
.list-group-item {
|
|
position: relative;
|
|
display: block;
|
|
padding: 10px 15px;
|
|
margin-bottom: -1px;
|
|
background-color: #ffffff;
|
|
border: 1px solid #dddddd;
|
|
}
|
|
|
|
.list-group-item:first-child {
|
|
border-top-right-radius: 5px;
|
|
border-top-left-radius: 5px;
|
|
}
|
|
|
|
.list-group-item:last-child {
|
|
margin-bottom: 0;
|
|
border-bottom-right-radius: 5px;
|
|
border-bottom-left-radius: 5px;
|
|
}
|
|
|
|
a.list-group-item {
|
|
color: #555555;
|
|
}
|
|
|
|
a.list-group-item .list-group-item-heading {
|
|
color: #333333;
|
|
}
|
|
|
|
a.list-group-item:hover,
|
|
a.list-group-item:focus {
|
|
text-decoration: none;
|
|
color: #555555;
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.list-group-item.disabled,
|
|
.list-group-item.disabled:hover,
|
|
.list-group-item.disabled:focus {
|
|
background-color: #f0f1f2;
|
|
color: #9aa1a3;
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
.list-group-item.disabled .list-group-item-heading,
|
|
.list-group-item.disabled:hover .list-group-item-heading,
|
|
.list-group-item.disabled:focus .list-group-item-heading {
|
|
color: inherit;
|
|
}
|
|
|
|
.list-group-item.disabled .list-group-item-text,
|
|
.list-group-item.disabled:hover .list-group-item-text,
|
|
.list-group-item.disabled:focus .list-group-item-text {
|
|
color: #9aa1a3;
|
|
}
|
|
|
|
.list-group-item.active,
|
|
.list-group-item.active:hover,
|
|
.list-group-item.active:focus {
|
|
z-index: 2;
|
|
color: #ffffff;
|
|
background-color: #167cac;
|
|
border-color: #167cac;
|
|
}
|
|
|
|
.list-group-item.active .list-group-item-heading,
|
|
.list-group-item.active:hover .list-group-item-heading,
|
|
.list-group-item.active:focus .list-group-item-heading,
|
|
.list-group-item.active .list-group-item-heading > small,
|
|
.list-group-item.active:hover .list-group-item-heading > small,
|
|
.list-group-item.active:focus .list-group-item-heading > small,
|
|
.list-group-item.active .list-group-item-heading > .small,
|
|
.list-group-item.active:hover .list-group-item-heading > .small,
|
|
.list-group-item.active:focus .list-group-item-heading > .small {
|
|
color: inherit;
|
|
}
|
|
|
|
.list-group-item.active .list-group-item-text,
|
|
.list-group-item.active:hover .list-group-item-text,
|
|
.list-group-item.active:focus .list-group-item-text {
|
|
color: #9cd7f2;
|
|
}
|
|
|
|
.list-group-item-success {
|
|
color: #cacbcc;
|
|
background-color: #e6f2ec;
|
|
}
|
|
|
|
a.list-group-item-success {
|
|
color: #cacbcc;
|
|
}
|
|
|
|
a.list-group-item-success .list-group-item-heading {
|
|
color: inherit;
|
|
}
|
|
|
|
a.list-group-item-success:hover,
|
|
a.list-group-item-success:focus {
|
|
color: #cacbcc;
|
|
background-color: #d5e9df;
|
|
}
|
|
|
|
a.list-group-item-success.active,
|
|
a.list-group-item-success.active:hover,
|
|
a.list-group-item-success.active:focus {
|
|
color: #fff;
|
|
background-color: #cacbcc;
|
|
border-color: #cacbcc;
|
|
}
|
|
|
|
.list-group-item-info {
|
|
color: #125b7e;
|
|
background-color: #e7f1f6;
|
|
}
|
|
|
|
a.list-group-item-info {
|
|
color: #125b7e;
|
|
}
|
|
|
|
a.list-group-item-info .list-group-item-heading {
|
|
color: inherit;
|
|
}
|
|
|
|
a.list-group-item-info:hover,
|
|
a.list-group-item-info:focus {
|
|
color: #125b7e;
|
|
background-color: #d4e6ef;
|
|
}
|
|
|
|
a.list-group-item-info.active,
|
|
a.list-group-item-info.active:hover,
|
|
a.list-group-item-info.active:focus {
|
|
color: #fff;
|
|
background-color: #125b7e;
|
|
border-color: #125b7e;
|
|
}
|
|
|
|
.list-group-item-warning {
|
|
color: #f8af1c;
|
|
background-color: #fef6e8;
|
|
}
|
|
|
|
a.list-group-item-warning {
|
|
color: #f8af1c;
|
|
}
|
|
|
|
a.list-group-item-warning .list-group-item-heading {
|
|
color: inherit;
|
|
}
|
|
|
|
a.list-group-item-warning:hover,
|
|
a.list-group-item-warning:focus {
|
|
color: #f8af1c;
|
|
background-color: #fdecd0;
|
|
}
|
|
|
|
a.list-group-item-warning.active,
|
|
a.list-group-item-warning.active:hover,
|
|
a.list-group-item-warning.active:focus {
|
|
color: #fff;
|
|
background-color: #f8af1c;
|
|
border-color: #f8af1c;
|
|
}
|
|
|
|
.list-group-item-danger {
|
|
color: #da291c;
|
|
background-color: #fbe9e8;
|
|
}
|
|
|
|
a.list-group-item-danger {
|
|
color: #da291c;
|
|
}
|
|
|
|
a.list-group-item-danger .list-group-item-heading {
|
|
color: inherit;
|
|
}
|
|
|
|
a.list-group-item-danger:hover,
|
|
a.list-group-item-danger:focus {
|
|
color: #da291c;
|
|
background-color: #f7d4d2;
|
|
}
|
|
|
|
a.list-group-item-danger.active,
|
|
a.list-group-item-danger.active:hover,
|
|
a.list-group-item-danger.active:focus {
|
|
color: #fff;
|
|
background-color: #da291c;
|
|
border-color: #da291c;
|
|
}
|
|
|
|
.list-group-item-heading {
|
|
margin-top: 0;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.list-group-item-text {
|
|
margin-bottom: 0;
|
|
line-height: 1.3;
|
|
}
|
|
|
|
.radio .list-group.paymentSelection, .radio.list-group.paymentSelection {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
@media (max-width: 33.9em) {
|
|
.radio .list-group.paymentSelection label, .radio .list-group.paymentSelection a, .radio.list-group.paymentSelection label, .radio.list-group.paymentSelection a {
|
|
max-height: 52px;
|
|
}
|
|
}
|
|
|
|
.radio,
|
|
.checkbox,
|
|
.form-group.checkbox .list-group,
|
|
.form-group.checkbox .list-group,
|
|
.form-group.radio .list-group,
|
|
.form-group.radio .list-group,
|
|
.checkbox.list-group,
|
|
.checkbox.list-group,
|
|
.radio.list-group,
|
|
.radio.list-group {
|
|
position: relative;
|
|
display: block;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.form-group.checkbox .list-group .list-group-item > label,
|
|
.form-group.radio .list-group .list-group-item > label,
|
|
.checkbox.list-group .list-group-item > label,
|
|
.radio.list-group .list-group-item > label {
|
|
margin-bottom: initial;
|
|
width: 100%;
|
|
font-weight: normal;
|
|
padding: 12px 27px 12px 33px;
|
|
color: #525656;
|
|
}
|
|
|
|
.form-group.checkbox .list-group .list-group-item,
|
|
.form-group.radio .list-group .list-group-item,
|
|
.checkbox.list-group .list-group-item,
|
|
.radio.list-group .list-group-item {
|
|
margin-bottom: 12px;
|
|
border-width: 1px;
|
|
/* border-color: #cacbcc; */
|
|
border-radius: 5px;
|
|
padding: 0;
|
|
}
|
|
|
|
.form-group.checkbox .list-group .list-group-item.active,
|
|
.form-group.radio .list-group .list-group-item.active,
|
|
.checkbox.list-group .list-group-item.active,
|
|
.radio.list-group .list-group-item.active {
|
|
background-color: #e7f1f6;
|
|
color: #000000;
|
|
}
|
|
|
|
.radio label,
|
|
.checkbox label {
|
|
min-height: 23px;
|
|
padding-left: 20px;
|
|
margin-bottom: 0;
|
|
font-weight: normal;
|
|
cursor: pointer;
|
|
color: #525656;
|
|
}
|
|
|
|
img {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#paypalParentLink label,
|
|
#afterpayParentLink label,
|
|
#creditCardParentLink label {
|
|
padding-top: 9px;
|
|
padding-bottom: 9px;
|
|
}
|
|
|
|
#paypalParentLink label .paymentOptionText,
|
|
#creditCardParentLink label .paymentOptionText {
|
|
padding-left: 20px;
|
|
text-align: left;
|
|
}
|
|
|
|
html #creditCardParentLink.list-group-item {
|
|
border-radius: 48px;
|
|
text-align: center;
|
|
}
|
|
|
|
@media (max-width: 992px) {
|
|
.list-group.radio .list-group-item > label {
|
|
padding: 12px 20px 12px 20px;
|
|
}
|
|
}
|
|
label {
|
|
display: inline-block;
|
|
max-width: 100%;
|
|
margin-bottom: 5px;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
}
|