.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.single-breadcrumbs-wrapper nav.woocommerce-MyAccount-navigation.wsmt_extra_navclass {
display: none !important;
}
i.fa.fa-chevron-down.wcmamtx_nav_chevron,i.fa.wcmamtx_group_fa.fa-chevron-up,i.fa.wcmamtx_group_fa.fa-chevron-down {
font-size: 10px;
margin-left: 7px !important;
margin-top: 1px;
}
ul.wcmamtx_sub_level li {
margin-left: 20px;
}
.theme-storefront i.fa.fa-chevron-down.wcmamtx_nav_chevron {
display: none;
}
.theme-storefront a.menu-link.sub-menu-link {
background-color: #e6e6e6 !important;
}
.theme-flatsome a.menu-link.sub-menu-link {
margin-left: 30px;
}
.theme-flatsome i.fa.fa-chevron-down.wcmamtx_nav_chevron {
margin-top:0px !important;
}
.theme-Divi i.fa.wcmamtx_nav_chevron {
display: none;
}
.theme-hello-elementor i.fa.fa-chevron-down.wcmamtx_nav_chevron {
display: none;
}
.theme-buddyx i.wcmamtx_nav_chevron {
display: none;
}
li.woocommerce-MyAccount-navigation-link {
list-style: none;
}
.single-breadcrumbs nav.woocommerce-MyAccount-navigation {
display: none !important;
}
#wpadminbar #wp-admin-bar-wcmamtx_customize_myaccount>.ab-item:before {
content: "\f540" / '';
top: 2px;
}
.woocommerce-account h1.entry-title {
display:none;
} .wcmamtx_custom_login_register .wc-auth-container {
min-height: 100px;
display: flex;
justify-content: center;
align-items: center;
background:
linear-gradient(135deg,#667eea,#764ba2);
padding: 30px;
}
.wcmamtx_custom_login_register .wc-auth-card {
margin-left: 30%;
width: 100%;
max-width: 40%;
background: #fff;
border-radius: 20px;
padding: 40px;
box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
}
.wcmamtx_custom_login_register .wc-auth-header {
text-align: center;
margin-bottom: 30px;
}
.wcmamtx_custom_login_register .wc-auth-header h2 {
margin-bottom: 8px;
font-size: 32px;
}
.wcmamtx_custom_login_register .wc-auth-header p {
color: #777;
}
.wcmamtx_custom_login_register .wc-auth-tabs {
display: flex;
border-radius: 50px;
padding: 5px;
margin-bottom: 25px;
}
.wcmamtx_custom_login_register .wc-tab-btn {
flex: 1;
border: 0;
padding: 12px;
cursor: pointer;
border-radius: 50px;
font-weight: 600;
font-size: 12px;
margin-right: 10px;
}
.wcmamtx_custom_login_register .wc-tab-btn.active {
background: #6c63ff;
color: white;
}
.wcmamtx_custom_login_register .wc-tab-content {
display: none;
}
.wcmamtx_custom_login_register .wc-tab-content.active {
display: block;
}
.wcmamtx_custom_login_register .form-group {
position: relative;
margin-bottom: 22px;
}
.wcmamtx_custom_login_register .form-group input {
width: 100%;
height: 56px;
border: 2px solid #ddd;
border-radius: 12px;
padding: 15px;
font-size: 15px;
outline: none;
}
.wcmamtx_custom_login_register .form-group input:focus {
border-color: #6c63ff;
}
.wcmamtx_custom_login_register .form-group label {
position: absolute;
top: 17px;
left: 15px;
color: #888;
transition: .3s;
pointer-events: none;
background: #fff;
padding: 0 5px;
}
.wcmamtx_custom_login_register .form-group input:focus + label,
.wcmamtx_custom_login_register .form-group input:valid + label {
top: -10px;
font-size: 12px;
color: #6c63ff;
}
.wcmamtx_custom_login_register .auth-btn {
width: 100%;
border: 0;
padding: 15px;
border-radius: 12px;
cursor: pointer;
color: white;
font-size: 16px;
font-weight: 600;
background: linear-gradient(
135deg,
#6c63ff,
#8a6dff
);
}
.wcmamtx_custom_login_register .auth-btn:hover {
opacity: .9;
}
.wcmamtx_custom_login_register .remember-forgot {
margin-top: 15px;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 14px;
}
.wcmamtx_custom_login_register .remember-forgot a {
text-decoration: none;
color: #6c63ff;
}
.wcmamtx_custom_login_register .password-wrapper {
position: relative;
}
.wcmamtx_custom_login_register .toggle-password {
position: absolute;
right: 15px;
top: 18px;
cursor: pointer;
}
.wcmamtx_lost_password.wc-tab-content .woocommerce-js form .form-row input.input-text, .woocommerce-js form .form-row textarea {
width:100%;
}
div.wcmamtx_login_boxes .form-group input {
width: 100%;
height: 56px;
padding: 15px;
border: 2px solid #ddd;
border-radius: 12px;
box-sizing: border-box;
}
@media screen and (max-width: 800px) { 
.wcmamtx_custom_login_register .wc-auth-card{
padding:25px;
}
.wcmamtx_custom_login_register .wc-auth-header h2{
font-size:26px;
}
.wcmamtx_custom_login_register .wc-auth-card {
margin-left: 0%;
width: 100%;
max-width: 100%;
}
}
div.wcmamtx_login_boxes .woocommerce-form-row.woocommerce-form-row--first {
width:100%;
}
div.wcmamtx_login_boxes.wcmamtx_login  .wc-tab-btn {
padding: 5px; 
font-size: 14px;
}
div.wcmamtx_login_boxes .social-login-wrapper {
margin-bottom: 24px;
}
div.wcmamtx_login_boxes .google-login-btn {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
width: 100%;
height: 58px;
background: #fff;
border: 1px solid #e5e7eb;
border-radius: 14px;
color: #111827;
font-size: 15px;
font-weight: 600;
text-decoration: none;
transition: all .25s ease;
box-shadow:
0 1px 3px rgba(0,0,0,.08);
}
div.wcmamtx_login_boxes .google-login-btn:hover {
background: #f9fafb;
border-color: #d1d5db;
transform: translateY(-2px);
box-shadow:
0 10px 25px rgba(0,0,0,.08);
}
div.wcmamtx_login_boxes .google-login-btn:active {
transform: translateY(0);
}
div.wcmamtx_login_boxes .google-icon {
display: flex;
align-items: center;
justify-content: center;
}
div.wcmamtx_login_boxes .divider {
display: flex;
align-items: center;
text-align: center;
margin: 24px 0;
}
div.wcmamtx_login_boxes .divider::before,
div.wcmamtx_login_boxes .divider::after {
content: '';
flex: 1;
height: 1px;
background: #e5e7eb;
}
div.wcmamtx_login_boxes .divider span {
padding: 0 15px;
font-size: 13px;
color: #9ca3af;
font-weight: 600;
letter-spacing: 1px;
}
.wc-auth-container.wcmamtx_custom_login_register {
margin-top: 20px;
margin-bottom: 20px;
}
button.woocommerce-button.button.woocommerce-form-login__submit,button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
width: 100%;
}
.wcmamtx_menu  ul.sub-menu.nav-dropdown.nav-dropdown-default i.fa.wcmamtx_nav_chevron {
font-size: 12px;
margin-top: 5px;
margin-left: 5px;
} li.wcmamtx_menu_logged_in {
list-style: none;
} a.wcmamtx-nav-trigger {
display: inline-flex !important;
align-items: center !important;
gap: 10px !important;
text-decoration: none !important;
color: inherit !important;
padding: 5px 10px 5px 5px !important;
border-radius: 50px !important;
transition: background 0.2s ease, box-shadow 0.2s ease !important;
line-height: 1 !important;
}
a.wcmamtx-nav-trigger:hover {
background: rgba(0,0,0,0.05) !important;
box-shadow: none !important;
} .wcmamtx-nav-avatar-wrap {
flex-shrink: 0;
display: flex;
align-items: center;
}
.wcmamtx-nav-avatar-wrap img.wcmamtx-nav-avatar-img,
.wcmamtx-nav-avatar-wrap img {
width: 36px !important;
height: 36px !important;
border-radius: 50% !important;
object-fit: cover !important;
display: block !important;
border: 2px solid rgba(255,255,255,0.8) !important;
box-shadow: 0 1px 4px rgba(0,0,0,0.18) !important;
} .wcmamtx-nav-user-info {
display: flex;
flex-direction: column;
line-height: 1.2;
gap: 1px;
}
.wcmamtx-nav-label {
font-size: 10px;
text-transform: uppercase;
letter-spacing: 0.06em;
opacity: 0.6;
font-weight: 500;
}
.wcmamtx-nav-name {
font-size: 13px;
font-weight: 700;
white-space: nowrap;
max-width: 130px;
overflow: hidden;
text-overflow: ellipsis;
} .wcmamtx-nav-chevron {
display: flex;
align-items: center;
opacity: 0.55;
transition: transform 0.25s ease;
margin-left: 2px;
}
li.wcmamtx_menu_logged_in:hover .wcmamtx-nav-chevron,
li.wcmamtx_menu_logged_in.sfHover .wcmamtx-nav-chevron {
transform: rotate(180deg);
} li.wcmamtx_menu_logged_in > a i.fa.fa-chevron-down.wcmamtx_nav_chevron {
display: none !important;
} li.wcmamtx_menu_logged_in > ul.sub-menu {
border-radius: 12px !important;
box-shadow: 0 12px 35px rgba(0,0,0,0.13) !important;
overflow: hidden !important;
min-width: 200px !important;
padding: 6px 0 !important;
}
li.wcmamtx_menu_logged_in > ul.sub-menu li a {
padding: 10px 18px !important;
font-size: 13.5px !important;
transition: background 0.15s !important;
}
li.wcmamtx_menu_logged_in > ul.sub-menu li a:hover {
background: #f5f5f5 !important;
color: #000 !important;
} @media (max-width: 768px) {
.wcmamtx-nav-user-info {
display: none;
}
.wcmamtx-nav-chevron {
display: none;
}
li.wcmamtx_menu_logged_in img.avatar.photo {
display: none !important;
}
}
.wcmamtx_login_register_buttons {
display: flex;
gap: 12px;
align-items: center;
}
.wcmamtx_login_register_buttons .btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 12px 24px;
border: none;
border-radius: 12px;
font-size: 15px;
font-weight: 600;
line-height: 1;
cursor: pointer;
transition: all 0.3s ease;
text-decoration: none;
}
.wcmamtx_login_register_buttons .btn i {
font-size: 16px;
} .wcmamtx_login_register_buttons .btn-login {
background: linear-gradient(135deg, #3b82f6, #2563eb);
color: #ffffff;
box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}
.wcmamtx_login_register_buttons .btn-login:hover {
background: linear-gradient(135deg, #2563eb, #1d4ed8);
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(37, 99, 235, 0.35);
} .wcmamtx_login_register_buttons .btn-register {
background: linear-gradient(135deg, #22c55e, #16a34a);
color: #ffffff;
box-shadow: 0 4px 12px rgba(22, 163, 74, 0.25);
}
.wcmamtx_login_register_buttons .btn-register:hover {
background: linear-gradient(135deg, #16a34a, #15803d);
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(22, 163, 74, 0.35);
}
.wcmamtx_custom_login_register button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
.wcmamtx_custom_login_register button.woocommerce-button.button.woocommerce-form-login__submit,.wcmamtx_custom_login_register button.woocommerce-Button.button {
padding: 18px;
background-color: #1a1515 !important;
border-radius: 15px;
margin-top: 20px;
width:100%;
color: white;
font-size: 15px;
}
.wcmamtx_custom_login_register .woocommerce-privacy-policy-text {
background-color: #e7e7ff;
padding: 10px;
font-size: 12px;
}
.wcmamtx_custom_login_register p.wcmamtx_lost_password_info {
background-color: #e7e7ff;
padding: 10px;
font-size: 12px;
}
.wcmamtx_custom_login_register p.wcmamtx_lost_password_info {
background-color: #e7e7ff;
padding: 10px;
font-size: 12px;
border-radius: 10px;
}
.theme-hello-elementor .site-navigation ul.menu li.menu-item-has-children::after,
.theme-Divi #top-menu .menu-item-has-children>a:first-child:after {
display:none;
}
.theme-Avada li.wcmamtx_menu_logged_in a.menu-link.wcmamtx-nav-trigger {
border-top-width: 0 !important;
border: 0px !important;
}
.theme-my-listing li.wcmamtx_menu_logged_in i.material-icons.arrow_drop_down {
display:none;
}  a.wcmamtx-login-btn {
display: inline-flex;
align-items: center;
padding: 8px 20px;
border-radius: 50px;
font-size: 13px;
font-weight: 600;
font-family: inherit;
text-decoration: none;
white-space: nowrap;
line-height: 1;
cursor: pointer;
border: 1px solid black;
}
#wcmamtx-login-popup-overlay .wc-auth-container.wcmamtx_custom_login_register {
margin-top: 0px; 
margin-bottom: 0px; 
}
#wcmamtx-login-popup-overlay .wcmamtx_custom_login_register .wc-auth-card {
margin-left: 0%;
width: 100%;
max-width: 100%;
padding-tpp:20px;
padding-top: 80px;
}
.wc-auth-container.wcmamtx_custom_login_register input[type=text],
.wc-auth-container.wcmamtx_custom_login_register label,
.wc-auth-container.wcmamtx_custom_login_register input[type=password],
.wc-auth-container.wcmamtx_custom_login_register input[type=email] { width: 100%;
}
.theme-generatepress span.wcmamtxx_nav_header_widget_text_logout,.theme-kadence span.wcmamtxx_nav_header_widget_text_logout {
margin-left: 5px;
color:inherit;
}
span.wcmamtxx_nav_header_widget_text_logout {
margin-left: 5px;
}
.main-header-menu > .menu-item > a.menu-link.wcmamtx-nav-trigger {
height:auto;
}
.theme-Divi .et_header_style_left #et-top-navigation nav>ul>li>a.menu-link.wcmamtx-nav-trigger {
padding-bottom:0px !important;
}
.et_header_style_left #et-top-navigation nav>ul>li>a.wcmamtx-login-btn{
padding-bottom:10px !important;
}
.theme-customify button.show-password-input.display-password {
display: none;
}
li#wp-admin-bar-wcmamtx_customize_myaccount {
background-color:green !important;
}
.wcmamtx_custom_order_pay .custom-order-pay{
max-width:1000px;
margin:40px auto;
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 10px 40px rgba(0,0,0,.08);
}
.wcmamtx_custom_order_pay .cop-header{
text-align:center;
padding:40px;
background:linear-gradient(135deg,#6a11cb,#2575fc);
color:#fff;
}
.wcmamtx_custom_order_pay .cop-header h2{
margin:0 0 10px;
font-size:32px;
}
.wcmamtx_custom_order_pay .cop-summary{
padding:30px;
}
.wcmamtx_custom_order_pay .cop-item{
display:flex;
align-items:center;
gap:20px;
padding:15px 0;
border-bottom:1px solid #eee;
}
.wcmamtx_custom_order_pay .cop-thumb img{
width:70px;
height:70px;
object-fit:cover;
border-radius:12px;
}
.wcmamtx_custom_order_pay .cop-content{
flex:1;
}
.wcmamtx_custom_order_pay .cop-content h4{
margin:0 0 5px;
}
.wcmamtx_custom_order_pay .cop-price{
font-weight:700;
color:#2575fc;
}
.wcmamtx_custom_order_pay .cop-total-box{
margin-top:25px;
background:#f8f9fb;
border-radius:15px;
padding:20px;
}
.wcmamtx_custom_order_pay .cop-total-row{
display:flex;
justify-content:space-between;
margin:12px 0;
}
.wcmamtx_custom_order_pay #payment{
margin-top:30px;
padding:30px;
border-top:1px solid #eee;
}
.wcmamtx_custom_order_pay #place_order{
width:100%;
height:56px;
border:none;
border-radius:12px;
background:#2575fc;
color:#fff;
font-size:18px;
font-weight:600;
transition:.3s;
}
.wcmamtx_custom_order_pay #place_order:hover{
background:#0f5be1;
}
h2.wcmamtx_custom_order_pay_h2 {
color: white;
float: left;
}
p.wcmamtx_custom_order_pay_p { margin-top: 10px;
font-size: 18px;
font-weight: 600;
}
.or-cta-row section.woocommerce-customer-details {
margin-top: 60px;
}
.or-items-table, 
.or-items-table th, 
.or-items-table td {
border: none !important;
border-collapse: collapse !important;
}
.or-totals, 
.or-totals th, 
.or-totals td {
border: none !important;
border-collapse: collapse !important;
} .or-wrap *,
.or-wrap *::before,
.or-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }
.or-wrap {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
font-size: 14px;
color: #1a1a1a;
line-height: 1.6;
} .or-hero {
text-align: center;
padding: 2.5rem 1rem 2rem;
margin-bottom: 1.5rem;
}
.or-checkmark {
width: 72px;
height: 72px;
border-radius: 50%;
background: #f0fdf4;
border: 1.5px solid #bbf7d0;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.25rem;
font-size: 32px;
color: #15803d;
}
.or-hero h1 {
font-size: 24px;
font-weight: 600;
margin-bottom: .5rem;
color: #1a1a1a;
}
.or-hero p {
font-size: 14px;
color: #666;
line-height: 1.7;
} .or-notice {
display: flex;
align-items: flex-start;
gap: 10px;
background: #eff6ff;
border: 1px solid #bfdbfe;
border-radius: 8px;
padding: .9rem 1.1rem;
font-size: 13px;
color: #1d4ed8;
margin-bottom: 1.25rem;
}
.or-notice svg { flex-shrink: 0; margin-top: 1px; } .or-summary-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 10px;
margin-bottom: 1.25rem;
}
@media (max-width: 560px) {
.or-summary-grid { grid-template-columns: repeat(2, 1fr); }
}
.or-summary-card {
background: #f9fafb;
border: 1px solid #e5e5e5;
border-radius: 10px;
padding: .9rem 1rem;
text-align: center;
}
.or-summary-card__label {
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .5px;
color: #888;
margin-bottom: 5px;
}
.or-summary-card__value {
font-size: 15px;
font-weight: 600;
color: #1a1a1a;
word-break: break-word;
} .or-card {
background: #fff;
border: 1px solid #e5e5e5;
border-radius: 12px;
padding: 1.25rem 1.5rem;
margin-bottom: 1rem;
}
.or-card__title {
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .6px;
color: #888;
margin-bottom: 1rem;
} .or-steps {
display: flex;
align-items: flex-start;
position: relative;
}
.or-steps::before {
content: '';
position: absolute;
top: 18px;
left: calc(12.5%);
width: 75%;
height: 1px;
background: #e5e5e5;
z-index: 0;
}
.or-step {
flex: 1;
text-align: center;
position: relative;
z-index: 1;
}
.or-step__dot {
width: 36px;
height: 36px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 10px;
font-size: 15px;
}
.or-step__dot--done   { background: #f0fdf4; border: 1.5px solid #bbf7d0; color: #15803d; }
.or-step__dot--active { background: #eff6ff; border: 1.5px solid #bfdbfe; color: #1d4ed8; }
.or-step__dot--pending{ background: #f9fafb; border: 1px solid #e5e5e5;   color: #aaa; }
.or-step__label strong {
display: block;
font-size: 12px;
font-weight: 600;
color: #1a1a1a;
margin-bottom: 2px;
}
.or-step__label span {
font-size: 11px;
color: #888;
} .or-items-table {
width: 100%;
border-collapse: collapse;
margin-bottom: 1.25rem;
}
.or-items-table thead th {
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .5px;
color: #888;
padding: 0 0 10px;
border-bottom: 1px solid #e5e5e5;
text-align: left;
}
.or-items-table thead th:last-child { text-align: right; }
.or-items-table tbody td {
padding: 13px 0;
border-bottom: 1px solid #f0f0f0;
vertical-align: middle;
font-size: 13px;
color: #333;
}
.or-items-table tbody td:last-child { text-align: right; font-weight: 600; }
.or-items-table tbody tr:last-child td { border-bottom: none; }
.or-product-cell {
display: flex;
align-items: center;
gap: 12px;
}
.or-product-thumb {
width: 48px;
height: 48px;
border-radius: 8px;
object-fit: cover;
border: 1px solid #e5e5e5;
flex-shrink: 0;
background: #f5f5f5;
}
.or-product-thumb--placeholder {
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
color: #ccc;
}
.or-product-name {
font-size: 13px;
font-weight: 600;
margin-bottom: 3px;
color: #1a1a1a;
}
.or-product-meta {
font-size: 12px;
color: #888;
} .or-totals {
width: 100%;
border-collapse: collapse;
}
.or-totals td {
padding: 5px 0;
font-size: 13px;
color: #666;
}
.or-totals td:last-child { text-align: right; color: #1a1a1a; }
.or-totals .or-grand td {
font-size: 16px;
font-weight: 600;
color: #1a1a1a;
border-top: 1px solid #e5e5e5;
padding-top: 12px;
} .or-addr-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1rem;
margin-bottom: 1rem;
}
@media (max-width: 480px) {
.or-addr-grid { grid-template-columns: 1fr; }
}
.or-addr-card {
background: #fff;
border: 1px solid #e5e5e5;
border-radius: 12px;
padding: 1.25rem 1.5rem;
}
.or-addr-card address {
font-style: normal;
font-size: 13px;
color: #555;
line-height: 1.8;
}
.or-addr-card address strong { color: #1a1a1a; font-weight: 600; } .or-cta-row {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: .5rem;
}
.or-btn {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 10px 20px;
border-radius: 8px;
font-size: 13px;
font-weight: 500;
border: 1px solid #d1d5db;
background: #fff;
color: #1a1a1a;
cursor: pointer;
text-decoration: none;
transition: background .15s, border-color .15s;
}
.or-btn:hover { background: #f5f5f5; border-color: #aaa; color: #1a1a1a; text-decoration: none; }
.or-btn--primary {
background: #1a1a1a;
color: #fff;
border-color: transparent;
}
.or-btn--primary:hover { background: #333; color: #fff; }
div.or-cta-row table.shop_table {
border-radius: 15px !important;
}
div.or-cta-row table.shop_table td{
text-align: center;
}
span.or-cta-bottom-box {
margin-left: 5px;
margin-top: 15px;
}
.or-cta-row h2.woocommerce-column__title {
font-size: 23px;
}
.or-cta-row section.woocommerce-customer-details {
display: none;
}
.or-cta-row section.woocommerce-order-details {
display: none;
}.order-date {
color: green;
}
.coupon-orders-single {
margin: 20px 0px;
width: 100%;
}
.wcuTable {
display: table;
width: 100% !important;
text-align: center;
border: 1px solid #E8E8E8;
margin: 0 auto;
}
@media screen and (min-width: 900px) {
.wcu-dash-coupon-area {
min-width: 900px;
}
.woocommerce-MyAccount-content .wcu-dash-coupon-area {
min-width: 100% !important;
}
}
@media screen and (max-width: 900px) {
.wcu-dash-coupon-area {
min-width: 100%;
padding: 0;
}
}
.wcu-dash-coupon-area .wcutabcontent .wcuTableRow {
display: table-row;
background: linear-gradient(#fefefe, #fff);
color: #333;
}
.wcuTableRowDropdown {
color: #333;
}
.wcu-dash-coupon-area .wcutabcontent .wcuTableRowDropdown:nth-child(even) td {
background: #fdfdfd !important;
color: #333;
}
.wcu-dash-coupon-area .wcutabcontent .wcuTableRowDropdown:nth-child(odd) td {
background: #fafafa !important;
color: #333;
}
.wcu-dash-coupon-area .wcutabcontent .wcuTableRowDropdown:hover td {
background: #ffffff;
color: #333;
}
.wcu-dash-coupon-area .wcutabcontent .wcuTableRow td,
.wcu-dash-coupon-area .wcutabcontent .wcuTableRow tr:nth-child(odd) td {
background: linear-gradient(#fefefe, #fff);
color: #333;
}
.wcutabcontent a {
text-decoration: none;
} form#product_search_form input {
max-width: 250px;
} .wcutabmobile {
display: none;
}
@media (max-width: 1000px) {
.wcutabmobile {
display: block;
}
} .wcuTableHeading {
display: table-header-group;
background-color: #ddd;
}
.wcuTable thead {
text-align: center;
}
.wcuTableCell {
text-align: center;
display: table-cell;
vertical-align: middle;
padding: 9px 10px !important;
border: 1px solid #e7e7e7;
width: auto;
max-width: 200px;
white-space: normal; overflow-wrap: break-word;  }
@media screen and (min-width: 720px) {
.wcuTableCell-time {
min-width: 100px;
}
}
.wcuTableHead {
display: table-cell;
padding: 7px 10px;
font-weight: bold;
background: #333;
background-color: #333;
color: #fff;
text-align: center;
border: 1px solid #e7e7e7;
}
.wcuTableHead-summary {
display: table-cell;
padding: 2px 0 !important;
font-weight: bold;
background: #f4f4f4 !important;
background-color: #f4f4f4 !important;
color: #333 !important;
text-align: center;
border: 0 !important;
font-size: 14px !important;
}
.wcuTableFoot {
display: table-cell;
padding: 7px 10px;
background: #333;
color: #fff;
text-align: center;
border: 1px solid #e7e7e7;
}
.wcuTableBody {
display: table-row-group;
}
@media screen and (max-width: 720px) {
.wcuTableRow,
.wcuTableCell,
.wcuTableHead,
.wcuTableHead-summary {
display: block;
width: 100%;
}
}
.wcutablinks,
.ml_wcutablinks {
border-radius: 2px;
}
.wcutablinks .fas {
margin-right: 1px;
} @media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
select#wcu-select-tab {
width: calc(100% - 20px);
margin: 0 auto;
}
.coupon-title {
font-size: 20px !important;
width: 100vw;
padding: 5px;
height: auto !important;
text-align: center;
}
.coupon-title .wcusage-dash-logout {
float: none;
text-align: center;
}
.wcusage-dash-top-links {
display: inline-block;
text-align: center;
margin-top: 10px;
margin-bottom: -7px;
}
.wcutab {
padding: 0 !important;
margin-top: 20px !important;
margin-bottom: 20px;
margin-left: 0 !important;
margin-right: 0 !important;
}
.wcutablinks,
.ml_wcutablinks {
margin: 2px !important;
}
.wcutab button {
float: none;
margin-top: 4px;
margin-left: 0;
width: 98vw;
display: block;
clear: both;
text-align: center;
}
.wcutabcontent {
padding: 10px;
box-sizing: border-box;
}
div.wcutabcontent div {
box-sizing: border-box;
}
#wcu5.wcutabcontent.active {
text-align: center;
}
#wcu5.wcutabcontent button {
margin: 0 auto;
} .wcuTable table,
.wcuTable thead,
.wcuTable tbody,
.wcuTable th,
.wcuTable td,
.wcuTable tr,
.wcuTableRow,
.wcuTableCell {
display: block;
} .wcuTable thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
.wcuTable tr {
border: 1px solid #ccc;
display: inline-block;
margin-bottom: 5px;
}
.wcu-dash-coupon-area .wcutabcontent .wcuTableRow {
display: block;
margin-bottom: 15px;
}
.wcu-dash-coupon-area .wcutabcontent .listtheproducts {
display: table-row-group;
margin-bottom: 15px;
}
.wcu-statistics-orders {
width: 100%;
}
.wcu-dash-coupon-area .wcutabcontent .listtheproducts,
.wcu-dash-coupon-area .wcutabcontent .listtheproducts .wcuTableCell {
padding: 10px 0 !important;
}
.wcuTable td { border: none;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 50% !important;
padding-top: 5px !important;
padding-bottom: 5px !important;
}
.wcuTable td:before { position: absolute; top: 5px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
}
.wcuTableRow,
.wcu-table-payouts {
margin-bottom: 20px;
}
.wcuTableCell {
display: block;
max-width: 100%;
}
.wcuTableHead {
display: block;
}
.wcu-table-monthly-summary td:before {
font-weight: bold;
}
.wcu-thetitlerow {
display: none !important;
}
}
.wcu-dash-coupon-area .wcutabcontent p.wcu-tab-title {
margin-top: 25px;
margin-bottom: 25px;
}
.entry-content .ml_wcutabcontent p.wcu-tab-title {
margin-top: 25px;
}
@media screen and (max-width: 1060px) {
.wcu-tab-title,
.wcu-tab-text {
width: 100%;
}
}
@media screen and (max-width: 520px) {
.wcu-tab-title {
margin-top: 0;
text-align: center;
}
}
.wcu-coupon-box {
margin-top: 20px;
}
.wcutab {
overflow: hidden;
}
.coupon-title {
font-size: 30px;
margin-top: 10px;
margin-bottom: 20px;
}
@media screen and (min-width: 1060px) {
.wcuTableCell-ref-website {
max-width: 250px !important;
}
.wcuTableCell-ref-landing {
max-width: 350px !important;
}
} .rates-pagination {
float: right;
}
@media only screen and (max-width: 1020px) {
.rates-pagination {
float: none;
display: block;
width: 100%;
}
}
.wcu-rates-image img {
text-align: center;
margin: 0 auto;
} .wcu-dash-coupon-area .wcusage-dash-logout {
font-size: 12px;
margin-top: 14px;
margin-right: 0;
margin-bottom: 5px;
} .wcutab button {
background-color: #333;
color: #fff;
float: left;
border: none;
outline: none;
cursor: pointer;
transition: 0.3s;
font-size: 17px;
margin: 2px;
}
.wcu-active-tab {
opacity: 0.8;
}
#search-coupon-all,
#search-coupon,
#search-criteria {
min-height: 40px;
padding: 5px 10px;
max-width: 150px;
}
#wcu-paypal-input,
#wcu-paypal-input2 {
margin-top: 10px;
}
#wcu-paypal-button,
.wcu-paypal-button,
#wcu-email-settings-update-button,
#wcu-billing-update-button,
#wcu-register-button,
.wcu-settings-tab-content .button {
margin-top: 12px;
font-size: 15px;
min-height: 40px;
padding: 5px 20px;
}
#wcu-register-button {
margin-top: 15px;
}
.wcu-save-settings-button,
#wcu6 .woocommerce-Button,
#wcu6 button {
border: 2px solid #333;
border-radius: 2px;
}
#paypal-input {
width: 300px;
max-width: 100%;
}
.wcu_paypal_email_form p {
margin-bottom: 5px;
}
.create-stripe-link,
.create-stripe-link span,
.create-stripe-link i {
color: #fff;
}
.create-stripe-link {
text-decoration: none !important;
}
#submitpayoutyes {
background: #008cdd;
padding: 10px 15px;
color: #fff;
font-weight: bold;
width: auto;
display: block;
}
#submitpayoutyes:hover {
background: #0074B8;
}
#submitpayoutno {
cursor: not-allowed;
padding: 10px 15px;
}
#payouts_invoice_label {
padding: 0;
}
#payouts_invoice_label:hover {
cursor: pointer;
}
#wcu_copylink {
padding: 2px 10px !important;
border-radius: 20px !important;
}
#wcusage_copylink,
.wcusage_copylink {
margin: 0;
padding: 2px 10px !important;
border-radius: 20px !important;
cursor: pointer;
}
#wcusage_copylink:active,
.wcusage_copylink:active,
#wcusage_copylink:focus,
.wcusage_copylink:focus {
opacity: 0.8;
}
#wcusage_copylink i {
margin: 0;
}
.referral-url-box,
.payouts-box,
.creatives-box {
background: linear-gradient(#fefefe, #fff);
color: #333;
box-shadow: 0px 0px 2px #dbdada;
border-radius: 5px;
padding: 10px 20px;
margin-top: 10px;
}
.payouts-box {
margin-top: 28px;
padding: 20px 25px 20px 25px;
}
@media only screen and (max-width: 720px) {
.referral-url-box,
.payouts-box,
.creatives-box {
padding: 10px 5px;
}
}
.referral-url-box p,
.payouts-box p,
.creatives-box p,
.referral-url-box strong,
.payouts-box strong {
color: #333 !important;
}
form.wcu_payout_button {
margin-bottom: 0;
}
.wcu-color-box {
width: 90%;
margin: 0 auto 10px auto;
padding: 10px;
border-radius: 5px;
cursor: pointer;
font-size: 20px;
border: 2px solid #fff;
box-shadow: 0px 0px 4px #dbdada;
font-weight: bold;
} .wcu-stripe-button {
display: inline-block;
width: auto;
margin: 0 0 7px 0 !important;
padding: 5px 20px !important;
background: #008cdd !important;
color: #fff !important;
font-size: 20px !important;
border-radius: 5px !important;
text-decoration: none !important;
}
.wcu-stripe-error {
color: red;
} #wcu6 label {
width: 100%;
}
#wcu6 input[type="text"],
#wcu6 input[type="email"],
#wcu6 input[type="password"] {
min-width: 33%;
margin: 0px 0 2px 0;
padding: 5px;
}
#wcu6 em {
width: 100%;
} .listtheproducts {
display: none;
}
.listtheproducts .wcuTableCell {
padding: 0 !important;
margin: 0;
}
.listtheproducts .wcuTableCell {
text-align: center;
}
.listtheproducts::before {
display: none !important;
content: "" !important;
}
.listtheproducts-small {
display: none;
}
@media only screen and (max-width: 1024px) {
.listtheproducts-summary {
display: none !important;
}
.listtheproducts-small {
display: block !important;
}
} .wcutab button {
background-color: #333;
color: #fff;
padding: 8px 10px;
font-size: 16px;
line-height: 16px;
} .wcutab button:hover {
background-color: #000;
color: #fff;
} .wcutab button.active {
background-color: #000;
color: #fff;
} .wcutabcontent {
display: none;
border-top: none;
} .wcutabcontent p,
.wcutabcontent td,
.wcutabcontent tr,
.wcutabcontent code,
.wcuTableCell {
font-size: 17px;
}
.wcu-dash-coupon-area .wcutabcontent p,
.entry-content .ml_wcutabcontent p {
margin: 8px 0;
padding: 0 !important;
}
.listproductsbutton {
display: block;
text-align: center;
color: #333;
text-decoration: none;
font-weight: bold;
cursor: pointer;
} .wcu-orders-search,
.wcu-summary-search {
max-width: 150px;
margin-right: 10px;
}
.wcusage-search-form {
float: right;
margin: 5px 0;
height: 35px;
margin-top: -55px;
}
@media screen and (max-width: 720px) {
.wcusage-search-form {
width: 100%;
display: block;
float: none;
margin-top: 0;
}
#product_search_form input[type="text"] {
width: 50%;
max-width: 50%;
margin: 0 auto;
}
}
.wcu-button-export {
border: 1px solid #333 !important;
padding-left: 10px;
padding-right: 10px;
cursor: pointer;
}
.wcusage_settings_form {
margin: 0;
padding: 0;
}
.wcusage_settings_form input[type="submit"],
.wcusage_settings_form input[type="button"],
.wcusage_settings_form input[type="date"],
.wcusage_settings_form input[type="month"],
.wcu-monthly-orders-button,
.wcu-button-export,
.submitpayoutno,
.submitpayoutyes {
height: 40px !important;
font-size: 15px !important;
padding: 0 20px !important;
display: inline-block !important;
border: 1px solid #333;
border-radius: 5px;
cursor: pointer;	
}
.wcusage_settings_form input[type="date"],
.wcusage_settings_form input[type="month"] {
min-width: 0 !important;
}
.wcu-filters-col1,
.wcu-filters-col2 {
display: block;
}
.wcu-filters-inner {
display: block;
}
.wcu-order-filters {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px 10px;
}
.wcu-order-filters form {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px 10px;
width: 100%;
}
.wcu-order-filters-space {
display: none;
}
.wcu-order-filters-field {
display: inline-flex;
align-items: center;
gap: 5px;
white-space: nowrap;
}
.ordersfilterbutton,
.summaryfilterbutton {
max-width: 150px !important;
}
@media only screen and (min-width: 940px) {
.wcu-filters-col1 {
float: left;
width: 80%;
min-height: 70px;
display: flex;
align-items: center;
}
.wcu-filters-col2 {
float: left;
width: 20%;
min-height: 70px;
display: flex;
align-items: center;
justify-content: flex-end;
}
}
@media only screen and (max-width: 939px) {
.wcu-filters-col1,
.wcu-filters-col2 {
width: 100%;
}
.wcu-filters-col2 {
margin-top: 10px;
}
.wcu-order-filters,
.wcu-order-filters form {
justify-content: center;
}
}
@media only screen and (max-width: 600px) {
.wcu-order-filters,
.wcu-order-filters form {
flex-direction: column;
align-items: stretch;
}
.wcu-order-filters-field {
width: 100%;
justify-content: center;
}
.wcu-order-filters-field input[type="date"],
.wcu-order-filters-field input[type="month"] {
flex: 1;
min-width: 0;
max-width: 100% !important;
}
.wcu-order-filters-field select {
width: 100%;
}
.ordersfilterbutton,
.summaryfilterbutton {
width: 100%;
max-width: 100% !important;
}
}
.wcu-order-filters-field input {
max-width: 190px !important;
display: inline-block;
}
.wcu-order-filters-field .minimal-form-input {
width: auto !important;
padding: 0 !important;
margin: 0 !important;
}
.wcu-order-filters label {
display: inline-block;
} .wcu_form_affiliate_register label:first-letter {
text-transform: capitalize;
}
.wcu-form-section .wcusage-register-form-title,
.wcu-form-section .wcusage-login-form-title {
margin-top: 20px !important;
margin-bottom: 25px !important;
}
.wcu_form_affiliate_register input[type="text"],
.wcu_form_affiliate_register input[type="password"],
.wcu_form_affiliate_register input[type="email"] {
width: 100%;
min-height: 30px;
}
.wcu_form_affiliate_register input[type="text"],
.wcu_form_affiliate_register input[type="email"],
.wcu_form_affiliate_register input[type="password"] {
margin-top: 10px;
padding: 10px;
margin-bottom: 0px;
max-width: 100% !important;
width: 100%;
}
.wcusage-login-form-col label,
.wcu_form_affiliate_register label {
font-weight: bold;
}
.wcu_form_affiliate_register label {
display: block;
width: 100% !important;
}
.wcu_form_affiliate_register p {
margin-bottom: 20px;
}
#wcu-register-button,
.wcusage-login-form-col .woocommerce-button {
padding: 10px;
min-width: 200px !important;
cursor: pointer !important;
}
.wcu-reg-terms {
padding: 5px 0;
font-weight: bold;
}
.wcu-form-section .wcu-reg-terms p {
line-height: 1.5em;
}
.wcu_form_style_columns .wcu-register-field-col-1,
.wcu_form_style_columns .wcu-register-field-col-2 {
width: 49.5%;
float: left;
display: inline-block;
}
.wcu_form_style_columns .wcu-register-field-col-1 {
margin-right: 1%;
} .wcu_form_style_2 input[type="text"],
.wcu_form_style_2 input[type="email"],
.wcu_form_style_2 input[type="password"],
.wcu_form_style_2 input[type="date"],
.wcu_form_style_2 textarea,
.wcu_form_style_2 select {
margin: 4px 0 5px 0 !important;
width: 100% !important;
max-width: 100% !important;
border: 3px solid #DADADA !important;
border-radius: 4px !important;
} .wcu_form_style_3 p {
margin-bottom: 15px !important;
}
.wcu_form_style_3 input[type="text"],
.wcu_form_style_3 input[type="email"],
.wcu_form_style_3 input[type="password"],
.wcu_form_style_3 input[type="date"],
.wcu_form_style_3 textarea,
.wcu_form_style_3 select {
margin: 4px 0 0px 0 !important;
padding: 10px;
width: 100% !important;
max-width: 100% !important;
border: 1px solid #DADADA !important;
border-radius: 5px !important;
} .wcu-campaigns-col1,
.wcu-campaigns-col2 {
display: table;
}
#wcu-add-campaign,
#wcu-add-directlink {
padding: 0;
}
@media only screen and (max-width: 759px) {
#wcu-add-directlink input, #wcu-add-directlink select {
width: 100% !important;
max-width: 100% !important;
margin-bottom: 10px !important;
}
}
@media only screen and (min-width: 760px) {
.wcu-campaigns-col1 {
width: 75%;
float: left;
}
.wcu-campaigns-col2 {
width: 25%;
float: left;
text-align: right;
}
.wcu-campaigns-col1 p,
.wcu-campaigns-col2 p {
margin-bottom: 0;
}
#wcu-referral-campaign {
min-height: 27px;
width: 200px;
max-width: 100%;
float: right;
}
#wcu-creatives-campaign {
min-height: 27px;
}
#wcu-add-campaign-name {
width: 120px;
max-width: 100%;
font-size: 12px;
padding: 5px;
}
#wcu-add-campaign-button {
display: inline-block;
float: left;
max-width: 100%;
font-size: 12px;
line-height: 12px;
padding: 0 5px;
height: 30px;
}
#wcu-add-campaign-button,
#wcu-add-directlink-button {
max-width: 100%;
font-size: 12px;
padding: 5px;
min-height: 0px !important;
}
}
@media only screen and (max-width: 759px) {
.wcu-campaigns-col1 {
width: 100%;
text-align: center;
}
.wcu-campaigns-col2 {
width: 100%;
text-align: center;
}
#wcu-referral-campaign {
margin: 0 auto;
}
#wcu-creatives-campaign {
margin: 0 auto;
float: none !important;
}
#wcu-add-campaign-button {
width: 100%;
margin-bottom: 40px !important;
}
} .wcusage-info-box {
padding: 25px 15px 25px 105px;
background: linear-gradient(#fefefe, #fff);
color: #000;
border: 1px solid #e0e0e0;
display: block;
border-radius: 5px;
margin: 0.5%;
box-shadow: 0px 0px 2px #dbdada;
width: 99%;
position: relative;
}
.wcusage-info-box:before {
content: "";
font-family: 'Font Awesome 5 Free';
font-size: 40px;
position: absolute;
left: 30px;
top: 44px;
color: #bebebe;
width: 50px;
text-align: center;
font-style: normal;
font-weight: 900;
height: 40px !important;
display: flex;
align-items: center;
justify-content: center;
}
.wcusage-info-box-dollar:before {
content: "\f155";
}
.wcusage-info-box-dollar2:before {
content: "\f81d";
}
.wcusage-info-box-dollar3:before {
content: "\f571";
}
.wcusage-info-box-dollar4:before {
content: "\f4c0";
}
.wcusage-info-box-discount:before {
content: "\f02b";
}
.wcusage-info-box-discounts:before {
content: "\f02c";
}
.wcusage-info-box-usage:before {
content: "\f0c0";
}
.wcusage-info-box-sales:before {
content: "\f07a";
}
.wcusage-info-box-commission:before {
content: "\f53a";
}
.wcusage-info-box-percent:before {
content: "\f541";
}
.wcusage-info-box-clicks:before {
content: "\f245";
}
.wcusage-info-box-convert:before {
content: "\f058";
}
@media only screen and (min-width: 1060px) {
.wcusage-info-box {
width: 32.3%;
float: left;
box-sizing: border-box;
}
}
.wcusage-info-box:hover {
background: #f9f9f9;
}
.wcusage-info-box p {
margin: 8px 0 !important;
padding: 0 !important;
font-size: 32px !important;
line-height: 32px !important;
}
.wcusage-info-box .wcusage-info-box-title {
width: 100%;
font-size: 16px;
display: block;
margin-bottom: 5px;
line-height: 20px;
color: #000;
}
.wcusage-info-box p,
.wcusage-info-box span {
color: #000;
}
.wcusage-info-box .wcusage-info-box-value {
width: 100%;
font-size: 22px;
display: block;
}
.wcusage-last-days {
margin: 15px 0 10px 0;
font-weight: bold;
margin-top: 20px;
margin-bottom: 10px;
color: #333;
padding: 0 !important;
} .wcusage-refresh-stats-icon {
margin-left: 6px !important;
font-size: 13px !important;
color: #a6a6a6 !important;
cursor: default;
} .wcusage-refresh-stats-btn {
margin-left: 6px !important;
font-size: 13px !important;
color: #a6a6a6 !important;
cursor: pointer;
transition: color 0.2s ease;
text-decoration: none !important;
}
.wcusage-refresh-stats-btn:hover {
color: #333 !important;
}
.wcusage-refresh-stats-btn.wcusage-refreshing {
pointer-events: none;
opacity: 0.7;
}
.wcusage-stats-loading {
color: #a6a6a6;
font-style: italic;
}
.wcusage-stats-loading::after {
content: '';
animation: wcusageDots 1.2s steps(4, end) infinite;
}
@keyframes wcusageDots {
0%   { content: '.'; }
33%  { content: '..'; }
66%  { content: '...'; }
100% { content: '.'; }
}
.show_statistics .wcusage-stats-title {
margin: 0;
font-weight: bold;
margin-bottom: 10px;
margin-left: 5px;
} .wcusagechart {
padding: 0px 10px 10px 10px;
box-shadow: 0px 0px 4px #dbdada;
background: #fff;
width: calc(100% - 10px);
margin: 0 auto;
min-height: 400px;
overflow: hidden;
border-radius: 5px;
}
.wcusagechart #chart_divquarter,
.wcusagechart #chart_divmonth,
.wcusagechart #chart_divlastmonth {
margin-top: -20px;
}
@media only screen and (max-width: 720px) {
.wcusage-all-charts {
width: 100vw;
}
}
.wcusagechart {
visibility: hidden;
}
#mla_chart_div table.google-visualization-orgchart-table p,
#mla_chart_div table.google-visualization-orgchart-table a {
font-family: arial, sans-serif;
} .wcusage-num-pos {
color: green !important;
font-size: 12px;
position: absolute;
margin-left: 10px;
bottom: 27%;
}
.wcusage-num-neg {
color: red !important;
font-size: 12px;
position: absolute;
margin-left: 10px;
bottom: 27%;
}
@media only screen and (max-width: 1260px) {
.wcusage-num-pos,
.wcusage-num-neg {
display: block !important;
margin-bottom: -30px !important;
margin-left: 0px;
}
} .wcu-loading-loader {
margin: 25px auto 0 auto;
width: 40px;
height: 40px;
border: 3px solid rgba(0, 0, 0, 0.08);
border-top-color: #3498db;
border-radius: 50%;
animation: wcu-spin 0.8s ease-in-out infinite;
box-sizing: border-box;
}
@keyframes wcu-spin {
to {
transform: rotate(360deg);
}
}
.wcu-loading-loader-text {
margin: 14px auto 0 auto;
font-weight: 600;
font-size: 14px;
text-align: center;
color: #7f8c8d;
letter-spacing: 0.3px;
width: auto;
}
.wcu-loading-loader-subtext {
margin: 6px auto 0 auto;
font-weight: 400;
font-size: 12.5px;
text-align: center;
color: #b0b0b0;
width: auto;
max-width: 400px;
line-height: 1.5;
}
.wcu-loading-loader-subtext a {
color: #b0b0b0;
text-decoration: underline;
}
@media only screen and (max-width: 720px) {
.wcu-loading-loader-text {
margin-top: 14px;
}
} @media only screen and (min-width: 1240px) {
.wcu-user-coupon-list-group {
display: flex;
}
}
.wcu-user-coupon-list {
margin: 10px;
float: left;
padding: 15px 20px;
text-align: center;
font-size: 18px;
background: linear-gradient(#fefefe, #fff);
box-shadow: 0px 0px 4px #dbdada;
border: 1px solid #f3f3f3;
border-radius: 5px;
word-wrap: break-word;
}
.wcu-coupon-list-button,
.wcu-coupon-list-button2 {
padding: 5px 20px;
background: #333 !important;
border: 1px solid #333;
display: block;
text-align: center;
color: #fff !important;
border-radius: 4px;
text-decoration: none !important;
}
.wcu-coupon-list-button:hover,
.wcu-coupon-list-button2:hover {
background: #000 !important;
color: #fff;
}
@media only screen and (min-width: 1240px) {
.wcu-user-coupon-list {
width: calc(33.33% - 20px);
}
}
@media only screen and (min-width: 820px) and (max-width: 1239px) {
.wcu-user-coupon-list {
width: calc(50% - 20px);
}
}
@media only screen and (max-width: 820px) {
.wcu-user-coupon-list {
width: calc(100% - 20px);
}
}
.wcu-loading-image {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 30px 20px;
}
.wcusage-loading {
color: #3498db;
}
@media only screen and (max-width: 820px) {
.wcu-loading-image {
padding: 20px 10px;
}
.wcu-loading-image p {
text-align: center;
width: 100% !important;
}
}
.wcusage-refresh-data {
margin-top: -2px;
} .wcusage_custom_ref_url {
margin-bottom: 0 !important;
padding: 5px;
display: inline-block;
} .wcu-display-qr-code {
display: none;
padding: 10px;
border: 4px solid #f3f3f3;
border-radius: 5px;
text-align: center;
margin-top: 10px;
}
.wcu-qr-code {
width: 150px;
max-width: 150px;
margin: 2px 0 0 0;
display: none;
}
.wcu-download-qr {
display: none;
background: none;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px 10px;
cursor: pointer;
border-radius: 5px;
} .wcusage-social-icon {
font-size: 30px;
margin: 0 4px 0 0;
}
.wcusage-social-link-whatsapp {
display: none;
}
@media only screen and (max-width: 780px) {
.wcusage-social-link-whatsapp {
display: inline-block !important;
}
} .wcusage-login-form-col {
width: 50%;
display: block;
float: left;
padding: 20px;
}
.wcusage-login-form-col input[type=text] {
width: 100% !important;
max-width: 100% !important;
}
.wcu-form-section p {
margin-top: 0;
line-height: 1em;
}
.wcusage-login-form-section .woocommerce-form-login {
padding: 0 !important;
}
.wcusage-login-form-section .woocommerce-form-login .woocommerce-form__input-checkbox {
width: 20px;
}
.wcusage-login-form-section .woocommerce-form-login__rememberme {
width: 100% !important;
margin-bottom: 20px !important;
display: block !important;
}
.wcusage-login-form-section .woocommerce-form__input-checkbox {
margin-bottom: 0px !important;
}
@media only screen and (max-width: 1020px) {
.wcusage-login-form-col {
width: 100%;
min-width: 300px;
display: block;
float: left;
padding: 20px;
}
} .creatives-box-container {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
.creatives-box {
margin: 10px;
text-align: center;
border: 1px solid #f3f3f3;
}
@media screen and (max-width: 940px) {
.creatives-box {
width: calc(100% - 20px);
}
}
.creatives-box-image {
position: relative;
width: 90%;
overflow: hidden;
margin: 0 auto;
margin-bottom: 0px;
border: 2px solid #f3f3f3;
background-color: #ffffff;
opacity: 1;
background-image: repeating-linear-gradient(45deg, #f9f9f9 25%, transparent 25%, transparent 75%, #f9f9f9 75%, #f9f9f9), repeating-linear-gradient(45deg, #f9f9f9 25%, #ffffff 25%, #ffffff 75%, #f9f9f9 75%, #f9f9f9);
background-position: 0 0, 19px 19px;
background-size: 38px 38px;
}
.creatives-box-image:before {
content: "";
display: block;
padding-top: 100%;
}
.creatives-box-image-content {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
text-align: center;
}
.creatives-box img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
}
.wcusage_creativelink {
width: 90%;
border-radius: 0 !important;
border: 2px solid #f3f3f3 !important;
border-radius: 4px !important;
margin-bottom: 10px;
padding: 4px !important;
} .wcu-tooltip {
position: relative;
display: inline-block;
cursor: help;
}
.wcu-tooltip .wcu-tooltip-text {
visibility: hidden;
width: 250px;
background-color: #333;
color: #fff;
text-align: center;
border-radius: 4px;
padding: 8px 10px;
position: absolute;
z-index: 99999;
bottom: 140%;
left: 50%;
transform: translateX(-50%);
opacity: 0;
transition: opacity 0.3s;
font-size: 12px;
line-height: 1.4;
font-weight: normal;
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.wcu-tooltip .wcu-tooltip-text::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #333 transparent transparent transparent;
}
.wcu-tooltip:hover .wcu-tooltip-text {
visibility: visible;
opacity: 1;
} .wcuTableCell .wcu-tooltip {
position: relative;
z-index: 999999;
}
.wcuTableCell .wcu-tooltip .wcu-tooltiptext {
position: absolute !important;
z-index: 999999 !important;
top: calc(100% + 5px);
left: 50%;
transform: translateX(-50%);
} .wcuTableCell {
overflow: visible !important;
}
.wcuTable {
overflow: visible !important;
} @media only screen and (max-width: 760px) {
.wcu-tooltip .wcu-tooltiptext {
position: fixed !important;
left: 10px !important;
right: 10px !important;
width: auto !important;
max-width: calc(100vw - 20px) !important;
top: 50% !important;
transform: translateY(-50%) !important;
z-index: 999999 !important;
}
.wcuTableCell .wcu-tooltip .wcu-tooltiptext {
transform: translateY(-50%) !important;
left: 10px !important;
right: 10px !important;
}
} .wcu-mla-network-button {
font-size: 12px !important;
margin: 4px 0 7px 0 !important;
padding: 2px 5px 2px 5px !important;
text-decoration: none !important;
}
.wcu-mla-network-tier {
font-size: 12px !important;
width: 20px !important;
margin-top: -15px !important;
margin-bottom: -8px !important;
margin-left: -7px !important;
opacity: 0.2 !important;
cursor: default !important;
}
.wcu-mla-network-avatar {
text-align: center;
display: inline-block !important;
margin: 0 auto !important;
max-width: 50px;
border-radius: 50px;
border: 2px solid #f3f3f3;
}
.wcu-mla-network-user {
font-size: 18px !important;
line-height: 25px !important;
min-width: 150px !important;
}
.wcu-mla-network-coupon {
margin-top: 5px !important;
font-size: 12px !important;
line-height: 12px !important;
}
.wcu-mla-network-amount {
cursor: default !important;
font-size: 18px !important;
line-height: 17px !important;
margin: 8px 0 10px 0 !important;
}
.wcu-mla-network-email {
text-decoration: none;
display: inline-block !important;
margin-top: 4px !important;
margin-bottom: -2px !important;
}
.wcu-mla-network-email:hover {
text-decoration: none !important;
opacity: 0.8;
}
#ml-wcu4 {
padding: 0 20px;
}
#mla_chart_div table td {
border: 0 !important;
} #mla_chart_div table td {
background: transparent !important;
}
#mla_chart_div td.google-visualization-orgchart-node {
padding: 18px 12px;
font-weight: bold;
background: linear-gradient(#fefefe, #fff) !important;
box-shadow: 0px 0px 4px #d0d0d0 !important;
border: 0 !important;
border-radius: 5px;
word-wrap: break-word;
margin-left: -2px;
cursor: grab;
}
#mla_chart_div table td a:hover {
opacity: 0.75;
text-decoration: underline;
}
#mla_chart_div .google-visualization-orgchart-linenode {
padding: 10px;
}
#mla_chart_div .google-visualization-orgchart-linebottom,
#mla_chart_div .google-visualization-orgchart-linetop,
#mla_chart_div .google-visualization-orgchart-lineleft,
#mla_chart_div .google-visualization-orgchart-lineright {
padding-top: 10px;
padding-bottom: 10px;
}
#mla_chart_div {
text-align: center;
display: inline-block;
width: 100%;
overflow: scroll;
overflow: auto;
cursor: grab;
-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
#mla_chart_div .google-visualization-orgchart-table {
cursor: grab;
display: flex;
width: auto;
}
#mla_chart_div::-webkit-scrollbar {
display: none;
} .wcusage-bonuses-wrapper {
display: flex;
flex-wrap: wrap;
gap: 20px;
position: relative;
}
.wcusage-reward-box {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
width: calc(50% - 20px);
float: left;
border: 1px solid #f3f3f3;
border-radius: 5px;
padding: 29px 10px 15px 10px;
box-shadow: 0px 0px 2px #dbdada;
margin-bottom: 0px;
position: relative;
}
@media only screen and (max-width: 920px) {
.wcusage-reward-box {
width: 98vw;
}
}
.wcusage-reward-text {
display: block;
padding: 5px 10px;
font-size: 18px;
font-weight: bold;
background-image: linear-gradient(0deg, #f6d365 50%, #ffb9a5 100%);
color: #000;
border-radius: 5px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
margin: -10px auto 10px auto;
width: auto;
}
@media only screen and (max-width: 720px) {
.wcusage-reward-text {
width: 100%;
}
}
.wcusage-reward-box h4 {
margin-top: 5px !important;
margin-bottom: 0px !important;
}
.wcusage-reward-box p {
margin-bottom: 10px;
}
.wcusage-progress-bar {
box-sizing: content-box;
height: 35px; border-radius: 5px;
margin-bottom: 10px;
padding: 0px;
box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
background: #d2d2d2;
width: 90%;
margin: 0 auto 10px auto;
display: block;
position: relative;
font-size: 15px;
line-height: 35px;
}
.wcusage-progress-bar-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-weight: bold;
z-index: 2;
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
width: 100%;
}
.wcutabcontent p.wcusage-reward-description {
margin-top: 10px;
margin-bottom: 20px;
padding: 0 20px !important;
}
.wcusage-progress-bar>span {
display: block;
height: 100%;
border-radius: 5px;
background-color: rgba(43, 194, 83, 0.75);
background-image: linear-gradient(center bottom,
rgb(43, 194, 83) 37%,
rgb(84, 240, 84) 69%);
box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
inset 0 -2px 6px rgba(0, 0, 0, 0.4);
position: relative;
overflow: hidden;
}
.wcusage-progress-bar>span:after {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-image: linear-gradient(-45deg,
rgba(255, 255, 255, 0.2) 25%,
transparent 25%,
transparent 50%,
rgba(255, 255, 255, 0.2) 50%,
rgba(255, 255, 255, 0.2) 75%,
transparent 75%,
transparent);
z-index: 1;
background-size: 50px 50px;
animation: move 4s linear infinite;
border-top-right-radius: 20px;
overflow: hidden;
}
@keyframes move {
0% {
background-position: 0 0;
}
100% {
background-position: 50px 50px;
}
}
.wcusage-reward-status {
display: inline-block;
padding: 5px 10px;
color: #fff;
font-size: 15px;
margin-top: 10px;
margin-bottom: 10px;
border-radius: 5px;
font-weight: bold;
}
.wcusage-reward-achieved {
background-color: #2ecc71;
color: #fff;
font-size: 15px;
margin-bottom: 0px;
}
.wcusage-reward-not-achieved {
background-color: #e74c3c;
}
.wcusage-reward-summary-item {
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.wcusage-reward-countdown {
font-size: 15px;
font-weight: bold;
margin-bottom: 10px;
} .wcusage-store-credit-info {
display: block;
} table.wcusage-leaderboard-table {
width: 100%;
border-collapse: collapse;
}
.wcusage-leaderboard-table th {
padding: 10px;
}
.wcusage-leaderboard-table td {
padding: 10px;
}
.wcusage-leaderboard-table .wcusage-highlight {
background: #b8e4c7;
color: #333;
} .wcu-bank-details-display {
font-size: 14px;
line-height: 1.4;
}
.wcu-bank-details-display strong {
color: #333 !important;
}
.wcu-bank-details-display div {
word-wrap: break-word;
overflow-wrap: break-word;
}
@media only screen and (max-width: 720px) {
.wcu-bank-details-display {
padding: 8px !important;
margin-left: -5px !important;
margin-right: -5px !important;
}
} body.dark-mode .wcu-bank-details-display {
background: var(--content-bg2) !important;
border: 1px solid var(--border-color) !important;
color: var(--text-color) !important;
}
body.dark-mode .wcu-bank-details-display strong {
color: var(--text-color) !important;
} .wcusage-orders-date-stats {
display: flex;
flex-wrap: wrap;
gap: 0;
}
.wcusage-orders-date-stats .wcusage-info-box {
flex: 1 1 0;
min-width: 150px;
width: auto;
padding: 15px 10px 15px 70px;
box-sizing: border-box;
}
.wcusage-orders-date-stats .wcusage-info-box:before {
left: 15px;
font-size: 30px;
top: 28px;
}
.wcusage-orders-status-totals {
flex: 0 0 100%;
text-align: center;
padding: 8px 0 0;
font-size: 13px;
color: #555;
} .wcusage-orders-pagination {
padding: 10px 0;
}
.wcusage-orders-pagination .wcusage-orders-page-btn {
display: inline-block;
padding: 6px 14px;
background: #f0f0f0;
border: 1px solid #ddd;
border-radius: 4px;
text-decoration: none;
color: #333;
font-size: 13px;
cursor: pointer;
transition: background 0.2s;
}
.wcusage-orders-pagination .wcusage-orders-page-btn:hover {
background: #e0e0e0;
text-decoration: none;
}
@media only screen and (max-width: 900px) {
.wcusage-orders-date-stats .wcusage-info-box {
flex: 1 1 calc(50% - 1%);
min-width: calc(50% - 1%);
}
}
@media only screen and (max-width: 520px) {
.wcusage-orders-date-stats .wcusage-info-box {
flex: 1 1 100%;
min-width: 100%;
}
}