.woocommerce-checkout #payment ul.payment_methods li .payment-fps-tooltip{position:relative;display:inline-block;color:#00f;text-decoration:underline}.woocommerce-checkout #payment ul.payment_methods li .payment-fps-tooltip img.payment-fps-tooltip-img{display:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}.woocommerce-checkout #payment ul.payment_methods li .payment-fps-tooltip:hover .payment-fps-tooltip-img{display:block}.awp-otp-login-form {
width: 400px;
margin: auto;
}
.awp-login-branding {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 24px;
text-align: center;
}
.awp-login-branding .awp-logo img {
width: auto;
max-height: 80px;
transition: transform 0.3s;
}
.awp-login-branding #otp-icon {
font-size: 52px;
line-height: 1;
padding: 12px;
background: linear-gradient(180deg, #fff, transparent);
border-radius: 999px;
box-shadow: 0 -4px 2px 0 rgba(0,0,0,0.05);
color: #475569;
}
.awp-login-branding b {
color: #141b38;
}
.awp-login-title {
font-size: 30px;
color: #141b38;
line-height: 1.6;
font-weight: bold;
font-family: inherit;
margin: 0;
}
.awp-login-description {
font-size: 16px;
color: #434960;
line-height: 1.6;
margin: 0;
text-align: center;
}
.awp-tabs {
margin-bottom: 16px;
}
.awp-tab-list {
list-style: none;
display: flex;
flex-direction: row;
justify-content: space-between;
border-radius: 10px;
overflow: scroll;
margin: 0;
flex-wrap: nowrap;
align-items: stretch;
background-color: #f3f4f6;
padding: 2px !important;
min-height: 42px;
scrollbar-width: none;
}
.awp-tab-list .awp-tab {
flex: 1;
text-align: center;
padding: 8px;
cursor: pointer;
transition: color 0.3s;
font-weight: 500;
color: #6f7899;
border-radius: 8px;
font-size: 14px;
margin: 0 !important;
display: inline-flex;
align-items: center;
justify-content: center;
line-height: 1.25;
}
.awp-tab-list .awp-tab.active {
background-color: #fff;
color: #141b38;
box-shadow: 0 0 0 1px #2c405e0f,0 1px 1px #2c405e0a,0 2px 4px #2c405e14;
}
.awp-tab-list .awp-tab:hover {
color: #141b38;
}
.awp-tab-content .awp-tab-pane {
display: none;
}
.awp-tab-content .awp-tab-pane.active {
display: block;
}
.awp-form-group label {
display: block;
margin-bottom: 6px;
font-weight: 500;
color: #434960;
font-size: 12px;
text-transform: capitalize;
}
.awp-form-group input[type="text"],
.awp-form-group input[type="email"],
.awp-form-group input[type="password"],
.awp-form-group input[type="url"],
.awp-form-group textarea {
padding: 0 1rem;
border: 1px solid #ccc;
border-radius: 8px;
font-size: 14px;
transition: border-color 0.3s;
background-color: #fff;
font-family: inherit;
width: 100%;
height: 48px;
max-height: 48px;
}
#awp_phone {
width: 100%;
}
.awp-form-group input[type="text"]:focus,
.awp-form-group input[type="email"]:focus,
.awp-form-group input[type="password"]:focus,
.awp-form-group input[type="url"]:focus,
.awp-form-group textarea:focus {
border-color: #004444;
outline: none;
box-shadow: 0 0 5px rgba(52, 152, 219, 0.5);
}
#awp_whatsapp {
min-width: 100%;
}
.awp-btn {
width: 100%;
height: 48px;
padding: 12px;
font-size: 16px;
font-weight: 600;
font-family: inherit;
line-height: 1.2;
border-radius: 8px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
cursor: pointer;
transition: all .2s ease-in-out;
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: center;
gap: 8px;
border: none;
color: #fff;
text-decoration: none !important;
}
.awp-btn:hover {
opacity: .8;
}
.awp-btn [class*=" ri-"], .awp-btn [class^="ri-"] {
font-weight: 500 !important;
font-size: 20px;
}
#awp-otp-login-form-whatsapp .awp-submit-button {
background-color: #22c55e;
color: #ffffff;
border: none;
cursor: pointer;
transition: background-color 0.3s ease,color 0.3s ease;
}
.awp-resend-otp-btn {
background: #f1f1f1;
color: #141b38 !important;
border: 1px solid #ddd !important;
margin-top: 8px;
} #awp_login_message_whatsapp,
#awp_login_message_email,
#awp_login_message_email_password {
margin: 16px 0;
text-align: center;
} #awp_login_message_whatsapp .error,
#awp_login_message_email .error,
#awp_login_message_email_password .error {
color: #b91c1c;
font-weight: 600;
background-color: #fecaca;
text-align: center;
padding: 8px 16px;
border-radius: 8px;
margin: 0;
font-size: 14px;
}
#awp_login_message_whatsapp .success,
#awp_login_message_email .success,
#awp_login_message_email_password .success {
color: #15803d;
font-weight: 600;
background-color: #e0faec;
padding: 8px 16px;
border-radius: 8px;
margin: 0;
font-size: 14px;
}
.awp-resend-timer {
display: inline-block;
margin-left: 10px;
font-size: 14px;
color: #7f8c8d;
}
.awp-otp-login-form .awp-edit-button {
cursor: pointer;
color: #05f;
text-decoration: none;
transition: opacity .5s ease;
}
.awp-otp-login-form .awp-edit-button:hover {
opacity: .7;
}
#signup_toggle,
#login_toggle {
color: #05f;
}
#signup_toggle:hover ,
#login_toggle:hove {
opacity: .8;
}
.awp-switch-form {
margin-top: 16px;
display: flex;
align-items: center;
justify-content: center;
gap: .375rem;
} .awp-separator {
display: flex;
align-items: center;
text-align: center;
margin: 16px 0;
}
.awp-separator::before,
.awp-separator::after {
content: '';
flex: 1;
border-bottom: 1px solid #ddd;
}
.awp-separator::before {
margin-right: 16px;
}
.awp-separator::after {
margin-left: 16px;
}
.awp-separator span {
color: #7f8c8d;
font-weight: 500;
font-size: 14px;
}
.password-container {
position: relative;
display: flex;
justify-content: end;
align-items: center;
}
.show-hide-icon {
position: absolute;
top: 50%;
margin-inline-end: 16px;
transform: translateY(-50%);
cursor: pointer;
font-size: 20px;
color: #555;
}
.hidden {
display: none;
}
.show-hide-icon:hover {
color: #000;
}
.iti {
width: 100%;
} @media (max-width: 768px) {
.awp-otp-login-form {
width: 100%;
}
.awp_redirect_rule {
flex-direction: column;
align-items: flex-start;
}
.awp_redirect_rule .rule-fields {
flex-direction: column;
width: 100%;
}
.awp_redirect_rule .rule-fields select.awp_redirect_role,
.awp_redirect_rule .rule-fields input.awp_redirect_url {
width: 100%;
}
.awp-login-method-radio {
flex-direction: column;
}
.awp-login-method-radio .awp-radio-label {
width: 100%;
}
}.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}.awp-otp-popup {
display: none;
position: fixed;
z-index: 100;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0,0,0,.5);
}
.awp-otp-popup-content {
pointer-events: auto;
background-color: #fff;
margin: auto;
margin-top: 15%;
max-width: 400px;
border-radius: 16px;
box-sizing: border-box;
box-shadow: 0rem 1.25rem 1.25rem -0.5rem rgba(26,26,26,.28);
width: 100%;
overflow: hidden;
display: flex;
flex-direction: column;
}
.awp-otp-box {
display: flex;
align-items: center;
padding: 24px;
background: #fff;
flex-direction: column;
position: relative;
}
.awp-otp-content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 24px;
padding-top: 0;
}
.awp-btn-group {
display: flex;
flex-direction: column;
width: 100%;
margin-top: 16px;
}
.awp-otp-popup-close {
color: #aaaaaa;
font-size: 28px;
font-weight: 400;
line-height: 1;
cursor: pointer;
position: absolute;
top: 6px;
right: 24px;
}
.awp-otp-popup-close:hover,
.awp-otp-popup-close:focus {
color: #ea0038;
text-decoration: none;
}
.otp-inputs {
display: flex;
justify-content: space-between;
width: 100%;
text-align: center;
gap: 8px;
box-sizing: border-box;
}
.otp-input {
width: 100%;
height: auto;
text-align: center;
font-size: 28px;
border: 1px solid #a3a3a3;
border-radius: 5px;
aspect-ratio: 1;
box-sizing: border-box;
font-weight: 600;
font-family: inherit;
color: #333;
}
:where(.wp-site-blocks :focus) {
outline: none;
border: 1px solid #005bd3 !important;
}
#user_phone_number {
color: #141b38;
font-weight: 700;
}
#awp_otp_input {
max-width: 100%;
padding: 12px 16px;
border: 1px solid #ccc;
border-radius: 8px;
font-size: 14px;
transition: border-color 0.3s;
background-color: #fff;
max-height: 48px;
font-family: inherit;
width: -moz-available;
height: 48px;
max-height: 48px;
}
#awp_verify_otp_btn {
background-color: #22c55e;
color: #ffffff;
border: none;
cursor: pointer;
transition: background-color 0.3s ease,color 0.3s ease;
}
#awp_verify_otp_btn:hover {
background-color: #16a34a;
color: #ffffff;
}
#awp_resend_otp_btn {
background: #f1f1f1;
color: #141b38 !important;
border: 1px solid #ddd !important;
margin-top: 8px;
}
#awp_resend_otp_btn:hover {
color: #1689db;
text-decoration: underline;
}
.awp-icon-wrapper {
display: flex;
padding: 8px;
border-radius: 999px;
background: linear-gradient(180deg, #e2e8f0, transparent);
margin-bottom: 8px;
}
#otp-icon {
font-size: 52px;
line-height: 1;
padding: 12px;
background: linear-gradient(180deg, #fff, transparent);
border-radius: 999px;
box-shadow: 0 -4px 2px 0 rgba(0,0,0,0.05);
color: #22c55e;
}
.awp-title {
font-size: 24px;
color: #141b38;
line-height: 1.6;
font-weight: bold;
font-family: inherit;
margin: 0;
}
.awp-desc {
font-size: 14px;
color: #434960;
line-height: 1.6;
margin: 0;
text-align: center;
font-weight: 400;
}
#awp_resend_timer {
font-size: 14px;
font-family: inherit;
color: #666;
line-height: 1;
text-align: center;
text-decoration: none;
}
.awp-otp-error {
font-size: 14px;
font-family: inherit;
color: #ea0038 !important;
line-height: 1.6;
font-weight: 500;
display: none;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
width: 100% !important;
max-width: 100%;
box-sizing: border-box;
}
.awp-powered-by {
display: flex !important;
align-items: center;
justify-content: center;
text-align: center;
font-size: 12px;
font-weight: 500;
margin-top: 16px;
color: #fff;
gap: 8px;
z-index: 999;
}
.awp-powered-by a {
color: #00bb77;
text-decoration: none;
display: flex;
margin-top: 3px;
}
.woocommerce-message.custom-message {
font-size: 15px;
font-weight: 400;
}
.awp-powered-by a:hover {
text-decoration: underline;
} @media screen and (max-width: 1024px) {
.awp-otp-popup-content {
width: 80% !important;
margin-top: 30%;
}
}
@media screen and (max-width: 768px) {
.awp-otp-popup-content {
width: 90% !important;
margin-top: 50%;
}
.otp-inputs {
gap: 8px !important;
}
.otp-input {
font-size: 18px !important;
}
.awp-title {
font-size: 20px !important;
}
.awp-desc {
font-size: 14px !important;
}
#awp_verify_otp_btn, #awp_resend_otp_btn {
padding: 0.4rem 0.8rem !important;
}
}
.awp-popup-message {
padding: 8px 16px;
border-radius: 8px;
margin-top: 24px;
text-align: center;
font-size: 14px;
font-weight: 600;
max-width: 100%;
width: -moz-available;
}
.custom-message-success {
color: #15803d;
background-color: #e0faec;
}
.custom-message-error {
color: rgb(185, 28, 28);
background-color: rgb(254, 202, 202);
}
.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
width: 100% !important;
}.alg-wc-checkout-files-upload-progress-wrapper {
padding: 1px;
position: relative;
height: 30px;
border-radius: 3px;
text-align: left;
background: #eee;
box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
margin-bottom: 10px;
}
.alg-wc-checkout-files-upload-progress-wrapper .alg-wc-checkout-files-upload-progress-bar{
height: 100%;
border-radius: 3px;
background-color: #4BB543;
width: 0;
box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}
.alg-wc-checkout-files-upload-progress-wrapper .alg-wc-checkout-files-upload-progress-status{
position: absolute;
top: 3px;
display: inline-block;
width: 100%;
color: #fff;
text-align: center;
}