/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* Custom CSS for Nexus Cart
 *
 * This block allows you to customize theme colors and styles for the entire Nexus Cart template.
 *
 * To customize colors:
 * - Replace the var() references with your own hex colors or other CSS values.
 * - For example, instead of --primary: #4b5563; use --primary: #your-color;
 * - You can also override any CSS properties here.
 */

html {
    font-size: 14px;
}

:root {
    --white: #fff;

    /* Neutral shades */
    --neutral-50: #fbf9fa;
    --neutral-100: #f4f5f7;
    --neutral-200: #e4e4e7;
    --neutral-300: #d0d5dd;
    --neutral-400: #9ca3af;
    --neutral-500: #6b7280;
    --neutral-600: #4b5563;
    --neutral-700: #374151;
    --neutral-800: #1f2937;
    --neutral-900: #111827;
    --neutral-950: #030712;

    /* Neutral shades */
    /* define own pallet with brand colors */
    --primary-50: var(--neutral-50);
    --primary-100: var(--neutral-100);
    --primary-200: var(--neutral-200);
    --primary-300: var(--neutral-300);
    --primary-400: var(--neutral-400);
    --primary-500: var(--neutral-500);
    --primary-600: var(--neutral-600);
    --primary-700: var(--neutral-700);
    --primary-800: var(--neutral-800);
    --primary-900: var(--neutral-900);
    --primary-950: var(--neutral-900);

    /* Primary colors */
    /* Use shades from comments if `primary` colors use other colors, then neutral */
    --primary: var(--neutral-900);          /* var(--primary-600) */
    --primary-lifted: var(--neutral-800);   /* var(--primary-700) */
    --primary-accented: var(--neutral-700); /* var(--primary-800) */

    /* Secondary colors */
    --secondary: var(--neutral-500);
    --secondary-lifted: var(--neutral-600);
    --secondary-accented: var(--neutral-700);

    /* Success colors */
    --success: #00a63e;
    --success-lifted: #008236;
    --success-accented: #016630;

    /* Info colors */
    --info: #155dfc;
    --info-lifted: #1447e6;
    --info-accented: #193cb8;

    /* Notice colors */
    --notice: #7f22fe;
    --notice-lifted: #7008e7;
    --notice-accented: #5d0ec0;

    /* Warning colors */
    --warning: #f54a00;
    --warning-lifted: #ca3500;
    --warning-accented: #9f2d00;

    /* Error colors */
    --error: #e7000b;
    --error-lifted: #c10007;
    --error-accented: #9f0712;

    /* Grayscale colors */
    --grayscale: var(--neutral-900);
    --grayscale-lifted: var(--neutral-800);
    --grayscale-accented: var(--neutral-700);

    /* Neutral colors */
    --neutral: var(--neutral-500);
    --neutral-lifted: var(--neutral-600);
    --neutral-accented: var(--neutral-700);

    /* Text neutral colors */
    --text-inverted: var(--white);
    --text-muted: var(--neutral-400);
    --text-lifted: var(--neutral-500);
    --text-accented: var(--neutral-600);
    --text: var(--neutral-900);

    /* Border neutral colors */
    --border-muted: var(--neutral-200);
    --border: var(--neutral-300);
    --border-lifted: var(--neutral-400);
    --border-accented: var(--neutral-600);

    /* Background neutral colors */
    --bg: var(--white);
    --bg-muted: var(--neutral-50);
    --bg-lifted: var(--neutral-100);
    --bg-accented: var(--neutral-200);
    --bg-inverted: var(--neutral-900);

    /* Additional colors */
    --yellow-200: #fff085;
    --yellow-300: #ffdf20;
    --teal-300: #46edd5;
    --teal-400: #00d5be;
    --emerald-300: #5ee9b5;
    --pink-400: #fb64b6;

    /* Additional custom properties */
    /* Font sizes */
    --text-xs: 0.625rem;
    --text-sm: 0.75rem;
    --text-md: 0.875rem;
    --text-lg: 1rem;

    /* Spacing */
    --outline-sm: 1px;
    --outline-md: 2px;
    --outline-lg: 3px;

    /* Rounding */
    --rounding-sm: 0.25rem;
    --rounding-md: 0.5rem;
    --rounding-lg: 0.75rem;

    /* Other */
    --letter-spacing: 0em;
    --disabled-opacity: 25%;
}







:root {
           
    --brand-primary-lighter: #383738 !important;  /* hover colour */
}



.wdes-page-login footer.wdes-wrap-account-page_footer {
    display: none;
}




.wdes-wrap-account-page_main {
 
    height: calc(72vh - 48px);
}

.social-signin-btns .btn {
    padding-bottom: 5px !important;
    margin-bottom: 15px !important;
}

.wdes-wrap-account-page_main-article_heading small {
    display: none !important;
}
.wdes-wrap-account-page {
    background-position: center;
}
img.phox-logo.phox-logo-default.phox-logo--light {
    filter: drop-shadow(0 3px 15px rgba(0, 0, 0, 0.2));

}


    .wdes-wrap-account-page_main{
    
   width: 100%;
}

@media(min-width:1024px){
    .wdes-wrap-account-page_header .phox-logo--light {
   
    height: 80px;
}


.wdes-wrap-account-page {
    display: flex !important;
  align-items: center;
    justify-content: center;
}

/* Take logo out of layout */
.wdes-wrap-account-page_header {
    position: absolute;
    left: 40px;
    top: 40px;
}

/*Hide billing info in registration page*/
#frmCheckout .sub-heading.mt-3 {
  display: none;}
.wdes-page-Register #frmCheckout .sub-heading.mt-3 + .form-group,
.wdes-page-Register #frmCheckout .sub-heading.mt-3 + .form-group ~ .form-group {
  display: none;
}

}

/*Hide carousel in registration page*/
.wdes-page-Lost footer.wdes-wrap-account-page_footer  {
    display: none;
}
footer.wdes-wrap-account-page_footer {
    display: none !important;
}




.cc-number-field.mastercard {
    background: url(https://webhostpro.ca/billing/assets/img/payment/mastercard.png) no-repeat center right;
    background-origin: content-box;
}

/*Continue to Client Area after purchasing*/
.wdes-page-order a.btn.btn-default {
    padding: 20px;
    font-size: 18px;
    border-color:#acb0b9;
}


button.btn.btn-primary.btn-lg.btn-add-to-cart.btn-add-to-cart--inbox.checkout:focus {
    background: #ad2727;
    border:#ad2727;
}



/* Cart counter (logged-in + guest) */
li#Secondary_Navbar-4b0475966d2e .badge,
li#Secondary_Navbar-64dd29fb21c75 .badge {
    font-size: 11px;
    font-weight: 600;
    border-radius: 20px;
    padding: 3px 6px;
    margin-left: 3px;
    background: #ad2727;
}

/* Only the cart menu item (logged-in + guest) */
section#header .wdes-header section#main-menu
.navbar-main .navbar-nav
li#Secondary_Navbar-4b0475966d2e > a.wdes-menu-item-link,
section#header .wdes-header section#main-menu
.navbar-main .navbar-nav
li#Secondary_Navbar-64dd29fb21c75 > a.wdes-menu-item-link {
    gap: 0 !important;
}

/* Keep your icon spacing (only inside cart items) */
li#Secondary_Navbar-4b0475966d2e i.fas.fa-shopping-cart,
li#Secondary_Navbar-64dd29fb21c75 i.fas.fa-shopping-cart {
    margin-right: 5px;
}

body:not(.loggedin) 
li#Secondary_Navbar-64dd29fb21c75 .badge {
    margin-left: 0 !important;
}

/* Hide ONLY the "Choose Currency" sidebar panel */
.panel-sidebar[menuitemname="Choose Currency"]{
  display: none !important;
}




/*Custom Footer*/
.whp-footer {
    background: #f5f5f5;
    padding: 50px 0 20px;
    font-size: 14px;
}

.whp-footer-top {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 30px;
}

.whp-brand img {
    max-height: 45px;
    margin-bottom: 10px;
}

.whp-social a {
    margin-left: 12px;
    color: #333;
    font-size: 18px;
}

.whp-footer-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0;
}

.whp-footer-links h5 {
    font-weight: 600;
    margin-bottom: 15px;
}

.whp-footer-links ul {
    list-style: none;
    padding: 0;
}

.whp-footer-links li {
    margin-bottom: 8px;
}

.whp-footer-links a {
    color: #555;
    text-decoration: none;
}

.whp-footer-links a:hover {
    color: #1E90FF;
}

.whp-badge img {
    max-width: 120px;
}

.whp-footer-bottom {
    text-align: center;
    padding-top: 15px;
    font-weight: 500;
}