.errorTxt{
	color:#CC0000;
	border:2px solid #CC0000;
}

.disable {
	cursor: default;
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity = 50);
}

.productListContainer,
.productGridContainer{
	display: none;
}
 .socialicons {
	background-image: url("../images/social-icons/socialicons.png");
    background-repeat: no-repeat;
	display: inline-block;
    width: 38px;
    height: 38px;
}

.blog {
    background-position: -5px -5px;
}

.facebook {
    background-position: -56px -6px;
}

.linkedin {
    background-position: -106px -6px;
}

.logo {
    background-position: -5px -55px;
}

.twitter {
    background-position: -6px -91px;
}

.youtube {
    background-position: -55px -90px;
}

.instagram{
	background-position: -106px -91px;
}

.WurthLogo{
 content:url("../images/WurthLogo.png");
}

.wurthgroup {
	/* margin-left:-7px;
	width: 170px;
	height:40px; */
	background-position: -5px -52px;
	width: 169px;
    height: 25px;
}
#copyright {
	color: black;
	float: right;
	font-size: 12px;
	padding-right: 10px;
	text-align: center;
}
.soldToCustomer_lg{
	background-color:#cc0000;
	color:#ffffff !important;
	text-align: right;
}
.soldToCustomer{
	background-color:#cc0000;
	color:#ffffff !important;
	text-align: center;
	font-size:13px;
}

.btn-default-test {
    border: 3px solid;
    color: #ffffff;
    background-color: #cc0000;
    border-color: #cc0000;
}

/* Empty Cart Page/ Popup */

#emptyCartPopupText:after {
    content: url(../images/cart.jpg);
    height: 63px;
    width: 63px;
    margin-right: 0px;
    padding-bottom: 10px;
}

.emptyCartImg {
    content: url(../images/cart.jpg);
    height: 63px;
    width: 63px;
    margin-right: 0px;
    padding-bottom: 10px;
}
.emptyCartPopup,.noShoppingListPopup,.noReturnOrderText{
	text-align:center;
}

#emptyCartPageText:after{
	 content: url(../images/cart.jpg);
    height: 150px;
    width: 180px;
    margin: 0 auto;
    display: table;
}

.emptyCartpage{
    content: url(../images/cart.jpg);
    height: 150px;
    width: 180px;
    margin: 0 auto;
    display: block;
}

.emptyCartPageText,.noShoppingListText,.noReturnOrderHistoryText{
 text-align: center;
}

.subNavList .js-myAccount-rootv li > a:hover,  .subNavList .js-myAccount-root li.selected > a{
color:red;
}
.account-number-finder{
	padding-bottom:10px;
}

.dropbtn {
    background-color: #CC0000;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    padding-right:120px !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #CC0000;
    min-width: 160px;
    overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.dropdown-content a {
    color: #f4f4f4;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid;
}

.show {
	display: block;
}

.btn .logged_in {
	margin: 20px 0px;
	background-color: none;
}
/* .nav-cart{
	margin-right: 8px;
} */

/* #accNavComponentDesktopOne ul li:LAST-CHILD, #accNavComponentDesktopTwo ul li:LAST-CHILD{
	border-bottom :none;
} */

.sort-refine-bar .form-group .control-label
{
    margin-top: 5px;
}

.facet-close{
	float:right;
}

.top-facet-close{
	float:right;
	top: 4px !important;
	color: #FFFFFF;
}

.wishlistDescriptionTextarea
{
	width:100%;
	height: 100px !important;
}

.text-red{
	color: #CC0000;
}
.volume-prices td,
.volume-prices th
{
    text-align:left;
}

.volume-prices td + td,
.volume-prices th + th
{
    text-align:right
}
.totalDetailPrice{
	font-weight: 500;
}
.addtocart-component.quantity{
	    border-top: 1px dashed #cccccc;
}
s,
strike,
.strikeout{
	text-decoration: line-through !important;
}#menu{
	z-index:98;
	padding:0;
}
#lbTotal{
	font-weight:600;
}

.text-grey{
	color: #7c7c7c !important;
}

.cart-actions{
	/* margin-bottom:10px; */
	margin-top:10px;
}
.shopByFilter , #appliedFilter{
    font-size: 1.0em;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    color: #fff;
    padding: 16px;
    background-color: #cc0000 !important;
}
#appliedFilterValues , .facet:last-child{
	border-bottom:1px solid #919191;
}
#appliedFilterValues{
	margin-bottom:2em;
}
#appliedFilterValues li{
	border-top:1px solid #919191;
	}
.js-more-facet-values-link , .js-less-facet-values-link{
	float:right;
}
@media ( min-width : 1024px){
	 .facet-arrow:before {
		content: "\e080";
	}
	/* .product-facet .facet .facet-values {
		display: none;
	} */
	.product-facet .facet.active .facet-arrow:before {
		content: "\e114";
	}
}

.shoppingListCharText {
    margin-top: -30px;
    margin-right: 12px;
}

.tooltip {
    position: relative;
    display: block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #919191;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 105%;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

@media ( min-width : 640px) {
	.col-md-15 {
		width: 50%;
	}
}

@media ( min-width : 1024px) {
	.col-md-15 {
		width: 20% !important;
	}
}

@media ( min-width : 1400px) {
	.col-md-15{
	width:20%;
}
}

#continueRegistrationButton{
    margin-bottom: 40px;}

.accountSetupContent{
	color:#cc0000;
	font-style: italic;
}
.minimumPackSizeMessage{

	display: none;
	color: #CC0000;
}
.commentWarningText{
	color:#cc0000;
	font-style: italic;
	text-align: justify;
}
.orderSummaryArticleList{
	 max-height:300px;
	 overflow:auto;
}

.modalWait
  {
      position: fixed;
      top: 0;
      left: 0;
      background-color: white;
      z-index: 99;
      opacity: 0.7;
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      min-height: 100%;
      width: 100%;
  }

  .modalWaitBrowser
  {
      position: fixed;
      top: 0;
      left: 0;
      background-color: black;
      z-index: 99;
      opacity: 0.7;
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      min-height: 100%;
      width: 100%;
  }

  .loadingWait
  {
      font-family: Arial;
      font-size: 10pt;
      /*border: 5px solid #67CFF5;*/
      width: 200px;
      height: 100px;
      display: none;
      position: fixed;
      /*background-color: #CC0001;*/
      z-index: 999;
  }

  .upgradeYourBrowser
  {
  	  text-align:center;
      font-family: Arial;
      font-size: 10pt;
      border: 5px solid #CC0001;
      width: 800px;
      height: 460px;
      display: none;
      position: fixed;
      background-color: #ffffff;
      z-index: 999;
  }

 .upgradeBrowserText {
	font-size: 20px;
	font-family: Arial;
 }

 .browserWurthLogo {
	/* height:55px; */
	width: 180px;
	display: inline-block;
 }

.product-scroll {
	overflow-y: auto;
	max-height:270px;
  }


.applyBorder{
border: 1px solid #FFFFFF;
}


.selectedSoldTo {
    background-color: #919191!important;
    color: #FFF;
}

#payerInput {
    background-image: url(../images/searchicon.png);
    background-position: 8px 15px;
    background-repeat: no-repeat;
    width: -webkit-fill-available;
    font-size: 13px;
    padding: 5px 0px 5px 30px;
    border: 1px solid #919191;
    margin: 10px 0 10px 0;
}

.payer-btn{
    display: block;
    width: -webkit-fill-available;
}
.scrollBarStyle::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.scrollBarStyle::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
	border-radius: 10px;
}

.scrollBarStyle::-webkit-scrollbar-thumb
{
	background-color: #CC0001;
	border-radius: 10px;
}
  }

  .cd-search input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #e9e9e9;
  color: #000000;
  border: none;
  border-radius: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Micro Clearfix */
.cf:before,
.cf:after {
	content: '';
	display: table;
	visibility: hidden;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.wrap {
  text-align: center;
}


#header {
  overflow: hidden;
  position: relative;
}

#header h1 {
  margin: 5px 0;
}



#primary-nav-button:hover {
   background: rgba(0,0,0,0.05);
}

#primary-nav-button.selected {
   background: rgba(0,0,0,0.1);
}

#primary-nav-button:before {
  /* content: '�?�';
  content: '\2261';*/
  display: block;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.05;
  height: 1em;
  width: 1em;
  color: inherit;
  speak: none;
}

.menu li {
  /*float: left;*/
  margin-right: 10px;
  position: relative;
}

.menu li:last-child {
  margin-right: 0;
}

.menu .sub-menu li {
  width: 100%;
}

.menu li a {
  display: block;
  text-decoration: none;
}

/* added from Microsoft Start */

#sub-menu {
        display: none;
    }

#sub-Menu.showSubMenu {
        display: block;
    }

/* added from Microsoft End */

#top-nav li a {
  color: #c5000f;
  padding: 5px 0;
}

#top-nav .sub-menu {
  background: #f5f5f5;
}

#top-nav .sub-menu li a {
  padding: 5px;
}

#top-nav .sub-menu li > a:hover,
#top-nav .sub-menu li.selected > a {
   background: #c5000f;
  color: #000;
}

#primary-nav li a {
  color: #ffffff;

  padding: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#primary-nav li.active > a,
#primary-nav li > a:hover,
#primary-nav li.selected > a {
  background: #ffffff;
  color: #cc0000;
  border-radius: 3px;
}

.downarrow {
  	background: none;
  display: inline-block;
	  padding: 0;
  	text-align: center;
  min-width: 3px;
}

.sub-menu .downarrow {
  position: absolute;
  right: 0;
  padding-right: 5px;
}

.downarrow:before {
  content: '\25be';
  color: inherit;
  display: block;
	  font-family: sans-serif;
	  font-size: 1em;
  line-height: 1.1;
	  width: 1em;
  	height: 1em;
}

.menu .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  max-height: 2500px;
}

.menu .sub-menu.hide {
  display: none;
}

#primary-nav .sub-menu {
   background: #cc0000;
  min-width: 230px;
  z-index: 200;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#primary-nav .sub-menu li {
  border-bottom: 0px solid #000000;
}

#primary-nav .sub-menu li:last-child {
  border-bottom: 0;
}

#primary-nav .sub-menu .downarrow:before {
  content: '\25b8';
}

#primary-nav.mobile {
  display: none;
  position: absolute;
  top: 100%;
  background: #c5000f;
  width: 100%;
}

#primary-nav.mobile li {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #fff;
}

#primary-nav.mobile li.selected > a {
  border-bottom: 3px solid #FFFFFF;
}

#primary-nav.mobile li:last-child {
  border: none;
}

#primary-nav.mobile li a {
  padding: 5%;
}

#primary-nav.mobile .sub-menu li a {
  padding-left: 7%;
}

#primary-nav.mobile .sub-menu .submenu li a {
  padding-left: 9%;
}

#primary-nav.mobile .sub-menu .sub-menu .sub-menu li a {
  padding-left: 11%;
}

#primary-nav.mobile .sub-menu {
  float: left;
  position: relative;
  width: 100%;
}

.mobile .downarrow,
.mobile .sub-menu .downarrow {
  position: absolute;
  right: 0;
  padding-right: 5%;
}

#primary-nav.mobile .sub-menu .downarrow:before {
  content: '\25be';
}
#primary-nav-button.mobile {
  display: inline-block;
}

.quantityRO{
  	width: 65px;
  	text-align: center;
}
.returnReason{
  	width: 100%;
  	height:35px !important;
  	font-size:16px;
  	min-width:200px;
 }

 .reviewWrap{
 	word-wrap:break-word;
 }

 .browsers {
    background-image: url(../images/browsers.png);
    background-repeat: no-repeat;
    /* display: block; */
}

.chromeLogo {
    width: 125px;
    height: 125px;
    background-position: -5px -5px;
}

.firefoxLogo {
    width: 125px;
    height: 125px;
    background-position: -140px -5px;
}

.ieLogo {
    width: 125px;
    height: 125px;
    background-position: -5px -140px;
}
#confirmationEmail {
	float: none;
	margin-left: 3px;
	margin-right: 0px;
	width: 300px;
	height:40px;
}

/* @media ( min-width : 640px) {
	.arrageleft{
	margin-left:0px;
	margin-bottom:3px;
}
} */
.w-text-25 {
       width: 65px !important;
   }
.wusa-75{
   width:75%;
   }
@media ( max-width : 992px) {
	 .w-text-25 {
           width: 65px !important;
       }
     .wusa-75{
          width:100%;
       }
}
}
@media ( min-width : 1024px) {
	.arrageleft{
	margin-left:12px;
	margin-top:3px;
}
}
}
#placeOrderTnC{
	text-align: justify;
}

.hideData{
	display:none;
}

.cartErrorColor{
	background-color: rgb(255, 216, 216) !important;
}

.product-list li:target {
     background-color: rgb(255, 216, 216) !important;
    -webkit-transition: all 1s linear;
}

.contactNameRO{
	width:25%;
}

@media ( min-width : 641px){
.web-margin{
	margin-left:30px;
	margin-top:0px;
}

}

.greyMenuBackground{
	background-color: #919191;
}

.whiteMenuBackground{
	background-color: #fff;
}


.shoppingList{
	background-color: #919191;
	border-color: #919191;
	color:#fff;
}
.shoppingList:after{
    border-right: 3px solid currentColor;
}
.shoppingList:hover, .shoppingList:focus,.shoppingList:active, .shoppingList.active{
	border-color: #919191;
	color: #919191;
}

@media(min-width:640px){
	.footerplusign{
	display:none;
	}
}
@media ( max-width : 640px){
.returnReason {
  min-width: auto;
}

.contactNameRO {
    width: 100%;
}
.js-accordionFooter{
     border-bottom: 2px solid #fff;
}
.footerplusign{
	display:block;
	float: right;
	font-size: 15px;
}

.footercontent{
	display:none;
}
.mob-width{
	width:100%;
}
}
#btnListView:hover,#btnListView:active, #btnGridView:active, #btnGridView:hover{
	color:#cc0000 !important;
}
#btnListView, #btnGridView{
	color:#cc0000;
	font-weight:300;
	cursor: default;
}

.hideInput{
	display: none;
}
.deleteTableOption{
	text-align:center;
	cursor:pointer;
}

.errorlabel{
	color: #CC0000;;
}
.errottextBox{
	background: #fec3c3;
	border-color: #CC0000;
}
.billingAddress , .shippingAddress {
	text-transform: uppercase;
}
.suggestion{
	line-height:2;
	text-align:left;
	list-style: inside;
}
.search-empty .headline{
	font-size: 20px;
}
.suggestionTitle{
	font-size:15px;
	font-weight:bold;
}
.disableView{
	cursor:pointer !important;
	opacity: 0.5;
}

@media ( min-width : 640px) {
.loginBOX{
	width:75%;
}

.registerBox{
	width:85%;
}

.grid-divider{
    position: relative;
    padding: 0;
}
.grid-divider>[class*='col-'] {
    position: static;
}
.grid-divider>[class*='col-']:nth-child(n+2):before {
    content: "";
    border-left: 1px solid #cccccc;
    position: absolute;
    top: 0;
    bottom: 0;
}
.paddingDesktop{
	padding-left: 15px;
}
}
.wurth-login-header {
	color: #3c3c3c;
	font-size: 15px;
	line-height: 35px;
	font-weight: 700;
	text-transform: capitalize;
}
.wurth-login-helptext{
	color:#CC0001;
	text-align:justify;
}
#noWishlistText:after {
    content: url(../images/ShoppingList.png);
    height: 170px;
    width: 165px;
    display: block;
    margin: 0 auto;
}
#noRecentlistText:after {
    content: url(../images/ShoppingList.png);
    height: 170px;
    width: 165px;
    display: block;
    margin: 0 auto;
}
.noShoppingListImg {
    content: url(../images/ShoppingList.png);
    height: 63px;
    width: 55px;
    margin-right: 0px;
    padding-bottom: 10px;
}
#noOrderHistoryText:after{
	content: url(../images/emptyCartOrderHstry.png);
    height: 150px;
    width: 165px;
    display: table;
    margin: 0 auto;
}
.noOrderHistory{
	content: url(../images/emptyCartOrderHstry.png);
    height: 150px;
    width: 165px;
    display: block;
    margin: 0 auto;
}
#NoReturnOrderHistoryText:after{
	content: url(../images/ReturnOrderHistory.png);
    height: 150px;
    width: 165px;
    display: table;
    margin: 0 auto;
}
.NoReturnOrderHistory{
	content: url(../images/ReturnOrderHistory.png);
    height: 150px;
    width: 165px;
    display: block;
    margin: 0 auto;
}
#noReturnOrderText:after{
	content: url(../images/NoReturnOrderbox.png);
    height: 150px;
    width: 165px;
    display: table;
    margin: 0 auto;
}
.noReturnOrder{
	content: url(../images/NoReturnOrderbox.png);
    height: 150px;
    width: 165px;
    display: block;
    margin: 0 auto;
}
.categoryPage{
	margin-top: 15px;
	margin-bottom: 15px;
}
 @media ( max-width : 640px){
.FooterDownArrow {
	float: right;
	font-size: 16px;
}
}
 @media ( min-width : 640px){
.FooterDownArrow{
	display:none;
}
}

.mobile-search:hover
{
	background: #e5e5e5;
	cursor: pointer;
	border-radius: 0px !important;
}
@media(min-width: 768px){
	.wurthMyAccountNavBar{
		display:none;
	}

	#wurthProfileMobile{
		display: none !important;
	}
}

.borderThumbnail{
	border:1px solid #dedede;
	margin-right:5px;
}
.greytext{
	color:#737373;
	font-weight:600;
}
.a2a_menu a {
    color: #CC0000 !important;
}

.remainingObsolecenseInfo {
  	position: relative;
}

@media(max-width: 768px){
	.remainingObsolecenseInfo .title{
		border:1px solid #cccccc;
	    position: absolute;
	   /*  top: 20px; */
	    padding: 5px;
	   /*  white-space: nowrap; */
	    color: black;
	    z-index: 200;
	    font-size: 10px !important;
	    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
	}
}
@media(min-width: 768px){
	.remainingObsolecenseInfo .title{
		display: none;
	}
}

@media(max-width: 768px){
	.hideObsolescenseInfo{
		display: none;
	}

	.showObsolescenseInfo{
		display: block;
	}
}

@media(min-width: 768px){
	.hideObsolescenseInfo{
		display: none;
	}
	.showObsolescenseInfo{
		display: none;
	}
}

.creditCardExpiryDropdown{
	width: 88% !important;
	color: Red;
}


@media(max-width: 768px){
	.creditCardIframe{
		width:97%;
		height:42px;
	}
}

@media(min-width: 768px){
	.creditCardIframe{
		width: 98%;
		height:38px;
	}
}

.voucherCode{
	text-transform: uppercase;
}
.wurth-facet-dropdown-disabled{
	cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}
.wurth-top-facet-container{
	border: #919191 1px solid;
	margin-left: 0px;
	margin-right:0px;
	padding-bottom: 15px;
	background-color:#919191
}

.wurth-top-facet-helptext{
	padding:10px 10px 10px 20px;
	color:white;
}

.remove-item-checkbox
{
position: absolute;
    top: 53px;
    background: none;
    color: red;
    z-index: 2;
    font-size: 1.4em;
    margin-top: 0px !important;

}

@media (max-width: 360px){
.remove-item-checkbox{
	top:59px;
}
}

@media (max-width: 640px){
.remove-item-checkbox{
	top:57px;
}
}


.wurthCartList
{
	margin-top: -25px !important;
}

/* cartpageheader */
.shoplistheader {
   padding: 5px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #ffffff;
    border-radius: 0;
    height: 40px;
    margin-top: 10px;
}

.glyphicon.glyphicon-trash {
    font-size: 18px;
    margin-right: 12px;
    margin-top: 10px;
    font-weight: bold;
}

.cartheader
{
	  display: flex;
      align-items: center;
}

#selectAll
{
	float:left;
	margin-bottom: 0px;
}
@media (max-width: 786px){
	.cartheader {
	    margin-top: -12px;
	    margin-left: 5px;
	}
}

@media (max-width: 360px){
	.cartheader {
	    margin-top: -24px;
	    margin-left: 5px;
	}
}


.break-word-Grid {
  word-wrap: break-word;
  width: 150px;
}

@media (min-width:320px) and (max-width :1024px){
	.break-word-Grid {
  word-wrap: break-word;
  width: 125px;
}
}

.break-word-List
{
  word-wrap: break-word;
}


.becomeCustomerComments{
	width:100%;
	height:100px;
}
div.has-error textarea.becomeCustomerComments {
	background: #fec3c3;
    border-color: #CC0000;
}
@media (max-width: 480px){
	.tsrName {
		padding-left: 0px;
		padding-right: 0px;
	}
	.district {
		padding-left: 0px;
		padding-right: 0px;
	}
	.tsrEmail {
            padding-left: 0px;
            padding-right: 0px;
        }
}

@media ( min-width : 640px) {
	.tsrName {
		padding-left: 0px;
		padding-right: 0px;
	}
	.district {
		padding-left: 0px;
		padding-right: 0px;
	}
	.tsrEmail {
            padding-left: 0px;
            padding-right: 0px;
        }
}

@media ( min-width : 1024px) {
	.tsrName {
		padding-left: 0px;
		padding-right: 10px;
	}
	.district {
		padding-left: 10px;
		padding-right: 0px;
	}
	.tsrEmail {
            padding-left: 0px;
            padding-right: 10px;
        }
}

@media ( min-width : 1400px) {
	.tsrName {
		padding-left: 0px;
		padding-right: 10px;
	}
	.tsrEmail {
            padding-left: 0px;
            padding-right: 10px;
        }
	.district {
		padding-left: 10px;
		padding-right: 0px;
	}
}

/* WUE-104 1/10/2018 adjustments to the Become a Customer form */
.wurthItemsLabel li{
	 margin-top: 10px;
}

.wurthItemsLabel {
	margin-bottom: 10px;
}

/* WUE-105 23/10/18 add section headers to Business Code selection  */
.wurthBusinessCodeTitle {
	font-weight: bold;
	font-size: 1em;
	color: black;
}

/*WUE:114 Comments field causes data truncation exception during SQL insert in Become a Customer*/
div.has-error textarea.becomeCustomerComments {
	background: #fec3c3;
    border-color: #CC0000;
}

.emailAddressDivClass
{
	margin-top: -23px;
}

/* WUE:119 Add TSR# field during GUEST checkout */
.wurthRep{
	height: 39px;
	width: 66px;
	margin-top: 8px;
}

.wurthRepLabel{
	padding-left: 12px;
    padding-top: 8px;
    text-transform: initial;
}


.wurthRepDiv{
	margin-top: 10px;
	font-size: 16px;
	display: flex;
	padding: 10px;
}

.tooltipIcon
{
	font-size:48px;
	color:#cc0000;
	font-size:16px;
	display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 6px;
}

.tooltiptext {
 	 visibility: hidden;
  	width: 500px;
    background-color: #cc0000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    margin-top: -81px;
    margin-left: -245px;
    transition: opacity 0.3s;
}

.tooltipIcon:HOVER .tooltiptext {
	visibility: visible;
}

.tooltipIcon .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #cc0000 transparent transparent transparent;
}


@media(max-width:640px)
{
.tooltiptext {
	width: 223px;
    margin-top: -144px;
    margin-left: -106px;
	}

.wurthRep
{
	margin-top: 27px;
}

}

@media(min-width:641px) and (max-width:768px)
{
.wurthRep
{
	 margin-top: 20px;
}
}

.paypalApproved	{
	display:none;
	color:green;
	margin-bottom: 3px;
}

.visuallyhidden {
    border:0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.h-5 {
       font-size: 1.25rem;
       font-family: 'wuerthbold';
       line-height: 1.2;
       }
.alert.alert-info.alert-dismissible.show.wusa-notification {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: #0093dd;
    z-index: 99999;
    color: #ffffff;
}

body.user-is-tabbing button:focus,
body.user-is-tabbing a:focus,
body.user-is-tabbing input:focus,
body.user-is-tabbing textarea:focus,
body.user-is-tabbing select:focus {
  outline: 3px solid black!important;
  outline-offset: 2px;
  border-radius: 4px; /* Rounded corners */
  //background-color: #e6f7ff; /* Subtle background change */
  //color: #002a5f; /* Text color to match outline */
}


body.user-is-tabbing *:focus {
  outline: 3px solid black !important;
  outline-offset: 2px;
  border-radius: 4px; /* Optional: Rounded corners */
}


button.facet-toggle {
    color: white;
    font-weight: 500;
    font-size: 1.0em;
}

div#wurthlogo {
    overflow: visible;
}

@media screen and (min-device-width: 414px) and (max-device-width: 512px) {
	div#cameraViewContainer {
        height: 54vh;
    }
}

@media screen and (min-device-width: 390px) and (max-device-width: 413px) {
	div#cameraViewContainer {
        height: 56vh;
    }
}

@media screen and (min-device-width: 360px) and (max-device-width: 389px) {
	div#cameraViewContainer {
        height: 73vh;
    }
}

iframe#\:2\.container {
    display: none;
}

body {
    top: 15px !important;
}
.g-translate{
    position: absolute;
    top: -25px;
    right: 9.5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.g-widget{
    transform: scale(0.9);
}
.g-translate i{
    margin-top: 5px;
    color: #605d5c;
}

.w-input-contaner {
    width: 100%;
    margin-top: 20px;
}
.w-ups {
    display: flex;
    gap: 35px;
    width: 100%;
}
span.w-input {
    border: 1px solid rgba(0, 0, 0, 12%);
    padding: 10px;
    width: 100%;
    display: block;
    background: rgba(0 0 0 / 6%);
}

div#editDialog {
    box-sizing: border-box;
}

textarea#termsandcondition {
    padding: 15px;
}


.stepper {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
    }

    .step {
      text-align: center;
      position: relative;
      z-index: 1;
    }

    .circle {
      width: 30px;
      height: 30px;
      background-color: #ccc;
      border-radius: 50%;
      line-height: 30px;
      text-align: center;
      color: white;
      font-weight: bold;
      position: relative;
      z-index: 2;
    }

    .step.completed .circle {
      background-color: #0093dd;
    }

    .step.active .circle {
      background-color: #0093dd;
    }

    .step-label {
      margin-top: 8px;
      font-size: 14px;
    }

    .line {
      height: 2px;
      flex: 1;
      background-color: #ccc;
      z-index: 0;
    }

    .line.full {
      background-color: #0093dd;
    }

    .line.half {
      background: linear-gradient(to right, #0093dd 50%, #ccc 50%);
    }

    .page-wurthRegistrationBasicInfo
      {
         #cboxTitle {
           z-index: -1;
        }
        div#cboxLoadedContent{
          margin-top:5px !important;
        }
    }

 button#submitRegistrationButton {
     width: fit-content;
     float: left;
 }

 .phone-fax-row {
            display: flex;
            flex-wrap: wrap;
            gap: 16px; /* space between phone and fax */
        }

    .phone-fax-row .control-group {
        flex: 1 1 48%;
        min-width: 250px;
    }

   .page-wurthusaregister div#cboxLoadedContent
    {
      margin-top: 15px;
      position: relative;
      z-index:1;
    }
    div#vertex-wizard-modal {
        z-index: 999;
    }

    .content-box-header-registrationForm {
    	border: 1px solid #d5d5d5;
    	background-color: #F4F4F4;
    	height: 50px;
    	overflow-x: hidden;
    	overflow-y: auto;
    	padding: 15px 10px 10px 15px;
    	vertical-align: middle;
    	text-transform: uppercase;
    	overflow-y: hidden;
    	overflow-x: hidden;
    }

    .content-box-header-SMSnotifications {
        	border: 1px solid #d5d5d5;
        	background-color: #F4F4F4;
        	min-height: auto;
        	overflow-x: hidden;
        	overflow-y: auto;
        	padding: 15px 10px 10px 15px;
        	vertical-align: middle;
        	text-transform: uppercase;
        	overflow-y: hidden;
        	overflow-x: hidden;
        	font-size: 14px;
        	display: flex;
        	align-item: center;
        }

    .d-flex.text {
        align-items: center;
    }

    input#smsConsentCheckbox {
        margin: 0px;
        margin-right: 10px;
        margin-bottom: 3px;
    }
