/*site level OOTB*/

/*header*/
.header .themeLogo .logoImage {
	/* STRATF-1570 */
	background-image: url(/resource/stratasys_logo_transparent) !important;
	background-position-x: left;
	width: 20vw !important;
	height: unset !important;
	aspect-ratio: 1;
}

.actualNode .record-feed {
	display: none;
}

.tabHeader {
	display: none;
}

.shoppingCart_icon svg {
	fill: #ffffff !important;
}

.b2bBodyWrapper .forceCommunityThemeHeaderB2B .cartButton {
	display: none !important;
}

.guest-user .header-strip-elem .login-btn {
	padding: 5px 20px;
	letter-spacing: 1px;
	border-radius: 4px;
}

/*header*/

/*guest user CSS*/
/* c-b2b_-case-submit, */
c-b2b_-contact-us,
c-b2b_-request-an-account-form {

	.slds-form-element__label,
	.slds-checkbox .slds-checkbox__label .slds-form-element__label {
		font-size: 12px !important;
	}
}

.guestUserWelcomeSubText {
	font-size: 18px;
	line-height: 27px;
	font-weight: 300;
	/* color: #63656a; */
}

.guestUserWelcomeText {
	font-size: 32px !important;
	line-height: 35px;
	font-weight: 900 !important;
	color: #031723;
	letter-spacing: 0.2px;
}

.guestUserCategoryBlockText {
	font-weight: 700 !important;
	font-size: 18px !important;
	line-height: 25px;
}

.guestUserCategoryBlockSubText {
	width: 90%;
}

.guestUserWelcomeSubTextBlock {
	width: 85%;
}

.comboBox .slds-form-element__label {
	display: none !important;
}

.loginform-popup-block .loginBlock {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.tk-box-title-color .slds-rich-text-editor__output span {
	font-size: 18px !important;
	font-weight: 800;
}

/*guest user CSS*/

/*home page configurations components CSS*/
.banner-carousel.slds-carousel {
	position: absolute;
	left: 0;
}

.banner-carousel .slds-carousel__panels,
.carousel-spacer {
	height: 300px;
}

.banner-carousel .slds-carousel__panel.panel-hide {
	display: none;
}

.banner-carousel .slds-carousel__panel img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.banner-carousel .carousel-image-box {
	padding: 0;
	border: none;
}

.banner-carousel .home-panel-carousel-indicators {
	position: absolute;
	bottom: 0;
}

.banner-carousel .home-panel-carousel-indicators a {
	width: 0;
	height: 0;
	padding: 4px 18px;
	border-radius: 0;
	border: none;
}

.banner-carousel .slds-carousel__indicator-action:focus {
	border: none;
	box-shadow: none;
	background: #fff;
}

.banner-carousel .slds-carousel__indicator-action.slds-is-active,
.banner-carousel .slds-carousel__indicator-action.slds-is-active:hover {
	background: #fc4c02;
	border: none;
}

.banner-carousel .carousel-panel-text-block {
	width: 100%;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner-carousel .carousel-panel-container {
	max-width: 1150px;
	margin: 0 auto;
}

.banner-carousel .carousel-panel-headline {
	/* font-size: 32px; */
	/* font-weight: 900; */
	color: #fff;
	/* margin: 0 0 12px; */
	/* overflow: hidden; */
	/* height: 90px; */
}

.banner-carousel .carousel-panel-description {
	/* font-size: 18px;
  font-weight: 400; */
	color: #fff;
	/* overflow: hidden;
  height: 80px; */
}

.promotions .promotion-block-title-text {
	/* font-weight: 700;
  font-size: 20px;
  line-height: 36px; */
	color: #031723;
}

.promotions .slds-carousel__panel.panel-hide {
	display: none;
}

.promotions .slds-carousel__panel img {
	height: 180px;
	width: 100%;
}

.promotions .carousel-image-box {
	border: none;
}

.promotions .home-panel-carousel-indicators a {
	width: 0;
	height: 0;
	padding: 4px 18px;
	border-radius: 0;
	border: none;
}

.promotions .slds-carousel__indicator-action {
	background: #d2d2d2;
}

.promotions .slds-carousel__indicator-action.slds-is-active,
.promotions .slds-carousel__indicator-action.slds-is-active:hover {
	background: #fc4c02;
	border: none;
}

.promotions .slds-carousel__indicator-action:focus {
	border: none;
	box-shadow: none;
	background: #fc4c02;
}

.promotions .promotion-box-block {
	border-radius: 7px;
	-webkit-box-shadow:
		2px 5px 15px 0 rgba(0, 59, 92, 0.2),
		2px 3px 5px 0 rgba(252, 76, 2, 0.2);
	box-shadow:
		2px 5px 15px 0 rgba(0, 59, 92, 0.2),
		2px 3px 5px 0 rgba(252, 76, 2, 0.2);
	background: #fff;
	overflow: hidden;
}

.promotions .carousel-panel-text-block {
	background: #fff;
	min-height: 235px;
}

.promotions .carousel-panel-headline {
	font-weight: 700;
	font-size: 20px;
	color: #031723;
	margin-bottom: 12px;
}

.promotions .carousel-panel-description {
	font-size: 16px;
	font-weight: 300;
	/* color: #63656a; */
}

.home-articles .article-item-image {
	height: 180px;
	width: 100%;
}

.home-articles .promotion-block-title-text {
	/* font-weight: 700;
  font-size: 20px;
  line-height: 36px; */
	/* color: #031723; */
}

.home-articles .slds-carousel__panel img {
	height: 180px;
	width: 100%;
}

.home-articles .promotion-box-block {
	border-radius: 7px;
	-webkit-box-shadow:
		2px 5px 15px 0 rgba(0, 59, 92, 0.2),
		2px 3px 5px 0 rgba(252, 76, 2, 0.2);
	box-shadow:
		2px 5px 15px 0 rgba(0, 59, 92, 0.2),
		2px 3px 5px 0 rgba(252, 76, 2, 0.2);
	background: #fff;
	overflow: hidden;
}

.home-articles .promotion-box-block .first-promotion-box-img {
	height: 100%;
	width: auto;
	display: block;
	margin-left: auto;
}

.home-articles .carousel-panel-text-block {
	background: #fff;
	min-height: 235px;
}

.home-articles .carousel-panel-headline {
	font-weight: 700;
	font-size: 20px;
	color: #031723;
	margin-bottom: 12px;
}

.home-articles .carousel-panel-description {
	font-size: 16px;
	font-weight: 300;
	/* color: #63656a; */
}

.first-article .carousel-panel-headline {
	font-size: 28px;
	overflow: hidden;
	height: 80px;
}

.article-list-block .carousel-panel-headline,
.promotions .carousel-panel-headline {
	height: 60px;
	overflow: hidden;
}

.first-article .carousel-panel-description,
.article-list-block .carousel-panel-description,
.promotions .carousel-panel-description {
	height: 71px;
	overflow: hidden;
}

/*home page configurations components CSS*/

/*home page CSS*/
.body.isPageWidthFixed-true {
	min-height: calc(100vh - 200px);
}

.forceCommunityCommerceOrdersList .listViewContent .uiScroller.scroller-wrapper.scroll-bidirectional {
	overflow: hidden !important;
}

.siteforceSldsTwoCol84Layout .slds-grid.slds-wrap.slds-medium-nowrap.slds-large-nowrap {
	/* padding-top: 25px; */
}

.welcome-text-block .welcome-text-heading-text {
	font-size: 32px;
	line-height: 32px;
	font-weight: 900;
	color: #031723;
}

.welcome-text-block .welcome-text-subtext {
	font-weight: 700;
	font-size: 18px;
	color: #031723;
}

.hero .b2bHomeHero {
	display: none;
}

.siteforceSldsTwoCol84Layout .comm-layout-column:not(:empty) {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.js-dynamic-collection .forceCommunityDynamicCollectionGrid h2:first-child {
	color: #031723;
	font-size: 20px;
	font-weight: 700;
	line-height: 36px;
}

/*home page CSS*/

/*Product detail CSS*/

.existingwishlist .slds-combobox .slds-listbox {
	height: 15rem;
	overflow-y: scroll;
}

/*Product detail CSS*/

body {
	/* font-family: Roboto, sans-serif !important; */
	background-color: #f9f9f9 !important;
	color: #031723 !important;
	font-size: 14px !important;
}

.siteforceB2bBody {
	/* font-size: 14px !important; */
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
body {
	font-family: Roboto, sans-serif !important;
}

:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none !important;
}

.navBarContainer {
	background: black !important;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.horizontalMenuItem span {
	color: #fff;
}

.comm-user-profile-menu__trigger-p {
	color: #fff;
}

.forceCommunityThemeHeaderB2B .cartButton svg {
	color: #fff !important;
}

.unsNotificationsCounter .headerButtonBody {
	color: #fff !important;
}

.forceCommunityThemeHeaderB2B .cartButton svg {
	color: #fff !important;
}

.unsNotificationsCounter .headerButtonBody svg {
	color: #fff !important;
}

.b2b_buyer_cart-badge_badge forceCommunityThemeHeaderB2B .cartButton svg {
	fill: #fff !important;
}

.forceCommunityThemeHeaderB2B .cartButton svg {
	fill: #fff !important;
}

.forceCommunityThemeHeaderB2B .centerContainer {
	border-bottom: 1px solid #031723;
}

.slds-current-color .slds-icon {
	fill: #fff;
}

/*B2B Saved Cart page*/
.cB2B_DeleteSavedCartAction .slds-spinner_container {
	left: -100%;
	right: -100%;
}

/*
.slds-modal__footer .forceActionButton[title="Save & New"]{
  display:none;  
}
*/

/*B2B Saved Cart page*/

/*PLP CSS STRAT */
/*
.siteforceContentArea .comm-layout-column:not(:empty){
  padding:1px !important;
}
.slds-accordion__list-item svg{
  display:unset !important;
}
*/
c-b2b_-result-layout .tk-box-title-color .slds-rich-text-editor__output span {
	font-size: 18px !important;
	font-weight: 800;
}

c-b2b_-result-layout .product_description .slds-rich-text-editor__output span {
	font-size: 16px !important;
	font-weight: 300;
}

.productList_container .slds-button__icon .slds-button__icon_small {
	width: 16px;
	height: 16px;
}

.productList_container .slds-tree_container {
	font-size: 16px !important;
	color: rgb(22, 50, 92) !important;
}

.productList_container .slds-combobox_container .slds-combobox__input,
.productList_container .slds-combobox_container .slds-media__body {
	font-size: 15px !important;
}

/* .productList_container .icon_layout .active svg {
  fill: #fc4c02;
} */

.productList_container .slds-tree__group-header {
	font-size: 18px !important;
}

.productList_container .slds-tree__group-header .slds-tree__item-label {
	font-size: 16px !important;
}

.productList_container .slds-tree_container {
	font-size: 16px !important;
}

.productList_container .icon_layout .active svg {
	fill: var(--brand__color--primary);
	/* --slds-c-icon-color-foreground: var(--brand__color--primary); */
}

.slds-tree__item a {
	color: #031723;
	font-weight: 800;
}

.slds-accordion__summary-heading {
	font-weight: 600;
}

.slds-form-element__control span {
	font-weight: 400;
}

.slds-rich-text-editor__output span {
	font-size: 14px !important;
}

.cart-alert .slds-icon-text-default {
	fill: white !important;
}

.filters-header {
	font-size: 18px !important;
	font-weight: 600 !important;
}

.tk-my-printer-title {
	font-size: 18px !important;
	font-weight: 600 !important;
	color: #11232f !important;
}

.slds-tree__item.slds-is-hovered,
.slds-tree__item:hover {
	background: none;
}

.productList_container .slds-tree_container {
	font-size: 18px !important;
	color: #11232f !important;
}

.tk-cartbox {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 110px 98px 0 0;
	border-color: #f1f1f1 transparent transparent transparent;
}

.tk-cart-box-shadwo {
	box-shadow:
		2px 5px 15px 0 rgba(0, 59, 92, 0.2),
		2px 3px 5px 0 rgba(252, 76, 2, 0.2);
	border: none;
}

.tk-slds-box {
	border-right: 0px;
	border-bottom: 0px;
	border-top: 1px solid #d4d4d4;
	border-left: 0px;
	border-radius: inherit;
}

.slds-accordion__summary-heading {
	font-weight: 600;
	font-size: 18px;
	color: #11232f !important;
}

.slds-breadcrumb .slds-list__item:first-child>a,
.slds-breadcrumb__item:not(first-child)>a {
	font-size: 16px;
	font-weight: 300;
	color: #273943;
}

.slds-breadcrumb .slds-list__item:first-child>a,
.slds-breadcrumb__item:last-child>a {
	font-size: 16px;
	font-weight: 600;
	color: #273943;
}

.slds-breadcrumb .slds-list__item:first-child:before,
.slds-breadcrumb .slds-breadcrumb__item:first-child:before {
	content: "" !important;
}

.slds-breadcrumb .slds-list__item:before,
.slds-breadcrumb__item:before {
	top: 0.25rem;
	content: "\002F" !important;
}

.productList_container .slds-tree_container span {
	white-space: normal;
	font-weight: 400;
	color: #11232f !important;
	font-size: 16px;
}

.productList_container .slds-spinner_medium {
	top: 300px !important;
}

.cB2B_CreateAccount .reseller_ship_to a {
	/* color: #00a3e0; */
	font-weight: 700;
}

.cB2B_ShipTo .reseller_ship_to span {
	color: #fff;
}

.cB2B_ShipTo .reseller_ship_to a {
	/* color: #00a3e0; */
	font-weight: 700;
}

.slds-tree__item {
	display: flex;
	padding: 0.375rem 3rem 0.375rem 1rem;
}

.slds-accordion__section {
	padding: 0px !important;
}

.titleCss .slds-rich-text-editor__textarea,
.slds-rich-text-editor__output span {
	white-space: normal !important;
}

/*.slds-tree [role=treeitem][aria-selected=true]>.slds-tree__item {
  background: none;
  box-shadow:none;
  font-weight:900;
  color:red;
}*/

/*PLP CSS END */

/*PDP Module CSS*/
.no-stock-block {
	padding: 16px 0px 0px 0px;
	text-align: left;
}

.no-stock-message {
	color: #01a3e0;
	font-size: 16px;
}

b2b_buyer_product_details-expandable-section .slds-accordion__summary {
	display: none;
}

/*PDP Module CSS*/

/*b2b_ProductDetails*/
.tk-page-title--subpage h2 {
	font-size: 32px;
	line-height: 36px;
	font-weight: 700;
	color: #031723;
}

.tk-page-title--subpage p {
	font-size: 28px;
	line-height: 30px;
	font-weight: 300;
	/* color: #003b5c; */
}

.tk-page-title--subpage h3 {
	font-size: 25px;
	line-height: 28px;
	font-weight: 700;
	color: #031723;
	margin-bottom: 16px;
}

.tk-page-title--subpage span {
	font-size: 19px;
	line-height: 26px;
	/* color: #003b5c; */
}

.tk-image-text__info h6 {
	font-size: 13px;
	line-height: 15px;
	font-weight: 900;
	color: #031723;
	margin-bottom: 22px;
	text-transform: uppercase;
}

.tk-image-text__info h2 {
	font-size: 32px;
	line-height: 36px;
	font-weight: 900;
	color: #031723;
}

.slds-radio .slds-form-element__label {
	font-weight: 600;
}

.tk-not-found {
	background: #f2f2f2;
	padding: 10px;
}

.prod-media-block .media-block,
.media-padd[c-b2b_ProductDetail_b2b_ProductDetail] {
	background: #ffffff;
	box-shadow:
		2px 5px 15px 0 rgba(0, 59, 92, 0.2),
		2px 3px 5px 0 rgba(252, 76, 2, 0.2);
	border: none;
}

.tk-add-list-title {
	font-size: 20px !important;
	font-weight: 700 !important;
}

.tk-add-list-RB {
	font-size: 16px !important;
	font-weight: 700 !important;
}

c-b2b_-product-detail-fields .applicable-system-block {
	list-style: disc;
}

c-b2b_-product-detail-fields .applicable-system-text {
	font-weight: 400;
	/* color: #003b5c; */
	font-size: 16px;
}

/*b2b_ProductDetails*/

/*b2b_AddToCarr --- add css by hari*/

.tk-printer-label {
	font-size: 20px;
	padding-bottom: 10px;
	font-weight: 500;
}

.tk-printer-list {
	/* color: #003b5c; */
}

.tk-qty-item {
	font-size: 14px;
	line-height: 15px;
	font-weight: 700;
	color: #031723;
	text-transform: uppercase;
}

.tk-img-size {
	padding: 50px;
}

/*uiTabBar*/
.forceCommunityTabset>.uiTabBar .uiTabItem .tabHeader {
	padding: 8px 0;
	text-transform: none !important;
}

.uiTabset--default .tabs__item.active>a {
	display: block;
	font-size: 20px;
	font-weight: 900;
	color: #01314c;
	border-color: #01314c;
}

.uiTabset--default .tabs__item.active>a {
	border-color: #01314c;
	font-size: 20px;
}

.uiTabset--default .tabs__item>a,
.uiTabset--default .uiTabOverflowMenuItem a {
	border-bottom: 5px solid transparent;
	font-size: 20px;
}

.uiTabset--default .tabs__item>a:hover,
.uiTabset--default .tabs__item>a:focus {
	border-color: #01314c;
	color: #01314c;
	font-size: 20px;
}

.slds-rich-text-editor__textarea,
.slds-rich-text-editor__output span {
	font-size: 18px !important;
	line-height: 26px;
	font-weight: 400;
	/* color: #003b5c; */
}

.uiOutputRichText p a {
	font-size: 16px !important;
	line-height: 26px !important;
	font-weight: 400 !important;
	/* color: #003b5c !important; */
}

/*My Addresses tab*/
[id*="listviewSearchTooltip"] {
	display: none;
}

.update-action-country-field .slds-listbox {
	height: 10rem;
}

.forceCommunityTabset .js-dynamic-collection .forceCommunityDynamicCollectionGrid .forceCommunityBannerLayout .slds-is-relative {
	box-shadow: 4px 4px 7px 2px #ccc;
}

.js-dynamic-collection .forceCommunityDynamicCollectionGrid .forceCommunityBannerLayout .slds-is-relative {
	box-shadow: 4px 4px 7px 2px #ccc;
}

.forceCommunityBannerLayout .flagContainer {
	background-color: #fff !important;
	/*border: 1px solid #ccc;*/
}

.forceListViewManager .slds-table .outputLookupLink {
	white-space: pre-line;
}

.siteforceContentArea .comm-layout-column .forceCommunityTabset .ui-widget:not(:last-child) {
	margin-bottom: 0 !important;
}

.siteforceContentArea .comm-layout-column .forceCommunityTabset div.forceCommunityCreateRecordButton {
	text-align: right;
}

.siteforceContentArea .comm-layout-column .forceCommunityTabset div.forceCommunityCreateRecordButton button {
	/* background-color: #fff; */
	/* border: 1px solid #d4d4d4; */
	border-width: 1px;
	border-style: solid;
	/* color: #2574a9; */
	font-weight: 400;
	margin-top: 10px;
	padding: 4px 0px;
	text-transform: uppercase;
	width: 7%;
	border-radius: 4px;
	font-size: 14px;
}

@media (max-width: 768px) {
	.siteforceContentArea .comm-layout-column .forceCommunityTabset div.forceCommunityCreateRecordButton button {
		width: 11%;
	}
}

@media (max-width: 480px) {
	.siteforceContentArea .comm-layout-column .forceCommunityTabset div.forceCommunityCreateRecordButton button {
		width: 22%;
	}
}

/*My Addresses tab*/

/*record pages css*/
.comm-content-header .forceHighlightsStencilDesktop .primaryFieldRow .slds-has-flexi-truncate {
	opacity: 0;
}

/*Asset Detail Page*/
.siteforceContentArea .comm-content-header .ui-widget:first-child {
	margin-bottom: 0 !important;
}

.siteforceContentArea .comm-content-header .ui-widget:first-child .createRecordWrapper {
	padding: 0 16px;
	text-align: right;
}

.siteforceContentArea .comm-content-header .ui-widget:first-child .createRecordWrapper button {
	/* background-color: #fff; */
	/* border: 1px solid #d4d4d4; */
	/* color: #135f90; */
	border-width: 1px;
	border-style: solid;
	font-weight: 400;
	margin-top: 10px;
	padding: 0;
	text-transform: capitalize;
	width: 7%;
}

c-b2b_-asset-detail .heading-block h2,
c-b2b_-asset-detail .heading-block p {
	/* color: #003b5c; */
}

c-b2b_-asset-detail .heading-block h2 {
	font-size: 32px;
	font-weight: 900;
}

c-b2b_-asset-detail .heading-block p {
	font-size: 28px;
	font-weight: 300;
}

c-b2b_-asset-detail .image-block {
	box-shadow:
		2px 5px 15px 0 rgba(0, 59, 92, 0.2),
		2px 3px 5px 0 rgba(252, 76, 2, 0.2);
	border-radius: 5px;
	position: relative;
}

c-b2b_-asset-detail .printer-image-elem {
	height: 371px;
	display: flex;
	background-color: #fff;
}

c-b2b_-asset-detail .printer-image-elem img {
	margin: auto;
	width: 250px;
}

c-b2b_-asset-detail .asset-detail-info-heading {
	font-size: 25px;
	line-height: 28px;
	font-weight: 700;
	color: #031723;
}

c-b2b_-asset-detail .asset-data-fields {
	padding-right: 20px;
}

c-b2b_-asset-detail .asset-data-field-title {
	color: #031723;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 900;
}

c-b2b_-asset-detail .asset-data-field-info {
	font-size: 20px;
	/* color: #003b5c; */
	margin-bottom: 3px;
	font-weight: 900;
}

c-b2b_-asset-detail .asset-data-field-subinfo {
	font-size: 19px;
	color: #031723;
	margin: 0;
	font-weight: 400;
}

c-b2b_-asset-detail .asset-data-field-status {
	font-size: 20px;
	color: #e39f09;
	font-weight: 900;
}

c-b2b_-asset-detail .service-contract-info-block {
	text-align: center;
	background-color: #fff;
}

c-b2b_-asset-detail .service-contract-block {
	padding: 5px 5px;
}

c-b2b_-asset-detail .service-contract-heading {
	font-size: 13px;
	line-height: 15px;
	font-weight: 900;
	color: #031723;
	text-transform: uppercase;
	margin-bottom: 3px;
}

c-b2b_-asset-detail .service-contract-text {
	font-size: 14px;
	color: #031723;
	font-weight: 300;
}

c-b2b_-asset-detail .contract-type-image img {
	width: 50px;
	height: 50px;
}

c-b2b_-asset-detail .contract-type-text-block {
	letter-spacing: 1px;
	padding: 12px 0;
	/* background-color: #00a3e0; */
}

c-b2b_-asset-detail .contract-link-text {
	font-size: 14px;
	/* color: #00a3e0; */
	font-weight: 700;
}

c-b2b_-asset-detail .img-corner-cut {
	position: absolute;
	border-color: #f1f1f1 transparent transparent;
	border-style: solid;
	border-width: 140px 125px 0 0;
}

@media (max-width: 768px) {
	.siteforceContentArea .comm-content-header .ui-widget:first-child .createRecordWrapper button {
		width: 11%;
	}
}

@media (max-width: 480px) {
	.siteforceContentArea .comm-content-header .ui-widget:first-child .createRecordWrapper button {
		width: 22%;
	}
}

/*Asset Detail Page*/

/*b2b_QuickOrderFormCmpCmpCmp*/
.tk-title-heading {
	/* font-family: Roboto, sans-serif !important; */
	font-size: 32px;
	line-height: 36px;
	font-weight: 700;
	color: #031723;
}

.font-bold {
	font-weight: 900;
}

.tk-table-heading {
	font-weight: 800;
	font-size: 15px;
}

/*Cart Page Add CSS*/
li[b2b_buyer_cart-items_items] {
	font-size: 0.875rem;
	border-bottom: 1px solid #f3f2f2;
	background: #ffffff;
	padding: 20px;
	margin-bottom: 10px;
}

figure[b2b_buyer_cart-items_items] {
	width: 80px !important;
	height: 80px !important;
}

h1[b2b_buyer_cart-contents_contents] {
	color: #031723 !important;
	font-weight: 600 !important;
}

.slds-form-element__label {
	color: #031723 !important;
	font-weight: 600;
	font-size: 16px !important;
}

a[b2b_buyer_cart-items_items] {
	color: #031723 !important;
	font-weight: 700 !important;
}

.quantity-selector label[b2b_buyer_cart-quantitySelector_quantitySelector] {
	color: #031723 !important;
	font-weight: 700 !important;
	font-size: 16px;
}

.product-fields[b2b_buyer_cart-items_items] {
	/* color: #003b5c; */
	font-weight: 700 !important;
}

.negotiated-price[b2b_buyer_cart-items_items] {
	color: #031723 !important;
	font-weight: 600 !important;
	font-weight: 600 !important;
	font-size: 24px;
}

.final-price-container[b2b_buyer_cart-summary_summary] b2b_buyer_pricing-formatted-price[b2b_buyer_cart-summary_summary] {
	color: #031723 !important;
	font-weight: 600 !important;
}

.final-price-container[b2b_buyer_cart-summary_summary] span[b2b_buyer_cart-summary_summary] {
	color: #031723 !important;
	font-weight: 600 !important;
}

.summary-header[b2b_buyer_cart-summary_summary] {
	color: #031723 !important;
	font-weight: 600 !important;
}

/*Account Information Page Add CSS*/

.uiTabset--default {
	background-color: unset !important;
}

.forceDetailPanelDesktop {
	background: #f9f9f9;
}

.imageTitleCss .slds-rich-text-editor__textarea,
.slds-rich-text-editor__output span {
	line-height: 20px;
	font-weight: 400;
	/* color: #003b5c; */
	font-size: 16px !important;
	max-height: 30px;
	min-height: 30px;
	text-overflow: ellipsis;
	width: 80%;
	white-space: nowrap;
	overflow: hidden !important;
}

.imageCarouselcard .slds-card {
	max-height: 300px !important;
	min-height: 300px !important;
}

.addressCSS .slds-card {
	max-height: 260px !important;
	min-height: 260px !important;
	border: none !important;
}

.myPrintersCSS .slds-card {
	border: none !important;
	box-shadow: 2px 5px 15px 0 rgb(75 75 75 / 20%);
}

.myPrintersCSS .slds-card__header {
	padding: 0px !important;
}

.header .forceCommunityThemeHeaderB2B {
	padding-top: 19px;

	header {
		background: black !important;
	}
}

/*footer touch ceiling cmps*/
.footer__socials ul:before {
	background-color: #031723 !important;
}

.footer__socials[c-b2b_Footer_b2b_Footer] .socials__title[c-b2b_Footer_b2b_Footer] {
	text-transform: uppercase !important;
}

.socials__links svg {
	fill: var(--brand__color--primary) !important;
}

.footer__info[c-b2b_Footer_b2b_Footer] ul[c-b2b_Footer_b2b_Footer] li[c-b2b_Footer_b2b_Footer] {
	padding-left: 90px !important;
}

/*footer touch ceiling cmps*/

/*My Account page*/
.slds-tabs_default {
	padding: 15px;
}

.forceCommunityRecordListStandard .forceBaseListView thead th:first-of-type,
.forceCommunityRecordListStandard .forceBaseListView tbody td:first-of-type {
	padding: 10px !important;
}

.forceCommunityRecordListStandard .listTitle {
	padding: 20px 5px !important;
	font-size: 20px !important;
}

[b2b_BuyerWishlists-header_header-host] {
	padding-top: 15px !important;
}

.forceBaseListView.useHeaderBarFix table {
	border: 1px solid #d4d4d4 !important;
}

.forceBaseListView thead th,
.forceBaseListView tbody td,
.forceBaseListView tbody th {
	font-size: 14px !important;
}

/* STRATF-912 - Order History List view - Manage list button is not showing up*/
.comm-page-custom-support .test-listViewSettingsMenu button {
	display: none !important;
}

.countSortedByFilteredBy {
	font-size: 18px !important;
}

.slds-table {
	font-size: 14px;
}

.forceDetailPanelDesktop.slds-card {
	border: 1px solid #d4d4d4 !important;
}

.forceChatterStyle {
	font-size: 1rem !important;
}

.siteforcePanelsContainer .modal-header .title {
	font-weight: 600;
}

.forceBaseListView thead th {
	color: #031723 !important;
	font-weight: 900 !important;
}

.forceCommunityRelatedList .forceListViewManagerGrid thead th {
	color: #031723 !important;
	font-weight: 900 !important;
}

.forceCommunityRecordDetail .forceRecordLayout .full.forcePageBlockSectionView .slds-section__title,
.forceCommunityRecordDetail .forceRecordLayout .full.forcePageBlockSectionEdit .slds-section__title,
.forceCommunityRecordDetail .forceRecordLayout .mdp.forcePageBlockSectionEdit .slds-section__title {
	color: #031723 !important;
	font-size: 18px !important;
}

.slds-tabs_default__item,
.slds-tabs--default__item {
	color: #031723 !important;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
}

.slds-tabs_default,
.slds-tabs--default {
	border: 1px solid #d4d4d4 !important;
}

.forceCommunityRelatedList .forceListViewManagerHeader .slds-page-header__title {
	color: #031723 !important;
	font-weight: 900 !important;
}

.restoreCartMSG {
	font-size: 18px !important;
	padding-bottom: 10px !important;
}

.cuf-publisherCancelButton {
	background-color: white !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	color: #135f90 !important;
	border-color: #ccc;
}

.siteforcePanelsContainer .required {
	float: initial !important;
	padding-left: 2px !important;
}

.slds-section__title-action {
	padding-top: 15px !important;
}

.uiInput--default .form-element__label {
	color: #031723 !important;
	font-size: 16px !important;
	padding-left: 0px !important;
	font-weight: 600 !important;
}

.slds-form-element__control span {
	font-weight: 600 !important;
}

.forceCommunityRecordListStandard .viewAllLink {
	font-size: 1rem !important;
}

.restorecartText {
	font-size: 16px !important;
}

.forceImageRelatedListStencil .primaryField {
	font-size: 18px !important;
}

.forceImageRelatedListStencil .itemRows {
	font-size: 14px !important;
}

.forceListRecordItem .slds-item--label {
	color: #031723 !important;
}

.forceListRecordItem .slds-item--detail {
	color: #031723 !important;
}

.slds-card__footer span {
	font-size: 16px !important;
}

.slds-modal__header h2 {
	font-weight: 700 !important;
}

.forceChatterBasePublisher :not(.PHONE) .cuf-content {
	padding: 40px 20px 0px 20px !important;
}

.forceChatterBasePublisher :not(.PHONE) .cuf-content {
	border: none !important;
}

.slds-checkbox .slds-checkbox__label .slds-form-element__label {
	font-size: 16px !important;
}

.slds-form-element__static {
	color: #031723 !important;
	font-size: 14px !important;
}

.test-id__field-value span {
	font-weight: 400 !important;
}

.forceCommunityUserProfileDetail .userBadge {
	color: #031723 !important;
	font-size: 14px !important;
}

.list-line-item[b2b_BuyerWishlists-desktopViewItems_desktopViewItems] a[b2b_BuyerWishlists-desktopViewItems_desktopViewItems] {
	color: #031723 !important;
	font-weight: 900 !important;
}

.product-info span {
	color: #031723 !important;
	font-size: 14px !important;
}

.forceRelatedListCardHeader h2 {
	color: #031723 !important;
	font-size: 20px !important;
	font-weight: 900 !important;
}

.forcePageBlockItemView.forcePageBlockItem.slds-col>.slds-form-element.slds-form-element_readonly {
	padding: 0 0.25rem !important;
}

.uiButton--default {
	font-size: 14px !important;
}

.forceCommunityCreateRecordForm .headerLabel {
	color: #031723 !important;
}

.forceListViewManagerHeader h1 {
	padding-top: 10px !important;
}

.forceCommunityRecordListDesktop.slds-card {
	border: 1px solid #d4d4d4 !important;
}

.siteforceContentArea .comm-layout-column .forceCommunityTabset .tab3 div.forceCommunityCreateRecordButton button {
	color: #2574a9 !important;
	line-height: 2.2rem !important;
	font-size: 14px !important;
	text-transform: uppercase !important;
}

.forceRecordEditActions .forceActionButton {
	font-size: 14px !important;
}

.forceCommunityCreateRecordForm .button {
	padding: 8px !important;
	border-radius: 4px !important;
}

/*Checkout page*/
.cB2B_AddressSelectorFlowContainer span {
	color: #031723 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
}

.cB2B_AddressSelectorFlowContainer h2 span {
	color: #031723 !important;
	font-size: 20px !important;
	font-weight: 700 !important;
}

.cB2B_AddressSelectorFlowContainer p {
	color: #031723 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	max-width: 300px !important;
}

.cB2B_AddressSelectorFlowContainer .slds-card__body {
	background: #f5f5f5 !important;
}

.forceCommunityCheckoutHeaderWrapper div {
	background: #252525 !important;
}

.forceCommunityCheckoutHeaderWrapper svg {
	fill: #ffffff !important;
}

.cB2B_Picklist label {
	margin-top: 20px !important;
	margin-bottom: 10px !important;
}

.flowruntimeBody .uiOutputRichText p {
	max-width: 100% !important;
}

.slds-input-has-icon .slds-input__icon {
	top: 41% !important;
}

.flowruntimeBody select span {
	font-size: 12px;
}

.flowruntimeBody .slds-listbox__option--plain span {
	font-weight: 400 !important;
}

.b2b-inline-block[c-b2b_QuickOrderFormCmpCmp_b2b_QuickOrderFormCmpCmpCmp] {
	font-size: 11px !important;
	font-weight: 600 !important;
}

b2b_buyer_product_details-expandabletextsection_expandabletextsection span {
	margin-top: 20px;
}

.forceActionsContainer a {
	font-size: 14px !important;
	text-transform: uppercase;
}

.slds-accordion__content span {
	font-weight: 400 !important;
}

.iconCSS .slds-icon-text-default {
	fill: #ff751a !important;
}

.cB2b_HeaderStrip.header-strip-main-block {
	top: 10px !important;
}

.slds-theme_error,
.slds-theme--error {
	top: 3px !important;
}

.slds-popover__header .slds-text-title_caps,
.slds-text-title--caps {
	font-size: 18px !important;
	color: #031723 !important;
	font-weight: 600 !important;
}

.slds-popover__header a {
	font-size: 14px !important;
}

.slds-popover__body a {
	font-size: 13px;
}

.product-fields-list {
	padding-top: 10px !important;
}

.slds-progress[c-b2b_ProgressIndicatorCmp_b2b_ProgressIndicatorCmp] .slds-icon-text-success {
	fill: var(--brand__color--primary) !important;
}

/*.cB2B_CreateAccount .reseller_ship_to a{
	 display: none;
}
*/
.slds-card__body {
	flex: 1 0 auto;
}

.tk-OC_thank_you h1 {
	font-size: 48px;
	font-weight: 900;
	color: #031723;
	text-align: center;
}

.tk-OC_thank_you h3 {
	font-size: 20px;
	text-align: center;
	padding: 0% 23%;
}

.tk-OC_title {
	font-size: 14px;
	color: #031723;
	text-transform: uppercase;
}

.slds-accordion__summary .slds-is-open>.slds-accordion__content {
	padding-top: 20px;
}

.slds-accordion__content {
	/* padding-top:20px; */
}

.slds-progress[c-b2b_ProgressIndicatorCmp_b2b_ProgressIndicatorCmp] {
	margin-top: 30px;
}

.extended-wait-screen p {
	font-size: 16px !important;
}

.slds-radio .slds-form-element__label {
	font-size: 16px !important;
}

/* Support Page Table Css*/
.forceCommunityRecordListDesktop .slds-page-header {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.forceListViewPicker.triggerLinkText,
.forceListViewPicker.triggerLink .triggerLinkTextAndIconWrapper {
	color: #031723 !important;
}

.forceCommunityRecordListDesktop .forceListViewManagerHeader force-list-view-manager-status-info {
	color: #031723 !important;
}

.forceCommunityRecordListDesktop .listViewContainer .forceRecordLayout thead tr th a {
	color: #031723 !important;
}

.uiVirtualDataTable tbody td {
	color: #031723 !important;
}

.uiVirtualDataTable tr {
	background: #f9f9f9;
}

/*  Define the background color for all the ODD background rows  */
.uiVirtualDataTable tr:nth-child(odd) {
	background: #f9f9f9;
}

/*  Define the background color for all the EVEN background rows  */
.uiVirtualDataTable tr:nth-child(even) {
	background: #ffffff;
}

.slds-form-element .slds-checkbox [type="checkbox"]+.slds-checkbox_faux,
.slds-form-element .slds-checkbox [type="checkbox"]+.slds-checkbox--faux,
.slds-form-element .slds-checkbox [type="checkbox"]~.slds-checkbox_faux,
.slds-form-element .slds-checkbox [type="checkbox"]~.slds-checkbox--faux,
.slds-form-element .slds-checkbox [type="checkbox"]+.slds-checkbox__label .slds-checkbox_faux,
.slds-form-element .slds-checkbox [type="checkbox"]+.slds-checkbox__label .slds-checkbox--faux {
	margin-top: 5px;
}

footer[b2b_buyer_cart-contents_contents] button {
	color: #00a3e0;
}

commerce_checkout-screenwait_screenwait p {
	font-size: 16px !important;
}

.selector-input[b2b_buyer_cart-quantitySelector_quantitySelector] {
	font-size: 18px !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
	border-radius: 4px !important;
}

.quantity-and-list input {
	/* font-size: 18px !important; 
  padding-right: 0px !important;
  padding-left: 0px !important; */
	border-radius: 4px !important;
	text-align: center !important;
	border: var(--lwc-borderWidthThin) solid #bbb !important;
	width: 100%;
}

lightning-button[b2b_BuyerWishlists-header_header] button {
	color: #00a3e0;
	font-size: 14px;
}

.slds-form-element_stacked .slds-form-element__icon {
	padding-top: 0.45rem;
}

.forceCommunityCreateRecordButton button {
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: center;
	vertical-align: middle;
	justify-content: center;
	border: 1px solid rgb(217, 219, 221);
	transition: border 0.15s linear;
	border-color: #d4d4d4;
	background-color: rgb(255, 255, 255);
}

.arrdTypeTxt[c-b2b_AddressesBody_b2b_AddressesBody] {
	color: #031723 !important;
	font-size: 14px !important;
	font-weight: 600;
}

.address-ticket-actionbtn {
	/* color: #fff; */
	/* background: #00a3e0; */
	letter-spacing: 1px;
	/* border-color: #00a3e0; */
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 4px !important;
}

.container cB2B_AddressSelectorFlowContainer cB2B_ChangeBillToFlowContainer header {
	padding-left: 0px;
}

.slds-is-open>.slds-accordion__summary {
	margin-bottom: -10px;
}

.siteforceContentArea .comm-layout-column .forceCommunityTabset div.forceCommunityCreateRecordButton button {
	/* background-color: #00a3e0; */
	/* border: 1px solid #00a3e0; */
	/* color: #fff; */
	margin-right: 112px;
	padding: 2px 0px;
	width: 66px;
}

.forceActionButton .label {
	vertical-align: unset;
}

/* CSS Add b2b_RegistrationFormCmp */
body .required {
	float: initial;
}

.slds-required {
	float: right;
}

.slds-form-element__control .slds-radio,
.slds-form-element__control .slds-checkbox {
	display: block;
}

.inputCSS[c-b2b_RegistrationFormCmp_b2b_RegistrationFormCmp] {
	width: 100% !important;
	margin-left: 0% !important;
	margin-right: 0% !important;
}

.slds-checkbox .slds-checkbox__label .slds-form-element__label {
	padding-right: 0px;
}

.slds-rich-text-editor__textarea,
.slds-rich-text-editor__output span p {
	font-size: 14px;
}

.carousel-image-box[c-b2b_HomeCarouselPanels_b2b_HomeCarouselPanels] {
	border: none;
}

.carousel-image-box[c-b2b_CarouselImage_b2b_CarouselImage] {
	margin: 20px;
	border: none;
	max-width: 100%;
	max-height: 324px;
	padding: 40px !important;
}

.carousel-image-box[c-b2b_CarouselImage_b2b_CarouselImage] ul {
	z-index: 9;
}

.forceCommunityUserProfileDetail .userDetailHeader {
	display: none;
}

.cUserProfileDetailCon {
	padding-top: 27px;
}

.cartCSS[c-b2b_MyOwnPrinters_b2b_MyOwnPrinters] {
	width: inherit !important;
	margin-left: 0 !important;
	text-align: center !important;
	margin-top: 48% !important;
}

.imageCSS[c-b2b_MyOwnPrinters_b2b_MyOwnPrinters] {
	width: inherit !important;
	margin-left: 0 !important;
	text-align: center !important;
	margin-top: 48% !important;
}

/* Home page - Order History */
.forceCommunityCommerceOrdersList .recordListDesktop,
.forceCommunityCommerceOrdersList .recordListDesktop.dark {
	/* padding: 20px 0px !important; */
	margin-bottom: 16px !important;
}

.iconsCSS[c-b2b_MyOwnPrinters_b2b_MyOwnPrinters] {
	margin-top: 0% !important;
}

.image[c-b2b_MyOwnPrinters_b2b_MyOwnPrinters] {
	object-fit: scale-down;
}

.listTitle {
	font-weight: 700;
}

.headerCSS[c-b2b_MyOwnPrinters_b2b_MyOwnPrinters] {
	padding-bottom: 10px !important;
}

b2b_buyer_cart-async-alert.b2b_buyer_builderCartContents {
	display: none !important;
}

/* STRATF-1473
.productList_container .slds-spinner_container,
.productList_container .spinner_container {
  top: 150px;
  bottom: 350px;
} */

b2b_buyer_cart-async-alert .slds-notify_alert {
	display: none !important;
}

.materialUsageCSS .slds-icon-text-default {
	fill: #fc4c02;
}

.printerpage .slds-progress-ring {
	position: relative;
	display: inline-block;
	background: #dddbda;
	height: 7rem !important;
	width: 7rem !important;
	border-radius: 5rem !important;
}

.printerpage .slds-progress-ring__content {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 1.5rem;
	background: #fff;
	top: 1rem !important;
	right: 1rem !important;
	bottom: 1rem !important;
	left: 1rem !important;
	border-radius: 3rem !important;
}

.slds-progress-ring {
	position: relative;
	display: inline-block;
	background: #dddbda;
	height: 7rem !important;
	width: 7rem !important;
	border-radius: 5rem !important;
}

.materailUsageCard .slds-card {
	border: none !important;
	box-shadow: 2px 5px 15px 0 rgb(75 75 75 / 20%);
}

.materailUsageCard .slds-card__body {
	margin-top: 0px !important;
}

.materailUsageCard .slds-card__header {
	padding: 0;
	margin: 0px !important;
}

/*Add CSS by Hari*/
.details-card .slds-truncate {
	white-space: normal !important;
}

.forceActionsContainer span {
	display: none;
}

.printerImageCss img[c-b2b_MyOwnPrinters_b2b_MyOwnPrinters] {
	height: 180px;
	width: 180px;
}

.slds-combobox_container {
	font-size: 13px !important;
}

.toastMessage.forceActionsText {
	white-space: pre-line !important;
}

.existingwishlist .slds-combobox .slds-listbox {
	height: auto !important;
	max-height: 9rem !important;
}

.forceCommunityCommerceOrdersList table.forceRecordLayout {
	width: 100% !important;
}

.forceCommunityCommerceOrdersList .forceRecordLayout thead tr th:nth-child(2) {
	width: 60% !important;
}

.forceCommunityCommerceOrdersList .forceRecordLayout thead tr th:nth-child(2)>div {
	width: 60% !important;
}

.forceCommunityCommerceOrdersList .forceRecordLayout thead tr th:nth-child(3) {
	width: 40% !important;
}

.forceCommunityCommerceOrdersList .forceRecordLayout thead tr th:nth-child(3)>div {
	width: 40% !important;
}

.forceCommunityCommerceOrdersList .forceRecordLayout tbody tr *:nth-child(2) {
	display: revert !important;
}

.forceCommunityCommerceOrdersList .forceRecordLayout thead tr th:nth-child(4) {
	display: none;
}

.forceCommunityCommerceOrdersList .forceRecordLayout tbody tr *:nth-child(4) {
	display: none;
}

/* CHE-739 - Landing page - login changes */
/*hide old login button*/
.comm-user-profile-menu__login-button {
	display: none !important;
}

/*CHE-1009 - On case detail page can't see post button under the feed */

/*hide not Post buttons On case detail page*/
.forceActionsContainer .uiTabBar .tabs__item a.tabHeader {
	display: none;
}

/*override Order summary span display:none On case detail page*/
.forceActionsContainer .uiTabBar .tabs__item a[data-tab-name="FeedItem.TextPost"].tabHeader span {
	display: block;
}

/*enable only Post button a*/
.forceActionsContainer .uiTabBar .tabs__item a[data-tab-name="FeedItem.TextPost"] {
	display: block;
}

/*hide more button*/
.forceActionsContainer .uiTabBar .uiTabOverflowMenuItem {
	display: none;
}

/*Display chatter spans On case detail page*/
.forceActionsContainer .forceChatterBasePublisher span {
	display: block;
}

/* STRATF-951 - QA Winter Release - Navigation menu is not in upper case */
.horizontalMenuItem[community_navigation-multiLevelNavigation_multiLevelNavigation] {
	text-transform: uppercase !important;
}

/* STRATF-1014 */
lightning-breadcrumb {
	z-index: 3;
}

lightning-spinner {
	z-index: 2 !important;
}

/* STRATF-1098 - PLP Page Facets UI*/
c-b2b_-refinements .slds-accordion__content {
	padding-top: unset;
}

/* STRATF-1151 - PROD- Sometimes white line appears at the top of the page */
img[width="1"][height="1"] {
	display: none;
}

/* STRATF-1155 - Improve Login and Request Account */
@media (min-width: 769px) {
	.searchBar {
		padding-right: var(--login-offset);
	}
}

/* STRATF-1183 - Header Strip */
.uiPanel--notificationsPanel.uiPanel.positioned.south.open.active {
	left: unset !important;
	right: calc((100vw - min(100vw, 1170px)) / 2);
}

.uiPanel--notificationsPanel.uiPanel.positioned.south.open.active .pointer {
	left: unset !important;
	right: 1rem;
}

/* .searchBar {
  display: var(--display-search-bar, block);
} */
/* STRATF-1171 - Improve Breadcrumbs */
.siteforceContentArea {
	padding-top: var(--breadcrumbs-padding);
}

.comm-page-home .siteforceContentArea {
	/* STRATF-1778 */
	padding-top: unset;
}

.comm-page-home c-b2b_-breadcrumb {
	display: none;
}

/* STRATF-1209 - B2B Quote */
[data-region-name="9bc4d"] .forceListViewPicker {
	pointer-events: none;
}

[data-region-name="9bc4d"] .forceListViewPicker .slds-page-header__name-switcher {
	display: none;
}

/* STRATF-1354 Address Selection - Improvement */
c-b2b_-picklist-l-w-c .slds-form-element__control span {
	color: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}

/* STRATF-1477 Hub - Submit a Ticket */
c-b2b_-case-submit .slds-form-element__label {
	color: inherit !important;
	font-weight: inherit !important;
	font-size: inherit !important;
}

c-b2b_-case-submit .slds-required {
	float: inherit !important;
}

/* STRATF-1460 Filters will be unchecked if return from PDP page */
c-b2b_-result-layout .slds-accordion__content {
	padding-top: unset;
}

c-b2b_-result-layout lightning-checkbox-group .slds-checkbox {
	padding-top: 10px;
	padding-left: 10px;
}

/* STRATF-1020  PDP - Page Performance */
c-b2b_-product-detail {
	.title lightning-formatted-rich-text span {
		/* font-family: Roboto, sans-serif !important; */
		font-size: 32px !important;
		line-height: 36px;
		font-weight: 700;
		color: #031723;
	}

	.description lightning-formatted-rich-text span {
		/* font-family: Roboto, sans-serif !important; */
		font-size: 19px !important;
		line-height: 26px;
		/* color: #003b5c; */
		text-align: justify;
		display: block;
		width: unset;
		max-height: unset;
	}
}

/* STRATF-1508 '&amp' char issue in wishlist modal */
lightning-formatted-rich-text[c-b2b_buyerwishlists_b2b_buyerwishlists] span {
	/* font-family: Roboto, sans-serif !important; */
	font-size: 20px !important;
	font-weight: 700;
	line-height: 30px;
	text-align: justify;
	display: block;
	width: unset;
	max-height: unset;
	/* color: #003b5c; */
	padding-left: var(--lwc-spacingLarge, 1.5rem);
}

/* STRATF-1498 Order Detail Page - Present AR Invoice */
.comm-page-detail-1Os .forceCommunityRelatedList {

	.forceActionsContainer,
	td:nth-child(3),
	td:nth-child(6),
	th:nth-child(3),
	th:nth-child(6) {
		display: none;
	}
}

/* STRATF-1514 Cart Page - UI Change - CHG0053871 */
.comm-page-detail-0a6 [data-region-name="sidebar"] {
	position: sticky;
	top: 20px;
}

/* STRATF-1576 My Printer Page */
.comm-page-detail-02i records-lwc-record-layout [class*="media"],
.comm-page-detail-02i records-lwc-record-layout .secondaryFields {
	display: none;
}

/* STRATF-1829 - Selling Store Credit on the Hub - CHG0055142 */
c-b2b_quick-order-form input[inputmode="decimal"] {
	padding: 0 10px;
	text-align: right;
}

c-b2b_-cart-line-tile input[inputmode="decimal"] {
	padding: 0;
	text-align: center;
	border-radius: 0;
}

/* ----- buttons ------ */
.slds-button:not(.slds-progress__marker) {
	border-radius: 4px !important;
}

.slds-accordion__summary-heading .slds-button:focus {
	text-decoration: none !important;
}

/* OOTB Upload Files */
.uiButton--brand,
/* OOTB Contact Support */
.contactSupportButton,
.slds-button_brand,
.slds-button--brand {
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 14px;
}

.slds-button--neutral,
.slds-button_neutral,
.slds-button--brand,
.slds-button_brand,
.slds-button--outline-brand,
.slds-button_outline-brand {
	text-transform: uppercase;
}

.slds-button-group .slds-button:only-child,
.slds-button-group-list li:only-child .slds-button {
	text-transform: uppercase !important;
}

.slds-button_neutral:not(.slds-file-selector__button) {
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	font-size: 14px !important;
}

.slds-button_outline-brand {
	font-size: 14px !important;
}

/* box-shadow */
.slds-button:focus {
	box-shadow: none !important;
}

/* background color */
.slds-button .slds-icon {
	fill: unset !important;
	/* fill: currentColor !important; */
}

.slds-button:not([disabled]),
.slds-button:hover:not([disabled]) {
	/*  */
}

.slds-button_neutral,
.slds-button--neutral {
	background-color: #fff !important;
	border-color: var(--brand__color--primary) !important;

	/* padding: var(--brand__btn--padding) !important; */
	/* min-height: 32px; */
	/* letter-spacing: 1px !important; */
}

.slds-button_neutral:hover,
.slds-button--neutral:hover {
	background-color: var(--brand__color--primary-light) !important;
	/* background-color: unset !important; */
	/* border-color: var(--brand__color--primary) !important; */
}

/* OOTB Contact Support */
.contactSupportButton,
/* OOTB Upload Files */
.uiButton--brand:not([disabled]),
.slds-button_brand:not([disabled]),
.slds-button--brand:not([disabled]) {
	background-color: var(--brand__color--primary) !important;
	border-color: var(--brand__color--primary) !important;
	/* padding: var(--brand__btn--padding) !important; */
	/* min-height: 32px; */
	/* letter-spacing: 1px !important; */
}

/* OOTB Contact Support */
.contactSupportButton:hover,
/* OOTB Upload Files */
.uiButton--brand:hover:not([disabled]),
.slds-button_brand:hover:not([disabled]),
.slds-button--brand:hover:not([disabled]) {
	background-color: var(--brand__color--primary-hover) !important;
	border-color: var(--brand__color--primary-hover) !important;
}

.slds-button {
	/* color: var(--brand__color--primary) !important; */
	color: var(--brand__color--primary);
	/* padding: var(--brand__btn--padding) !important; */
	/* --slds-c-icon-color-foreground: var(--brand__color--primary) !important; */
	/* --lwc-colorTextInverse: var(--brand__color--primary) !important; */
}

.slds-button:hover {
	color: var(--brand__color--primary-dark) !important;
	/* --slds-c-icon-color-foreground: var(--brand__color--primary-dark) !important; */
	/* --lwc-colorTextInverse: var(--brand__color--primary-dark) !important; */
}

/* content colors */
.contactSupportButton,
.contactSupportButton:hover,
.slds-button_neutral,
.slds-button_neutral:hover,
.slds-button--neutral,
.slds-button--neutral:hover,
.slds-button_brand,
.slds-button_brand:hover,
.slds-button--brand:hover,
.slds-button--brand {
	color: black !important;
	box-shadow: none !important;
	transform: unset !important;
	/* animation: unset !important; */
	/* --slds-c-icon-color-foreground: black !important; */
	/* --lwc-colorTextInverse: black !important; */
}

.slds-is-active .slds-button[c-b2b_ProgressIndicatorCmp_b2b_ProgressIndicatorCmp] {
	border-color: var(--brand__color--primary) !important;
	border-radius: 50%;
}

.slds-progress-bar__value[c-b2b_ProgressIndicatorCmp_b2b_ProgressIndicatorCmp] {
	background-color: var(--brand__color--primary) !important;
}

.slds-progress__marker_icon[c-b2b_ProgressIndicatorCmp_b2b_ProgressIndicatorCmp] {
	background-color: black !important;
}

/* .slds-button, */
a:not([part="breadcrumb"]):not([c-b2b_pagepagination_b2b_pagepagination]) {
	/* color: var(--brand__color--primary) !important; */
}

a:hover {
	/* color: var(--brand__color--primary-dark) !important; */
}

.brand-color--primary {
	color: var(--brand__color--primary) !important;
}

.tk-icons-position svg,
.add_towishList_icon svg,
.slds-icon-text-default svg {
	fill: var(--brand__color--primary) !important;
}

/* General */
body {
	/* Font Settings */
	font-family: Roboto !important;
}

/* Notifications on header */
.themeNotifications span {
	right: 0 !important;
}

.comm-page-home,
.comm-page-login-home,
.comm-page-list-02i,
.comm-page-detail-01t,
.comm-page-detail-02i,
.comm-page-custom-resources,
.comm-page-custom-request-account {

	/* --- Margin top for Component --- */
	.m-top-xxl {
		margin-top: 32px !important;
	}

	.m-top-xl {
		margin-top: 24px !important;
	}

	.m-top-l {
		margin-top: 16px !important;
	}

	.m-top-m {
		margin-top: 8px !important;
	}

	.m-top-s {
		margin-top: 4px !important;
	}

	.p-top-xxl {
		padding-top: 32px !important;
	}

	.p-top-xl {
		padding-top: 24px !important;
	}

	.p-top-l {
		padding-top: 16px !important;
	}

	.p-top-m {
		padding-top: 8px !important;
	}

	.p-top-s {
		padding-top: 4px !important;
	}

	/* --- Margin top for Component --- */
	.m-bot-xxl {
		margin-bottom: 32px !important;
	}

	.m-bot-xl {
		margin-bottom: 24px !important;
	}

	.m-bot-l {
		margin-bottom: 16px !important;
	}

	.m-bot-m {
		margin-bottom: 8px !important;
	}

	.m-bot-s {
		margin-bottom: 4px !important;
	}

	/* --- Text --- */

	/* Main page title */
	h1,
	.h1 {
		/* Font Settings */
		font-size: 40px !important;
		font-weight: 500 !important;
		line-height: 1.1 !important;
		letter-spacing: 0px !important;
		/* Layout */
		margin-bottom: 32px !important;
	}

	/* Section headers */
	h2,
	.h2 {
		/* Font Settings */
		font-size: 32px !important;
		font-weight: 500 !important;
		line-height: 1.1 !important;
		letter-spacing: 0px !important;
		/* Layout */
		margin-bottom: 16px !important;
	}

	/* Sub-section headers (NOT BANNERS) */
	h3,
	.h3 {
		/* Font Settings */
		font-size: 28px !important;
		font-weight: 500 !important;
		line-height: 1.2 !important;
		letter-spacing: 0px !important;
		/* Layout */
		margin-bottom: 8px !important;
	}

	/* Card headers or mini titles */
	h4,
	.h4 {
		/* Font Settings */
		font-size: 24px !important;
		font-weight: 500 !important;
		line-height: 1.3 !important;
		letter-spacing: 0px !important;
		/* Layout */
		margin-bottom: 8px !important;
	}

	/* Home page - OOTB Order History*/
	.listTitle.slds-text-heading--medium,
	/* PDP page - OOTB Tabs titles */
	.forceCommunityTabset .title,
	/* Sub-section headers */
	h5,
	.h5 {
		/* Font Settings */
		font-size: var(--brand__typography-h5--font-size, 20px) !important;
		font-weight: var(--brand__typography-h5--font-weight, 500) !important;
		line-height: var(--brand__typography-h5--line-height, 1.3) !important;
		letter-spacing: var(--brand__typography-h5--letter-spacing, 0px) !important;
		/* Layout */
		margin-bottom: var(--brand__typography-h5--margin-bottom, 8px) !important;
	}

	/* PDP page - OOTB Tabs titles */
	.forceCommunityTabset .title {
		color: var(--brand__color--text, #031723) !important;
	}

	.slds-listbox__option-header,
	/* Notifications modal on header*/
	.unsNotificationsPanel h2,
	/* Optional (filters, tile names, product names) */
	h6,
	.h6 {
		/* Font Settings */
		font-size: 18px !important;
		font-weight: 600 !important;
		line-height: 1.3 !important;
		letter-spacing: 0px !important;
		/* Layout */
		margin-bottom: 8px !important;
	}

	/* --- Body Text --- */

	/* Large paragraph text */
	.p-l {
		/* Font Settings */
		font-size: 28px !important;
		font-weight: 400 !important;
		line-height: 1.3 !important;
		letter-spacing: 0px !important;
		/* Layout */
		margin-bottom: 12px !important;
	}

	/* Medium paragraph text */
	.p-m {
		/* Font Settings */
		font-size: 18px !important;
		font-weight: 400 !important;
		line-height: 1.3 !important;
		letter-spacing: 0px !important;
		/* Layout */
		margin-bottom: 8px !important;
	}

	/* Default paragraph */
	b2b_buyer_product_details-field-display,
	.p-s {
		/* Font Settings */
		font-size: 16px !important;
		font-weight: 400 !important;
		line-height: 1.3 !important;
		letter-spacing: 0px !important;
		/* Layout */
		margin-bottom: 8px !important;
	}

	/* Small paragraph text */
	.p-xs {
		/* Font Settings */
		font-size: 14px !important;
		font-weight: 400 !important;
		line-height: 1.4 !important;
		letter-spacing: 0px !important;
		/* Layout */
		margin-bottom: 8px !important;
	}

	/* Extra Small paragraph text */
	.p-xxs {
		/* Font Settings */
		font-size: 12px !important;
		font-weight: 400 !important;
		line-height: 1.5 !important;
		letter-spacing: 0px !important;
		/* Layout */
		margin-bottom: 8px !important;
	}

	/* Unordered list */
	ul,
	.ul {
		/* Font Settings */
		font-size: 16px !important;
		font-weight: 400 !important;
		line-height: 1.3 !important;
		letter-spacing: 0px !important;
	}

	lightning-input-field ul {
		font-size: unset !important;
	}

	/* Ordered list */
	ol,
	.ol {
		/* Font Settings */
		font-size: 16px !important;
		font-weight: 400 !important;
		line-height: 1.3 !important;
		letter-spacing: 0px !important;
	}

	/* --- Buttons --- */

	/* Primary Button (CTA) */
	.slds-button--brand,
	.slds-button_brand {
		/* Font Settings */
		font-family: Roboto !important;
		font-size: 14px !important;
		font-weight: 500 !important;
		color: rgb(0, 0, 0) !important;

		/* Appearance */
		background-color: var(--brand__color--primary-background) !important;
		border-color: var(--brand__color--primary-border) !important;
		cursor: pointer;

		padding: var(--brand__btn--padding) !important;
	}

	/* Hover */
	.slds-button--brand:hover,
	.slds-button_brand:hover {
		background-color: var(--brand__color--primary-hover-background) !important;
		border-color: var(--brand__color--primary-hover-border) !important;
	}

	/* Disabled */
	.slds-button--brand[disabled],
	.slds-button_brand[disabled] {
		background-color: var(--brand__color--primary-disabled-background) !important;
		border-color: var(--brand__color--primary-disabled-border) !important;
	}

	/* Secondary Button */
	.slds-button--neutral,
	.slds-button_neutral {
		/* Font Settings */
		font-family: Roboto !important;
		font-size: 14px !important;
		font-weight: 400 !important;
		color: rgb(0, 0, 0) !important;

		/* Appearance */
		background-color: var(--brand__color--secondary-background) !important;
		border-color: var(--brand__color--secondary-border) !important;
		cursor: pointer !important;

		padding: var(--brand__btn--padding) !important;
	}

	.slds-button--neutral:hover,
	.slds-button_neutral:hover {
		/* Hover */
		background-color: var(--brand__color--secondary-hover-background) !important;
		border-color: var(--brand__color--secondary-hover-border) !important;
	}

	.slds-button--neutral[disabled],
	.slds-button_neutral[disabled] {
		/* Disabled */
	}

	/* Link Button | Text Link */
	.slds-button--link {
		/* Font Settings */
		font-family: Roboto !important;
		font-size: 14px !important;
		font-weight: 500 !important;
		line-height: 14px !important;
		color: var(--brand__color--link-default) !important;

		/* Appearance */
		cursor: pointer !important;
	}

	.slds-button--link:hover {
		/* Hover */
		color: var(--brand__color--link-hover) !important;
	}

	.slds-button--link[disabled] {
		/* Disabled */
	}

	/* Inner Link */
	.inner-link {
		/* Font Settings */
		color: var(--brand__color--link-default) !important;
	}

	.inner-link:hover {
		/* Hover */
		color: var(--brand__color--link-hover) !important;
	}

	.slds-button {
		line-height: 1 !important;
	}

	.slds-button svg {
		vertical-align: baseline;
	}

	.bold {
		font-weight: 700 !important;
	}

	.slds-button+.slds-button {
		margin-left: unset;
	}

	/* .uiVirtualDataTable a {
		font-family: Roboto !important;
		font-size: 14px !important;
		font-weight: 500 !important;
		line-height: 14px !important;
		color: var(--brand__color--link-default) !important;
		cursor: pointer !important;
	}*/

	.slds-spinner_medium {
		position: sticky !important;
	}

	.slds-notify__content h2 {
		font-size: unset !important;
		margin-bottom: unset !important;
	}

	.slds-rich-text-editor__output span {
		/* Font Settings */
		font-size: inherit !important;
		font-weight: inherit !important;
		line-height: inherit !important;
		letter-spacing: inherit !important;
	}

	@media (max-width: 1023px) {

		.m-top-xxl {
			margin-top: 28px !important;
		}

		.m-bot-xxl {
			margin-bottom: 28px !important;
		}

		/* Main page title */
		h1,
		.h1 {
			font-size: 40px !important;
		}

		h2,
		.h2 {
			font-size: 32px !important;
		}

		h3,
		.h3 {
			font-size: 28px !important;
		}

		h4,
		.h4 {
			font-size: 22px !important;
		}

		h5,
		.h5 {
			font-size: 19px !important;
		}

		h6,
		.h6 {
			font-size: 17px !important;
		}

		/* --- Body Text --- */

		.p-l {
			font-size: 26px !important;
		}

		.p-m {
			font-size: 18px !important;
		}

		.p-s {
			font-size: 16px !important;
		}

		.p-xs {
			font-size: 14px !important;
		}

		.p-xxs {
			font-size: 12px !important;
		}

		/* Unordered list */
		ul,
		.ul {
			font-size: 16px !important;
		}

		/* Ordered list */
		ol,
		.ol {
			font-size: 16px !important;
		}
	}

	@media (max-width: 767px) {

		.m-top-xxl {
			margin-top: 28px !important;
		}

		.m-bot-xxl {
			margin-bottom: 28px !important;
		}

		/* Main page title */
		h1,
		.h1 {
			font-size: 28px !important;
		}

		h2,
		.h2 {
			font-size: 24px !important;
		}

		h3,
		.h3 {
			font-size: 20px !important;
		}

		h4,
		.h4 {
			font-size: 18px !important;
		}

		h5,
		.h5 {
			font-size: 18px !important;
		}

		h6,
		.h6 {
			font-size: 16px !important;
		}

		/* --- Body Text --- */

		.p-l {
			font-size: 24px !important;
		}

		.p-m {
			font-size: 16px !important;
		}

		.p-s {
			font-size: 16px !important;
		}

		.p-xs {
			font-size: 14px !important;
		}

		.p-xxs {
			font-size: 12px !important;
		}

		/* Unordered list */
		ul,
		.ul {
			font-size: 16px !important;
		}

		/* Ordered list */
		ol,
		.ol {
			font-size: 16px !important;
		}
	}
}

:root {
	--brand__color--primary: #32c8ff;
	--brand__color--primary-light: rgb(214, 244, 255);
	--brand__color--primary-dark: #30bef2;
	
	/* Brand Colors */
	--brand__color--primary-background: var(--brand__color--primary);
	--brand__color--primary-border: var(--brand__color--primary);
	--brand__color--primary-hover: #30bef2;
	--brand__color--primary-hover-background: #30bef2;
	--brand__color--primary-hover-border: #30bef2;
	--brand__color--primary-disabled-background: #898989;
	--brand__color--primary-disabled-border: #898989;

	--brand__color--secondary-background: #ffffff;
	--brand__color--secondary-border: var(--brand__color--primary);
	--brand__color--secondary-hover-background: #d6f4ff;
	--brand__color--secondary-hover-border: #30bef2;

	--brand__color--link-default: #2574A9;
	--brand__color--link-hover: #00a7e5;

	/* Button padding */
	--brand__btn--padding: 8px 16px 8px 16px;

	/* h5, .h5 */
	--brand__typography-h5--font-size: 20px;
	--brand__typography-h5--font-weight: 600;
	--brand__typography-h5--line-height: 1.3;
	--brand__typography-h5--letter-spacing: 0px;
	--brand__typography-h5--margin-bottom: 8px;

	--brand__typography-ps--font-size: 16px;
	--brand__typography-ps--font-weight: 400;
	--brand__typography-ps--line-height: 1.3;
	--brand__typography-ps--letter-spacing: 0px;
	--brand__typography-ps--margin-bottom: 8px;

	--brand__color--text: #031723;
}