/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 09 2026 | 07:39:08 */
/*==========================
BACKGROUND
==========================*/

body.woocommerce-account{
    background:#f7f9fc;
}

/*==========================
MAIN LAYOUT
==========================*/

#customer_login{
    display:flex;
	flex-direction: row-reverse;
    justify-content:center;
    align-items:center;
    gap:55px;
    max-width:1180px;
    margin:0px auto;
}

/*==========================
LEFT PANEL
==========================*/
.page-id-41 span.divider {
    display: none;
}
.login-left-panel{

    width:580px;
    min-height:520px;
    padding:40px;
    border-radius:18px;
    color:#fff;
    position:relative;
    overflow:hidden;

    background:linear-gradient(145deg,#081d48,#092855 70%,#06193d);

    box-shadow:0 18px 45px rgba(0,0,0,.12);

}

/* decorative circles */

.login-left-panel:before{

    content:"";
    position:absolute;
    width:550px;
    height:550px;
    right:-330px;
    top:-250px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.08);

}

.login-left-panel:after{

    content:"";
    position:absolute;
    width:420px;
    height:420px;
    right:-180px;
    top:-110px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.05);

}

/*==========================
USER ICON
==========================*/

.login-user-icon{

    width:58px;
    height:58px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#3caeff;
    font-size:22px;

    box-shadow:0 0 25px rgba(124,201,255,.55);

    margin-bottom:28px;

}

/*==========================
TITLE
==========================*/

.login-left-panel h2{

    color:#fff;
    font-size:44px;
    line-height:1.05;
    margin:0 0 20px;

}

.login-left-panel span{

    color:#56c7ff;

}

.login-left-panel p{

    color:#dfe8fb;
    line-height:2;
    font-size:18px;
    margin-bottom:55px;

}


/* Hide Lost Password Link */
body:not(.logged-in) p.woocommerce-LostPassword.lost_password a.register-link {
    display: none;
}

/*==========================
FEATURES
==========================*/

/* .login-features {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
} */

.login-features {
    display: flex;
    justify-content: space-between;
    gap: 0;
    position: absolute;
    bottom: 50px;
    width: 450px;
    transform: translate(-11px, 10px);
}


.feature{

    flex:1;
    text-align:center;
    position:relative;

}

.feature:not(:last-child):after{

    content:"";
    position:absolute;
    right:-10px;
    top:12px;
    width:1px;
    height:70px;
    background:rgba(255,255,255,.15);

}
body:not(.logged-in) .custom-account-tabs{
	    position: absolute;
    right: 250px;
	top:  0;
}

.feature .icon{

    width:58px;
    height:58px;
    background:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#49bfff;
    margin:0 auto 12px;

}

.feature h4{

    color:#fff;
    font-size:13px;
    margin:0;

}

.feature small{

    display:block;
    color:#d7e5ff;
    font-size:12px;
    margin-top:5px;

}

/*==========================
FORM CARD
==========================*/

.u-column1 h2,
.u-column2 h2{

    display:none;

}

/*==========================
TABS
==========================*/

.custom-account-tabs{

    display:flex;
    width:260px;
    margin:0 auto 20px;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 6px 18px rgba(0,0,0,.08);

}

.custom-account-tabs button{

    flex:1;
    border:0;
    height:46px;
    font-weight:600;
    cursor:pointer;
    color:#17395c;
    background:#cdefff;
    transition:.3s;

}

.custom-account-tabs button.active{

    background:#0b254e;
    color:#fff;

}

/*==========================
FIELDS
==========================*/

/* .woocommerce form .form-row{

    margin-bottom:18px;

}

.woocommerce form input.input-text{

    border:1px solid #dbe4ef;
    border-radius:8px;
    height:48px;
    padding-left:45px;

}

.woocommerce form label{

    font-size:13px;
    font-weight:600;
    color:#1c3552;

} */

/* icons */

#username{

    background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%2399a6b7' viewBox='0 0 24 24'%3E%3Cpath d='M12 12a5 5 0 100-10 5 5 0 000 10zm0 2c-5 0-9 2.5-9 5.5V22h18v-2.5C21 16.5 17 14 12 14z'/%3E%3C/svg%3E")
    no-repeat 15px center;

}

#password{

    background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%2399a6b7' viewBox='0 0 24 24'%3E%3Cpath d='M17 8h-1V6a4 4 0 10-8 0v2H7a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2V10a2 2 0 00-2-2zm-7-2a2 2 0 114 0v2h-4V6z'/%3E%3C/svg%3E")
    no-repeat 15px center;

}

/*==========================
BUTTON
==========================*/

.woocommerce-button{

    width:100%;
    height:48px;
    border-radius:8px!important;
    border:0!important;
    background:linear-gradient(90deg,#56bfff,#76d1ff)!important;
    color:#fff!important;
    font-weight:600!important;
    text-transform:uppercase;

}

/*==========================
REMEMBER
==========================*/

.woocommerce-form-login__rememberme{

    margin-bottom:18px;

}

/*==========================
FORGOT PASSWORD
==========================*/

.lost_password{
 
    display:block!important;
    text-align:center;
    margin-top:15px;
 
}



.lost_password a{

    color:#5ebcf4;
    text-decoration:none;

}

.register-link{

    display:none;

}


#checkout_login .register-link{

display: inline-table;

}

#checkout_login .register-link:hover{

color:#5a99ab;

}

#checkout_login .Lost-password:hover{
color:#5a99ab;
}

/*==========================
OR Divider + Forgot Password
==========================*/

	.back-login{
		    display: block !important;
    text-align: center;
    margin: 35px 0 0 0;
    position: relative;
    width: 100%;
	}


.back-login a {
    color: #000;
    font-size: 13px;
    text-decoration: underline;
    display: inline-block;
    margin-top: 30px;
    width: 100%;
    text-align: center;
}
	body.woocommerce-lost-password .back-login:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #e3e8ef;
}

	body.woocommerce-lost-password .back-login .or-text {
    display: inline-block;
    background: #eaf3fd;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    position: absolute;
    left: 43%;
    top: -25%;
    z-index: 99;
}



.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password p{
	width: 100% !important;
}

body.woocommerce-lost-password .forgot-layout p {
    word-wrap: normal;
    word-break: unset;
/*     width: 50%; */
}

.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password {
    flex-direction: column;
    display: flex;
}
.woocommerce-lost-password p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
    width: 100% !important;
}

.page-id-41  .lost_password a {
    margin-top: 25px;
}
.page-id-41 small {
    font-size: 75% !important;
}
.woocommerce-LostPassword{
    display:block !important;
    text-align:center;
    margin:25px 0 0;
    position:relative;
    width:100%;
}

.woocommerce-LostPassword:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #e3e8ef;
}


.woocommerce-LostPassword .or-text {
    display: inline-block;
    background: #eaf3fd;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
    position: absolute;
    left: 43%;
    top: -40%;
    z-index: 99;
}

.woocommerce-LostPassword a{
    display:block;
    margin-top:12px;
    color:#49bfff;
    font-size:18px;
    font-weight:600;
    text-decoration:none;
}

.woocommerce-LostPassword a:hover{
    color:#0b254e;
}
body .woocommerce form.login, body .woocommerce form.checkout_coupon, body .woocommerce form.register{
	border-radius: 20px !important;
}


body.woocommerce-lost-password .forgot-layout{
    display:flex;
    gap:20px;
    align-items:center;
    justify-content:center;
}

body.woocommerce-lost-password .forgot-left-panel{
    width:550px;
    min-height:560px;
    background:linear-gradient(140deg,#0b2156,#08295d);
    border-radius:22px;
    color:#fff;
    padding:45px;
    position:relative;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

body.woocommerce-lost-password .forgot-left-panel:before{
    content:"";
    position:absolute;
    right:-140px;
    top:-90px;
    width:350px;
    height:350px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:50%;
}

body.woocommerce-lost-password .forgot-left-panel:after{
    content:"";
    position:absolute;
    right:-60px;
    top:-20px;
    width:250px;
    height:250px;
    border:1px solid rgba(255,255,255,.06);
    border-radius:50%;
}

body.woocommerce-lost-password .forgot-icon{
    width:58px;
    height:58px;
    background:#fff;
    color:#42a5ff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    box-shadow:0 0 20px rgba(255,255,255,.25);
}

body.woocommerce-lost-password .forgot-left-panel h2{
    color:#fff;
    font-size:40px;
    margin:10px 0;
}

body.woocommerce-lost-password .forgot-left-panel h2 span{
    color:#4eb5ff;
}

body.woocommerce-lost-password .forgot-left-panel p{
    color:#d9e8ff;
    line-height:2;
    font-size:18px;
/*     max-width:320px; */
}

body.woocommerce-lost-password .forgot-features{
    display:flex;
    justify-content:space-between;
    margin-top:20px;
}

body.woocommerce-lost-password .forgot-features .item{
    width:30%;
    text-align:center;
}

body.woocommerce-lost-password .circle{
    width:58px;
    height:58px;
    border-radius:50%;
    background:#fff;
    color:#3fa7ff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    font-size:22px;
}

body.woocommerce-lost-password .item strong{
    display:block;
    margin-top:18px;
    color:#fff;
}

body.woocommerce-lost-password .item small{
    color:#d5e3ff;
}

body.woocommerce-lost-password .woocommerce-ResetPassword{
    background:#eef7ff;
    padding:40px;
    border-radius:22px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    flex:1;
}

body.woocommerce-lost-password .woocommerce-ResetPassword input{
    height:56px;
    border-radius:10px;
}

body.woocommerce-lost-password .woocommerce-ResetPassword button{
    width:100%;
    height:55px;
    border-radius:10px;
    background:#56b8ef;
    color:#fff;
    font-weight:700;
}
.mobile-content{
		display:none;
	}

/*==========================
RESPONSIVE
==========================*/

/*====================================================
TABLET
====================================================*/
@media (max-width:991px){

    #customer_login{
        flex-direction:column;
        gap:30px;
        padding:20px;
        max-width:100%;
    }

    .login-left-panel{
        width:100%;
        min-height:auto;
        padding:35px 25px;
    }

    .login-left-panel h2{
        font-size:34px;
    }

    .login-left-panel p{
        font-size:16px;
        margin-bottom:30px;
    }

    .login-features{
        position:relative;
        width:100%;
        transform:none;
        bottom:auto;
        margin-top:30px;
    }

    .feature:not(:last-child):after{
        display:none;
    }

    body:not(.logged-in) .custom-account-tabs{
        position:relative;
        right:auto;
        width:100%;
        max-width:320px;
        margin:0 auto 20px;
    }

    .u-column1,
    .u-column2{
        width:100%!important;
    }

    body .woocommerce form.login,
    body .woocommerce form.register{
        width:100%;
    }

}
/* ==========================
MOBILE (767px)
========================== */

@media (max-width:767px){
	
	body.woocommerce-lost-password .woocommerce-ResetPassword button {
     margin-top: 15px;
}
	
	.mobile-content{
		display:block;
	}
	.desktop-content{
		display:none;
	}
	body .woocommerce form.login, body .woocommerce form.checkout_coupon, body .woocommerce form.register{
		margin:0 !important;
	}
	
	body.woocommerce-lost-password .forgot-layout p{
		width:100%;
	}
	
	.woocommerce-LostPassword .or-text{
		top: -25%;
	}
	form.woocommerce-ResetPassword.lost_reset_password input.input-text{
		width: -webkit-fill-available !important;
	}
	form.woocommerce-ResetPassword.lost_reset_password{
		max-width: 100% !important;
		width: 100% !important;
	}
	body.woocommerce-lost-password .item small{
	display: none;
}
	form.woocommerce-ResetPassword.lost_reset_password input.input-text {
  
		width:auto;
}
	form.woocommerce-ResetPassword.lost_reset_password {
    
    max-width: stretch;
   
}
    #customer_login{
        display:flex;
        flex-direction:column;
        gap:0;
        padding:0;
    }

    /* Left Panel */

    .login-left-panel{
        width:100%;
        min-height:auto;
        padding:25px;
        border-radius:15px;
    }

    .login-left-panel h2{
        font-size:30px;
        margin-bottom:12px;
    }

    .login-left-panel p{
        font-size:14px;
        line-height:1.6;
        margin-bottom:20px;
    }

    /* Features in ONE ROW */

    .login-features{
        position:static;
        width:100%;
        transform:none;
        display:flex;
        justify-content:space-between;
        gap:10px;
        margin-top:20px;
    }

    .feature{
        flex:1;
    }

    .feature .icon{
        width:45px;
        height:45px;
        font-size:16px;
    }

    .feature h4{
        font-size:12px;
    }

    .feature small{
        display:none;
    }

    .feature:after{
        display:none;
    }

    /* Login Form */

    .woocommerce form.login,
    .woocommerce form.register{
        width:100%;
        padding:20px;
        border-radius:15px;
    }

    .woocommerce form input.input-text{
        height:46px;
    }

    .woocommerce-button{
        height:46px;
    }

    .custom-account-tabs{
        width:100%;
        max-width:320px;
        margin:0 auto 20px;
    }

}

/*====================================================
SMALL MOBILE
====================================================*/
/* @media (max-width:480px){

    .login-left-panel{

        padding:25px 18px;

    }

    .login-left-panel h2{

        font-size:24px;

    }

    .login-left-panel p{

        font-size:14px;

    }

    .feature h4{

        font-size:14px;

    }

    .feature small{

        font-size:12px;

    }

    .woocommerce form{

        padding:20px 15px;

    }

    .woocommerce form input.input-text{

        padding-left:42px;

    }

    .woocommerce-LostPassword .or-text{

        font-size:14px;
        padding:0 10px;

    }

} */

@media (max-width:767px){

    body.woocommerce-lost-password .forgot-layout{
        flex-direction:column;
        gap:20px;
    }

    body.woocommerce-lost-password .forgot-left-panel{
        width:100%;
        padding:30px 20px;
        min-height:auto;
    }

    body.woocommerce-lost-password .forgot-left-panel h2{
        font-size:28px;
    }

    body.woocommerce-lost-password .forgot-left-panel p{
        font-size:15px;
        max-width:100%;
    }

    body.woocommerce-lost-password .forgot-features{
        gap:25px;
    }

    body.woocommerce-lost-password .forgot-features .item{
        width:100%;
    }

    body.woocommerce-lost-password .woocommerce-ResetPassword{
        padding:25px 20px;
    }

    body.woocommerce-lost-password .back-login .or-text{
        font-size:15px;
    }

}

/* checkout page  */
.woocommerce-js form .form-row label {
       text-align: left;
}
.wpmc-step-item.current{
	text-align:center;
}
div#checkout_login .woocommerce-form-login.login {
 
    width: 100%;
    margin: 10px auto !important;
}

/* mobile all prodoct topbar */
.tb-shop-ordering-mobile{
	display:none;
}

@media (min-width:768px) {
.woocommerce .woocommerce-ordering {
    margin-bottom: 2em !important;
}

.woocommerce-js .woocommerce-ordering select {
    padding: 8px 15px !important; 
	}
}

@media (max-width:767px){
	.tb-shop-topbar-new {
    display: block;
   
}
	
	.tb-shop-topbar-new .tb-shop-left p.woocommerce-result-count {
    margin: 0 !important;
}
	.tb-shop-search input[type=search] {
   
    padding: 0 35px 0 15px;
}
	.tb-shop-right {
    
    margin: 20px 0;
}
	.tb-shop-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
	
	.woocommerce-js .woocommerce-ordering select {
   
    padding: 10px 15px !important;
}
	.woocommerce .woocommerce-ordering{
		margin-bottom: 0 !important;
	}
	.tb-shop-right .tb-shop-ordering{
	display:none;
}
	.tb-shop-ordering-mobile{
	display:block;
}
	
}
@media (max-width: 375px) {
    body.woocommerce-lost-password .back-login .or-text {
        left: 40%;
    }
	.woocommerce-LostPassword .or-text{
		left: 40%;
	}
}
@media (min-width: 425px) and (max-width: 766px) {
    body.woocommerce-lost-password .back-login .or-text {
        left: 41%;
    }
	.woocommerce-LostPassword .or-text{
		left: 40%;
	}
}

/* heder top bar  */
/* HTML Widget Layout */
.elementor-widget-html .elementor-widget-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    background:#fff;
    padding:18px 30px;
    border-radius:60px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

/* Contact Item */
.contact-item{
    display:flex;
    align-items:center;
    gap:15px;
/*     flex:1; */
}

/* Icon */
.contact-item .icon{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#0b67b2;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    flex-shrink:0;
    transition:.3s;
}

.contact-item:hover .icon{
    background:#084f88;
    transform:translateY(-3px);
}

/* Text */
.contact-item .content span{
    display:block;
    font-size:14px;
    color:#000;
}

.contact-item .content span.content_text{
    margin:0;
    font-size:14px;
    color:#111;
    font-weight:600;
	line-height: 1;
}

/* Divider */
.divider{
    width:1px;
    height:25px;
    background:#0b67b2;
}

#checkout_login .divider{
	color:#0b67b2;
	background:transparent;
	
}

/* Social */
.social-section{
    display:flex;
    align-items:center;
    gap:12px;
}

.social-section span{
    font-size:14px;
    color:#000;
/*     font-weight:600; */
}

.social-section a{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#0b67b2;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.social-section a:hover{
    background:#084f88;
    transform:translateY(-3px);
}

/* Mobile */
@media(max-width:767px){

.elementor-widget-html .elementor-widget-container{
    flex-direction:column;
    gap:20px;
    border-radius:20px;
    padding:25px;
}

	
	.address_mobile {
		display:none;
	}


.social-section .divider{
    display:none;
}

.social-section{
    justify-content:center;
}
section#block-16 {
    gap: 10px !important;
    align-items: flex-start !important;
    margin: 5px 0;
}
    .contact-item {
        justify-content: left;
        align-items: center;
         gap: 5px;
    }


    .contact-item .icon {
    width: 25px;
    height: 25px;
    font-size: 13px;
   
}

.contact-item .content span {
 
    display: none;
 
}

.contact-item .content span.content_text {
   
    font-size: 12px;
    
}

.social-section a {
    width: 25px;
    height: 25px;
    font-size: 13px;
    
}

.social-section span {
    display: none;
}
}
section#block-16 {
    display: flex;
    gap: 20px;
	align-items: center;
}