#cs-pp-loader {
display: none;
}
#cs-pp-loader-credit {
display: none;
}
#cs-pp-loader-credit-custom {
display: none;
}
.mecom-display-none {
display: none;
}
#paypal-button-express-text {
position: absolute;
padding-right: 20px;
padding-left: 20px;
right: 50%;
background: white;
translate: 50%;
top: -15px;
}
.important-hide {
display: none !important;
}
.cs-pp-spinner {
position: fixed;
top: 43%;
right: 0;
bottom: 0;
left: 0;
z-index: 9999;
margin: 0;
text-align: center
}
.cs-pp-spinner:after {
content: '';
position: fixed;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #fff;
-moz-opacity: .9;
-khtml-opacity: .9;
-webkit-opacity: .9;
opacity: .9;
-ms-filter: alpha(opacity=90);
filter: alpha(opacity=90)
}
.cs-pp-spinner:before {
content: "";
display: block;
margin: 0 auto 10px;
text-align: center;
width: 34px;
height: 34px;
border-left: 8px solid #000;
border-left: 8px solid rgba(0, 0, 0, .2);
border-right: 8px solid #000;
border-right: 8px solid rgba(0, 0, 0, .2);
border-bottom: 8px solid #000;
border-bottom: 8px solid rgba(0, 0, 0, .2);
border-top: 8px solid #2180c0;
border-radius: 50px;
-webkit-animation: rotation .7s infinite linear;
-moz-animation: rotation .7s infinite linear;
-o-animation: rotation .7s infinite linear;
animation: rotation .7s infinite linear
}
.cs-pp-spinnerWithLockIcon {
position: fixed;
top: 40%;
right: 0;
bottom: 0;
left: 13px;
z-index: 9998;
margin: 0;
margin-top: -50px;
text-align: center
}
.cs-pp-spinnerWithLockIcon:after {
content: '';
position: fixed;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #fff;
-moz-opacity: .9;
-khtml-opacity: .9;
-webkit-opacity: .9;
opacity: .9;
-ms-filter: alpha(opacity=90);
filter: alpha(opacity=90)
}
.cs-pp-spinnerWithLockIcon:before {
content: "";
display: block;
margin: 0 auto 10px;
text-align: center;
width: 100px;
height: 100px;
border-left: 5px solid #000;
border-left: 5px solid rgba(0, 0, 0, .2);
border-right: 5px solid #000;
border-right: 5px solid rgba(0, 0, 0, .2);
border-bottom: 5px solid #000;
border-bottom: 5px solid rgba(0, 0, 0, .2);
border-top: 5px solid #2180c0;
border-radius: 100%;
-webkit-animation: cs-pp-rotation .7s infinite linear;
-moz-animation: cs-pp-rotation .7s infinite linear;
-o-animation: cs-pp-rotation .7s infinite linear;
animation: cs-pp-rotation .7s infinite linear
}
@-webkit-keyframes cs-pp-rotation {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
@-moz-keyframes cs-pp-rotation {
from {
-moz-transform: rotate(0deg);
transform: rotate(0deg)
}
to {
-moz-transform: rotate(359deg);
transform: rotate(359deg)
}
}
@-o-keyframes cs-pp-rotation {
from {
-o-transform: rotate(0deg);
transform: rotate(0deg)
}
to {
-o-transform: rotate(359deg);
transform: rotate(359deg)
}
}
@keyframes cs-pp-rotation {
from {
transform: rotate(0deg)
}
to {
transform: rotate(359deg)
}
}
.full_screen_iframe_paypal_checkout {
position: fixed;
z-index: 99999;
top: 0;
left: 0;
width: 100%;
height: 100vh
}.ux-timer{
width:100%;
position:relative;
border-spacing: 5px;
margin: .3em 0 .2em;
font-size: 300%;
display: table;
table-layout: fixed;
}
.ux-timer span{
display:table-cell;
font-weight: bolder;
text-align: center;
color:#FFF;
line-height: 80%;
padding: .4em .1em .1em;
margin:0 .05em .2em;
border-radius: 5px;
background-color: rgba(0,0,0,.85);
}
.ux-timer span strong{
font-family: 'Helvetica' Sans-serif;
font-size: 30%;
opacity: .7;
text-transform: uppercase;
display: block;
}
.ux-timer.light span{
background-color: rgba(255,255,255,.85);
color: #000;
}
.ux-timer-text span{
font-weight: bolder;
display: inline-block;
margin: 0 .35em
}
.ux-timer-text strong{
margin-left: .2em
}