@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";


@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@font-face {
font-family: "icomoon";
src: url(//daylighthilliard.com/wp-content/plugins/wp-easy-pay/assets/frontend/fonts/icomoon.eot?rvheu5);
src: url(//daylighthilliard.com/wp-content/plugins/wp-easy-pay/assets/frontend/fonts/icomoon.eot?rvheu5#iefix) format("embedded-opentype"), url(//daylighthilliard.com/wp-content/plugins/wp-easy-pay/assets/frontend/fonts/icomoon.ttf?rvheu5) format("truetype"), url(//daylighthilliard.com/wp-content/plugins/wp-easy-pay/assets/frontend/fonts/icomoon.woff?rvheu5) format("woff"), url(//daylighthilliard.com/wp-content/plugins/wp-easy-pay/assets/frontend/fonts/icomoon.svg?rvheu5#icomoon) format("svg");
font-weight: normal;
font-style: normal;
font-display: block;
} input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
} input[type="number"] {
-moz-appearance: textfield;
}
.icomoonLib [class^="icon-"],
.icomoonLib [class*=" icon-"] { font-family: "icomoon" !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-pay:before {
content: "\c007";
font-family: "icomoon" !important;
}
.multipage a:hover,
.multipage a:active,
.multipage a:focus {
box-shadow: none;
outline: none;
}
.multipage label {
font-weight: normal;
}
.multipage a,
.multipage h1 a:hover,
.multipage h2 a:hover,
.multipage h3 a:hover,
.multipage h4 a:hover,
.multipage h5 a:hover,
.multipage h6 a:hover {
color: #fff;
}
.multipage .termsCondition a {
color: var(--wpep-theme-color);
}
.multipage a.terms {
color: var(--wpep-theme-color);
}
.multipage form {
margin: 0px;
}
.multipage .wizard-section {
position: relative;
}
.multipage .wizard-section ul,
.multipage ol {
margin: 0px;
padding: 0px;
}
.multipage * {
box-sizing: border-box;
}
.multipage img,
.multipage video,
.multipage svg {
max-width: 100%;
}
.multipage ul {
padding: 0px;
margin: 0px;
}
.multipage li {
list-style: none inside;
}
.multipage .tempwrap {
max-width: 710px;
margin: 0px auto;
}
.multipage .wizard-section {
max-width: 100%;
border-radius: 8px;
background: transparent;
}
.multipage .wizard-section.wpep_form_shadow {
box-shadow: 0px 2px 8px rgba(44, 49, 73, 0.12);
background: #ffffff;
}
.multipage .wizard-section.wpep_form_shadow .wpepLoader {
left: 20px;
right: 20px;
top: 20px;
bottom: 20px;
}
.multipage .wizardWrap h5 {
font-size: 20px;
font-weight: 400;
margin: 0px 0px 20px 0px;
padding: 0px;
letter-spacing: normal;
text-transform: none;
}
.multipage .form-wizard {
color: #2f2f37;
padding: 0px;
font-size: 15px;
}
.multipage .wizard-section.wpep_form_shadow .form-wizard {
padding: 30px;
}
.multipage .form-wizard .wizard-form-radio {
display: inline-block;
margin-left: 5px;
position: relative;
}
.multipage .form-wizard .wizard-form-radio input[type="radio"] {
height: 20px;
width: 20px;
display: inline-block;
vertical-align: middle;
border-radius: 50%;
position: relative;
cursor: pointer;
margin: -3px 0px 0px 0px;
border: 1px solid #7f8393;
background-color: #fff;
transition: all 1s ease-in-out;
}
.multipage .form-wizard .wizard-form-radio input[type="radio"]:focus {
outline: 0;
}
.multipage .form-wizard .wizard-form-radio input[type="radio"]:checked {
background-color: #fff;
border: 1px solid var(--wpep-theme-color);
}
.multipage .form-wizard .wizard-form-radio input[type="radio"]::before {
content: "";
position: absolute;
width: 12px;
height: 12px;
display: inline-block;
background-color: var(--wpep-theme-color);
border-radius: 50%;
left: 0px;
right: 0;
margin: 0 auto;
top: 3px;
transition: all 0.2s ease;
opacity: 0;
transform: scale(0);
}
.multipage .form-wizard .wizard-form-radio input[type="radio"]:checked::before {
content: "";
position: absolute;
width: 12px;
height: 12px;
display: inline-block;
background-color: var(--wpep-theme-color);
border-radius: 50%;
left: 0px;
right: 0;
margin: 0 auto;
top: 3px;
opacity: 1;
transform: scale(1);
}
.multipage .form-wizard .wizard-form-radio input[type="radio"] ~ label {
padding-left: 0px;
cursor: pointer;
margin: 0 15px;
display: inline-block;
color: #333 !important;
font-size: 12px;
}
.multipage .form-wizard .form-wizard-header {
text-align: center;
}
.multipage .form-wizard .form-wizard-next-btn,
.multipage .form-wizard .form-wizard-previous-btn,
.multipage .form-wizard .form-wizard-submit,
.multipage .wpep-wizard-form-submit-btn {
background-color: var(--wpep-theme-color);
color: #ffffff;
display: inline-block;
min-width: 100px;
min-width: 120px;
padding: 10px 20px;
text-align: center;
font-size: 16px;
font-weight: bold;
border-radius: 4px;
border: none;
transition: all 0.2s ease-in-out;
text-decoration: none !important;
cursor: pointer;
}
.multipage .form-wizard .form-wizard-next-btn:hover, .multipage .form-wizard .form-wizard-next-btn:focus, .multipage .form-wizard .form-wizard-next-btn:active,
.multipage .form-wizard .form-wizard-previous-btn:hover,
.multipage .form-wizard .form-wizard-previous-btn:focus,
.multipage .form-wizard .form-wizard-previous-btn:active,
.multipage .form-wizard .form-wizard-submit:hover,
.multipage .form-wizard .form-wizard-submit:focus,
.multipage .form-wizard .form-wizard-submit:active,
.multipage .wpep-wizard-form-submit-btn:hover,
.multipage .wpep-wizard-form-submit-btn:focus,
.multipage .wpep-wizard-form-submit-btn:active {
background-color: var(--wpep-theme-color);
color: #ffffff;
opacity: 0.8;
text-decoration: none;
box-shadow: none;
outline: none;
border: 1px solid var(--wpep-theme-color);
}
.multipage .form-wizard-next-btn small {
font-size: 16px;
}
.multipage .hentry .entry-content a:not(.button) {
text-decoration: none;
}
.multipage .form-wizard .wizard-fieldset {
display: none;
border: none;
background: transparent;
padding: 0px;
margin: 0px;
}
.multipage .form-wizard .wizard-fieldset.show {
display: block;
}
.multipage .form-wizard .wizard-form-error {
display: none;
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 2px;
width: 100%;
}
.multipage .form-wizard .form-wizard-previous-btn {
opacity: 0.75;
}
.multipage .form-wizard .form-control {
font-weight: 400;
padding: 0px 15px;
color: #2f2f37;
background-color: #fff;
border: none;
width: 100%;
max-width: 100%;
height: 40px;
line-height: 40px;
border: 1px solid #b3b3b3;
border-radius: 4px;
font-size: 14px;
box-shadow: none;
margin: 0px;
}
.multipage .form-wizard .form-control:focus {
outline: none;
border: 1px solid var(--wpep-theme-color);
background: transparent;
}
.multipage .form-wizard textarea.form-control {
height: 60px;
}
.multipage .form-wizard .form-group {
position: relative;
margin: 0px 0px 25px 0px;
}
.multipage .form-wizard .wizard-form-text-label {
position: absolute;
left: 15px;
top: 9.5px;
transition: 0.2s linear all;
color: #2f2f37 !important;
padding: 0px;
margin: 0px;
pointer-events: none;
font-weight: 400;
line-height: normal;
font-size: 14px;
z-index: 1;
}
.multipage .form-wizard .focus-input .wizard-form-text-label {
color: #2f2f37 !important;
top: -10px;
background: #fff;
transition: 0.2s linear all;
font-size: 13px;
left: 15px;
z-index: 1;
}
.multipage .form-wizard .form-wizard-steps {
margin: 10px 0px 30px 0px;
display: table;
width: 100%;
}
.multipage .form-wizard .form-wizard-steps li {
display: table-cell;
position: relative;
transition: width 0.6s ease;
list-style: none inside;
}
.multipage .form-wizard .form-wizard-steps li small {
position: absolute;
left: 0px;
right: 0px;
margin-top: 45px;
font-size: 14px;
}
.multipage .form-wizard .form-wizard-steps li::before {
border: none;
background-color: #f3f3f3;
content: "";
height: 4px;
left: 0;
position: absolute;
left: 0%;
top: 50%;
width: 100%;
transition: width 0.6s ease;
}
.multipage .form-wizard .form-wizard-steps li::after {
border: none;
background-color: var(--wpep-theme-color);
content: "";
height: 4px;
left: 0;
position: absolute;
left: 0%;
top: 50%;
width: 0;
transition: width 0.6s ease;
}
.multipage .form-wizard .form-wizard-steps li.active:after {
border: none;
background-color: var(--wpep-theme-color);
content: "";
height: 4px;
left: 0;
position: absolute;
left: 0%;
top: 50%;
width: 100%;
}
.multipage .form-wizard .form-wizard-steps li.activated:after {
border: none;
background-color: var(--wpep-theme-color);
content: "";
height: 4px;
left: 0;
position: absolute;
left: 0%;
top: 50%;
width: 100%;
}
.multipage .form-wizard .form-wizard-steps li.activated small {
color: var(--wpep-theme-color);
}
.multipage .form-wizard .form-wizard-steps li:first-child::before,
.multipage .form-wizard .form-wizard-steps li:first-child::after,
.multipage .form-wizard .form-wizard-steps li:first-child.active:after,
.multipage .form-wizard .form-wizard-steps li:first-child.activated:after {
left: 50%;
}
.multipage .form-wizard .form-wizard-steps li:last-child::before {
width: 50%;
}
.multipage .form-wizard .form-wizard-steps li:last-child::after,
.multipage .form-wizard .form-wizard-steps li:last-child.active:after,
.multipage .form-wizard .form-wizard-steps li:last-child.activated:after {
max-width: 50%;
}
.multipage .form-wizard .form-wizard-steps li span {
border: 6px solid #efefef;
background: #f5f5f5;
border-radius: 50%;
display: inline-block;
height: 34px;
position: relative;
text-align: center;
width: 34px;
z-index: 1;
font-size: 0px;
vertical-align: middle;
}
.multipage .form-wizard .form-wizard-steps li.active span,
.multipage .form-wizard .form-wizard-steps li.activated span {
background-color: #fff;
color: #ffffff;
border: 6px solid var(--wpep-theme-color);
}
.multipage .form-wizard .wizard-password-eye {
position: absolute;
right: 32px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
}
.multipage .btnGroup {
display: flex;
justify-content: space-between;
margin-top: 25px;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix {
display: inline-block;
}/*\*/* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
.multipage .pic {
width: 70%;
height: 50vh;
background-size: cover;
background-repeat: no-repeat;
}
.multipage .paymentSelect .selection {
display: inline-block;
margin-right: 0px;
vertical-align: top;
padding: 0px 10px 15px 0px;
width: auto;
min-width: 60px;
}
.multipage .paymentSelect .selection:last-child {
padding: 0px;
margin-right: 0px;
}
.multipage .paymentSelect .selection label {
display: inline-block;
width: 100%;
background-color: #f2f2f2;
border-radius: 4px;
color: #484848;
padding: 0px 10px;
cursor: pointer;
margin: 0px;
text-align: center;
height: 50px;
line-height: 50px;
transition: all 0.3s;
white-space: nowrap;
font-size: 14px;
font-weight: 600;
text-overflow: ellipsis;
overflow: hidden;
}
.multipage .paymentSelect .selection label:hover {
background-color: var(--wpep-theme-color);
color: #fff;
}
.multipage .paymentSelect .selection input[type="radio"] {
display: none;
}
.multipage .paymentSelect .selection input[type="radio"]:checked ~ label {
background-color: var(--wpep-theme-color);
color: #fff;
}
.multipage .paymentSelect {
display: block;
width: 100%;
}
.multipage .shcusIn {
display: block !important;
}
.multipage .otherpInput {
position: relative;
}
.multipage .otherpInput::before {
content: var(--wpep-currency);
position: absolute;
left: 0px;
top: 0px;
background: var(--wpep-theme-color);
font-size: 12px;
color: #fff;
bottom: 0px;
text-align: center;
width: 40px;
height: 40px;
border-radius: 4px 0px 0px 4px;
line-height: 40px;
}
.multipage .otherpInput .customPayment {
padding-left: 50px;
text-align: left !important;
}
.multipage .selectAmount {
padding: 0px 0px 10px 0px;
display: block;
margin: 0px;
}
.multipage label.paynow::before:hover {
color: #fff;
}
.multipage .shopping-cart {
display: flex;
flex-direction: column;
position: relative;
}
.multipage .title {
height: 60px;
border-bottom: 1px solid #e1e8ee;
padding: 20px 30px;
color: #5e6977;
font-size: 18px;
font-weight: 400;
}
.multipage .buttons {
position: relative;
padding-top: 30px;
margin-right: 60px;
}
.multipage .delete-btn,
.multipage .like-btn {
display: inline-block;
cursor: pointer;
}
.multipage .delete-btn {
width: 18px;
height: 17px;
background: url(//daylighthilliard.com/wp-content/plugins/wp-easy-pay/assets/frontend/img/delete-icn.svg) no-repeat center;
}
.multipage .like-btn {
position: absolute;
top: 9px;
left: 15px;
background: url(//daylighthilliard.com/wp-content/plugins/wp-easy-pay/assets/frontend/img/twitter-heart.png);
width: 60px;
height: 60px;
background-size: 2900%;
background-repeat: no-repeat;
}
.multipage .is-active {
animation-name: animate;
animation-duration: 0.8s;
animation-iteration-count: 1;
animation-timing-function: steps(28);
animation-fill-mode: forwards;
}
@keyframes animate {
0% {
background-position: left;
}
50% {
background-position: right;
}
100% {
background-position: right;
}
}
.multipage .wpeasy_image {
margin-right: 20px;
max-width: 110px;
}
.multipage .description {
padding-top: 10px;
width: 220px;
}
.multipage .description span,
.multipage .pDetails span {
display: block;
font-size: 15px;
color: #43484d;
font-weight: 400;
}
.multipage .description span:first-child {
margin-bottom: 5px;
}
.multipage .description span:last-child,
.multipage .pDetails span:last-child {
font-weight: 300;
margin-top: 8px;
color: #86939e;
}
.multipage .wpEasyquantity {
margin-right: 30px;
width: 100px;
align-self: center;
}
.multipage .wpEasyquantity input {
-webkit-appearance: none;
border: none;
text-align: center;
width: 32px;
font-size: 16px;
color: #43484d;
font-weight: 300;
}
.multipage .wpEasybutton[class*="btn"] {
width: 30px;
height: 30px;
background-color: #e1e8ee;
border-radius: 4px;
border: none;
cursor: pointer;
}
.multipage .minus-btn img {
margin-bottom: 3px;
}
.multipage .plus-btn img {
margin-top: 2px;
}
.multipage .wpEasybutton:focus,
.multipage input:focus {
outline: 0;
}
.multipage .total-price {
width: 85px;
text-align: center;
font-size: 16px;
color: #43484d;
font-weight: 300;
align-self: center;
}/**/@keyframes click-radio-wave {
0% {
width: 25px;
height: 25px;
opacity: 0.35;
position: relative;
}
100% {
width: 60px;
height: 60px;
margin-left: -15px;
margin-top: -15px;
opacity: 0;
}
}
@media screen and (max-width: 767px) {
.multipage .wizard-content-left {
height: auto;
}
}
.multipage .headCol {
align-self: center;
float: none;
}
.multipage .form-control-em {
border: none;
background: transparent;
box-shadow: none;
width: auto;
display: inline-block;
font-size: 16px;
color: #43484d;
font-weight: 300;
}
.multipage .basket-tbl .headCol.pPrice {
width: 100%;
max-width: 70px;
margin: 10px auto;
}
.multipage .basket-tbl .headCol.pPrice .form-control-em {
width: 40px;
margin: 0px auto;
text-align: center;
background: transparent;
box-shadow: none;
}
@media screen and (max-width: 767px) {
.multipage .basket-tbl .headCol.pPrice .form-control-em {
width: 70px;
}
}
.multipage .basket-tbl .headCol.pCost .form-control-em {
width: 70px;
margin: 0px auto;
text-align: left;
background: transparent;
border: none;
box-shadow: none;
padding: 0px;
}
@media screen and (max-width: 767px) {
.multipage .basket-tbl .headCol.pCost .form-control-em {
text-align: center;
}
}
.multipage .basket-tbl .headCol.pCost {
width: 70px;
margin: 0px auto;
clear: both;
text-align: center;
padding-top: 15px;
}
.multipage .basket-tbl .headCol.pImage {
width: 100%;
margin-right: 0px;
text-align: center;
}
.multipage .basket-tbl .headCol.pImage img {
margin: 0px auto;
}
.multipage .result-tbl {
position: absolute;
bottom: -60px;
right: 0px;
max-width: 130px;
white-space: nowrap;
font-size: 16px;
}
.multipage .result-tbl .curr {
display: inline-block;
}
.multipage .result-tbl .form-control-em {
display: inline-block;
width: 50px;
max-width: initial;
min-width: auto;
font-size: 16px;
font-weight: bold;
background: transparent;
border: none;
box-shadow: none;
color: #43484d;
padding: 0px;
margin: 0px;
}
.multipage .result-tbl b {
font-weight: bold;
font-size: 16px;
position: relative;
display: inline-block;
top: 0px;
margin-right: 1px;
margin-left: 5px;
}
.multipage .result-tbl label {
margin-right: 10px;
vertical-align: top;
float: left;
}
.multipage .btnqty[class*="btn"] {
width: 30px;
height: 30px;
background-color: #e1e8ee;
border-radius: 4px;
border: none;
cursor: pointer;
text-align: center;
line-height: 30px;
}
.multipage .basket-tbl .pQty .form-control-em {
width: 30px;
height: 30px;
background-color: #fff;
border-radius: 4px;
text-align: center;
line-height: 30px;
position: absolute;
left: 0px;
right: 0px;
margin: 0px auto;
box-shadow: none;
border: none;
padding: 0px;
}
.multipage .basket-tbl .pQty .btnqty[class*="btn"] i {
color: #86939e;
vertical-align: middle;
}
.multipage .basket-tbl .qty.pQty {
width: 100%;
max-width: 95px;
min-width: 95px;
position: relative;
}
@media screen and (max-width: 767px) {
.multipage .basket-tbl .qty.pQty {
margin: 0px auto;
}
}
.multipage .inc.btnqty {
float: right;
}
.multipage .dec.btnqty {
float: left;
}
.multipage .basket-tbl .headCol.pDetails {
margin-right: 0px;
width: 100%;
text-align: center;
margin-top: 10px;
}
.multipage .paymentDetails .paymetncol li {
padding: 15px;
list-style: none;
font-size: 15px;
}
.multipage .paymentDetails .paymetncol li i {
color: var(--wpep-theme-color);
text-align: center;
line-height: 20px;
border-radius: 100px;
font-size: 11px;
margin-right: 10px;
}
.multipage .paymentDetails .paymetncol li:last-child {
background: #f9f9f9;
}
.multipage .paymentDetails .paymetncol li span {
font-weight: 600;
float: right;
margin: 0px 0px;
}
.multipage .pReset i {
cursor: pointer;
padding: 0px 10px;
font-size: 16px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
color: #fff;
background: var(--wpep-theme-color);
border-radius: 4px;
width: 85px;
margin-top: 10px;
}
.multipage .listingHeadWrap {
display: none;
}
.multipage .wpItem {
padding: 20px 20px;
background: #fff;
text-align: center;
margin: 0px 0px 20px 0px;
border-radius: 6px;
box-shadow: 0px 0px 30px -23px #b3b3b3;
border: 1px solid #f7f7f7;
}
.multipage .wpItem:last-child {
border: none;
}
.multipage .headCol.pReset {
text-align: center;
}
.multipage .form-group.cusPaymentSec {
margin: 15px 0px 25px 0px;
}
.multipage .cusSelect select {
border-radius: 4px;
border: 1px solid #fff;
font-size: 13px;
background: #f3f3f3;
padding: 2px;
color: #717171;
font-weight: 500;
}
.multipage .cusSelect select:hover,
.multipage .cusSelect select:focus,
.multipage .cusSelect select:active {
outline: none;
box-shadow: none;
}
.multipage .form-control-wrap input {
font-weight: 300;
padding: 0px 15px;
color: #2f2f37;
background-color: #fff;
border: none;
width: 100%;
height: 40px;
line-height: 40px;
border: 1px solid #b3b3b3;
border-radius: 4px;
font-size: 13px;
box-shadow: none;
}
.multipage .form-wizard .wizard-form-checkbox {
display: inline-block;
margin-left: 5px;
position: relative;
}
.multipage .form-wizard .wizard-form-checkbox input[type="checkbox"] {
height: 18px;
width: 18px;
display: inline-block;
vertical-align: middle;
border-radius: 4px;
position: relative;
cursor: pointer;
margin: -3px 0px 0px 0px;
border: 1px solid #7f8393;
background-color: #fff;
transition: all 1s ease-in-out;
}
.multipage .form-wizard .wizard-form-checkbox input[type="checkbox"]:focus {
outline: 0;
}
.multipage .form-wizard .wizard-form-checkbox input[type="checkbox"]:checked {
background-color: #fff;
background-color: #2065e1;
}
.multipage .form-wizard .wizard-form-checkbox input[type="checkbox"]::before {
content: "";
position: absolute;
display: inline-block;
background-color: #2065e1;
left: 0px;
right: 0;
margin: 0 auto;
top: 3px;
transition: all 0.2s ease;
opacity: 0;
transform: scale(0);
}
.multipage .form-wizard .wizard-form-checkbox input[type="checkbox"]:checked::before {
content: "✓";
position: absolute;
display: inline-block;
background-color: #2065e1;
color: #fff;
border-radius: 0px;
left: 2px;
right: 2px;
font-size: 11px;
margin: 0 auto;
top: 2px;
line-height: 15px;
opacity: 1;
text-align: center;
transform: scale(1);
font-weight: bold;
bottom: 2px;
}
.multipage .form-wizard .wizard-form-checkbox input[type="checkbox"] ~ label {
padding-left: 5px;
cursor: pointer;
margin-right: 15px;
margin-bottom: 0px;
display: inline-block;
font-size: 12px;
}
.multipage input {
color: #900;
}
.multipage .form-control-wrap {
font-weight: 400;
padding: 0px 15px;
color: #2f2f37;
background-color: #fff;
border: none;
width: 100%;
line-height: 40px;
border: 1px solid #b3b3b3;
border-radius: 4px;
font-size: 13px;
overflow: hidden;
position: relative;
}
.multipage .form-control-wrap iframe {
float: left;
margin: 0px !important;
}
.multipage .form-control-wrap .input-card {
width: 100%;
margin-left: 0px;
}
.multipage .form-control-wrap .input-date {
width: 50%;
left: 0px;
}
.multipage .form-control-wrap .input-ccv {
width: 50%;
}
.multipage .cred {
width: 100%;
border-top: 1px solid #e1e8ee;
float: right;
}
.multipage .form-control-1 {
height: 40px;
position: relative;
top: -7px;
left: 5px;
}
.multipage .CardIcon {
width: 20px;
height: 14px;
perspective: 1000px;
overflow: hidden;
position: absolute;
left: 10px;
top: 13px;
display: none;
}
.multipage .CardIcon-inner {
position: relative;
text-align: center;
transition: transform 0.6s;
transform-style: preserve-3d;
}
.multipage .input-postal {
left: -15px;
}
.multipage .CardIcon-front,
.multipage .CardIcon-back {
position: absolute;
backface-visibility: hidden;
}
.multipage .CardIcon-front img,
.multipage .CardIcon-back img {
vertical-align: top !important;
width: 20px;
height: auto;
padding: 0px;
margin: 0px;
}
.multipage .CardIcon-back {
transform: rotateY(180deg);
}
.multipage .orderCompleted {
text-align: center;
}
.multipage .orderCompleted h2 {
margin: 0px;
margin-bottom: 10px;
margin-top: 10px;
padding: 0px;
}
.multipage .orderCompleted h2::before {
display: none !important;
}
.multipage .orderCompleted p {
font-size: 14px;
padding: 0px;
margin: 0px;
}
.multipage .doneorder {
margin: 0px auto;
width: 70px;
height: auto;
padding: 0px;
}
.multipage .orderCompleted a {
color: #82aeff;
text-decoration: none;
display: block;
margin-top: 9px;
}
.multipage .orderCompleted a:hover,
.multipage .orderCompleted a:active,
.multipage .orderCompleted a:focus {
box-shadow: none;
outline: none;
}
.multipage .lastPage {
display: block;
text-align: center;
}
.multipage .wizard-fieldset.orderCompleted {
padding-bottom: 30px;
}
.multipage .orderCompleted .form-wizard-submit {
opacity: 0.7;
}
.multipage ul.wpep_tabs {
margin: 0px;
padding: 0px;
list-style: none;
border-top: 2px solid #efefef;
display: block;
width: 100%;
}
.multipage ul.wpep_tabs li {
background: none;
color: #777 !important;
display: inline-block;
padding: 15px 20px 15px 20px;
margin: 0px;
cursor: pointer;
position: relative;
vertical-align: top;
}
.multipage ul.wpep_tabs li img {
-moz-filter: grayscale(100%);
filter: grayscale(100%);
opacity: 0.4;
transition: all 0.5s ease;
width: 28px;
margin: 0px;
padding: 0px;
height: auto;
margin-right: 5px;
display: inline-block;
} .multipage ul.wpep_tabs li:hover img {
-moz-filter: grayscale(0%);
filter: grayscale(0%);
opacity: 1;
}
.multipage ul.wpep_tabs li.current {
background: #fbfbfb;
}
.multipage ul.wpep_tabs li.current img {
-moz-filter: grayscale(0%);
filter: grayscale(0%);
opacity: 1;
}
.multipage ul.wpep_tabs li::before {
content: "";
display: block;
width: 0;
height: 2px;
background: var(--wpep-theme-color);
transition: width 0.3s;
position: absolute;
top: -2px;
left: 0px;
}
.multipage ul.wpep_tabs li:hover::before {
width: 100%;
}
.multipage ul.wpep_tabs li.current::before {
width: 100%;
color: #222;
}
.multipage .tab-content {
display: none;
background: #fbfbfb;
padding: 18px;
margin-bottom: 15px;
}
.multipage .tab-content.current {
display: inherit;
}
.multipage .tab-content .form-group.form-control-wrap {
margin-bottom: 15px;
border: 1px solid #e1e8ee;
}
.multipage .tab-content .form-group.form-control-wrap.pcode {
margin-bottom: 0px;
}
.multipage .tab-content h3 {
font-size: 16px;
font-weight: 400;
color: #3c3c3c;
}
.multipage .cred-card-wrap.form-group.form-control-wrap {
padding: 0px;
}
.multipage .btnGroupFirst {
justify-content: flex-end;
}
.multipage #stickyBar {
transition: all 1s ease-in-out;
position: fixed;
bottom: 0px;
left: 0px;
right: 0px;
}
.multipage #stickyBar .paymentDetails .paymetncol li:last-child {
background: #fff;
border-top: 1px solid #e0e0e0;
box-shadow: 0px 0px 40px -20px #b9b9b9;
height: 60px;
}
.multipage #stickyBar .paymetncol {
padding: 0px;
margin: 0px;
}
.multipage .btn-wpep {
padding: 0px 40px;
line-height: 40px;
outline: none;
font-size: 16px;
text-align: center;
border: none;
background: transparent;
color: #000;
cursor: pointer;
display: inline-block;
text-decoration: none;
}
.multipage .btn-wpep-primary {
background: var(--wpep-theme-color);
border: 1px solid var(--wpep-theme-color);
box-shadow: 0px 0px 20px -8px var(--wpep-theme-color);
color: #fff;
opacity: 1;
transition: opacity 0.25s ease-in-out;
-moz-transition: opacity 0.25s ease-in-out;
-webkit-transition: opacity 0.25s ease-in-out;
}
.multipage .btn-wpep-primary:hover,
.multipage .btn-wpep-primary:focus,
.multipage .btn-wpep-primary:active {
opacity: 0.8;
}
.multipage .btn-wpep-secondary {
background: #ffffff;
border: 1px solid #e2e5ec;
box-shadow: 0px 0px 15px -8px var(--wpep-theme-color);
color: #595d6e;
opacity: 1;
transition: opacity 0.25s ease-in-out;
-moz-transition: opacity 0.25s ease-in-out;
-webkit-transition: opacity 0.25s ease-in-out;
}
.multipage .btn-wpep-secondary:hover,
.multipage .btn-wpep-secondary:focus,
.multipage .btn-wpep-secondary:active {
opacity: 0.8;
}
.multipage #stickyBar .btn-wpep {
padding: 0px 30px;
line-height: 28px;
height: 30px;
font-size: 14px;
}
.multipage #stickyBar .paymentDetails .paymetncol li span {
font-size: 18px;
margin-left: 5px;
}
.multipage #stickyBar .paymentDetails .paymetncol li strong {
line-height: 32px;
} .multipage .noMulti {
display: none;
} .multipage .cusLabel {
padding: 0px 0px 10px 0px;
display: block;
color: #333 !important;
}
.multipage .subscriptionPlan {
margin-bottom: 20px;
}
.multipage .form-wizard .subscriptionPlan .wizard-form-radio {
display: block;
margin-left: 0px;
position: relative;
margin-bottom: 8px;
font-size: 14px;
}
.multipage .paydlayout .shcusIn {
margin-top: 15px;
}
.multipage .wpep-btn {
padding: 0px 40px;
line-height: 40px;
outline: none;
font-size: 16px;
text-align: center;
border: none;
background: transparent;
color: #000;
cursor: pointer;
display: inline-block;
text-decoration: none;
}
.multipage .wpep-btn-primary {
background: var(--wpep-theme-color);
border: 1px solid var(--wpep-theme-color);
box-shadow: 0px 0px 20px -8px var(--wpep-theme-color);
color: #fff;
opacity: 1;
transition: opacity 0.25s ease-in-out;
-moz-transition: opacity 0.25s ease-in-out;
-webkit-transition: opacity 0.25s ease-in-out;
}
.multipage .wpep-btn-primary:hover,
.multipage .wpep-btn-primary:focus,
.multipage .wpep-btn-primary:active {
opacity: 0.8;
}
.multipage .wpep-btn-secondary {
background: #ffffff;
border: 1px solid #e2e5ec;
box-shadow: 0px 0px 15px -8px var(--wpep-theme-color);
color: #595d6e;
opacity: 1;
transition: opacity 0.25s ease-in-out;
-moz-transition: opacity 0.25s ease-in-out;
-webkit-transition: opacity 0.25s ease-in-out;
}
.multipage .wpep-btn-secondary:hover,
.multipage .wpep-btn-secondary:focus,
.multipage .wpep-btn-secondary:active {
opacity: 0.8;
}
.multipage .wpepError {
color: #ff4200;
display: inline-block;
margin: 0;
font-size: 10px;
position: absolute;
bottom: -18px;
left: 0;
}
.multipage .wpep-disabled {
pointer-events: none !important;
opacity: 0.75 !important;
}
.multipage .wpep-alert {
padding: 12px 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.multipage .wpep-alert-danger {
color: #ca1818;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.multipage .wpep-alert-dismissable,
.multipage .wpep-alert-dismissible {
padding-right: 35px;
position: relative;
}
.multipage .wpep-alert-dismissable a.wpep-alert-close,
.multipage .wpep-alert-dismissible a.wpep-alert-close {
position: absolute;
top: 0;
right: 15px;
color: inherit;
text-decoration: none;
font-size: 18px;
opacity: 0.75;
bottom: 0;
margin: auto;
height: 12px;
display: inline-block;
line-height: 12px;
}
.multipage .wpep-ptb-150 {
padding-top: 150px !important;
padding-bottom: 150px !important;
}
@media screen and (min-width: 767px) {
.multipage .paymentSelect .selection label {
padding: 0px 10px;
}
.multipage #stickyBar {
display: none;
}
.multipage .cred-card-wrap.form-group.form-control-wrap {
padding: 0px 15px;
}
.multipage .form-control-wrap .input-ccv {
width: 50px;
}
.multipage .form-control-wrap .input-date {
width: 85px;
left: 20px;
}
.multipage .form-control-wrap .input-card {
width: 210px;
margin-left: 10px;
}
.multipage .cred {
width: 135px;
border: none;
}
.multipage .CardIcon {
display: block;
}
.multipage .paymentSelect .selection {
margin-right: 10px;
vertical-align: middle;
padding: 0px 10px 0px 0px;
min-width: 64px;
width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.multipage .paymentSelect {
display: flex;
justify-content: space-between;
}
.multipage .listingHeadWrap {
display: block;
}
.multipage .listingHeadWrap {
background: #f9f9f9;
padding: 20px 20px;
}
.multipage .listingHead {
display: table;
font-size: 15px;
width: 100%;
}
.multipage .listingHead .headCol.pPrice {
width: 70px;
}
.multipage .listingHead .headCol.pQty {
width: 95px;
margin-right: 30px;
}
.multipage .listingHead .headCol.pDetails {
margin-right: 30px;
width: 170px;
}
.multipage .listingHead .headCol.pImage {
width: 110px;
padding-right: 20px;
}
.multipage .wpItem {
padding: 20px 0px;
display: flex;
border: none;
border-bottom: 1px solid #e1e8ee;
background: #fff;
border-bottom: 1px solid #e2e2e2;
background: #fff;
text-align: inherit;
box-shadow: none;
border-radius: 0px;
margin: 0px;
}
.multipage .headCol {
float: left;
}
.multipage .basket-tbl .headCol.pImage {
width: 100%;
max-width: 70px;
min-width: 70px;
margin-right: 65px;
}
.multipage .basket-tbl .headCol.pDetails {
margin-right: 30px;
width: 100%;
max-width: 170px;
text-align: left;
margin-top: 0px;
}
.multipage .basket-tbl .qty.pQty {
margin-right: 30px;
}
.multipage .basket-tbl .headCol.pCost {
width: 100%;
max-width: 70px;
margin: 0px;
text-align: left;
padding-top: 0px;
}
.multipage .pReset i {
cursor: pointer;
padding: 0px 10px;
font-size: 16px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
color: #d6d6d6;
background: transparent;
margin: 0px;
}
.multipage .pReset i:hover {
color: red;
}
.multipage .basket-tbl .headCol.pPrice {
margin: 0px;
}
.multipage .basket-tbl .headCol.pPrice .form-control-em {
width: auto;
text-align: inherit;
padding: 0px;
margin: 0px;
background: transparent;
border: none;
box-shadow: none;
}
}
.wpepLoader {
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
width: auto;
height: auto;
font-size: 16px;
color: #000;
background: rgba(253, 253, 253, 0.98);
border-radius: 4px;
border: 1px solid #fbfbfb;
z-index: 99;
display: flex;
align-items: center;
justify-content: center;
padding: 60px;
}
.multipage small.display {
font-size: 100%;
}
.wpep-btn-primary {
text-decoration: none !important;
}
.multipage .wizard-fieldset {
margin-top: 60px !important;
}
.multipage .wizard-fieldset.orderCompleted {
margin: 0px !important;
}
label[data-label-show="no"] {
display: none;
} @keyframes initial-loading {
0%,
100% {
transform: translate(-34px, 0);
}
50% {
transform: translate(96px, 0);
}
}
.initial-load-animation {
width: 200px;
margin: 0 auto;
transform: scale(1);
transition: transform 0.5s ease;
}
.payment-image {
text-align: center;
}
.initial-load-animation .payment-image .icon-pay::before {
height: 44px;
width: 64px;
margin: 0 auto 15px;
transform: translate(0, 0);
opacity: 1;
transition: all 0.5s ease-out;
display: inline-block;
}
.initial-load-animation .loading-bar {
width: 130px;
height: 2px;
margin: 0 auto;
border-radius: 2px;
background-color: #cfcfcf;
position: relative;
overflow: hidden;
z-index: 1;
transform: rotateY(0);
transition: transform 0.3s ease-in;
}
.initial-load-animation .loading-bar .blue-bar {
height: 100%;
width: 68px;
position: absolute;
transform: translate(-34px, 0);
background-color: var(--wpep-theme-color);
border-radius: 2px;
animation: initial-loading 1.5s infinite ease;
}
.initial-load-animation.fade-load .payment-image .icon-pay::before {
transform: rotateY(180deg);
opacity: 1;
}
.initial-load-animation .payment-image .icon-pay {
color: var(--wpep-theme-color);
}
.multipage ul.wpep_tabs li.titelIcon {
display: block !important;
padding: 20px 15px 0px 15px;
}
.multipage ul.wpep_tabs li.titelIcon h4 {
margin: 0px;
font-size: 15px;
padding: 0px;
font-weight: normal;
display: inline-block;
color: #333 !important;
}
.multipage ul.wpep_tabs li.titelIcon img {
margin: -5px 10px 0px 0px !important;
max-width: 28px;
display: inline-block;
vertical-align: middle;
}
.wpep-popup .wpep-close {
z-index: 10000;
}
.wpep-popup .wpep-content .wpepLoader {
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(253, 253, 253, 0.98);
}
.multipage .form-wizard .termsCondition .wizard-form-checkbox input[type="checkbox"] {
height: 18px;
width: 18px;
}
.multipage .form-wizard .termsCondition .wizard-form-checkbox input[type="checkbox"] ~ label {
margin-right: 0px;
font-size: 14px;
display: inherit;
}
.multipage .form-wizard .termsCondition .wizard-form-checkbox a {
font-size: 14px;
}
@media screen and (max-width: 480px) {
.multipage .wpep-ptb-150 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
}
.multipage span.wpep-help-text {
font-size: 11px;
color: #999;
padding: 0;
display: block;
line-height: inherit;
margin-top: 5px;
}
.multipage .wpep-m-0 {
margin: 0 !important;
}
.multipage .wpep-checkboxWrapper,
.wpep-radioWrapper {
margin-bottom: 15px;
}
.multipage input[type="checkbox"] + label,
.multipage input[type="radio"] + label {
margin: 0;
}
.multipage .inputGroup {
background-color: #fff;
display: block;
margin: 10px 0;
position: relative;
box-shadow: 0px 0px 12px 0px #f1f1f1;
border-radius: 4px;
}
.multipage .inputGroup label {
padding: 25px 20px;
width: 100%;
display: block;
text-align: left;
color: #8c8c8c;
cursor: pointer;
position: relative;
z-index: 2;
transition: color 200ms ease-in;
overflow: hidden;
}
.multipage .inputGroup label:before {
width: 10px;
height: 10px;
border-radius: 50%;
content: "";
background-color: var(--wpep-theme-color);
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) scale3d(1, 1, 1);
transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
opacity: 0;
z-index: -1;
}
.multipage .inputGroup label:after {
width: 32px;
height: 32px;
content: "";
border: 2px solid #d1d7dc;
background-color: #fff;
background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
background-repeat: no-repeat;
background-position: 1px 3px;
border-radius: 50%;
z-index: 2;
position: absolute;
right: 30px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
transition: all 200ms ease-in;
}
.multipage .inputGroup input:checked ~ label {
color: #fff;
}
.multipage .inputGroup input:checked ~ label:before {
transform: translate(-50%, -50%) scale3d(120, 120, 1);
opacity: 1;
}
.multipage .inputGroup input:checked ~ label:after {
background-color: var(--wpep-theme-color);
border-color: rgba(255, 255, 255, 0.6);
}
.multipage .inputGroup input {
width: 32px;
height: 32px;
order: 1;
z-index: 2;
position: absolute;
right: 30px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
visibility: hidden;
}
.multipage .cardList .cardListLab {
display: flex;
justify-content: space-between;
padding: 25px 85px 25px 30px;
align-items: center;
font-size: 20px;
font-weight: 300;
border-radius: 4px;
font-size: 14px;
}
.multipage .removeicon {
vertical-align: text-top;
z-index: 3;
position: relative;
}
.multipage .removeicon svg {
fill: var(--wpep-theme-color);
}
.multipage .inputGroup input:checked ~ label .removeicon svg {
fill: #fff;
}
.multipage .carexp {
margin-right: 15px;
letter-spacing: 1px;
}
.multipage .mastercard1 {
vertical-align: sub;
margin-right: 15px;
height: 20px;
display: inline-block;
font-weight: 600;
}
.multipage .mastercard2 {
letter-spacing: 2px;
}
.multipage .card01 .icon-pay-brand {
margin-right: 25px;
height: 32px;
display: inline-block;
vertical-align: middle;
}
.multipage .card01 .icon-pay-brand svg {
width: 32px;
height: 32px;
fill: currentColor;
}
.multipage .inputGroup input:checked ~ label .icon-pay-brand svg {
fill: #fff;
}
@media screen and (max-width: 767px) {
.multipage .mastercard1 {
margin-right: 5px;
}
.multipage .card01 .icon-pay {
margin-right: 5px;
}
.multipage .inputGroup label:after {
right: 15px;
width: 22px;
height: 22px;
background-position: 2px 3px;
background-size: 22px;
}
.multipage .cardList .cardListLab {
font-size: 18px;
white-space: nowrap;
padding: 25px 55px 25px 15px;
}
.multipage .removeicon svg {
width: 18px;
height: 18px;
}
.multipage .mastercard2 {
letter-spacing: 0px;
}
.multipage .carexp {
margin-right: 10px;
letter-spacing: 0px;
font-size: 18px;
}
}
.multipage .cardsBlock02 {
margin-bottom: 20px;
}
.multipage .form-wizard .cardsBlock02 .wizard-form-radio {
margin-left: 0px;
margin-right: 15px;
cursor: pointer;
}
.multipage .form-wizard .cardsBlock02 .wizard-form-radio input[type="radio"] {
margin-right: 5px;
}
.multipage .form-wizard .cardsBlock02 .wizard-form-radio label {
cursor: pointer;
font-size: 12px;
}
.multipage .wpep_saved_cards .inputGroup {
margin-top: 0px;
}
.multipage .form-wizard .wizard-form-checkbox.saveCarLater {
margin: 10px 0px 0px 0px;
font-size: 14px;
}
.wpep-popup .multipage .inputGroup label:after {
background-position: 1px 3px;
} .multipage .custom-select-wrapper {
position: relative;
display: inline-block;
user-select: none;
cursor: pointer;
width: 100%;
}
.multipage .custom-select-wrapper select {
display: none;
}
.multipage .custom-select {
position: relative;
display: inline-block;
width: 100%;
}
.multipage .custom-select-trigger {
position: relative;
display: block;
min-width: 130px;
cursor: pointer;
transition: all 0.2s ease-in-out;
width: 100%;
height: 38px;
line-height: 38px;
}
.multipage .custom-select-trigger:after {
position: absolute;
display: block;
content: "";
width: 7px;
height: 7px;
top: 50%;
right: 0px;
margin-top: 0px;
border-bottom: 1px solid #6d6d6d;
border-right: 1px solid #6d6d6d;
transform: rotate(45deg) translateY(-50%);
transition: all 0.35s ease-out;
transform-origin: 50% 0;
}
.multipage .custom-select.opened .custom-select-trigger:after {
margin-top: 3px;
transform: rotate(-135deg) translateY(-50%);
}
.multipage .custom-options {
position: absolute;
display: block;
top: 100%;
left: 0%;
right: 0;
width: 100%;
z-index: 2;
margin: 10px 0;
border-radius: 5px;
box-sizing: border-box;
background: #fff;
transition: all 0.2s ease-in-out;
opacity: 0;
visibility: hidden;
pointer-events: none;
transform: translateY(-15px);
border: 1px solid #b3b3b3;
}
.multipage .custom-select.opened .custom-options {
opacity: 1;
visibility: visible;
pointer-events: all;
transform: translateY(-8px);
}
.multipage .option-hover:before {
background: #f9f9f9;
}
.multipage .custom-option {
position: relative;
display: block;
padding: 0 20px;
line-height: 38px;
cursor: pointer;
transition: all 0.05s ease-in-out;
}
.multipage .custom-option:first-of-type {
border-radius: 4px 4px 0 0;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
.multipage .custom-option:last-of-type {
border-bottom: 0;
border-radius: 0 0 4px 4px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.multipage .custom-option:hover,
.multipage .custom-option.selection {
color: #2f2f37;
background-color: #ecf3fb;
}
span.fieldReq {
font-size: 10px;
vertical-align: top;
color: red;
}
.multipage { }
.multipage .button-google-pay {
min-width: 200px;
min-height: 40px;
padding: 11px 24px;
margin: 10px auto;
background-color: #000;
background-image: url(data:image/svg+xml,%3Csvg%20width%3D%22103%22%20height%3D%2217%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M.148%202.976h3.766c.532%200%201.024.117%201.477.35.453.233.814.555%201.085.966.27.41.406.863.406%201.358%200%20.495-.124.924-.371%201.288s-.572.64-.973.826v.084c.504.177.912.471%201.225.882.313.41.469.891.469%201.442a2.6%202.6%200%200%201-.427%201.47c-.285.43-.667.763-1.148%201.001A3.5%203.5%200%200%201%204.082%2013H.148V2.976zm3.696%204.2c.448%200%20.81-.14%201.085-.42.275-.28.413-.602.413-.966s-.133-.684-.399-.959c-.266-.275-.614-.413-1.043-.413H1.716v2.758h2.128zm.238%204.368c.476%200%20.856-.15%201.141-.448.285-.299.427-.644.427-1.036%200-.401-.147-.749-.441-1.043-.294-.294-.688-.441-1.183-.441h-2.31v2.968h2.366zm5.379.903c-.453-.518-.679-1.239-.679-2.163V5.86h1.54v4.214c0%20.579.138%201.013.413%201.302.275.29.637.434%201.085.434.364%200%20.686-.096.966-.287.28-.191.495-.446.644-.763a2.37%202.37%200%200%200%20.224-1.022V5.86h1.54V13h-1.456v-.924h-.084c-.196.336-.5.611-.91.826-.41.215-.845.322-1.302.322-.868%200-1.528-.259-1.981-.777zm9.859.161L16.352%205.86h1.722l2.016%204.858h.056l1.96-4.858H23.8l-4.41%2010.164h-1.624l1.554-3.416zm8.266-6.748h1.666l1.442%205.11h.056l1.61-5.11h1.582l1.596%205.11h.056l1.442-5.11h1.638L36.392%2013h-1.624L33.13%207.876h-.042L31.464%2013h-1.596l-2.282-7.14zm12.379-1.337a1%201%200%200%201-.301-.735%201%201%200%200%201%20.301-.735%201%201%200%200%201%20.735-.301%201%201%200%200%201%20.735.301%201%201%200%200%201%20.301.735%201%201%200%200%201-.301.735%201%201%200%200%201-.735.301%201%201%200%200%201-.735-.301zM39.93%205.86h1.54V13h-1.54V5.86zm5.568%207.098a1.967%201.967%200%200%201-.686-.406c-.401-.401-.602-.947-.602-1.638V7.218h-1.246V5.86h1.246V3.844h1.54V5.86h1.736v1.358H45.75v3.36c0%20.383.075.653.224.812.14.187.383.28.728.28.159%200%20.299-.021.42-.063.121-.042.252-.11.392-.203v1.498c-.308.14-.681.21-1.12.21-.317%200-.616-.051-.896-.154zm3.678-9.982h1.54v2.73l-.07%201.092h.07c.205-.336.511-.614.917-.833.406-.22.842-.329%201.309-.329.868%200%201.53.254%201.988.763.457.509.686%201.202.686%202.079V13h-1.54V8.688c0-.541-.142-.947-.427-1.218-.285-.27-.656-.406-1.113-.406-.345%200-.656.098-.931.294a2.042%202.042%200%200%200-.651.777%202.297%202.297%200%200%200-.238%201.029V13h-1.54V2.976zm32.35-.341v4.083h2.518c.6%200%201.096-.202%201.488-.605.403-.402.605-.882.605-1.437%200-.544-.202-1.018-.605-1.422-.392-.413-.888-.62-1.488-.62h-2.518zm0%205.52v4.736h-1.504V1.198h3.99c1.013%200%201.873.337%202.582%201.012.72.675%201.08%201.497%201.08%202.466%200%20.991-.36%201.819-1.08%202.482-.697.665-1.559.996-2.583.996h-2.485v.001zm7.668%202.287c0%20.392.166.718.499.98.332.26.722.391%201.168.391.633%200%201.196-.234%201.692-.701.497-.469.744-1.019.744-1.65-.469-.37-1.123-.555-1.962-.555-.61%200-1.12.148-1.528.442-.409.294-.613.657-.613%201.093m1.946-5.815c1.112%200%201.989.297%202.633.89.642.594.964%201.408.964%202.442v4.932h-1.439v-1.11h-.065c-.622.914-1.45%201.372-2.486%201.372-.882%200-1.621-.262-2.215-.784-.594-.523-.891-1.176-.891-1.96%200-.828.313-1.486.94-1.976s1.463-.735%202.51-.735c.892%200%201.629.163%202.206.49v-.344c0-.522-.207-.966-.621-1.33a2.132%202.132%200%200%200-1.455-.547c-.84%200-1.504.353-1.995%201.062l-1.324-.834c.73-1.045%201.81-1.568%203.238-1.568m11.853.262l-5.02%2011.53H96.42l1.864-4.034-3.302-7.496h1.635l2.387%205.749h.032l2.322-5.75z%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M75.448%207.134c0-.473-.04-.93-.116-1.366h-6.344v2.588h3.634a3.11%203.11%200%200%201-1.344%202.042v1.68h2.169c1.27-1.17%202.001-2.9%202.001-4.944%22%20fill%3D%22%234285F4%22%2F%3E%3Cpath%20d%3D%22M68.988%2013.7c1.816%200%203.344-.595%204.459-1.621l-2.169-1.681c-.603.406-1.38.643-2.29.643-1.754%200-3.244-1.182-3.776-2.774h-2.234v1.731a6.728%206.728%200%200%200%206.01%203.703%22%20fill%3D%22%2334A853%22%2F%3E%3Cpath%20d%3D%22M65.212%208.267a4.034%204.034%200%200%201%200-2.572V3.964h-2.234a6.678%206.678%200%200%200-.717%203.017c0%201.085.26%202.11.717%203.017l2.234-1.731z%22%20fill%3D%22%23FABB05%22%2F%3E%3Cpath%20d%3D%22M68.988%202.921c.992%200%201.88.34%202.58%201.008v.001l1.92-1.918c-1.165-1.084-2.685-1.75-4.5-1.75a6.728%206.728%200%200%200-6.01%203.702l2.234%201.731c.532-1.592%202.022-2.774%203.776-2.774%22%20fill%3D%22%23E94235%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
background-origin: content-box;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
border: 0;
border-radius: 4px;
box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
outline: 0;
cursor: pointer;
display: none;
}
.multipage .button-masterpass {
min-width: 200px;
min-height: 40px;
max-height: 40px;
padding: 0;
margin: 10px auto;
background-color: black;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: 50% 50%;
border-radius: 5px;
border-color: white;
cursor: pointer;
display: none;
}
.multipage .inpuQty {
position: relative;
max-width: 120px;
}
.multipage .inpuQty .value-button {
position: absolute;
height: 40px;
margin: 0px;
padding: 0px;
border: none;
line-height: 40px;
font-size: 30px;
font-weight: 100;
background: transparent;
color: #a5a5a5;
width: 40px;
text-align: center;
cursor: pointer;
}
.multipage .inpuQty #decrease {
left: 0px;
margin: 0px;
font-size: 40px;
line-height: 35px;
}
.multipage .inpuQty #increase {
right: 0px;
top: 0px;
}
.multipage .inpuQty .form-control {
text-align: center;
padding: 0px 40px !important;
}
.multipage .qtylabel {
padding: 0px;
margin: 0px 0px 5px 0px;
line-height: normal;
font-size: 14px;
display: block;
}
.multipage .file-upload-wrapper {
position: relative;
width: 100%;
height: 40px;
border: 1px solid #b3b3b3;
border-radius: 4px;
overflow: hidden;
}
.multipage .file-upload-wrapper:after {
content: attr(data-text);
font-size: 14px;
position: absolute;
top: 0;
left: 0;
background: #fff;
padding: 10px 15px;
display: block;
width: calc(100% - 160px);
pointer-events: none;
z-index: 20;
height: 20px;
line-height: 20px;
color: #2f2f37;
border-radius: 5px 10px 10px 5px;
font-weight: 400;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
min-height: 100%;
}
.multipage .file-upload-wrapper:before {
content: "Upload";
position: absolute;
top: 4px;
right: 5px;
display: inline-block;
height: 31px;
background: var(--wpep-theme-color);
color: #fff;
font-weight: 700;
z-index: 25;
font-size: 14px;
line-height: 32px;
padding: 0 15px;
text-transform: uppercase;
pointer-events: none;
border-radius: 4px;
width: 90px;
text-align: center;
}
.multipage .file-upload-wrapper:hover:before {
background: var(--wpep-theme-color);
opacity: 0.8;
}
.multipage .file-upload-wrapper input {
opacity: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99;
height: 40px;
margin: 0;
padding: 0;
display: block;
cursor: pointer;
width: 100%;
}
.multipage .labelupload {
font-size: 14px;
}
.multipage .wpep-coupons {
margin: 0px 0px 25px 0px; }
.multipage .wpep-coupons .coupon-field {
display: flex;
}
.multipage .wpep-coupons .coupon-field .cp-apply {
height: 40px;
margin-left: 15px;
padding: 0;
}
.multipage .wpep-single-form-submit-btn {
background-color: var(--wpep-theme-color);
color: #ffffff;
display: inline-block;
min-width: 100px;
min-width: 120px;
padding: 10px 20px;
text-align: center;
font-size: 16px;
font-weight: bold;
border-radius: 4px;
transition: all 0.2s ease-in-out;
text-decoration: none !important;
cursor: pointer;
border: 1px solid var(--wpep-theme-color);
}
.multipage .wpep-alert-success {
color: #155724;
background-color: #d4edda;
border-color: #d4edda;
}
.multipage div.wpep-payment-details-wrapper {
position: relative;
display: flex;
align-items: center;
margin-right: 15px;
}
.multipage a.wpep-open-details {
color: var(--wpep-theme-color);
}
.multipage div.wpep-payment-details {
width: 251px;
min-height: 150px;
height: auto;
padding: 15px;
border: 1px solid #ddd;
border-radius: 4px;
position: absolute;
right: 0;
top: 45px;
background: #FFF;
visibility: hidden;
opacity: 0;
transition: all 0.3s ease 0s;
box-shadow: 0px 0px 3px 0px rgb(179 179 179 / 25%);
-webkit-box-shadow: 0px 0px 3px 0px rgb(179 179 179 / 25%);
-moz-box-shadow: 0px 0px 3px 0px rgb(179 179 179 / 25%);
-ms-box-shadow: 0px 0px 3px 0px rgb(179 179 179 / 25%);
-o-box-shadow: 0px 0px 3px 0px rgb(179 179 179 / 25%);
}
.multipage div.wpep-payment-details:after {
content: '';
border-top: 8px solid transparent;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #ddd;
display: inline-block;
position: absolute;
right: 20px;
top: -17px;
}
.multipage div.wpep-payment-details:before {
content: '';
border-top: 8px solid transparent;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #FFF;
display: inline-block;
position: absolute;
right: 20px;
top: -16px;
z-index: 9;
}
.multipage a.wpep-open-details:hover + div.wpep-payment-details, div.wpep-payment-details:hover {
visibility: visible;
opacity: 1;
transition: all 0.3s ease 0s;
}
.multipage div.wpep-payment-details ul li {
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 2px;
font-size: 12px;
}
.multipage li.wpep-fee-total {
padding-top: 5px!important;
border-top: 1px solid #ddd;
margin-top: 5px;
}
.multipage span.fee_value {
font-weight: 600;
}
.multipage span.donationGoalProgressBar {
width: 100%;
display: inline-flex;
height: 12px;
background: #EEEEEE;
border-radius: 10px;
}
.multipage span.donationGoalProgressBar > span {    
border-radius: 10px;
background-color: var(--wpep-theme-color);
}
.multipage .donationGoalDetails {
display: block;
text-align: right;
font-weight: bold;
}
.multipage .donationGoalDetails small {
font-weight: normal;
}
.multipage p.doantionGoalAchieved {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 9999;
background: rgba(255,255,255, 0.75);
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
font-weight: bold;
}
@supports (-webkit-appearance: -apple-pay-button) { 
.apple-pay-button {
display: inline-block;
-webkit-appearance: -apple-pay-button;
}
.apple-pay-button-black {
-apple-pay-button-style: black;
}
.apple-pay-button-white {
-apple-pay-button-style: white;
}
.apple-pay-button-white-with-line {
-apple-pay-button-style: white-outline;
}
}
@supports not (-webkit-appearance: -apple-pay-button) {
.apple-pay-button {
display: inline-block;
background-size: 100% 60%;
background-repeat: no-repeat;
background-position: 50% 50%;
border-radius: 5px;
padding: 0px;
box-sizing: border-box;
min-width: 200px;
min-height: 32px;
max-height: 64px;
}
.apple-pay-button-black {
background-image: -webkit-named-image(apple-pay-logo-white);
background-color: black;
}
.apple-pay-button-white {
background-image: -webkit-named-image(apple-pay-logo-black);
background-color: white;
}
.apple-pay-button-white-with-line {
background-image: -webkit-named-image(apple-pay-logo-black);
background-color: white;
border: .5px solid black;
} 
} .button-src {
min-width: 200px;
min-height: 40px;
max-height: 40px;
padding: 0;
margin: 10px;
background-color: black;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: 50% 50%;
border-radius: 5px;
border-color: rgb(255, 255, 255);
cursor:pointer;
display: none;
}
.multipage #masterPass.current .button-src {
display: block!important;
}
.multipage #applePay.current #sq-apple-pay-label {
display: block!important;
margin: 10px auto!important;
}
.multipage #googlePay.current .button-google-pay {
display: block!important;
}

@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@font-face {
font-family: "icomoon";
src: url(//daylighthilliard.com/wp-content/plugins/wp-easy-pay/assets/frontend/fonts/icomoon.eot?rvheu5);
src: url(//daylighthilliard.com/wp-content/plugins/wp-easy-pay/assets/frontend/fonts/icomoon.eot?rvheu5#iefix) format("embedded-opentype"), url(//daylighthilliard.com/wp-content/plugins/wp-easy-pay/assets/frontend/fonts/icomoon.ttf?rvheu5) format("truetype"), url(//daylighthilliard.com/wp-content/plugins/wp-easy-pay/assets/frontend/fonts/icomoon.woff?rvheu5) format("woff"), url(//daylighthilliard.com/wp-content/plugins/wp-easy-pay/assets/frontend/fonts/icomoon.svg?rvheu5#icomoon) format("svg");
font-weight: normal;
font-style: normal;
font-display: block;
} input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
textarea:blur::placeholder {
color: transparent;
} input[type="number"] {
-moz-appearance: textfield;
}
.icomoonLib [class^="icon-"],
.icomoonLib [class*=" icon-"] { font-family: "icomoon" !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-pay:before {
content: "\c007";
font-family: "icomoon" !important;
}
.icomoonLib {
font-size: 45px;
}
.singlepage label {
font-weight: normal;
}
.singlepage a:hover,
.singlepage a:active,
.singlepage a:focus {
box-shadow: none;
outline: none;
}
.singlepage a,
.singlepage h1 a:hover,
.singlepage h2 a:hover,
.singlepage h3 a:hover,
.singlepage h4 a:hover,
.singlepage h5 a:hover,
.singlepage h6 a:hover {
color: #fff;
}
.singlepage .termsCondition a {
color: var(--wpep-theme-color);
}
.singlepage a.terms {
color: var(--wpep-theme-color);
}
.singlepage form {
margin: 0px;
}
.singlepage .wizard-section ul,
ol {
margin: 0px;
padding: 0px;
}
.singlepage * {
box-sizing: border-box;
}
.singlepage img,
.singlepage video,
.singlepage svg {
max-width: 100%;
}
.singlepage ul {
padding: 0px;
margin: 0px;
}
.singlepage li {
list-style: none inside;
}
.singlepage .form-wizard {
color: #2f2f37;
padding: 0px;
font-size: 15px;
}
.singlepage .wizard-section.wpep_form_shadow .form-wizard {
padding: 30px;
} .singlepage .form-wizard-header {
display: none;
}
.singlepage .s_ft h2 {
font-size: 20px;
font-weight: 400;
margin: 0px 0px 20px 0px;
padding: 0px;
letter-spacing: normal;
text-transform: none;
color: #333 !important;
}
.singlepage .s_ft h2::before {
display: none !important;
} .singlepage .wizard-section {
max-width: 100%;
border-radius: 8px;
position: relative;
background: transparent;
}
.singlepage .wizard-section.wpep_form_shadow {
box-shadow: 0px 2px 8px rgba(44, 49, 73, 0.12);
background: #ffffff;
}
.singlepage .wizard-section.wpep_form_shadow .wpepLoader {
left: 20px;
right: 20px;
top: 20px;
bottom: 20px;
z-index: 99;
}
.singlepage .wizardWrap h5 {
font-size: 20px;
font-weight: 400;
margin: 0px 0px 20px 0px;
padding: 0px;
letter-spacing: normal;
text-transform: none;
}
.singlepage .form-wizard {
color: #2f2f37;
font-size: 15px;
}
.singlepage .form-wizard .wizard-form-radio {
display: inline-block;
margin-left: 5px;
position: relative;
}
.singlepage .form-wizard .wizard-form-radio input[type="radio"] {
height: 20px;
width: 20px;
display: inline-block;
vertical-align: middle;
border-radius: 50%;
position: relative;
cursor: pointer;
margin: -3px 0px 0px 0px;
border: 1px solid #7f8393;
background-color: #fff;
transition: all 1s ease-in-out;
}
.singlepage .form-wizard .wizard-form-radio input[type="radio"]:focus {
outline: 0;
}
.singlepage .form-wizard .wizard-form-radio input[type="radio"]:checked {
background-color: #fff;
border: 1px solid var(--wpep-theme-color);
}
.singlepage .form-wizard .wizard-form-radio input[type="radio"]::before {
content: "";
position: absolute;
width: 12px;
height: 12px;
display: inline-block;
background-color: var(--wpep-theme-color);
border-radius: 50%;
left: 0px;
right: 0;
margin: 0 auto;
top: 3px;
transition: all 0.2s ease;
opacity: 0;
transform: scale(0);
}
.singlepage .form-wizard .wizard-form-radio input[type="radio"]:checked::before {
content: "";
position: absolute;
width: 12px;
height: 12px;
display: inline-block;
background-color: var(--wpep-theme-color);
border-radius: 50%;
left: 0px;
right: 0;
margin: 0 auto;
top: 3px;
opacity: 1;
transform: scale(1);
}
.singlepage .form-wizard .wizard-form-radio input[type="radio"] ~ label {
padding-left: 0px;
cursor: pointer;
margin: 0 15px;
display: inline-block;
color: #333 !important;
font-size: 12px;
}
.singlepage .form-wizard .form-wizard-header {
text-align: center;
}
.singlepage .form-wizard .form-wizard-next-btn,
.singlepage .form-wizard .form-wizard-previous-btn,
.singlepage .form-wizard .form-wizard-submit,
.singlepage .wpep-single-form-submit-btn {
background-color: var(--wpep-theme-color);
color: #ffffff;
display: inline-block;
min-width: 100px;
min-width: 120px;
padding: 10px 20px;
text-align: center;
font-size: 16px;
font-weight: bold;
border-radius: 4px;
transition: all 0.2s ease-in-out;
text-decoration: none !important;
cursor: pointer;
border: 1px solid var(--wpep-theme-color);
}
.singlepage .form-wizard .form-wizard-next-btn:hover, .singlepage .form-wizard .form-wizard-next-btn:focus, .singlepage .form-wizard .form-wizard-next-btn:active,
.singlepage .form-wizard .form-wizard-previous-btn:hover,
.singlepage .form-wizard .form-wizard-previous-btn:focus,
.singlepage .form-wizard .form-wizard-previous-btn:active,
.singlepage .form-wizard .form-wizard-submit:hover,
.singlepage .form-wizard .form-wizard-submit:focus,
.singlepage .form-wizard .form-wizard-submit:active,
.singlepage .wpep-single-form-submit-btn:hover,
.singlepage .wpep-single-form-submit-btn:focus,
.singlepage .wpep-single-form-submit-btn:active {
background-color: var(--wpep-theme-color);
color: #ffffff;
opacity: 0.8;
text-decoration: none;
box-shadow: none;
outline: none;
border: 1px solid var(--wpep-theme-color);
}
.singlepage .form-wizard-next-btn small {
font-size: 16px;
}
.singlepage .hentry .entry-content a:not(.button) {
text-decoration: none;
}
.singlepage .form-wizard .wizard-fieldset {
border: none;
background: transparent;
padding: 0px;
margin: 0px;
}
.singlepage .form-wizard .wizard-form-error {
display: none;
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 2px;
width: 100%;
}
.singlepage .form-wizard .form-wizard-previous-btn {
background-color: #fb1647;
}
.singlepage .form-wizard .form-control {
font-weight: 400;
padding: 0px 15px;
color: #2f2f37;
background-color: #fff;
border: none;
width: 100%;
max-width: 100%;
height: 40px;
line-height: 40px;
border: 1px solid #b3b3b3;
border-radius: 4px;
font-size: 14px;
box-shadow: none;
margin: 0px;
min-height: 100%;
}
.singlepage .form-wizard .form-control:focus {  border: 1px solid var(--wpep-theme-color);
outline: none; background: transparent;
}
.singlepage .form-wizard textarea.form-control {
height: 60px;
}
.singlepage .form-wizard .form-group {
position: relative;
margin: 0px 0px 25px 0px;
}
.singlepage .form-wizard .wizard-form-text-label {
position: absolute;
left: 15px;
top: 9.5px;
transition: 0.2s linear all;
font-size: 15px;
color: #2f2f37 !important;
padding: 0px;
margin: 0px;
pointer-events: none;
font-weight: 400;
font-size: 14px;
line-height: normal;
z-index: 1;
}
.singlepage .form-wizard .focus-input .wizard-form-text-label {
color: #2f2f37 !important;
top: -10px;
background: #fff;
transition: 0.2s linear all;
font-size: 13px;
left: 15px;
z-index: 1;
}
.singlepage .form-wizard .form-wizard-steps {
margin: 10px 0px 30px 0px;
display: table;
width: 100%;
}
.singlepage .form-wizard .form-wizard-steps li {
display: table-cell;
position: relative;
transition: width 0.6s ease;
list-style: none inside;
}
.singlepage .form-wizard .form-wizard-steps li small {
position: absolute;
left: 0px;
right: 0px;
margin-top: 45px;
font-size: 14px;
}
.singlepage .form-wizard .form-wizard-steps li::before {
border: none;
background-color: #f3f3f3;
content: "";
height: 4px;
left: 0;
position: absolute;
left: 0%;
top: 50%;
width: 100%;
transition: width 0.6s ease;
}
.singlepage .form-wizard .form-wizard-steps li::after {
border: none;
background-color: var(--wpep-theme-color);
content: "";
height: 4px;
left: 0;
position: absolute;
left: 0%;
top: 50%;
width: 0;
transition: width 0.6s ease;
}
.singlepage .form-wizard .form-wizard-steps li.active:after {
border: none;
background-color: var(--wpep-theme-color);
content: "";
height: 4px;
left: 0;
position: absolute;
left: 0%;
top: 50%;
width: 100%;
}
.singlepage .form-wizard .form-wizard-steps li.activated:after {
border: none;
background-color: var(--wpep-theme-color);
content: "";
height: 4px;
left: 0;
position: absolute;
left: 0%;
top: 50%;
width: 100%;
}
.singlepage .form-wizard .form-wizard-steps li.activated small {
color: var(--wpep-theme-color);
}
.singlepage .form-wizard .form-wizard-steps li:first-child::before,
.singlepage .form-wizard .form-wizard-steps li:first-child::after,
.singlepage .form-wizard .form-wizard-steps li:first-child.active:after,
.singlepage .form-wizard .form-wizard-steps li:first-child.activated:after {
left: 50%;
}
.singlepage .form-wizard .form-wizard-steps li:last-child::before {
width: 50%;
}
.singlepage .form-wizard .form-wizard-steps li:last-child::after,
.singlepage .form-wizard .form-wizard-steps li:last-child.active:after,
.singlepage .form-wizard .form-wizard-steps li:last-child.activated:after {
max-width: 50%;
}
.singlepage .form-wizard .form-wizard-steps li span {
border: 6px solid #efefef;
background: #f5f5f5;
border-radius: 50%;
display: inline-block;
height: 34px;
position: relative;
text-align: center;
width: 34px;
z-index: 1;
font-size: 0px;
vertical-align: middle;
}
.singlepage .form-wizard .form-wizard-steps li.active span,
.singlepage .form-wizard .form-wizard-steps li.activated span {
background-color: #fff;
color: #ffffff;
border: 6px solid var(--wpep-theme-color);
}
.singlepage .form-wizard .wizard-password-eye {
position: absolute;
right: 32px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
}
.singlepage .btnGroup {
display: flex;
justify-content: space-between;
margin-top: 25px;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix {
display: inline-block;
}/*\*/* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
.singlepage .pic {
width: 70%;
height: 50vh;
background-size: cover;
background-repeat: no-repeat;
}
.singlepage .paymentSelect .selection {
display: inline-block;
margin-right: 0px;
vertical-align: top;
padding: 0px 6px 15px 0px;
width: auto;
min-width: 60px;
}
.singlepage .paymentSelect .selection:last-child {
padding: 0px;
margin-right: 0px;
}
.singlepage .paymentSelect .selection label {
display: inline-block;
width: 100%;
background-color: #f2f2f2;
border-radius: 4px;
color: #484848;
padding: 0px 10px;
cursor: pointer;
margin: 0px;
text-align: center;
height: 50px;
line-height: 50px;
transition: all 0.3s;
white-space: nowrap;
font-size: 14px;
font-weight: 600;
text-overflow: ellipsis;
overflow: hidden;
}
.singlepage .paymentSelect .selection label:hover {
background-color: var(--wpep-theme-color);
color: #fff;
}
.singlepage .paymentSelect .selection input[type="radio"] {
display: none;
}
.singlepage .paymentSelect .selection input[type="radio"]:checked ~ label {
background-color: var(--wpep-theme-color);
color: #fff;
}
.singlepage .paymentSelect {
display: block;
width: 100%;
}
.singlepage .shcusIn {
display: block !important;
}
.singlepage .otherpInput {
position: relative;
}
.singlepage .otherpInput::before {
content: var(--wpep-currency);
position: absolute;
left: 0px;
top: 0px;
background: var(--wpep-theme-color);
font-size: 12px;
color: #fff;
bottom: 0px;
text-align: center;
width: 40px;
height: 40px;
border-radius: 4px 0px 0px 4px;
line-height: 40px;
}
.singlepage .otherpInput .customPayment {
padding-left: 50px;
text-align: left !important;
}
.singlepage .selectAmount {
padding: 0px 0px 10px 0px;
display: block;
margin: 0px;
}
.singlepage label.paynow::before:hover {
color: #fff;
}
.singlepage .shopping-cart {
display: flex;
flex-direction: column;
position: relative;
}
.singlepage .title {
height: 60px;
border-bottom: 1px solid #e1e8ee;
padding: 20px 30px;
color: #5e6977;
font-size: 18px;
font-weight: 400;
}
.singlepage .buttons {
position: relative;
padding-top: 30px;
margin-right: 60px;
}
.singlepage .delete-btn,
.singlepage .like-btn {
display: inline-block;
cursor: pointer;
}
.singlepage .delete-btn {
width: 18px;
height: 17px;
background: url(//daylighthilliard.com/wp-content/plugins/wp-easy-pay/assets/frontend/img/delete-icn.svg) no-repeat center;
}
.singlepage .like-btn {
position: absolute;
top: 9px;
left: 15px;
background: url(//daylighthilliard.com/wp-content/plugins/wp-easy-pay/assets/frontend/img/twitter-heart.png);
width: 60px;
height: 60px;
background-size: 2900%;
background-repeat: no-repeat;
}
.singlepage .is-active {
animation-name: animate;
animation-duration: 0.8s;
animation-iteration-count: 1;
animation-timing-function: steps(28);
animation-fill-mode: forwards;
}
@keyframes animate {
0% {
background-position: left;
}
50% {
background-position: right;
}
100% {
background-position: right;
}
}
.singlepage .wpeasy_image {
margin-right: 20px;
max-width: 110px;
}
.singlepage .description {
padding-top: 10px;
width: 220px;
}
.singlepage .description span,
.singlepage .pDetails span {
display: block;
font-size: 15px;
color: #43484d;
font-weight: 400;
}
.singlepage .description span:first-child {
margin-bottom: 5px;
}
.singlepage .description span:last-child,
.singlepage .pDetails span:last-child {
font-weight: 300;
margin-top: 8px;
color: #86939e;
}
.singlepage .wpEasyquantity {
margin-right: 30px;
width: 100px;
align-self: center;
}
.singlepage .wpEasyquantity input {
-webkit-appearance: none;
border: none;
text-align: center;
width: 32px;
font-size: 16px;
color: #43484d;
font-weight: 300;
}
.singlepage .wpEasybutton[class*="btn"] {
width: 30px;
height: 30px;
background-color: #e1e8ee;
border-radius: 4px;
border: none;
cursor: pointer;
}
.singlepage .minus-btn img {
margin-bottom: 3px;
}
.singlepage .plus-btn img {
margin-top: 2px;
}
.singlepage .wpEasybutton:focus,
.singlepage input:focus {
outline: 0;
}
.singlepage .total-price {
width: 85px;
text-align: center;
font-size: 16px;
color: #43484d;
font-weight: 300;
align-self: center;
}/**/@keyframes click-radio-wave {
0% {
width: 25px;
height: 25px;
opacity: 0.35;
position: relative;
}
100% {
width: 60px;
height: 60px;
margin-left: -15px;
margin-top: -15px;
opacity: 0;
}
}
@media screen and (max-width: 767px) {
.singlepage .wizard-content-left {
height: auto;
}
}
.singlepage .headCol {
align-self: center;
float: none;
}
.singlepage .form-control-em {
border: none;
background: transparent;
box-shadow: none;
width: auto;
display: inline-block;
font-size: 16px;
color: #43484d;
font-weight: 300;
}
.singlepage .basket-tbl .headCol.pPrice {
width: 100%;
max-width: 70px;
margin: 10px auto;
}
.singlepage .basket-tbl .headCol.pPrice .form-control-em {
width: 40px;
margin: 0px auto;
text-align: center;
background: transparent;
box-shadow: none;
}
@media screen and (max-width: 767px) {
.singlepage .basket-tbl .headCol.pPrice .form-control-em {
width: 70px;
}
}
.singlepage .basket-tbl .headCol.pCost .form-control-em {
width: 70px;
margin: 0px auto;
text-align: left;
background: transparent;
border: none;
box-shadow: none;
padding: 0px;
}
@media screen and (max-width: 767px) {
.singlepage .basket-tbl .headCol.pCost .form-control-em {
text-align: center;
}
}
.singlepage .basket-tbl .headCol.pCost {
width: 70px;
margin: 0px auto;
clear: both;
text-align: center;
padding-top: 15px;
}
.singlepage .basket-tbl .headCol.pImage {
width: 100%;
margin-right: 0px;
text-align: center;
}
.singlepage .basket-tbl .headCol.pImage img {
margin: 0px auto;
}
.singlepage .result-tbl {
position: absolute;
bottom: -60px;
right: 0px;
max-width: 130px;
white-space: nowrap;
font-size: 16px;
}
.singlepage .result-tbl .curr {
display: inline-block;
}
.singlepage .result-tbl .form-control-em {
display: inline-block;
width: 50px;
max-width: initial;
min-width: auto;
font-size: 16px;
font-weight: bold;
background: transparent;
border: none;
box-shadow: none;
color: #43484d;
padding: 0px;
margin: 0px;
}
.singlepage .result-tbl b {
font-weight: bold;
font-size: 16px;
position: relative;
display: inline-block;
top: 0px;
margin-right: 1px;
margin-left: 5px;
}
.singlepage .result-tbl label {
margin-right: 10px;
vertical-align: top;
float: left;
}
.singlepage .btnqty[class*="btn"] {
width: 30px;
height: 30px;
background-color: #e1e8ee;
border-radius: 4px;
border: none;
cursor: pointer;
text-align: center;
line-height: 30px;
}
.singlepage .basket-tbl .pQty .form-control-em {
width: 30px;
height: 30px;
background-color: #fff;
border-radius: 4px;
text-align: center;
line-height: 30px;
position: absolute;
left: 0px;
right: 0px;
margin: 0px auto;
box-shadow: none;
border: none;
padding: 0px;
}
.singlepage .basket-tbl .pQty .btnqty[class*="btn"] i {
color: #86939e;
vertical-align: middle;
}
.singlepage .basket-tbl .qty.pQty {
width: 100%;
max-width: 95px;
min-width: 95px;
position: relative;
}
@media screen and (max-width: 767px) {
.singlepage .basket-tbl .qty.pQty {
margin: 0px auto;
}
}
.singlepage .inc.btnqty {
float: right;
}
.singlepage .dec.btnqty {
float: left;
}
.singlepage .basket-tbl .headCol.pDetails {
margin-right: 0px;
width: 100%;
text-align: center;
margin-top: 10px;
}
.singlepage .paymentDetails .paymetncol li {
padding: 15px;
list-style: none;
font-size: 15px;
}
.singlepage .paymentDetails .paymetncol li i {
color: #86b2ff;
text-align: center;
line-height: 20px;
border-radius: 100px;
font-size: 11px;
margin-right: 10px;
}
.singlepage .paymentDetails .paymetncol li:last-child {
background: #f9f9f9;
}
.singlepage .paymentDetails .paymetncol li span {
font-weight: 600;
float: right;
margin: 0px 0px;
}
.singlepage .pReset i {
cursor: pointer;
padding: 0px 10px;
font-size: 16px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
color: #fff;
background: #2e86df;
border-radius: 4px;
width: 85px;
margin-top: 10px;
}
.singlepage .listingHeadWrap {
display: none;
}
.singlepage .wpItem {
padding: 20px 20px;
background: #fff;
text-align: center;
margin: 0px 0px 20px 0px;
border-radius: 6px;
box-shadow: 0px 0px 30px -23px #b3b3b3;
border: 1px solid #f7f7f7;
}
.singlepage .wpItem:last-child {
border: none;
}
.singlepage .headCol.pReset {
text-align: center;
}
.singlepage .form-group.cusPaymentSec {
margin: 0px 0px 25px 0px;
}
.singlepage .cusSelect select {
border-radius: 4px;
border: 1px solid #fff;
font-size: 13px;
background: #f3f3f3;
padding: 2px;
color: #717171;
font-weight: 500;
}
.singlepage .cusSelect select:hover,
.singlepage .cusSelect select:focus,
.singlepage .cusSelect select:active {
outline: none;
box-shadow: none;
}
.singlepage .form-control-wrap input {
font-weight: 300;
padding: 0px 15px;
color: #2f2f37;
background-color: #fff;
border: none;
width: 100%;
height: 40px;
line-height: 40px;
border: 1px solid #b3b3b3;
border-radius: 4px;
font-size: 13px;
box-shadow: none;
}
.singlepage .form-wizard .wizard-form-checkbox {
display: inline-block;
margin-left: 5px;
position: relative;
}
.singlepage .form-wizard .wizard-form-checkbox input[type="checkbox"] {
height: 18px;
width: 18px;
display: inline-block;
vertical-align: middle;
border-radius: 4px;
position: relative;
cursor: pointer;
margin: -3px 0px 0px 0px;
border: 1px solid #7f8393;
background-color: #fff;
transition: all 1s ease-in-out;
}
.singlepage .form-wizard .wizard-form-checkbox input[type="checkbox"]:focus {
outline: 0;
}
.singlepage .form-wizard .wizard-form-checkbox input[type="checkbox"]:checked {
background-color: #fff;
background-color: #2065e1;
}
.singlepage .form-wizard .wizard-form-checkbox input[type="checkbox"]::before {
content: "";
position: absolute;
display: inline-block;
background-color: #2065e1;
left: 0px;
right: 0;
margin: 0 auto;
top: 3px;
transition: all 0.2s ease;
opacity: 0;
transform: scale(0);
}
.singlepage .form-wizard .wizard-form-checkbox input[type="checkbox"]:checked::before {
content: "✓";
position: absolute;
display: inline-block;
background-color: #2065e1;
color: #fff;
border-radius: 2px;
left: 2px;
right: 2px;
font-size: 11px;
margin: 0 auto;
top: 2px;
line-height: 15px;
opacity: 1;
text-align: center;
transform: scale(1);
font-weight: bold;
bottom: 2px;
}
.singlepage .form-wizard .wizard-form-checkbox input[type="checkbox"] ~ label {
padding-left: 5px;
cursor: pointer;
margin-right: 15px;
margin-bottom: 0px;
display: inline-block;
font-size: 12px;
}
.singlepage .form-control-wrap {
font-weight: 400;
padding: 0px 15px;
color: #2f2f37;
background-color: #fff;
border: none;
width: 100%;
line-height: 40px;
border: 1px solid #b3b3b3;
border-radius: 4px;
font-size: 13px;
overflow: hidden;
position: relative;
}
.singlepage .form-control-wrap iframe {
float: left;
margin: 0px !important;
}
.singlepage .form-control-wrap .input-card {
width: 100%;
margin-left: 0px;
}
.singlepage .form-control-wrap .input-date {
width: 50%;
left: 0px;
}
.singlepage .form-control-wrap .input-ccv {
width: 50%;
}
.singlepage .cred {
width: 100%;
border-top: 1px solid #e1e8ee;
float: right;
}
.singlepage .form-control-1 {
height: 40px;
position: relative;
top: -7px;
left: 5px;
}
.singlepage .CardIcon {
width: 20px;
height: 14px;
perspective: 1000px;
overflow: hidden;
position: absolute;
left: 10px;
top: 13px;
display: none;
}
.singlepage .CardIcon-inner {
position: relative;
text-align: center;
transition: transform 0.6s;
transform-style: preserve-3d;
}
.singlepage .input-postal {
left: -15px;
}
.singlepage .CardIcon-front,
.singlepage .CardIcon-back {
position: absolute;
backface-visibility: hidden;
}
.singlepage .CardIcon-front img,
.singlepage .CardIcon-back img {
vertical-align: top !important;
width: 20px;
height: auto;
padding: 0px;
margin: 0px;
}
.singlepage .CardIcon-back {
transform: rotateY(180deg);
}
.singlepage .orderCompleted {
text-align: center;
display: none;
}
.singlepage .orderCompleted div {
text-align: center !important;
}
.singlepage .orderCompleted h2 {
padding: 0px;
margin: 0px;
margin-bottom: 10px;
margin-top: 10px;
}
.singlepage .orderCompleted p {
font-size: 16px;
padding: 0px;
margin: 0px;
}
.singlepage .doneorder {
margin: 0px auto;
width: 70px;
height: auto;
padding: 0px;
}
.singlepage .orderCompleted a {
color: var(--wpep-theme-color);
text-decoration: none;
display: block;
margin-top: 9px;
font-size: 14px;
font-weight: 400;
}
.singlepage .orderCompleted a:hover,
.singlepage .orderCompleted a:active,
.singlepage .orderCompleted a:focus {
box-shadow: none;
outline: none;
}
.singlepage .lastPage {
display: block;
text-align: center;
}
.singlepage .wizard-fieldset.orderCompleted {
padding-bottom: 30px;
}
.singlepage .orderCompleted .form-wizard-submit {
opacity: 0.7;
}
.singlepage ul.wpep_tabs {
margin: 0px;
padding: 0px;
list-style: none;
border-top: 2px solid #efefef;
display: block;
width: 100%;
}
.singlepage ul.wpep_tabs li {
background: none;
color: #777 !important;
display: inline-block;
padding: 15px 20px 15px 20px;
margin: 0px;
cursor: pointer;
position: relative;
vertical-align: top;
}
.singlepage ul.wpep_tabs li img {
-moz-filter: grayscale(100%);
filter: grayscale(100%);
opacity: 0.4;
transition: all 0.5s ease;
vertical-align: middle;
width: 28px;
margin: 0px;
padding: 0px;
height: auto;
margin-right: 5px;
display: inline-block;
} .singlepage ul.wpep_tabs li:hover img {
-moz-filter: grayscale(0%);
filter: grayscale(0%);
opacity: 1;
}
.singlepage ul.wpep_tabs li.current {
background: #fbfbfb;
pointer-events: none;
}
.singlepage ul.wpep_tabs li.current img {
-moz-filter: grayscale(0%);
filter: grayscale(0%);
opacity: 1;
vertical-align: middle;
}
.singlepage ul.wpep_tabs li span {
vertical-align: middle;
}
.singlepage ul.wpep_tabs li::before {
content: "";
display: block;
width: 0;
height: 2px;
background: var(--wpep-theme-color);
transition: width 0.3s;
position: absolute;
top: -2px;
left: 0px;
}
.singlepage ul.wpep_tabs li:hover::before {
width: 100%;
}
.singlepage ul.wpep_tabs li.current::before {
width: 100%;
color: #222;
}
.singlepage .tab-content {
display: none;
background: #fbfbfb;
padding: 25px 18px 18px 18px;
margin-bottom: 15px;
}
.singlepage .tab-content.current {
display: inherit;
}
.singlepage .tab-content .form-group.form-control-wrap {
margin-bottom: 15px;
border: 1px solid #e1e8ee;
}
.singlepage .tab-content .form-group.form-control-wrap.pcode {
margin-bottom: 0px;
}
.singlepage .tab-content h3 {
font-size: 16px;
font-weight: 400;
color: #3c3c3c;
}
.singlepage .cred-card-wrap.form-group.form-control-wrap {
padding: 0px;
}
.singlepage .btnGroupFirst {
justify-content: flex-end;
}
.singlepage #stickyBar {
transition: all 1s ease-in-out;
position: fixed;
bottom: 0px;
left: 0px;
right: 0px;
}
.singlepage #stickyBar .paymentDetails .paymetncol li:last-child {
background: #fff;
border-top: 1px solid #e0e0e0;
box-shadow: 0px 0px 40px -20px #b9b9b9;
height: 60px;
}
.singlepage #stickyBar .paymetncol {
padding: 0px;
margin: 0px;
}
.singlepage .btn-wpep {
padding: 0px 40px;
line-height: 40px;
outline: none;
font-size: 16px;
text-align: center;
border: none;
background: transparent;
color: #000;
cursor: pointer;
display: inline-block;
text-decoration: none;
}
.singlepage .btn-wpep-primary {
background: var(--wpep-theme-color);
border: 1px solid var(--wpep-theme-color);
box-shadow: 0px 0px 20px -8px var(--wpep-theme-color);
color: #fff;
opacity: 1;
transition: opacity 0.25s ease-in-out;
-moz-transition: opacity 0.25s ease-in-out;
-webkit-transition: opacity 0.25s ease-in-out;
}
.singlepage .btn-wpep-primary:hover,
.singlepage .btn-wpep-primary:focus,
.singlepage .btn-wpep-primary:active {
opacity: 0.8;
}
.singlepage .btn-wpep-secondary {
background: #ffffff;
border: 1px solid #e2e5ec;
box-shadow: 0px 0px 15px -8px var(--wpep-theme-color);
color: #595d6e;
opacity: 1;
transition: opacity 0.25s ease-in-out;
-moz-transition: opacity 0.25s ease-in-out;
-webkit-transition: opacity 0.25s ease-in-out;
}
.singlepage .btn-wpep-secondary:hover,
.singlepage .btn-wpep-secondary:focus,
.singlepage .btn-wpep-secondary:active {
opacity: 0.8;
}
.singlepage #stickyBar .btn-wpep {
padding: 0px 30px;
line-height: 28px;
height: 30px;
font-size: 14px;
}
.singlepage #stickyBar .paymentDetails .paymetncol li span {
font-size: 18px;
margin-left: 5px;
}
.singlepage #stickyBar .paymentDetails .paymetncol li strong {
line-height: 32px;
} .singlepage .noSingle {
display: none !important;
}
.singlepage .paymentDetails.ifSingle {
margin: 20px 0px;
}
.singlepage .btnGroup.ifSingle {
justify-content: flex-end;
}
.singlepage fieldset.wizard-fieldset.orderCompleted.blockIfSingle {
padding-bottom: 0px;
}
.singlepage .blockIfSingle p {
margin: 0px;
}
.singlepage .blockIfSingle p br {
display: none;
}
.singlepage .blockIfSingle .lastPage {
display: none;
}
.singlepage .cusLabel {
padding: 0px 0px 10px 0px;
display: block;
color: #333 !important;
}
.singlepage .subscriptionPlan {
margin-bottom: 20px;
}
.singlepage .form-wizard .subscriptionPlan .wizard-form-radio {
display: block;
margin-left: 0px;
position: relative;
margin-bottom: 8px;
font-size: 14px;
}
.singlepage .paydlayout .shcusIn {
margin-top: 15px;
}
.singlepage .form-wizard .wizard-fieldset.show {
display: block;
} .singlepage .button-google-pay {
min-width: 200px;
min-height: 40px;
padding: 11px 24px;
margin: 10px auto;
background-color: #000;
background-image: url(data:image/svg+xml,%3Csvg%20width%3D%22103%22%20height%3D%2217%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M.148%202.976h3.766c.532%200%201.024.117%201.477.35.453.233.814.555%201.085.966.27.41.406.863.406%201.358%200%20.495-.124.924-.371%201.288s-.572.64-.973.826v.084c.504.177.912.471%201.225.882.313.41.469.891.469%201.442a2.6%202.6%200%200%201-.427%201.47c-.285.43-.667.763-1.148%201.001A3.5%203.5%200%200%201%204.082%2013H.148V2.976zm3.696%204.2c.448%200%20.81-.14%201.085-.42.275-.28.413-.602.413-.966s-.133-.684-.399-.959c-.266-.275-.614-.413-1.043-.413H1.716v2.758h2.128zm.238%204.368c.476%200%20.856-.15%201.141-.448.285-.299.427-.644.427-1.036%200-.401-.147-.749-.441-1.043-.294-.294-.688-.441-1.183-.441h-2.31v2.968h2.366zm5.379.903c-.453-.518-.679-1.239-.679-2.163V5.86h1.54v4.214c0%20.579.138%201.013.413%201.302.275.29.637.434%201.085.434.364%200%20.686-.096.966-.287.28-.191.495-.446.644-.763a2.37%202.37%200%200%200%20.224-1.022V5.86h1.54V13h-1.456v-.924h-.084c-.196.336-.5.611-.91.826-.41.215-.845.322-1.302.322-.868%200-1.528-.259-1.981-.777zm9.859.161L16.352%205.86h1.722l2.016%204.858h.056l1.96-4.858H23.8l-4.41%2010.164h-1.624l1.554-3.416zm8.266-6.748h1.666l1.442%205.11h.056l1.61-5.11h1.582l1.596%205.11h.056l1.442-5.11h1.638L36.392%2013h-1.624L33.13%207.876h-.042L31.464%2013h-1.596l-2.282-7.14zm12.379-1.337a1%201%200%200%201-.301-.735%201%201%200%200%201%20.301-.735%201%201%200%200%201%20.735-.301%201%201%200%200%201%20.735.301%201%201%200%200%201%20.301.735%201%201%200%200%201-.301.735%201%201%200%200%201-.735.301%201%201%200%200%201-.735-.301zM39.93%205.86h1.54V13h-1.54V5.86zm5.568%207.098a1.967%201.967%200%200%201-.686-.406c-.401-.401-.602-.947-.602-1.638V7.218h-1.246V5.86h1.246V3.844h1.54V5.86h1.736v1.358H45.75v3.36c0%20.383.075.653.224.812.14.187.383.28.728.28.159%200%20.299-.021.42-.063.121-.042.252-.11.392-.203v1.498c-.308.14-.681.21-1.12.21-.317%200-.616-.051-.896-.154zm3.678-9.982h1.54v2.73l-.07%201.092h.07c.205-.336.511-.614.917-.833.406-.22.842-.329%201.309-.329.868%200%201.53.254%201.988.763.457.509.686%201.202.686%202.079V13h-1.54V8.688c0-.541-.142-.947-.427-1.218-.285-.27-.656-.406-1.113-.406-.345%200-.656.098-.931.294a2.042%202.042%200%200%200-.651.777%202.297%202.297%200%200%200-.238%201.029V13h-1.54V2.976zm32.35-.341v4.083h2.518c.6%200%201.096-.202%201.488-.605.403-.402.605-.882.605-1.437%200-.544-.202-1.018-.605-1.422-.392-.413-.888-.62-1.488-.62h-2.518zm0%205.52v4.736h-1.504V1.198h3.99c1.013%200%201.873.337%202.582%201.012.72.675%201.08%201.497%201.08%202.466%200%20.991-.36%201.819-1.08%202.482-.697.665-1.559.996-2.583.996h-2.485v.001zm7.668%202.287c0%20.392.166.718.499.98.332.26.722.391%201.168.391.633%200%201.196-.234%201.692-.701.497-.469.744-1.019.744-1.65-.469-.37-1.123-.555-1.962-.555-.61%200-1.12.148-1.528.442-.409.294-.613.657-.613%201.093m1.946-5.815c1.112%200%201.989.297%202.633.89.642.594.964%201.408.964%202.442v4.932h-1.439v-1.11h-.065c-.622.914-1.45%201.372-2.486%201.372-.882%200-1.621-.262-2.215-.784-.594-.523-.891-1.176-.891-1.96%200-.828.313-1.486.94-1.976s1.463-.735%202.51-.735c.892%200%201.629.163%202.206.49v-.344c0-.522-.207-.966-.621-1.33a2.132%202.132%200%200%200-1.455-.547c-.84%200-1.504.353-1.995%201.062l-1.324-.834c.73-1.045%201.81-1.568%203.238-1.568m11.853.262l-5.02%2011.53H96.42l1.864-4.034-3.302-7.496h1.635l2.387%205.749h.032l2.322-5.75z%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M75.448%207.134c0-.473-.04-.93-.116-1.366h-6.344v2.588h3.634a3.11%203.11%200%200%201-1.344%202.042v1.68h2.169c1.27-1.17%202.001-2.9%202.001-4.944%22%20fill%3D%22%234285F4%22%2F%3E%3Cpath%20d%3D%22M68.988%2013.7c1.816%200%203.344-.595%204.459-1.621l-2.169-1.681c-.603.406-1.38.643-2.29.643-1.754%200-3.244-1.182-3.776-2.774h-2.234v1.731a6.728%206.728%200%200%200%206.01%203.703%22%20fill%3D%22%2334A853%22%2F%3E%3Cpath%20d%3D%22M65.212%208.267a4.034%204.034%200%200%201%200-2.572V3.964h-2.234a6.678%206.678%200%200%200-.717%203.017c0%201.085.26%202.11.717%203.017l2.234-1.731z%22%20fill%3D%22%23FABB05%22%2F%3E%3Cpath%20d%3D%22M68.988%202.921c.992%200%201.88.34%202.58%201.008v.001l1.92-1.918c-1.165-1.084-2.685-1.75-4.5-1.75a6.728%206.728%200%200%200-6.01%203.702l2.234%201.731c.532-1.592%202.022-2.774%203.776-2.774%22%20fill%3D%22%23E94235%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
background-origin: content-box;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
border: 0;
border-radius: 4px;
box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
outline: 0;
cursor: pointer;
display: none;
}
.singlepage #googlePay.current .button-google-pay {
display: block!important;
}
.singlepage .button-masterpass {
min-width: 200px;
min-height: 40px;
max-height: 40px;
padding: 0;
margin: 10px;
background-color: black;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: 50% 50%;
border-radius: 5px;
border-color: white;
cursor: pointer;
display: none;
}
.singlepage .wpepError {
color: #ff4200;
display: inline-block;
margin: 0;
font-size: 10px;
position: absolute;
bottom: -18px;
left: 0;
}
.singlepage .wpep-disabled {
pointer-events: none !important;
opacity: 0.75 !important;
text-decoration: none !important;
}
.singlepage .wpep-alert {
padding: 12px 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.singlepage .wpep-alert-danger {
color: #ca1818;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.singlepage .wpep-alert-dismissable,
.singlepage .wpep-alert-dismissible {
padding-right: 35px;
position: relative;
}
.singlepage .wpep-alert-dismissable a.wpep-alert-close,
.singlepage .wpep-alert-dismissible a.wpep-alert-close {
position: absolute;
top: 0;
right: 15px;
color: inherit;
text-decoration: none;
font-size: 18px;
opacity: 0.75;
bottom: 0;
margin: auto;
height: 12px;
display: inline-block;
line-height: 12px;
}
.singlepage .wpep-ptb-150 {
padding-top: 150px !important;
padding-bottom: 150px !important;
}
.wpepLoader {
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
width: auto;
height: auto;
font-size: 16px;
color: #000;
background: rgba(253, 253, 253, 0.98);
border-radius: 4px;
border: 1px solid #fbfbfb;
z-index: 6;
display: flex;
align-items: center;
justify-content: center;
padding: 60px;
}
.singlepage small.display {
font-size: 100%;
}
.wpep-btn-primary {
text-decoration: none !important;
}
label[data-label-show="no"] {
display: none;
}
.singlepage .form-wizard .date-field .wizard-form-text-label {
color: #2f2f37;
top: -10px;
background: #fff;
transition: 0.2s linear all;
font-size: 13px;
left: 15px;
}
.multipage .form-wizard .date-field .wizard-form-text-label {
color: #2f2f37;
top: -10px;
background: #fff;
transition: 0.2s linear all;
font-size: 13px;
left: 15px;
} @keyframes initial-loading {
0%,
100% {
transform: translate(-34px, 0);
}
50% {
transform: translate(96px, 0);
}
}
.initial-load-animation {
width: 200px;
margin: 0 auto;
transform: scale(1);
transition: transform 0.5s ease;
}
.payment-image {
text-align: center;
}
.initial-load-animation .payment-image .icon-pay::before {
height: 44px;
width: 64px;
margin: 0 auto 15px;
transform: translate(0, 0);
opacity: 1;
transition: all 0.5s ease-out;
display: inline-block;
}
.initial-load-animation .loading-bar {
width: 130px;
height: 2px;
margin: 0 auto;
border-radius: 2px;
background-color: #cfcfcf;
position: relative;
overflow: hidden;
z-index: 1;
transform: rotateY(0);
transition: transform 0.3s ease-in;
}
.initial-load-animation .loading-bar .blue-bar {
height: 100%;
width: 68px;
position: absolute;
transform: translate(-34px, 0);
background-color: var(--wpep-theme-color);
border-radius: 2px;
animation: initial-loading 1.5s infinite ease;
}
.initial-load-animation.fade-load .payment-image .icon-pay::before {
transform: rotateY(180deg);
opacity: 1;
}
.initial-load-animation .payment-image .icon-pay {
color: var(--wpep-theme-color);
} .singlepage ul.wpep_tabs li.titelIcon {
display: block !important;
padding: 20px 15px 15px 15px;
}
.singlepage ul.wpep_tabs li.titelIcon h4 {
margin: 0px;
font-size: 15px;
padding: 0px;
font-weight: normal;
display: inline-block;
color: #333 !important;
}
.singlepage ul.wpep_tabs li.titelIcon img {
margin: -5px 10px 0px 0px !important;
max-width: 28px;
display: inline-block;
vertical-align: middle;
}
.wpep-popup .wpep-close {
z-index: 10000;
}
.wpep-popup .wpep-content .wpepLoader {
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(253, 253, 253, 0.98);
}
.singlepage .form-wizard .termsCondition .wizard-form-checkbox input[type="checkbox"] {
height: 18px;
width: 18px;
}
.singlepage .form-wizard .termsCondition .wizard-form-checkbox input[type="checkbox"] ~ label {
margin-right: 0px;
font-size: 14px;
display: inherit;
}
.singlepage .form-wizard .termsCondition .wizard-form-checkbox a {
font-size: 14px;
}
@media screen and (max-width: 480px) {
.singlepage .wpep-ptb-150 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
}
@media screen and (min-width: 575px) {
.singlepage .paymentSelect .selection label {
padding: 0px 10px;
}
.singlepage #stickyBar {
display: none;
}
.singlepage .cred-card-wrap.form-group.form-control-wrap {
padding: 0px 15px;
}
.singlepage .form-control-wrap .input-ccv {
width: 50px;
}
.singlepage .form-control-wrap .input-date {
width: 85px;
left: 20px;
}
.singlepage .form-control-wrap .input-card {
width: 60%;
margin-left: 10px;
}
.singlepage .cred {
width: 135px;
border: none;
}
.singlepage .CardIcon {
display: block;
}
.singlepage .paymentSelect .selection {
margin-right: 10px;
vertical-align: middle;
padding: 0px 10px 0px 0px;
min-width: 64px;
width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.singlepage .paymentSelect {
display: flex;
justify-content: space-between;
}
.singlepage .listingHeadWrap {
display: block;
}
.singlepage .listingHeadWrap {
background: #f9f9f9;
padding: 20px 20px;
}
.singlepage .listingHead {
display: table;
font-size: 15px;
width: 100%;
}
.singlepage .listingHead .headCol.pPrice {
width: 70px;
}
.singlepage .listingHead .headCol.pQty {
width: 95px;
margin-right: 30px;
text-align: center;
}
.singlepage .listingHead .headCol.pDetails {
margin-right: 30px;
width: 170px;
}
.singlepage .listingHead .headCol.pImage {
width: 110px;
padding-right: 20px;
}
.singlepage .wpItem {
padding: 20px 0px;
display: flex;
border: none;
border-bottom: 1px solid #e1e8ee;
background: #fff;
border-bottom: 1px solid #e2e2e2;
background: #fff;
text-align: inherit;
box-shadow: none;
border-radius: 0px;
margin: 0px;
}
.singlepage .headCol {
float: left;
}
.singlepage .basket-tbl .headCol.pImage {
width: 100%;
max-width: 70px;
min-width: 70px;
margin-right: 65px;
}
.singlepage .basket-tbl .headCol.pDetails {
margin-right: 30px;
width: 100%;
max-width: 170px;
text-align: left;
margin-top: 0px;
}
.singlepage .basket-tbl .qty.pQty {
margin-right: 30px;
}
.singlepage .basket-tbl .headCol.pCost {
width: 100%;
max-width: 70px;
margin: 0px;
text-align: left;
padding-top: 0px;
}
.singlepage .pReset i {
cursor: pointer;
padding: 0px 10px;
font-size: 16px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
color: #d6d6d6;
background: transparent;
margin: 0px;
}
.singlepage .pReset i:hover {
color: red;
}
.singlepage .basket-tbl .headCol.pPrice {
margin: 0px;
}
.singlepage .basket-tbl .headCol.pPrice .form-control-em {
width: auto;
text-align: inherit;
padding: 0px;
margin: 0px;
background: transparent;
border: none;
box-shadow: none;
}
}
.singlepage span.wpep-help-text {
font-size: 11px;
color: #999;
padding: 0;
display: block;
line-height: inherit;
margin-top: 5px;
}
.singlepage .wpep-m-0 {
margin: 0 !important;
}
.singlepage .wpep-checkboxWrapper,
.wpep-radioWrapper {
margin-bottom: 15px;
} .singlepage .custom-select-wrapper {
position: relative;
display: inline-block;
user-select: none;
cursor: pointer;
width: 100%;
}
.singlepage .custom-select-wrapper select {
display: none;
}
.singlepage .custom-select {
position: relative;
display: inline-block;
width: 100%;
}
.singlepage .custom-select-trigger {
position: relative;
display: block;
min-width: 130px;
cursor: pointer;
transition: all 0.2s ease-in-out;
width: 100%;
height: 38px;
line-height: 38px;
}
.singlepage .custom-select-trigger:after {
position: absolute;
display: block;
content: "";
width: 7px;
height: 7px;
top: 50%;
right: 0px;
margin-top: 0px;
border-bottom: 1px solid #6d6d6d;
border-right: 1px solid #6d6d6d;
transform: rotate(45deg) translateY(-50%);
transition: all 0.35s ease-out;
transform-origin: 50% 0;
}
.singlepage .custom-select.opened .custom-select-trigger:after {
margin-top: 3px;
transform: rotate(-135deg) translateY(-50%);
}
.singlepage .custom-options {
position: absolute;
display: block;
top: 100%;
left: 0%;
right: 0;
width: 100%;
z-index: 2;
margin: 10px 0;
border-radius: 5px;
box-sizing: border-box;
background: #fff;
transition: all 0.2s ease-in-out;
opacity: 0;
visibility: hidden;
pointer-events: none;
transform: translateY(-15px);
border: 1px solid #b3b3b3;
}
.singlepage .custom-select.opened .custom-options {
opacity: 1;
visibility: visible;
pointer-events: all;
transform: translateY(-8px);
}
.singlepage .option-hover:before {
background: #f9f9f9;
}
.singlepage .custom-option {
position: relative;
display: block;
padding: 0 20px;
line-height: 38px;
cursor: pointer;
transition: all 0.05s ease-in-out;
}
.singlepage .custom-option:first-of-type {
border-radius: 4px 4px 0 0;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
.singlepage .custom-option:last-of-type {
border-bottom: 0;
border-radius: 0 0 4px 4px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.singlepage .custom-option:hover,
.singlepage .custom-option.selection {
color: #2f2f37;
background-color: #ecf3fb;
} .singlepage input[type="checkbox"] + label,
.singlepage input[type="radio"] + label {
margin: 0;
}
.singlepage .inputGroup {
background-color: #fff;
display: block;
margin: 10px 0;
position: relative;
box-shadow: 0px 0px 12px 0px #f1f1f1;
border-radius: 4px;
}
.singlepage .inputGroup label {
padding: 25px 20px;
width: 100%;
display: block;
text-align: left;
color: #8c8c8c;
cursor: pointer;
position: relative;
z-index: 2;
transition: color 200ms ease-in;
overflow: hidden;
}
.singlepage .inputGroup label:before {
width: 10px;
height: 10px;
border-radius: 50%;
content: "";
background-color: var(--wpep-theme-color);
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) scale3d(1, 1, 1);
transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
opacity: 0;
z-index: -1;
}
.singlepage .inputGroup label:after {
width: 32px;
height: 32px;
content: "";
border: 2px solid #d1d7dc;
background-color: #fff;
background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
background-repeat: no-repeat;
background-position: 1px 3px;
border-radius: 50%;
z-index: 2;
position: absolute;
right: 30px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
transition: all 200ms ease-in;
}
.singlepage .inputGroup input:checked ~ label {
color: #fff;
}
.singlepage .inputGroup input:checked ~ label:before {
transform: translate(-50%, -50%) scale3d(120, 120, 1);
opacity: 1;
}
.singlepage .inputGroup input:checked ~ label:after {
background-color: var(--wpep-theme-color);
border-color: rgba(255, 255, 255, 0.6);
}
.singlepage .inputGroup input {
width: 32px;
height: 32px;
order: 1;
z-index: 2;
position: absolute;
right: 30px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
visibility: hidden;
}
.singlepage .cardList .cardListLab {
display: flex;
justify-content: space-between;
padding: 25px 85px 25px 30px;
align-items: center;
font-size: 20px;
font-weight: 300;
border-radius: 4px;
font-size: 14px;
}
.singlepage .removeicon {
vertical-align: text-top;
z-index: 3;
position: relative;
}
.singlepage .removeicon svg {
fill: var(--wpep-theme-color);
}
.singlepage .inputGroup input:checked ~ label .removeicon svg {
fill: #fff;
}
.singlepage .carexp {
margin-right: 15px;
letter-spacing: 1px;
}
.singlepage .mastercard1 {
vertical-align: sub;
margin-right: 15px;
height: 20px;
display: inline-block;
font-weight: 600;
}
.singlepage .mastercard2 {
letter-spacing: 2px;
}
.singlepage .card01 .icon-pay-brand {
margin-right: 25px;
height: 32px;
display: inline-block;
vertical-align: middle;
}
.singlepage .card01 .icon-pay-brand svg {
width: 32px;
height: 32px;
fill: currentColor;
}
.singlepage .inputGroup input:checked ~ label .icon-pay-brand svg {
fill: #fff;
}
@media screen and (max-width: 767px) {
.singlepage .mastercard1 {
margin-right: 5px;
}
.singlepage .card01 .icon-pay {
margin-right: 5px;
}
.singlepage .inputGroup label:after {
right: 15px;
width: 22px;
height: 22px;
background-position: 2px 3px;
background-size: 22px;
}
.singlepage .cardList .cardListLab {
font-size: 18px;
white-space: nowrap;
padding: 25px 55px 25px 15px;
}
.singlepage .removeicon svg {
width: 18px;
height: 18px;
}
.singlepage .mastercard2 {
letter-spacing: 0px;
}
.singlepage .carexp {
margin-right: 10px;
letter-spacing: 0px;
font-size: 18px;
}
}
.singlepage .cardsBlock02 {
margin-bottom: 20px;
}
.singlepage .form-wizard .cardsBlock02 .wizard-form-radio {
margin-left: 0px;
margin-right: 15px;
cursor: pointer;
}
.singlepage .form-wizard .cardsBlock02 .wizard-form-radio input[type="radio"] {
margin-right: 5px;
}
.singlepage .form-wizard .cardsBlock02 .wizard-form-radio label {
cursor: pointer;
font-size: 12px;
}
.singlepage .wpep_saved_cards .inputGroup {
margin-top: 0px;
}
.singlepage .form-wizard .wizard-form-checkbox.saveCarLater {
margin: 10px 0px 0px 0px;
font-size: 14px;
}
.wpep-popup .singlepage .inputGroup label:after {
background-position: 1px 3px;
}
span.fieldReq {
font-size: 10px;
vertical-align: top;
color: red;
}
.singlepage .inpuQty {
position: relative;
max-width: 120px;
}
.singlepage .inpuQty .value-button {
position: absolute;
height: 40px;
margin: 0px;
padding: 0px;
border: none;
line-height: 40px;
font-size: 30px;
font-weight: 100;
background: transparent;
color: #a5a5a5;
width: 40px;
text-align: center;
cursor: pointer;
}
.singlepage .inpuQty #decrease {
left: 0px;
margin: 0px;
font-size: 40px;
line-height: 35px;
}
.singlepage .inpuQty #increase {
right: 0px;
top: 0px;
}
.singlepage .inpuQty .form-control {
text-align: center;
padding: 0px 40px !important;
}
.singlepage .qtylabel {
padding: 0px;
margin: 0px 0px 5px 0px;
line-height: normal;
font-size: 14px;
display: block;
}
.singlepage .file-upload-wrapper {
position: relative;
width: 100%;
height: 40px;
border: 1px solid #b3b3b3;
border-radius: 4px;
overflow: visible;
}
.singlepage .file-upload-wrapper:after {
content: attr(data-text);
font-size: 14px;
position: absolute;
top: 0;
left: 0;
background: #fff;
padding: 10px 15px;
display: block;
width: calc(100% - 160px);
pointer-events: none;
z-index: 20;
height: 0px;
line-height: 18px;
color: #2f2f37;
border-radius: 5px 10px 10px 5px;
font-weight: 400;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
min-height: 40%;
}
.singlepage .file-upload-wrapper:before {
content: "Upload";
position: absolute;
top: 4px;
right: 5px;
display: inline-block;
height: 31px;
background: var(--wpep-theme-color);
color: #fff;
font-weight: 700;
z-index: 25;
font-size: 14px;
line-height: 32px;
padding: 0 15px;
text-transform: uppercase;
pointer-events: none;
border-radius: 4px;
width: 90px;
text-align: center;
}
.singlepage .file-upload-wrapper:hover:before {
background: var(--wpep-theme-color);
opacity: 0.8;
}
.singlepage .file-upload-wrapper input {
opacity: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99;
height: 40px;
margin: 0;
padding: 0;
display: block;
cursor: pointer;
width: 100%;
}
.singlepage .labelupload {
font-size: 14px;
}
.singlepage .wpep-coupons {
margin: 0px 0px 25px 0px; }
.singlepage .wpep-coupons .coupon-field {
display: flex;
}
.singlepage .wpep-coupons .coupon-field .cp-apply {
height: 40px;
margin-left: 15px;
padding: 0;
}
.singlepage .wpep-alert-success {
color: #155724;
background-color: #d4edda;
border-color:#d4edda;
}
.singlepage div.wpep-payment-details-wrapper {
position: relative;
display: flex;
align-items: center;
margin-right: 15px;
}
.singlepage a.wpep-open-details {
color: var(--wpep-theme-color);
}
.singlepage div.wpep-payment-details {
width: 251px;
min-height: 150px;
height: auto;
padding: 15px;
border: 1px solid #ddd;
border-radius: 4px;
position: absolute;
right: 0;
top: 45px;
background: #FFF;
visibility: hidden;
opacity: 0;
transition: all 0.3s ease 0s;
box-shadow: 0px 0px 3px 0px rgb(179 179 179 / 25%);
-webkit-box-shadow: 0px 0px 3px 0px rgb(179 179 179 / 25%);
-moz-box-shadow: 0px 0px 3px 0px rgb(179 179 179 / 25%);
-ms-box-shadow: 0px 0px 3px 0px rgb(179 179 179 / 25%);
-o-box-shadow: 0px 0px 3px 0px rgb(179 179 179 / 25%);
}
.singlepage div.wpep-payment-details:after {
content: '';
border-top: 8px solid transparent;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #ddd;
display: inline-block;
position: absolute;
right: 20px;
top: -17px;
}
.singlepage div.wpep-payment-details:before {
content: '';
border-top: 8px solid transparent;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #FFF;
display: inline-block;
position: absolute;
right: 20px;
top: -16px;
z-index: 9;
}
.singlepage a.wpep-open-details:hover + div.wpep-payment-details, div.wpep-payment-details:hover {
visibility: visible;
opacity: 1;
transition: all 0.3s ease 0s;
}
.singlepage div.wpep-payment-details ul li {
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 2px;
font-size: 12px;
}
.singlepage li.wpep-fee-total {
padding-top: 5px!important;
border-top: 1px solid #ddd;
margin-top: 5px;
}
.singlepage span.fee_value {
font-weight: 600;
}
.singlepage span.donationGoalProgressBar {
width: 100%;
display: inline-flex;
height: 12px;
background: #EEEEEE;
border-radius: 10px;
}
.singlepage span.donationGoalProgressBar > span {    
border-radius: 10px;
background-color: var(--wpep-theme-color);
}
.singlepage .donationGoalDetails {
display: block;
text-align: right;
font-weight: bold;
}
.singlepage .donationGoalDetails small {
font-weight: normal;
}
.singlepage p.doantionGoalAchieved {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 9999;
background: rgba(255,255,255, 0.75);
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
font-weight: bold;
}
@supports (-webkit-appearance: -apple-pay-button) { 
.apple-pay-button {
display: inline-block;
-webkit-appearance: -apple-pay-button;
width:100%; 
padding:20px;
}
.apple-pay-button-black {
-apple-pay-button-style: black;
}
.apple-pay-button-white {
-apple-pay-button-style: white;
}
.apple-pay-button-white-with-line {
-apple-pay-button-style: white-outline;
}
}
@supports not (-webkit-appearance: -apple-pay-button) {
.apple-pay-button {
display: inline-block;
background-size: 100% 60%;
background-repeat: no-repeat;
background-position: 50% 50%;
border-radius: 5px;
padding: 0px;
box-sizing: border-box;
min-width: 200px;
min-height: 32px;
max-height: 64px;
}
.apple-pay-button-black {
background-image: -webkit-named-image(apple-pay-logo-white);
background-color: black;
}
.apple-pay-button-white {
background-image: -webkit-named-image(apple-pay-logo-black);
background-color: white;
}
.apple-pay-button-white-with-line {
background-image: -webkit-named-image(apple-pay-logo-black);
background-color: white;
border: .5px solid black;
} 
} .button-src {
min-width: 200px;
min-height: 40px;
max-height: 40px;
padding: 0;
margin: 10px auto;
background-color: black;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: 50% 50%;
border-radius: 5px;
border-color: rgb(255, 255, 255);
cursor:pointer;
display: none;
}
.singlepage #masterPass.current .button-src {
display: block!important;
}
.singlepage #applePay.current #sq-apple-pay-label {
display: block!important;
margin: 10px auto!important;
}
#afterpay-button .sq-ap__button {
width: 240px; 
}
#ach-button {
margin-right: auto;
margin-left: auto;
display: block;
width: 206px;
background-color: white;
padding: 5px;
height: 38px;
}
#ach-button img {
width: 19px;
padding: 0;
margin-bottom: -5px;
margin-right: 6px;
}
.mleft30 {
margin-left: -30px;
}
.loader {
border: 4px solid #f3f3f3; border-top: 4px solid #3498db; border-radius: 50%;
width: 20px;
height: 20px;
animation: spin 1s linear infinite; margin: 0 auto; }
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); } }
.wp-square-wallet, .wp-square-wallet-ach {
width: 241px;
margin: 0 auto;
}
.wp-square-wallet button {
width: 100%!important;
}
.wp-square-wallet button {
width: 100%!important;
font-size: 16px;
background-color: transparent;
}
.wp-square-wallet-ach button {
width: 100%!important;
font-size: 16px;
padding: 7px 0;
background-color: transparent;
border-radius: 4px;
}
.wp-square-wallet-ach button img {
width: 22px!important;
vertical-align: bottom;
}
.wp-square-wallet div#cash_app_pay_v1_element {
background-color: black;
margin: 0 auto;
border-radius: 4px;
text-align: center;
display: inline-table;
padding: 0px 24px 0px 22px;
}
.wpep_coupon_applied{
display: flex;
justify-content: space-between;
align-items: center;
padding: 0;
background-color: #f2f2f2;
border: 1px solid #ccc;
border-radius: 5px;
overflow: hidden;
height: 50px;
font-size: 14px;
font-weight: 600;
color: #484848;
}
.wpep_coupon_applied_text i {
color: #5D97FF; font-size: 24px; margin-right: 8px; }
span.wpep_coupon_applied_text {
font-size: 14px;
color: #333;
padding-left: 15px;
flex: 1;
display: flex;
align-items: center;
}
button.wpep_coupon_remove_btn {
background-color: #5D97FF;
color: white;
border: none;
width: 100px;
height: 100%;
font-size: 12px;
font-weight: bold;
cursor: pointer;
text-transform: uppercase;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
border-left: 1px solid #ccc;
}
.wpep_coupon_remove_btn:hover {
background-color: #85aff9;
}
.quantityCouponAlert{
display: none;
}
.pStock{
display: none;
padding: 8px;
text-align: center;
background: #f8d7da;
color: #ca1818;
margin-top: -24px;
margin-bottom: 16px;
}
.subscrition_cycle_box {
display: flex; align-items: center; gap: 8px; border: 1px solid #4A90E2;
background: #E8F3FF;
color: #007BFF;
padding: 8px 16px;
border-radius: 8px;
font-weight: bold;
margin: 15px 0px;
max-width: fit-content; flex-wrap: wrap; justify-content: center; text-align: center;
} .subscrition_cycle_box .title {
font-weight: 600;
color: #007BFF;
font-size: 18px !important;
height: 24px !important;
padding: 0px !important;
border: none !important;
} .subscrition_cycle_box .subtext {
font-size: 12px;
color: #777;
padding-top: 5px;
} @media (max-width: 768px) {
.subscrition_cycle_box {
flex-direction: column; gap: 5px;
padding: 12px; width: 100%; text-align: center;
}
.subscrition_cycle_box .title {
font-size: 16px !important; height: auto !important;
}
.subscrition_cycle_box .subtext {
font-size: 11px; padding-top: 3px;
}
}
@media (max-width: 480px) {
.subscrition_cycle_box {
padding: 10px;
gap: 4px;
}
.subscrition_cycle_box .title {
font-size: 14px !important;
}
.subscrition_cycle_box .subtext {
font-size: 10px;
}
}
.no_product_found{
padding: 20px;
text-align: center;
font-size: 18px;
font-weight: 500;
}
span.valueCheckWpep {
color: #ff0000;
font-size: 12px;
}
span.couponAmountError {
color: #ff0000;
font-size: 12px;
}
:root{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33,69,230;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:24,58,214;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-animate__appear{animation-delay:0s;animation-duration:1ms}}.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{transform-origin:top left}.components-animate__appear.is-from-top.is-from-right{transform-origin:top right}.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{transform-origin:bottom left}.components-animate__appear.is-from-bottom.is-from-right{transform-origin:bottom right}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-animate__slide-in{animation-delay:0s;animation-duration:1ms}}.components-animate__slide-in.is-from-left{transform:translateX(100%)}.components-animate__slide-in.is-from-right{transform:translateX(-100%)}@keyframes components-animate__slide-in-animation{to{transform:translateX(0)}}.components-animate__loading{animation:components-animate__loading 1.6s ease-in-out infinite}@keyframes components-animate__loading{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.components-autocomplete__popover .components-popover__content{min-width:200px;padding:8px}.components-autocomplete__result.components-button{display:flex;height:auto;min-height:36px;text-align:left;width:100%}.components-autocomplete__result.components-button:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-autocomplete__result.components-button.is-selected,.components-autocomplete__result.components-button:not(:disabled,[aria-disabled=true]):active{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff}.components-button-group{display:inline-block}.components-button-group .components-button{border-radius:0;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;display:inline-flex}.components-button-group .components-button+.components-button{margin-left:-1px}.components-button-group .components-button:first-child{border-radius:2px 0 0 2px}.components-button-group .components-button:last-child{border-radius:0 2px 2px 0}.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{position:relative;z-index:1}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px #1e1e1e}.components-button{align-items:center;-webkit-appearance:none;background:none;border:0;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:400;height:36px;margin:0;padding:6px 12px;text-decoration:none;transition:box-shadow .1s linear}@media (prefers-reduced-motion:reduce){.components-button{transition-delay:0s;transition-duration:0s}}.components-button.is-next-40px-default-size{height:40px}.components-button:hover,.components-button[aria-expanded=true]{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button:disabled:hover,.components-button[aria-disabled=true]:hover{color:initial}.components-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:3px solid #0000}.components-button.is-primary{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff);outline:1px solid #0000;text-decoration:none;text-shadow:none;white-space:nowrap}.components-button.is-primary:hover:not(:disabled){background:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:active:not(:disabled){background:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));border-color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff6;opacity:1;outline:none}.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 70%,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 70%);background-size:100px 100%;border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-secondary,.components-button.is-tertiary{outline:1px solid #0000}.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){box-shadow:none}.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{background:#0000;color:#949494;opacity:1;transform:none}.components-button.is-secondary{background:#0000;box-shadow:inset 0 0 0 1px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:1px solid #0000;white-space:nowrap}.components-button.is-secondary:hover:not(:disabled,[aria-disabled=true]){box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6))}.components-button.is-secondary:disabled:not(:focus),.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),.components-button.is-secondary[aria-disabled=true]:not(:focus){box-shadow:inset 0 0 0 1px #ddd}.components-button.is-tertiary{background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));white-space:nowrap}.components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true]){background:rgba(var(--wp-admin-theme-color--rgb),.04)}.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:rgba(var(--wp-admin-theme-color--rgb),.08)}p+.components-button.is-tertiary{margin-left:-6px}.components-button.is-tertiary:disabled:not(:focus),.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),.components-button.is-tertiary[aria-disabled=true]:not(:focus){box-shadow:none;outline:none}.components-button.is-destructive{--wp-components-color-accent:#cc1818;--wp-components-color-accent-darker-10:#9e1313;--wp-components-color-accent-darker-20:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){color:#cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled){color:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled){background:#ccc}.components-button.is-link{background:none;border:0;border-radius:0;box-shadow:none;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));height:auto;margin:0;outline:none;padding:0;text-align:left;text-decoration:underline;transition-duration:.05s;transition-property:border,background,color;transition-timing-function:ease-in-out}@media (prefers-reduced-motion:reduce){.components-button.is-link{transition-delay:0s;transition-duration:0s}}.components-button.is-link:focus{border-radius:2px}.components-button:not(:disabled,[aria-disabled=true]):active{color:var(--wp-components-color-foreground,#1e1e1e)}.components-button:disabled,.components-button[aria-disabled=true]{cursor:default;opacity:.3}.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation:components-button__busy-animation 2.5s linear infinite;background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);background-size:100px 100%;opacity:1}@media (prefers-reduced-motion:reduce){.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation-duration:0s}}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0;width:32px}.components-button.is-small{font-size:11px;height:24px;line-height:22px;padding:0 8px}.components-button.is-small.has-icon:not(.has-text){min-width:24px;padding:0;width:24px}.components-button.has-icon{justify-content:center;min-width:36px;padding:6px}.components-button.has-icon.is-next-40px-default-size{min-width:40px}.components-button.has-icon .dashicon{align-items:center;box-sizing:initial;display:inline-flex;justify-content:center;padding:2px}.components-button.has-icon.has-text{gap:4px;justify-content:start;padding-left:8px;padding-right:12px}.components-button.is-pressed{background:var(--wp-components-color-foreground,#1e1e1e);color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-button.is-pressed:hover:not(:disabled){background:var(--wp-components-color-foreground,#1e1e1e);color:var(--wp-components-color-foreground-inverted,#fff)}.components-button svg{fill:currentColor;outline:none}@media (forced-colors:active){.components-button svg{fill:CanvasText}}.components-button .components-visually-hidden{height:auto}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-checkbox-control{--checkbox-input-size:24px}@media (min-width:600px){.components-checkbox-control{--checkbox-input-size:20px}}.components-checkbox-control__label{line-height:var(--checkbox-input-size)}.components-checkbox-control__input[type=checkbox]{appearance:none;background:#fff;border:1px solid #1e1e1e;border-radius:2px;box-shadow:0 0 0 #0000;clear:none;color:#1e1e1e;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:var(--checkbox-input-size);line-height:normal;line-height:0;margin:0 4px 0 0;outline:0;padding:6px 8px;padding:0!important;text-align:center;transition:box-shadow .1s linear;transition:none;transition:border-color .1s ease-in-out;vertical-align:top;width:var(--checkbox-input-size)}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{content:"";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}.components-checkbox-control__input[type=checkbox]:disabled,.components-checkbox-control__input[type=checkbox][aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}@media (prefers-reduced-motion:reduce){.components-checkbox-control__input[type=checkbox]{transition-delay:0s;transition-duration:0s}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-checkbox-control__input[type=checkbox]:checked::-ms-check,.components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before{content:none}.components-checkbox-control__input-container{aspect-ratio:1;display:inline-block;flex-shrink:0;margin-right:12px;position:relative;vertical-align:middle;width:var(--checkbox-input-size)}svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:var(--checkbox-input-size);fill:#fff;cursor:pointer;height:var(--checkmark-size);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;width:var(--checkmark-size)}@media (min-width:600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:calc(var(--checkbox-input-size) + 4px)}}.components-checkbox-control__help{display:inline-block;margin-inline-start:calc(var(--checkbox-input-size) + 12px)}.components-circular-option-picker{display:inline-block;min-width:188px;width:100%}.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{display:flex;justify-content:flex-end;margin-top:12px}.components-circular-option-picker .components-circular-option-picker__swatches{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.components-circular-option-picker>:not(.components-circular-option-picker__swatches){position:relative;z-index:0}.components-circular-option-picker__option-wrapper{display:inline-block;height:28px;transform:scale(1);transition:transform .1s ease;vertical-align:top;width:28px;will-change:transform}@media (prefers-reduced-motion:reduce){.components-circular-option-picker__option-wrapper{transition-delay:0s;transition-duration:0s}}.components-circular-option-picker__option-wrapper:hover{transform:scale(1.2)}.components-circular-option-picker__option-wrapper>div{height:100%;width:100%}.components-circular-option-picker__option-wrapper:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555D65' d='M6 8V6H4v2zm2 0V6h2v2zm2 8H8v-2h2zm2 0v-2h2v2zm0 2v-2h-2v2H8v2h2v-2zm2 0v2h-2v-2zm2 0h-2v-2h2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2zm-2-4v-2h2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' d='M18 18v2h-2v-2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2zm0 2v-2H6v2zm2 0v-2h2v2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4zm0 4V2H2v2zm2 0V2h2v2zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2z' clip-rule='evenodd'/%3E%3C/svg%3E");border-radius:50%;bottom:1px;content:"";left:1px;position:absolute;right:1px;top:1px;z-index:-1}.components-circular-option-picker__option{background:#0000;border:none;border-radius:50%;box-shadow:inset 0 0 0 14px;cursor:pointer;display:inline-block;height:100%;transition:box-shadow .1s ease;vertical-align:top;width:100%}@media (prefers-reduced-motion:reduce){.components-circular-option-picker__option{transition-delay:0s;transition-duration:0s}}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{box-shadow:inset 0 0 0 4px;overflow:visible;position:relative;z-index:1}.components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{border-radius:50%;left:2px;pointer-events:none;position:absolute;top:2px;z-index:2}.components-circular-option-picker__option:after{border:1px solid #0000;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px #0003;box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.components-circular-option-picker__option:focus:after{border:2px solid #757575;border-radius:50%;box-shadow:inset 0 0 0 2px #fff;content:"";height:calc(100% + 4px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 4px)}.components-circular-option-picker__option.components-button:focus{background-color:initial;box-shadow:inset 0 0 0 14px;outline:none}.components-circular-option-picker__button-action .components-circular-option-picker__option{background:#fff;color:#fff}.components-circular-option-picker__dropdown-link-action{margin-right:16px}.components-circular-option-picker__dropdown-link-action .components-button{line-height:22px}.components-palette-edit__popover-gradient-picker{padding:8px;width:260px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1px #0003;display:inline-block;height:20px;padding:0;width:20px}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{border:none;box-shadow:none;font-family:inherit;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{align-items:flex-start;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.components-combobox-control__suggestions-container{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-combobox-control__reset.components-button{display:flex;height:16px;min-width:16px;padding:0}.components-color-palette__custom-color-wrapper{position:relative;z-index:0}.components-color-palette__custom-color-button{background:none;border:none;border-radius:2px 2px 0 0;box-shadow:inset 0 0 0 1px #0003;box-sizing:border-box;cursor:pointer;height:64px;outline:1px solid #0000;position:relative;width:100%}.components-color-palette__custom-color-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-width:2px}.components-color-palette__custom-color-button:after{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,24px 24px;background-size:48px 48px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.components-color-palette__custom-color-text-wrapper{border-radius:0 0 2px 2px;box-shadow:inset 0 -1px 0 0 #0003,inset 1px 0 0 0 #0003,inset -1px 0 0 0 #0003;font-size:13px;padding:12px 16px;position:relative}.components-color-palette__custom-color-name{color:var(--wp-components-color-foreground,#1e1e1e);margin:0 1px}.components-color-palette__custom-color-value{color:#757575}.components-color-palette__custom-color-value--is-hex{text-transform:uppercase}.components-color-palette__custom-color-value:empty:after{content:"​";visibility:hidden}.components-custom-gradient-picker__gradient-bar{border-radius:2px;height:48px;position:relative;width:100%;z-index:1}.components-custom-gradient-picker__gradient-bar.has-gradient{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{inset:0;position:absolute}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{margin-left:auto;margin-right:auto;position:relative;width:calc(100% - 48px)}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{display:flex;height:16px;position:absolute;top:16px;width:16px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{background:#fff;border-radius:50%;color:#1e1e1e;height:inherit;min-width:16px;padding:2px;position:relative;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{height:100%;width:100%}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 2px 0 #00000040;height:inherit;outline:2px solid #0000;padding:0;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff,0 0 2px 0 #00000040;outline:1.5px solid #0000}.components-custom-gradient-picker__remove-control-point-wrapper{padding-bottom:8px}.components-custom-gradient-picker__inserter{direction:ltr}.components-custom-gradient-picker__liner-gradient-indicator{display:inline-block;flex:0 auto;height:20px;width:20px}.components-custom-gradient-picker .components-custom-gradient-picker__toolbar{border:none}.components-custom-gradient-picker .components-custom-gradient-picker__toolbar>div+div{margin-left:1px}.components-custom-gradient-picker .components-custom-gradient-picker__toolbar button.is-pressed>svg{background:#fff;border:1px solid #949494;border-radius:2px}.components-custom-gradient-picker__ui-line{position:relative;z-index:0}.components-custom-select-control{font-size:13px;position:relative}.components-custom-select-control__button{outline:0;position:relative;text-align:left}.components-custom-select-control__hint{color:#949494;margin-left:10px}.components-custom-select-control__menu-wrapper{bottom:0;min-width:100%;position:absolute}.components-custom-select-control__menu{background-color:#fff;border:1px solid #1e1e1e;border-radius:2px;max-height:400px;min-width:100%;outline:none;overflow:auto;padding:0;position:absolute;transition:none;z-index:1000000}.components-custom-select-control__menu[aria-hidden=true]{display:none}.components-custom-select-control__item{align-items:center;cursor:default;display:grid;grid-template-columns:auto auto;line-height:28px;list-style-type:none;padding:8px 16px}.components-custom-select-control__item:not(.is-next-40px-default-size){padding:8px}.components-custom-select-control__item.has-hint{grid-template-columns:auto auto 30px}.components-custom-select-control__item.is-highlighted{background:#ddd}.components-custom-select-control__item .components-custom-select-control__item-hint{color:#949494;padding-right:4px;text-align:right}.components-custom-select-control__item .components-custom-select-control__item-icon{margin-left:auto}.components-custom-select-control__item:last-child{margin-bottom:0}.block-editor-dimension-control .components-base-control__field{align-items:center;display:flex}.block-editor-dimension-control .components-base-control__label{align-items:center;display:flex;margin-bottom:0;margin-right:1em}.block-editor-dimension-control .components-base-control__label .dashicon{margin-right:.5em}.block-editor-dimension-control.is-manual .components-base-control__label{width:10em}body.is-dragging-components-draggable{cursor:move;cursor:grabbing!important}.components-draggable__invisible-drag-image{height:50px;left:-1000px;position:fixed;width:50px}.components-draggable__clone{background:#0000;padding:0;pointer-events:none;position:fixed;z-index:1000000000}.components-drop-zone{border-radius:2px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;z-index:40}.components-drop-zone.is-active{opacity:1;visibility:visible}.components-drop-zone__content{align-items:center;background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));bottom:0;color:#fff;display:flex;height:100%;justify-content:center;left:0;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:50}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{line-height:0;margin:0 auto 8px;fill:currentColor;pointer-events:none}.components-drop-zone__content-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-dropdown{display:inline-block}.components-dropdown__content .components-popover__content{padding:8px}.components-dropdown__content [role=menuitem]{white-space:nowrap}.components-dropdown__content .components-menu-group{margin:0 -8px;padding:8px}.components-dropdown__content .components-menu-group:first-child{margin-top:-8px}.components-dropdown__content .components-menu-group:last-child{margin-bottom:-8px}.components-dropdown__content .components-menu-group+.components-menu-group{border-top:1px solid #ccc;margin-top:0;padding:8px}.components-dropdown__content.is-alternate .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-dropdown-menu__toggle{vertical-align:top}.components-dropdown-menu__menu{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{cursor:pointer;outline:none;padding:6px;white-space:nowrap;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{margin-top:6px;overflow:visible;position:relative}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{background-color:#ddd;box-sizing:initial;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:-3px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-menu-item.is-active svg{background:#1e1e1e;border-radius:1px;box-shadow:0 0 0 1px #1e1e1e;color:#fff}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{width:auto}.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{height:auto;min-height:36px;padding-left:8px;padding-right:8px;text-align:left}.components-duotone-picker__color-indicator:before{background:#0000}.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);color:#0000}.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:#0000}.components-color-list-picker,.components-color-list-picker__swatch-button{width:100%}.components-color-list-picker__color-picker{margin:8px 0}.components-color-list-picker__swatch-button{padding:6px}.components-color-list-picker__swatch-color{margin:2px}.components-external-link{text-decoration:none}.components-external-link__contents{text-decoration:underline}.components-external-link__icon{font-weight:400;margin-left:.5ch}.components-form-toggle{display:inline-block;position:relative}.components-form-toggle .components-form-toggle__track{background-color:#fff;border:1px solid #1e1e1e;border-radius:9px;box-sizing:border-box;content:"";display:inline-block;height:18px;overflow:hidden;position:relative;transition:background-color .2s ease,border-color .2s ease;vertical-align:top;width:36px}@media (prefers-reduced-motion:reduce){.components-form-toggle .components-form-toggle__track{transition-delay:0s;transition-duration:0s}}.components-form-toggle .components-form-toggle__track:after{border-top:18px solid #0000;box-sizing:border-box;content:"";inset:0;opacity:0;position:absolute;transition:opacity .2s ease}@media (prefers-reduced-motion:reduce){.components-form-toggle .components-form-toggle__track:after{transition-delay:0s;transition-duration:0s}}.components-form-toggle .components-form-toggle__thumb{background-color:#1e1e1e;border:6px solid #0000;border-radius:50%;box-sizing:border-box;display:block;height:12px;left:3px;position:absolute;top:3px;transition:transform .2s ease,background-color .2s ease-out;width:12px}@media (prefers-reduced-motion:reduce){.components-form-toggle .components-form-toggle__thumb{transition-delay:0s;transition-duration:0s}}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-toggle.is-checked .components-form-toggle__track:after{opacity:1}.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:2px}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translateX(18px)}.components-disabled .components-form-toggle,.components-form-toggle.is-disabled{opacity:.3}.components-form-toggle input.components-form-toggle__input[type=checkbox]{border:none;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{background:none}.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{content:""}.components-form-token-field__input-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;cursor:text;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.components-form-token-field__input-container{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-form-token-field__input-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-form-token-field__input-container:-ms-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.components-form-token-field__input-container.is-active{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:#1e1e1e;display:inline-block;flex:1;font-family:inherit;font-size:16px;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media (min-width:600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;max-width:100%}.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.components-form-token-field__token.is-borderless{padding:0 24px 0 0;position:relative}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:#0000;color:#757575;padding:0;position:absolute;right:0;top:1px}.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{border-radius:4px 0 0 4px;color:#cc1818;padding:0 4px 0 6px}.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.components-form-token-field__token.is-disabled .components-form-token-field__remove-token{cursor:default}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;line-height:24px;min-width:unset;transition:all .2s cubic-bezier(.4,1,.4,1)}@media (prefers-reduced-motion:reduce){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{animation-delay:0s;animation-duration:1ms;transition-delay:0s;transition-duration:0s}}.components-form-token-field__token-text{border-radius:2px 0 0 2px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.components-form-token-field__remove-token.components-button{border-radius:0 2px 2px 0;color:#1e1e1e;cursor:pointer;line-height:10px;overflow:initial;padding:0 2px}.components-form-token-field__remove-token.components-button:hover{color:#1e1e1e}.components-form-token-field__suggestions-list{box-shadow:inset 0 1px 0 0 #949494;flex:1 0 100%;list-style:none;margin:0;max-height:128px;min-width:100%;overflow-y:auto;padding:0;transition:all .15s ease-in-out}@media (prefers-reduced-motion:reduce){.components-form-token-field__suggestions-list{transition-delay:0s;transition-duration:0s}}.components-form-token-field__suggestion{box-sizing:border-box;color:#1e1e1e;cursor:pointer;display:block;font-size:13px;margin:0;min-height:32px;padding:8px 12px}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff}.components-form-token-field__suggestion[aria-disabled=true]{color:#949494;pointer-events:none}.components-form-token-field__suggestion[aria-disabled=true].is-selected{background-color:rgba(var(--wp-components-color-accent--rgb,var(--wp-admin-theme-color--rgb)),.04)}@media (min-width:600px){.components-guide{width:600px}}.components-guide .components-modal__content{border-radius:2px;margin-top:0;padding:0}.components-guide .components-modal__content:before{content:none}.components-guide .components-modal__header{border-bottom:none;height:60px;padding:0;position:sticky}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static}.components-guide .components-modal__header .components-button:hover svg{fill:#fff}.components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-60px;min-height:100%}.components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:600px){.components-guide__page{min-height:300px}}.components-guide__footer{align-content:center;display:flex;height:36px;justify-content:center;margin:0 0 24px;padding:0 32px;position:relative;width:100%}.components-guide__page-control{margin:0;text-align:center}.components-guide__page-control li{display:inline-block;margin:0}.components-guide__page-control .components-button{color:#e0e0e0;height:30px;margin:-6px 0;min-width:20px}.components-guide__page-control li[aria-current=step] .components-button{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-modal__frame.components-guide{border:none;max-height:575px;min-width:312px}@media (max-width:600px){.components-modal__frame.components-guide{margin:auto;max-width:calc(100vw - 32px)}}.components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{position:absolute}.components-button.components-guide__back-button{left:32px}.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{right:32px}[role=region]{position:relative}.is-focusing-regions [role=region]:focus:after{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1000000}.is-focusing-regions .editor-post-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header{outline:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-offset:-4px}.components-menu-group+.components-menu-group{border-top:1px solid #1e1e1e;margin-top:8px;padding-top:8px}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group__label{color:#757575;font-size:11px;font-weight:500;margin-bottom:12px;margin-top:4px;padding:0 8px;text-transform:uppercase;white-space:nowrap}.components-menu-item__button,.components-menu-item__button.components-button{width:100%}.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child{box-sizing:initial;padding-right:48px}.components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{display:inline-block;flex:0 0 auto}.components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{margin-left:24px;margin-right:-2px}.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{margin-left:8px}.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{margin-left:-2px;margin-right:8px}.components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{justify-content:center}.components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{margin-right:0}.components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary{background:none;color:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));opacity:.3}.components-menu-item__info-wrapper{display:flex;flex-direction:column;margin-right:auto}.components-menu-item__info{color:#757575;font-size:12px;margin-top:4px;white-space:normal}.components-menu-item__item{align-items:center;display:inline-flex;margin-right:auto;min-width:160px;white-space:nowrap}.components-menu-item__shortcut{align-self:center;color:currentColor;display:none;margin-left:auto;margin-right:0;padding-left:24px}@media (min-width:480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{margin-right:12px}.components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{padding-left:12px}.components-modal__screen-overlay{animation:edit-post__fade-in-animation .2s ease-out 0s;animation-fill-mode:forwards;background-color:#00000059;bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:100000}@media (prefers-reduced-motion:reduce){.components-modal__screen-overlay{animation-delay:0s;animation-duration:1ms}}.components-modal__frame{animation:components-modal__appear-animation .1s ease-out;animation-fill-mode:forwards;background:#fff;border-radius:4px 4px 0 0;box-shadow:0 .7px 1px #00000026,0 2.7px 3.8px -.2px #00000026,0 5.5px 7.8px -.3px #00000026,.1px 11.5px 16.4px -.5px #00000026;box-sizing:border-box;display:flex;margin:40px 0 0;overflow:hidden;width:100%}.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{box-sizing:inherit}@media (prefers-reduced-motion:reduce){.components-modal__frame{animation-delay:0s;animation-duration:1ms}}@media (min-width:600px){.components-modal__frame{border-radius:4px;margin:auto;max-height:calc(100% - 120px);max-width:calc(100% - 32px);min-width:350px;width:auto}}@media (min-width:600px) and (min-width:600px){.components-modal__frame.is-full-screen{height:calc(100% - 32px);max-height:none;width:calc(100% - 32px)}}@media (min-width:600px) and (min-width:782px){.components-modal__frame.is-full-screen{height:calc(100% - 80px);max-width:none;width:calc(100% - 80px)}}@media (min-width:600px){.components-modal__frame.has-size-large,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-small{width:100%}.components-modal__frame.has-size-small{max-width:384px}.components-modal__frame.has-size-medium{max-width:512px}.components-modal__frame.has-size-large{max-width:840px}}@media (min-width:960px){.components-modal__frame{max-height:70%}}@keyframes components-modal__appear-animation{0%{transform:translateY(32px)}to{transform:translateY(0)}}.components-modal__header{align-items:center;border-bottom:1px solid #0000;box-sizing:border-box;display:flex;flex-direction:row;height:72px;justify-content:space-between;left:0;padding:24px 32px 8px;position:absolute;top:0;width:100%;z-index:10}.components-modal__header .components-modal__header-heading{font-size:1.2rem;font-weight:600}.components-modal__header h1{line-height:1;margin:0}.components-modal__header .components-button{left:8px;position:relative}.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{border-bottom-color:#ddd}.components-modal__header+p{margin-top:0}.components-modal__header-heading-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:left}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px}.components-modal__content{flex:1;margin-top:72px;overflow:auto;padding:4px 32px 32px}.components-modal__content.hide-header{margin-top:0;padding-top:32px}.components-modal__content.is-scrollable:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:-2px}.components-notice{align-items:center;background-color:#fff;border-left:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:8px 12px}.components-notice.is-dismissible{position:relative}.components-notice.is-success{background-color:#eff9f1;border-left-color:#4ab866}.components-notice.is-warning{background-color:#fef8ee;border-left-color:#f0b849}.components-notice.is-error{background-color:#f4a2a2;border-left-color:#cc1818}.components-notice__content{flex-grow:1;margin:4px 25px 4px 0}.components-notice__actions{display:flex;flex-wrap:wrap}.components-notice__action.components-button{margin-right:8px}.components-notice__action.components-button,.components-notice__action.components-button.is-link{margin-left:12px}.components-notice__action.components-button.is-secondary{vertical-align:initial}.components-notice__dismiss{align-self:flex-start;color:#757575;flex-shrink:0}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{background-color:initial;color:#1e1e1e}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{box-sizing:border-box;max-width:100vw}.components-notice-list .components-notice__content{line-height:2;margin-bottom:12px;margin-top:12px}.components-notice-list .components-notice__action.components-button{display:block;margin-left:0;margin-top:8px}.components-panel{background:#fff;border:1px solid #e0e0e0}.components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{margin-top:-1px}.components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{border-bottom-width:0}.components-panel+.components-panel{margin-top:-1px}.components-panel__body{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{align-items:center;border-bottom:1px solid #ddd;box-sizing:initial;display:flex;flex-shrink:0;height:47px;justify-content:space-between;padding:0 16px}.components-panel__header h2{color:inherit;font-size:inherit;margin:0}.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{margin-top:-1px}.components-panel__body>.components-panel__body-title{display:block;font-size:inherit;margin-bottom:0;margin-top:0;padding:0;transition:background .1s ease-in-out}@media (prefers-reduced-motion:reduce){.components-panel__body>.components-panel__body-title{transition-delay:0s;transition-duration:0s}}.components-panel__body.is-opened>.components-panel__body-title{margin:-16px -16px 5px}.components-panel__body>.components-panel__body-title:hover{background:#f0f0f0;border:none}.components-panel__body-toggle.components-button{border:none;box-shadow:none;color:#1e1e1e;font-weight:500;height:auto;outline:none;padding:16px 48px 16px 16px;position:relative;text-align:left;transition:background .1s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.components-panel__body-toggle.components-button{transition-delay:0s;transition-duration:0s}}.components-panel__body-toggle.components-button:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-panel__body-toggle.components-button .components-panel__arrow{color:#1e1e1e;position:absolute;right:16px;top:50%;transform:translateY(-50%);fill:currentColor;transition:color .1s ease-in-out}@media (prefers-reduced-motion:reduce){.components-panel__body-toggle.components-button .components-panel__arrow{transition-delay:0s;transition-duration:0s}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{-ms-filter:fliph;filter:FlipH;margin-top:-10px;transform:scaleX(-1)}.components-panel__icon{color:#757575;margin:-2px 0 -2px 6px}.components-panel__body-toggle-icon{margin-right:-5px}.components-panel__color-title{float:left;height:19px}.components-panel__row{align-items:center;display:flex;justify-content:space-between;margin-top:8px;min-height:36px}.components-panel__row select{min-width:0}.components-panel__row label{flex-shrink:0;margin-right:12px;max-width:75%}.components-panel__row:empty,.components-panel__row:first-of-type{margin-top:0}.components-panel .circle-picker{padding-bottom:20px}.components-placeholder.components-placeholder{align-items:flex-start;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-size:13px;gap:16px;margin:0;padding:24px;position:relative;text-align:left;width:100%;-moz-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;outline:1px solid #0000}.components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;letter-spacing:normal;line-height:normal;text-transform:none}.components-placeholder__label{align-items:center;display:flex;font-weight:600}.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{margin-right:4px;fill:currentColor}@media (forced-colors:active){.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:CanvasText}}.components-placeholder__label:empty{display:none}.components-placeholder__fieldset,.components-placeholder__fieldset form{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:flex-start;width:100%}.components-placeholder__fieldset form p,.components-placeholder__fieldset p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{flex-direction:column}.components-placeholder__input[type=url]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;flex:1 1 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px;transition:box-shadow .1s linear}@media (prefers-reduced-motion:reduce){.components-placeholder__input[type=url]{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-placeholder__input[type=url]{font-size:13px;line-height:normal}}.components-placeholder__input[type=url]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-placeholder__input[type=url]::-webkit-input-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-placeholder__input[type=url]:-ms-input-placeholder{color:#1e1e1e9e}.components-placeholder__error{gap:8px;width:100%}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{margin-left:10px;margin-right:10px}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{margin-right:0}.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{display:none}.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{flex-direction:column}.components-placeholder.is-medium .components-button,.components-placeholder.is-medium .components-placeholder__fieldset>*,.components-placeholder.is-small .components-button,.components-placeholder.is-small .components-placeholder__fieldset>*{justify-content:center;width:100%}.components-placeholder.is-small{padding:16px}.components-placeholder.has-illustration{-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);backface-visibility:hidden;background-color:initial;border-radius:2px;box-shadow:none;color:inherit;display:flex;overflow:hidden}.is-dark-theme .components-placeholder.has-illustration{background-color:#0000001a}.components-placeholder.has-illustration .components-placeholder__fieldset{margin-left:0;margin-right:0}.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{opacity:0;pointer-events:none;transition:opacity .1s linear}@media (prefers-reduced-motion:reduce){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition-delay:0s;transition-duration:0s}}.is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{opacity:1;pointer-events:auto}.components-placeholder.has-illustration:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.is-selected .components-placeholder.has-illustration{overflow:auto}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{box-sizing:initial;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;stroke:currentColor;opacity:.25}.components-popover{box-sizing:border-box;will-change:transform;z-index:1000000}.components-popover *,.components-popover :after,.components-popover :before{box-sizing:inherit}.components-popover.is-expanded{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000000!important}.components-popover__content{background:#fff;border-radius:2px;box-shadow:0 0 0 1px #ccc,0 .7px 1px #0000001a,0 1.2px 1.7px -.2px #0000001a,0 2.3px 3.3px -.5px #0000001a;box-sizing:border-box;width:min-content}.is-alternate .components-popover__content{box-shadow:0 0 0 1px #1e1e1e}.is-unstyled .components-popover__content{background:none;border-radius:0;box-shadow:none}.components-popover.is-expanded .components-popover__content{box-shadow:0 -1px 0 0 #ccc;height:calc(100% - 48px);overflow-y:visible;position:static;width:auto}.components-popover.is-expanded.is-alternate .components-popover__content{box-shadow:0 -1px 0 #1e1e1e}.components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-popover__close.components-button{z-index:5}.components-popover__arrow{display:flex;height:14px;pointer-events:none;position:absolute;width:14px}.components-popover__arrow:before{background-color:#fff;content:"";height:2px;left:1px;position:absolute;right:1px;top:-1px}.components-popover__arrow.is-top{bottom:-14px!important;transform:rotate(0)}.components-popover__arrow.is-right{left:-14px!important;transform:rotate(90deg)}.components-popover__arrow.is-bottom{top:-14px!important;transform:rotate(180deg)}.components-popover__arrow.is-left{right:-14px!important;transform:rotate(-90deg)}.components-popover__triangle{display:block;flex:1}.components-popover__triangle-bg{fill:#fff}.components-popover__triangle-border{fill:#0000;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-radio-control__option{align-items:center;display:flex}.components-radio-control__input[type=radio]{appearance:none;border:1px solid #1e1e1e;border-radius:2px;border-radius:50%;box-shadow:0 0 0 #0000;cursor:pointer;display:inline-flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:24px;line-height:normal;margin:0 6px 0 0;max-width:24px;min-width:24px;padding:0;transition:box-shadow .1s linear;transition:none;width:24px}@media (prefers-reduced-motion:reduce){.components-radio-control__input[type=radio]{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-radio-control__input[type=radio]{font-size:13px;line-height:normal}}.components-radio-control__input[type=radio]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]::-webkit-input-placeholder{color:#1e1e1e9e}.components-radio-control__input[type=radio]::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-radio-control__input[type=radio]:-ms-input-placeholder{color:#1e1e1e9e}@media (min-width:600px){.components-radio-control__input[type=radio]{height:20px;max-width:20px;min-width:20px;width:20px}}.components-radio-control__input[type=radio]:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:8px;margin:0;transform:translate(7px,7px);width:8px}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{transform:translate(5px,5px)}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid #0000}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px var(--wp-components-color-background,#fff),0 0 0 4px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-radio-control__input[type=radio]:checked{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-radio-control__input[type=radio]:checked:before{border-radius:50%;content:""}.components-radio-control__label{cursor:pointer}.components-resizable-box__handle{display:none;height:23px;width:23px;z-index:2}.components-resizable-box__container.has-show-handle .components-resizable-box__handle{display:block}.components-resizable-box__container>img{width:inherit}.components-resizable-box__handle:after{background:#fff;border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));content:"";cursor:inherit;display:block;height:15px;outline:2px solid #0000;position:absolute;right:calc(50% - 8px);top:calc(50% - 8px);width:15px}.components-resizable-box__side-handle:before{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:2px;content:"";cursor:inherit;display:block;height:3px;opacity:0;position:absolute;right:calc(50% - 1px);top:calc(50% - 1px);transition:transform .1s ease-in;width:3px;will-change:transform}@media (prefers-reduced-motion:reduce){.components-resizable-box__side-handle:before{transition-delay:0s;transition-duration:0s}}.components-resizable-box__corner-handle,.components-resizable-box__side-handle{z-index:2}.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{border-left:0;border-right:0;left:0;width:100%}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{border-bottom:0;border-top:0;height:100%;top:0}.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation-delay:0s;animation-duration:1ms}}.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation:components-resizable-box__left-right-animation .1s ease-out 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation-delay:0s;animation-duration:1ms}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:none}}}@keyframes components-resizable-box__top-bottom-animation{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes components-resizable-box__left-right-animation{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}} .components-resizable-box__handle-right{right:-11.5px}.components-resizable-box__handle-left{left:-11.5px}.components-resizable-box__handle-top{top:-11.5px}.components-resizable-box__handle-bottom{bottom:-11.5px} .components-responsive-wrapper{align-items:center;display:flex;justify-content:center;max-width:100%;position:relative}.components-responsive-wrapper__content{display:block;max-width:100%;width:100%}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}body.lockscroll,html.lockscroll{overflow:hidden}.components-select-control__input{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)!important}@media (max-width:782px){.components-base-control .components-base-control__field .components-select-control__input{font-size:16px}}.components-snackbar{-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background:#000000d9;border-radius:2px;box-shadow:0 .7px 1px #0000001a,0 1.2px 1.7px -.2px #0000001a,0 2.3px 3.3px -.5px #0000001a;box-sizing:border-box;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;max-width:600px;padding:12px 20px;pointer-events:auto;width:100%}@media (min-width:600px){.components-snackbar{width:-moz-fit-content;width:fit-content}}.components-snackbar:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{padding-left:24px;position:relative}.components-snackbar .components-snackbar__icon{left:-8px;position:absolute;top:-2.9px}.components-snackbar .components-snackbar__dismiss-button{cursor:pointer;margin-left:24px}.components-snackbar__action.components-button{color:#fff;flex-shrink:0;height:auto;line-height:1.4;margin-left:32px;padding:0}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary){background-color:initial;text-decoration:underline}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus{box-shadow:none;color:#fff;outline:1px dotted #fff}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{color:#fff;text-decoration:none}.components-snackbar__content{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4}.components-snackbar-list{box-sizing:border-box;pointer-events:none;position:absolute;width:100%;z-index:100000}.components-snackbar-list__notice-container{padding-top:8px;position:relative}.components-tab-panel__tabs{align-items:stretch;display:flex;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{background:#0000;border:none;border-radius:0;box-shadow:none;cursor:pointer;font-weight:500;height:48px;margin-left:0;padding:3px 16px;position:relative}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:none;outline:none;position:relative}.components-tab-panel__tabs-item:after{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:0;bottom:0;content:"";height:calc(var(--wp-admin-border-width-focus)*0);left:0;pointer-events:none;position:absolute;right:0;transition:all .1s linear}@media (prefers-reduced-motion:reduce){.components-tab-panel__tabs-item:after{transition-delay:0s;transition-duration:0s}}.components-tab-panel__tabs-item.is-active:after{height:calc(var(--wp-admin-border-width-focus)*1);outline:2px solid #0000;outline-offset:-1px}.components-tab-panel__tabs-item:before{border-radius:2px;bottom:12px;box-shadow:0 0 0 0 #0000;content:"";left:12px;pointer-events:none;position:absolute;right:12px;top:12px;transition:all .1s linear}@media (prefers-reduced-motion:reduce){.components-tab-panel__tabs-item:before{transition-delay:0s;transition-duration:0s}}.components-tab-panel__tabs-item:focus-visible:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-tab-panel__tab-content:focus{box-shadow:none;outline:none}.components-tab-panel__tab-content:focus-visible{border-radius:2px;box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:0}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin:0;padding:6px 8px;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-text-control__input::-webkit-input-placeholder,.components-text-control__input[type=color]::-webkit-input-placeholder,.components-text-control__input[type=date]::-webkit-input-placeholder,.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,.components-text-control__input[type=datetime]::-webkit-input-placeholder,.components-text-control__input[type=email]::-webkit-input-placeholder,.components-text-control__input[type=month]::-webkit-input-placeholder,.components-text-control__input[type=number]::-webkit-input-placeholder,.components-text-control__input[type=password]::-webkit-input-placeholder,.components-text-control__input[type=tel]::-webkit-input-placeholder,.components-text-control__input[type=text]::-webkit-input-placeholder,.components-text-control__input[type=time]::-webkit-input-placeholder,.components-text-control__input[type=url]::-webkit-input-placeholder,.components-text-control__input[type=week]::-webkit-input-placeholder{color:#1e1e1e9e}.components-text-control__input::-moz-placeholder,.components-text-control__input[type=color]::-moz-placeholder,.components-text-control__input[type=date]::-moz-placeholder,.components-text-control__input[type=datetime-local]::-moz-placeholder,.components-text-control__input[type=datetime]::-moz-placeholder,.components-text-control__input[type=email]::-moz-placeholder,.components-text-control__input[type=month]::-moz-placeholder,.components-text-control__input[type=number]::-moz-placeholder,.components-text-control__input[type=password]::-moz-placeholder,.components-text-control__input[type=tel]::-moz-placeholder,.components-text-control__input[type=text]::-moz-placeholder,.components-text-control__input[type=time]::-moz-placeholder,.components-text-control__input[type=url]::-moz-placeholder,.components-text-control__input[type=week]::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-text-control__input:-ms-input-placeholder,.components-text-control__input[type=color]:-ms-input-placeholder,.components-text-control__input[type=date]:-ms-input-placeholder,.components-text-control__input[type=datetime-local]:-ms-input-placeholder,.components-text-control__input[type=datetime]:-ms-input-placeholder,.components-text-control__input[type=email]:-ms-input-placeholder,.components-text-control__input[type=month]:-ms-input-placeholder,.components-text-control__input[type=number]:-ms-input-placeholder,.components-text-control__input[type=password]:-ms-input-placeholder,.components-text-control__input[type=tel]:-ms-input-placeholder,.components-text-control__input[type=text]:-ms-input-placeholder,.components-text-control__input[type=time]:-ms-input-placeholder,.components-text-control__input[type=url]:-ms-input-placeholder,.components-text-control__input[type=week]:-ms-input-placeholder{color:#1e1e1e9e}.components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size{height:40px}.components-tip{color:#757575;display:flex}.components-tip svg{align-self:center;fill:#f0b849;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-accessible-toolbar{border:1px solid #1e1e1e;border-radius:2px;display:inline-flex;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar.is-unstyled{border:none}.components-accessible-toolbar.is-unstyled>.components-toolbar-group{border-right:none}.components-accessible-toolbar .components-button,.components-toolbar .components-button{height:48px;padding-left:16px;padding-right:16px;position:relative;z-index:1}.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards;border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media (prefers-reduced-motion:reduce){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation-delay:0s;animation-duration:1ms}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{margin-left:auto;margin-right:auto;position:relative}.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{background:#0000}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:#1e1e1e}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{min-width:48px;padding-left:8px;padding-right:8px}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 10px 5px 0}.components-toolbar__control.components-button[data-subscript]:after{bottom:10px;content:attr(data-subscript);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;line-height:12px;position:absolute;right:8px}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{background-color:#fff;border-right:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;line-height:0;min-height:48px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{justify-content:center;min-width:36px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:24px}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px}.components-toolbar{background-color:#fff;border:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:48px}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:flex;margin:0}div.components-toolbar>div+div.has-left-divider{margin-left:6px;overflow:visible;position:relative}div.components-toolbar>div+div.has-left-divider:before{background-color:#ddd;box-sizing:initial;content:"";display:inline-block;height:20px;left:-3px;position:absolute;top:8px;width:1px}.components-tooltip{background:#000;border-radius:2px;color:#f0f0f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4;padding:4px 8px;text-align:center;z-index:1000002}.components-tooltip__shortcut{margin-left:8px}#wpadminbar>.godaddy-styles *,.godaddy-styles *{font-family:GD Sherpa,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1.4}#wpadminbar>.godaddy-styles .is-bigger,.godaddy-styles .is-bigger{font-size:1.1em!important;font-weight:500!important}#wpadminbar>.godaddy-styles .components-button,#wpadminbar>.godaddy-styles.components-button,.godaddy-styles .components-button,.godaddy-styles.components-button{border:0;border-radius:6px;box-shadow:none;font-size:1em;height:auto;line-height:1;padding:1.25em;transition:background-color,color,.2s ease-in-out}#wpadminbar>.godaddy-styles .components-button:disabled,#wpadminbar>.godaddy-styles.components-button:disabled,.godaddy-styles .components-button:disabled,.godaddy-styles.components-button:disabled{opacity:.5}#wpadminbar>.godaddy-styles .components-button>svg,#wpadminbar>.godaddy-styles.components-button>svg,.godaddy-styles .components-button>svg,.godaddy-styles.components-button>svg{height:24px;margin-left:.2em;position:relative;right:-5px;top:-1px;transform:scale(.75);width:24px}#wpadminbar>.godaddy-styles .components-button.no-padding,#wpadminbar>.godaddy-styles.components-button.no-padding,.godaddy-styles .components-button.no-padding,.godaddy-styles.components-button.no-padding{padding:0}#wpadminbar>.godaddy-styles .components-button.is-big,#wpadminbar>.godaddy-styles.components-button.is-big,.godaddy-styles .components-button.is-big,.godaddy-styles.components-button.is-big{font-size:1.1em;font-weight:600;padding:1.5em}#wpadminbar>.godaddy-styles .components-button.is-primary,#wpadminbar>.godaddy-styles.components-button.is-primary,.godaddy-styles .components-button.is-primary,.godaddy-styles.components-button.is-primary{background-color:#000;box-shadow:none;color:#fff}#wpadminbar>.godaddy-styles .components-button.is-primary:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-primary:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-primary:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-primary:hover:not([disabled]),.godaddy-styles .components-button.is-primary:active:not([disabled]),.godaddy-styles .components-button.is-primary:hover:not([disabled]),.godaddy-styles.components-button.is-primary:active:not([disabled]),.godaddy-styles.components-button.is-primary:hover:not([disabled]){background-color:#00a4a6}#wpadminbar>.godaddy-styles .components-button.is-secondary,#wpadminbar>.godaddy-styles.components-button.is-secondary,.godaddy-styles .components-button.is-secondary,.godaddy-styles.components-button.is-secondary{box-shadow:none;color:#111}#wpadminbar>.godaddy-styles .components-button.is-secondary:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-secondary:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-secondary:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-secondary:hover:not([disabled]),.godaddy-styles .components-button.is-secondary:active:not([disabled]),.godaddy-styles .components-button.is-secondary:hover:not([disabled]),.godaddy-styles.components-button.is-secondary:active:not([disabled]),.godaddy-styles.components-button.is-secondary:hover:not([disabled]){border:0;box-shadow:none;color:#000}#wpadminbar>.godaddy-styles .components-button.is-tertiary,#wpadminbar>.godaddy-styles.components-button.is-tertiary,.godaddy-styles .components-button.is-tertiary,.godaddy-styles.components-button.is-tertiary{border:1px solid #111;color:#111}#wpadminbar>.godaddy-styles .components-button.is-tertiary:hover,#wpadminbar>.godaddy-styles.components-button.is-tertiary:hover,.godaddy-styles .components-button.is-tertiary:hover,.godaddy-styles.components-button.is-tertiary:hover{background-color:#111;box-shadow:none;color:#fff}#wpadminbar>.godaddy-styles .components-button.is-link,#wpadminbar>.godaddy-styles.components-button.is-link,.godaddy-styles .components-button.is-link,.godaddy-styles.components-button.is-link{box-shadow:none;color:#00a4a6;padding:0;text-decoration:none}#wpadminbar>.godaddy-styles .components-button.is-link:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-link:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-link:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-link:hover:not([disabled]),.godaddy-styles .components-button.is-link:active:not([disabled]),.godaddy-styles .components-button.is-link:hover:not([disabled]),.godaddy-styles.components-button.is-link:active:not([disabled]),.godaddy-styles.components-button.is-link:hover:not([disabled]){color:#111;outline:none}#wpadminbar>.godaddy-styles .components-button.has-icon:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.has-icon:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.has-icon:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.has-icon:hover:not([disabled]),.godaddy-styles .components-button.has-icon:active:not([disabled]),.godaddy-styles .components-button.has-icon:hover:not([disabled]),.godaddy-styles.components-button.has-icon:active:not([disabled]),.godaddy-styles.components-button.has-icon:hover:not([disabled]){background-color:transparent;color:#00a4a6}#wpadminbar>.godaddy-styles .components-modal__frame,#wpadminbar>.godaddy-styles.components-modal__frame,.godaddy-styles .components-modal__frame,.godaddy-styles.components-modal__frame{border-radius:1rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content,.godaddy-styles .components-modal__frame .components-modal__content,.godaddy-styles.components-modal__frame .components-modal__content{margin-top:0;padding:4.5rem 4.5rem 4.25rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content:before,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content:before,.godaddy-styles .components-modal__frame .components-modal__content:before,.godaddy-styles.components-modal__frame .components-modal__content:before{margin:0}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content p:last-child,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content p:last-child,.godaddy-styles .components-modal__frame .components-modal__content p:last-child,.godaddy-styles.components-modal__frame .components-modal__content p:last-child{margin-bottom:0}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header{border-bottom:0;font-size:2rem;height:unset;margin-bottom:.75em;padding:0;position:relative}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container{margin-right:8px}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading{font-size:2rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon{font-size:1rem;left:auto;padding:.25em;position:absolute;right:-3.5rem;top:-3.25rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg{margin-left:0;right:0;top:0;transform:scale(1)}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-text-control__input,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-text-control__input,.godaddy-styles .components-modal__frame .components-modal__content .components-text-control__input,.godaddy-styles.components-modal__frame .components-modal__content .components-text-control__input{margin-bottom:.5em}#wpadminbar>.godaddy-styles .ux-tag,.godaddy-styles .ux-tag{border-radius:4px;color:#000;font-size:.9em;font-weight:700;letter-spacing:.05625rem;line-height:1.5;padding-block:8px;padding-inline:8px;text-transform:uppercase;white-space:nowrap}#wpadminbar>.godaddy-styles .ux-tag-critical,.godaddy-styles .ux-tag-critical{background-color:#fbb}#wpadminbar>.godaddy-styles .ux-tag-highlight,.godaddy-styles .ux-tag-highlight{background-color:#a6fff8}#wpadminbar>.godaddy-styles .ux-tag-info,.godaddy-styles .ux-tag-info{background-color:#d3c1f7}#wpadminbar>.godaddy-styles .ux-tag-internal,.godaddy-styles .ux-tag-internal{background-color:#fbd9ed}#wpadminbar>.godaddy-styles .ux-tag-neutral,.godaddy-styles .ux-tag-neutral{background-color:#ddeaf8}#wpadminbar>.godaddy-styles .ux-tag-passive,.godaddy-styles .ux-tag-passive{background-color:#f4f8fc}#wpadminbar>.godaddy-styles .ux-tag-success,.godaddy-styles .ux-tag-success{background-color:#9fffb8}#wpadminbar>.godaddy-styles .ux-tag-warning,.godaddy-styles .ux-tag-warning{background-color:#ffeea9}#wpadminbar>.godaddy-styles .components-toggle-control,#wpadminbar>.godaddy-styles.components-toggle-control,.godaddy-styles .components-toggle-control,.godaddy-styles.components-toggle-control{align-items:flex-end;display:flex}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field,#wpadminbar>.godaddy-styles .components-toggle-control__field,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field,#wpadminbar>.godaddy-styles.components-toggle-control__field,.godaddy-styles .components-toggle-control .components-base-control__field,.godaddy-styles .components-toggle-control__field,.godaddy-styles.components-toggle-control .components-base-control__field,.godaddy-styles.components-toggle-control__field{margin:0}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field .components-form-toggle__track,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field .components-form-toggle__track,.godaddy-styles .components-toggle-control .components-base-control__field .components-form-toggle__track,.godaddy-styles.components-toggle-control .components-base-control__field .components-form-toggle__track{background-color:#f3f6f8}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,.godaddy-styles .components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,.godaddy-styles.components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track{background-color:#00a4a6}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__help,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__help,.godaddy-styles .components-toggle-control .components-base-control__help,.godaddy-styles.components-toggle-control .components-base-control__help{margin:0}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}