@import "https://qa.communityplaythings.com/styles/build/vendor.min.css?v=9280.25346";
@import "https://qa.communityplaythings.com/styles/build/app.min.css?v=9280.25346";
@import "https://fast.fonts.net/cssapi/752f0b7d-10d7-4024-b012-b91ca8f44fe9.css?v=9280.25346";
@import "https://cdn.icomoon.io/174603/CP/style.css?2trwq2&amp";



/*Start: BTG Overwrites css to display StieCore shopping cart */
/* Ensure the parent of both elements is positioned relatively */

 .weblinks-depth-1 weblinks list-group {
  position: relative;
} 

/* Position the image absolutely relative to the parent */
 .cp-shopping-cart.the-icon {
  position: absolute;
  top: 125px; /* Adjust as needed */
  left: -25px; /* Position it to the right of .weblinks-depth-1 weblinks list-group*/ 
} 
/*End: BTG Overwrites css to display StieCore shopping cart */

/* These cause issues with display on larger screens */
/* .shopping-cart-icon {
    position: absolute;
    right: 15px;
    top: 125px !important;
    width: unset;
} */

/* large screens */
/* @media (max-width: 2000px) {
  .cp-shopping-cart .the-icon {
    top: 125px;
    left: -25px;
  }
} */

/* Adjust position for tablets and small desktops */
/* @media (max-width: 991px) {
  .cp-shopping-cart .the-icon {
    top: 80px;
    left: 0px;
  }
} */

/* Center icon for mobile devices */
/* @media (max-width: 767px) {
  .cp-shopping-cart .the-icon {
    position: static;
    display: block;
    margin: 20px auto 0 auto;
    top: auto;
    left: auto;
  }
} */

/* Accessibility: Ensure icon is visible and not clipped */
/* .cp-shopping-cart .the-icon {
  max-width: 100%;
  height: auto;
} */

/* Optional: Ensure parent is relatively positioned for absolute child positioning */
/* .weblinks-depth-1.weblinks.list-group, .cp-shopping-cart {
  position: relative;
} */

/*End: BTG Overwrites css to display StieCore shopping cart */

/* BTG Overwrites power page theme when hovering over menu items */
.navbar-inverse .navbar-nav > li > a:hover {
  background-color: #f8f7f5 !important;
}

/* BTG overwrites portal theme header to adjust navbar color, and hide duplicate logo, move logo to the left */
 .navbar-static-top.navbar-inverse {
  background-color: white !important;
}
.container>.navbar-header {
  display: none !important;
}
.navbar > .container
{
  display: none !important;
}
.visible-sm-block.visible-md-block.visible-lg-block.visible-xs-block.navbar-brand
{
  margin-right: 90%;
} 
/* BTG overwrite to remove box shadow on portal navbar */
.navbar-static-top.navbar-inverse
{
  box-shadow: none !important;
}
/* BTG overwrite to hide skip to main content purple box in upper left */
.skip-to-content
{
  display: none !important;
}
/* BTG overwrite app.min css to change nav link colors */
ul.nav li a
{
  color: black !important;
}
/*BTG overwrite vendor.min.css to reduce size of header in pwoer pages and force menu items to appear in a row */
.navbar.navbar-inverse.navbar-static-top
{
  --bs-navbar-padding-y: none !important;
}
.nav.navbar-nav.weblinks
{
  flex-direction: row !important;
}

/* BTG Overwrites power page font */
p 
{
  font-family: "Frutiger LT W01_45 Ligh1475730", sans-serif !important;
}
/* BTG overwrites coria classes */
.data-level-3 input[type=checkbox]:not(.switch), input[type=checkbox]:not(.switch) {
  border-radius: 5px;
  margin-left: 20px;
}
/* BTG overwrites legacy classes in html that was copied from the site to profile.en-us.webpage.copy.html */
.row .col.main-left {
    width: 30%;
    padding-bottom: 30px;
}
/* BTG overwrites bootstrap to set max width based on Corias bootstrap */
.navbar
{
  max-width: 1320px !important;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x)* 0.5);
  padding-left: calc(var(--bs-gutter-x)* 0.5);
  margin-right: auto;
  margin-left: auto;
}
.navbar-collapse.collapse
{
  max-width: 1320px !important;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x)* 0.5);
  padding-left: calc(var(--bs-gutter-x)* 0.5);
  margin-right: auto;
  margin-left: auto;
}
.wrapper-body
{
  max-width: 1320px !important;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x)* 0.5);
  padding-left: calc(var(--bs-gutter-x)* 0.5);
  margin-right: auto;
  margin-left: auto;
}
/* BTG attempt to make header sticky similar to the Coria site, but this does not work
#header-placeholder
{
  position: sticky;
  position: -webkit-sticky;
}
#navbar
{
  position: sticky;
  position: -webkit-sticky;
} */
/* BTG overwrites primary button based on Coria color and added margin for spacing between buttons on Profile page */
.btn-primary
{
  border-color: rgb(226, 33, 28) !important;
  background-color: rgb(226, 33, 28) !important;
  margin: 1%; 
  /*background-color: none !important;
  border-color: none !important;
  background-color: none !important;*/
}
/* BTG overwrites border in power pages */
.crmEntityFormView
{
  border: none !important;
}
/* BTG overwrites breadcrumb color in power pages to mimic coria site */
.breadcrumb > li a
{
 color: #666 !important
}
#ipeow
{
  margin: -60px !important;
}

/* BTG overwrites logo responsiveness */
.responsive-logo {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 10vh; /* or adjust as needed */
}

.logo-wrapper {
  padding-top: 10px; /* Adjust as needed */
}

.site-logo {
  height: 28px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

/* Mobile-specific logo spacing */
@media (max-width: 768px) {
  .site-logo {
    margin-top: 16px;
  }
}

/* Begin BTG Updates to properly place logo and cart icon so they resize correctly */
/*.navbar .cp-shopping-cart,.navbar .cp-shopping-cart .the-icon,.navbar .shopping-cart-icon,[class*="cart"]{position:static!important;top:auto!important;left:auto!important;right:auto!important;margin:0 0 0 8px!important}.navbar.navbar-inverse.navbar-static-top{min-height:50px!important}.navbar-nav>li>a{padding-top:15px!important;padding-bottom:15px!important} */
#header,#header-wrapper,.user-account-top-menu-containter{min-height:35px!important}


/* Flex layout for the row */
.user-account-top-menu-containter .container {
    display: flex !important;
    align-items: center !important;
    gap: 16px;
    flex-wrap: nowrap;
}

/* If the cart is nested, push the flex item that CONTAINS it to the right */
.user-account-top-menu-containter .container > :has(.shopping-cart-icon) {
    margin-left: auto !important;
}

/* Cart wrapper: stay in normal flow, don’t grow, sit last */
.user-account-top-menu-containter .shopping-cart-icon {
    position: static !important;          /* lock to normal flow */
    display: flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;            /* don't stretch */
    order: 9999;                           /* ensure it's at the end */
    float: none !important;                /* neutralize legacy floats */
}

/* Icon itself */
.user-account-top-menu-containter .shopping-cart-icon .the-icon {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    height: 10px;
    line-height: 1;
    font-size: 40px;
    display: inline-block;
}

.user-account-top-menu-containter .container > * {
    margin-top: 0;
    margin-bottom: 0;
}

.user-account-top-menu-containter .shopping-cart-icon .the-icon:before {
    font-size: 16px !important;
    height: 16px !important;
    width: 16px !important;
    line-height: 1 !important;
}

.xrm-editable-html img {
    max-height: 60px;
    height: auto;
    width: auto;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}

/* Optional: give the container some breathing room */
.xrm-editable-html {
    padding-top: 20px;
    padding-bottom: 10px;
    overflow: visible;
}


/* Ensure the header uses flexbox for layout */
.navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Prevent the toggle button from overlapping the logo */
.navbar-toggle {
    margin-left: auto;
    z-index: 2; /* Ensure it's above other elements if needed */
}

/* Optional: give the logo some right margin */
.xrm-editable-html {
    margin-right: 10px;
}

.caret {
    display: none;
}

/* End BTG Updates to properly place logo and cart icon so they resize correctly */



