/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 #customer_login .u-column1.col-1.hide {
 	display: none !important;
 }
 
 
 .actions ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.actions ul li a {
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    background: #404040 !important;
    border: 1px solid #404040;
    padding: 7px 20px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.25px;
    border-radius: 3px;
}
.actions ul li a:hover { background:#000;}
.actions ul {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.actions ul li.disabled a {
    opacity: 0.4;
    cursor: not-allowed;
}
.actions ul li a {
    outline: none !important;
    box-shadow: none !important;
}
.actions ul li a {
    outline: none !important;
    box-shadow: none !important;
}

.input-text, input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: none;
}

label.error {
    font-size: 14px;
    color: red;
    display: grid;
    margin: auto;
}

.whybuy-loader {
    position: fixed;
    background: rgb(255 255 255 / 80%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	z-index:99;
}

.whybuy-loader img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    margin: auto;
    right: 0;
    bottom: 0;
	z-index:999;
}
span.whybuy-otp-sec {
    display: flex;
    align-items: center;
    justify-content: center;
}

span.whybuy-otp-sec input {
    width: 60px;
    margin: 5px;
}

span.otp-cnt {
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

a.resend-verification-code {
    color: #000;
    text-align: center;
    text-decoration: underline !important;
}

a.whybuy-email-verify {
    margin-left: 5px;
    text-transform: uppercase;
    border: 1px solid #555;
    padding: 11px 30px;
    font-size: 16px;
    border-radius: 3px;
}

a.whybuy-email-verify:hover, a.whybuy-email-verify:focus {
    background: #555;
    color: #fff;
}
label.otp-error {
    text-align: center;
    color: red;
}
p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    position: relative;
}

span.whybuy-verified {
    color: green;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.whybuy-step .form-row label {
    display: block !important;
}
.wizard > .steps > ul > li a {
display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-flow: column !important;
    height: 100% !important;
    text-align: center !important;
    font-size: 14px;
    margin-bottom: 20px;
    background: none !important;
    padding: 0 !important;
	color: #aaa !important;
}
.wizard > .steps > ul > li a:hover, .wizard > .steps > ul > li a:focus { outline:none; box-shadow:none;}
.wizard > .steps > ul > li a span.step {
    color: #aaa;
    border: 2px solid #ccc;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
	margin-bottom : 10px;
	background: #fff !important;
    z-index: 9;
}
.wizard > .steps .current a span.step, .wizard > .steps .current a:hover span.step, .wizard > .steps .current a:active span.step {
	border: 2px solid #000;
    color: #000;
}

.wizard > .steps li:before, .wizard > .steps li:after {
    content: '';
    z-index: 1;
    display: block;
    position: absolute;
}
.wizard > .steps li a, .wizard > .steps li { position:relative;}

.wizard > .steps li:after, .wizard > .steps li:before {
	top: 25px;
    width: 50%;
    height: 3px;
    background-color: #000;
    right: 0;
}
.wizard > .steps li:after {
    right: 0;
}
.wizard > .steps li:before {
    left: 0;
}
.wizard > .steps li.current:after, .wizard > .steps li.current~li:after, .wizard > .steps li.current~li:before {
    background-color: #F3F3F3;
}

.wizard > .steps li:first-child:before, .wizard > .steps li:last-child:after {
    display: none !important;
}
.wizard > .steps li.done span.step {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}
.wizard > .steps li.last:after {
    display: none !important;
}

.woocommerce-form-register input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=number]:focus, input[type=tel]:focus {
    border: #000000 2px solid !important;
    outline: unset !important;
}
input#ship-to-different-address-checkbox:focus {
    outline: none;
    box-shadow: none;
}
@media(max-width:768px){
	#tabs-nav {
  position: inherit !important;
    transform: none !important;
    top: inherit !important;
    right: inherit !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.wizard > .steps > ul > li a span.step {
    width: 36px;
    height: 36px;
    font-size: 14px;
}
.wizard > .steps li:after, .wizard > .steps li:before {
    top: 18px;
}
.wizard > .steps > ul > li a {
    font-size: 12px;
    line-height: 1.2;
}

span.whybuy-otp-sec input {width: 40px;margin-bottom: 15px;}

a.whybuy-email-verify {
    width: 100% !important;
    display: block;
    text-align: center;
    max-width: 200px;
}

span.whybuy-otp-sec {
    flex-wrap: wrap;
}
.woocommerce-account .col2-set > div {
    padding: 20px !important;
}
select.xoo-ml-phone-cc + .select2.select2-container {
min-width: 90px !important;
    max-width: 90px !important;
    margin-right: 10px !important;}
.woocommerce-account .col2-set > div {
    padding: 20px;
}
form.xoo-ml-otp-form input.xoo-ml-otp-input {
    max-width: 40px !important;
    margin-right: 5px !important;
}
	}

body.woocommerce-checkout div#customer_details {
    display: none;
}

.whybuy-step p#billing_country_field {
    display: none;
}

/* Login and Sign up link styling - Updated to match button style */
a[href=".u-column1"], a[href=".u-column2"] {
    color: black;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 7px;
    font-weight: bold;
    background-color: white;
    border: 2px solid #000;
    position: relative;
}

a[href=".u-column1"]:hover, a[href=".u-column2"]:hover,
a[href=".u-column1"]:focus, a[href=".u-column2"]:focus {
    background-color: #000;
    color: white;
    outline: none;
    box-shadow: none;
    padding-right: 57px;
}

a[href=".u-column1"]:after, a[href=".u-column2"]:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    right: -20px;
    transition: 0.5s;
}

a[href=".u-column1"]:hover:after, a[href=".u-column2"]:hover:after {
    opacity: 1;
    right: 25px;
}

#tabs-nav .active a[href=".u-column1"]{
	color: white;
	background-color: black;
	padding-right: 32px;
}

#tabs-nav .active a[href=".u-column2"]{
	color: white;
	background-color: black;
	padding-right: 32px;
}

#tabs-nav .active a[href=".u-column1"]:hover{
	padding-right: 57px;
}

#tabs-nav .active a[href=".u-column2"]:hover{
	padding-right: 57px;
}

/* Message styles from Awesome Support Guest Tickets */
.wpas-gt-verification-success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 12px 20px;
    border-radius: 5px;
    text-align: center;
    margin: 15px 0;
    font-weight: 500;
}

.wpas-gt-verification-error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 12px 20px;
    border-radius: 5px;
    text-align: center;
    margin: 15px 0;
    font-weight: 500;
}

.wpas-gt-loading-message {
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    color: #856404;
    padding: 12px 20px;
    border-radius: 5px;
    text-align: center;
    margin: 15px 0;
    font-weight: 500;
    animation: pulse 1.5s ease-in-out infinite alternate;
}

@keyframes pulse {
    from {
        opacity: 0.7;
    }
    to {
        opacity: 1;
    }
}