/*#wd-specseek-main-container input{*/
/*	border: none !important;*/
/*}*/
/*#wd-specseek-main-container input:focus{*/
/*	border: none !important;*/
/*}*/
.input-group {
	display: flex !important;
}
.input-group-append .tooltip-arrow{
	left: -0.5rem !important;
}
.input-group-append .tooltip.right{
	top:0 !important;
}
.search-tooltip{
	max-width: 200px;
	padding: 3px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: normal
	text-align: center;
	text-decoration: none;
	background-color: rgba(33,33,33,.97) !important;
	border-radius: 4px;
	background-clip: padding-box;
	opacity: .9;
}
.search-tip{
	padding: 0 0 0 15px;
}
.search-tip-btn {
	height: 50px;
    width: 100% !important;
    padding: 0px 15px;
    border: none !important;
    border-radius: 5px;
    background-color: #555 !important;
    color: #FFFFFF !important;
	line-height: 1;
    text-align: center !important;
    font-size: 14px !important;
	font-family: 'Poppins', sans-serif;
	font-weight: normal !important;
	white-space: normal
}

.search-tip-btn i {
  float: left;
	margin-top: 0.3em;
	margin-right: 0.5em;
}

header{
    position:relative !important;
    top:0px !important;
}

#wd-specseek-main-container{
	max-width: 100% !important;
	width: 100% !important;
	min-height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box;
	background: #fff;
	font-family: 'Poppins', sans-serif !important;
	overflow-x: hidden;
	color: #000;
	box-shadow: inset 0px 1px 3px #00000029;
}
.wd-specseek-content{
	max-width: 100% !important;
	margin: 0px !important;
}
a{
	text-decoration: none;
}
p{
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
.wd-specseek-page-title{
	text-align: left;
    font-size: 28px!important;
    line-height: 38px!important;
    font-weight: 600!important;
    margin-bottom: 8px!important;
    color: #000 !important;
}
.wd-specseek-page-subTitle{
	font-size: 18px;
	font-weight: 700;
	margin: 0px;
}
/*----Header Style----*/
#wd-specseek-header{
	background: #fff;
	box-shadow: 0px 3px 6px #00000029;
	z-index: 2;
	position:relative;
	margin-top:20px;
}
.wd-specseek-main-header{
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	background: #fff;
	    min-height: 70px;
    display: flex;
    align-items: center;
}
.wd-specseek-select-region p{
	margin: 0px!important;
    font-size: 16px;
    font-weight: 500;
}
#wd-load-territory-based-results{
	font-size:18px;
	font-weight:600;
}
.wd-specseek-desktop-header{
	width: 100%;
}
.wd-specseek-mobile-header{
	width: 100%;
}
	/*--Category--*/
.wd-cat-bar{
	max-height: 25px;
	margin-right: .5rem;
}
.wd-specseek-back{
	max-width: none;
}
.wd-specseek-back span{
	font-size: 16px;
	font-weight: 500;
	padding-top: 1px;
}
.wd-specseek-back a{
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	color: #000;
}
.wd-specseek-back a:hover{
	color: #000;
	text-decoration: underline;
}
.wd-specseek-category {
    font-size: 16px;
    font-weight: 500;
    padding: 7px 7px 7px 15px !important;
    margin: 0px !important;
    background-color: #eceded;
    color: #000;
	box-shadow: 0px 3px 6px #00000029;
}
.wd-specseek-mobile-button{
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 10px 0px!important;
    grid-gap: 10px;
    background-color: #eceded;
    border-radius: 5px;
}
.wd-specseek-mobile-menu-content{
	margin: 10px 0px;
    padding: 10px;
    background: #EFEFEF;
    border-radius: 3px;
}
#wd-specseek-sub-container{
	padding-left: 20px;
	display: none;
}
	/*--Regions--*/
	/*--Regioun Dropdown--*/
.wd-specseek-region-dropdown .wd-ss-dropdown .wd-ss-dropdown-button{
	min-width: 205px;
}
#wd-specseek-main-container .wd-ss-dropdown-button{
	padding: 10px 20px;
	margin-left: 10px;
	background: #EFEFEF;
	border: 1px solid #E0E0E0;
	opacity: 1;
	font-weight: 600;
}
#wd-specseek-main-container .wd-ss-dropdown-menu{
	margin-top: 5px;
	padding: 10px;
	background: #EFEFEF;
	border-radius: 3px;
}
#wd-specseek-main-container .arrow{
	max-width: 10px;
	margin-left: 10px;
}
#wd-specseek-main-container .wd-ss-dropdown-item{
	display: flex;
    align-items: center;
    justify-content: space-between;
	border-radius: 3px;
	transition: 0.4s;
}
#wd-specseek-main-container .wd-ss-dropdown-item:hover{
	background: #e5e5e5;
}
	/*--My Account--*/
	/*--My Account--*/
.wd-specseek-account-button{
	position: absolute;
    height: 100%;
    max-width: fit-content;
    width: 100%;
    justify-content: center;
    right: 0%;
    padding: 10px 40px;
    border: none;
    background: #eceded !important;
    font-size: 18px;
    font-weight: 200;
	color: #000 !important;
	height: 50px;
	text-decoration:none !important;
	border-radius: 5px;

}
.wd-specseek-account-button:hover{
	color: #fff;
	text-decoration:none !important;
}
#wd-specseek-main-container .users img{
	max-width: 40px;
	width: 100%;
	max-height: 40px;
	height: 100%;
	margin-left: 15px;
	border-radius: 100%;
}
.wd-specseek-account-button.wd-specseek-light{
	background: #e5e5e5;
	color: #000;
}
/*----Body Starts----*/
.wd-specseek-main-container{
	width: 100%;
}
.wd-specseek-body{
	padding: 0px;
}
.wd-specseek-line-boxes{
	display: grid!important;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 0px!important;
}
.wd-specseek-line-boxes div{
	min-width: 100%;
}
/*----Sidebar----*/
.wd-specseek-sidebar{

	padding-top: 15px;
	padding-left: calc(var(--bs-gutter-x) * .5);
	padding-right: 0px!important;

}
.wd-specseek-left{
	box-shadow: 0px 3px 6px #00000029;
	background-color: #EFEFEF;
}
.wd-specseek-right{
	padding-top: 30px;
}
.wd-specseek-sidebar-content{
	width: 100%;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.wd-specseek-sidebar-content a, .wd-specseek-sidebar-content a:hover{
	text-decoration: none !important;
	color: #000 !important;
	background:none !important;
	font-weight: normal;
    font-family: 'Poppins' !important;
	display: block;
}


.wd-specseek-sidebar-item{
    padding: 7px 5px !important;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    transition: 0.4s;
    position: relative;
    display: block;
    color: #000;
    text-decoration: none !important;
    margin-left: 0px !important;
}
.wd-specseek-sidebar-item:hover{
	background: #EFEFEF;
	padding: 15px 7px;
	box-shadow: 2px 2px 4px #d8d8d8;
}
.wd-specseek-sidebar-item:hover .wd-specseek-sidebar-subitem{
	display: block;
}
.wd-specseek-sidebar-subitem{
	list-style-type: none;
	position: absolute;
	left: 100%;
	top: 0;
	padding: 0;
	min-width: 270px;
	width: 100%;
	background: #fff;
	display: none;
	z-index: 5555;
	margin: 0;
	line-height:1 !important;
}
.wd-specseek-sidebar-subitem li{
	font-weight: 400;
	margin:0px;
	line-height:1 !important;
}

li.wd-specseek-sidebar-item{
    line-height:1 !important;
}
.wd-sidebar-cat-links{
    color:#000 !important;
    font-weight:normal !important;
}
/*--Middle Contents--*/
.wd-specseek-middle{
	padding-top: 20px;
	padding-bottom: 20px;
}
.wd-specseek-search-filter{
	margin-bottom: 16px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.wd-specseek-searchbar{
	width: 100%;
	display: flex;
	margin-bottom:0px !important;
	  background-color: #fff;
	border: 1px solid #ced4da;
  height: 50px;
  border-radius: 5px;
  flex-direction: row;
  align-items: center;
	flex-wrap: nowrap !important;
}
.wd-specseek-searchbar .wd-ss-input{
    all: unset;
    width: 100%!important;
    padding: 0px 10px;
    border: none!important;
    background: none!important;
    box-shadow: none !important;
    border-radius: 0px!important;
    font: 16px 'Poppins';
    color: #000;
    height: 100%;
    width: 100%;
    margin: 0px !important;
    font-family:'Poppins' !important;

}
.wd-specseek-searchbar .wd-ss-button{
	/*max-width: 9%;
	width: 100%;
	padding: 6px 2px;
	background: #fff !important;
	border: none;
	box-shadow: 0px 3px 6px #00000029;
	color: #707070 !important;
	font-weight: 600;
	margin-left:5px;
	margin-right:5px;
		/*height: 50px;
	text-decoration:none !important;
	font-size:14px !important;
	all: unset;*/
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-color: #eceded !important;
    border: inherit;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	margin-left: -45px;
	padding: 0px;
}
.wd-ss-button img{
  width: 20px;
  height: 20px;
}
.wd-specseek-filter-button{
	width: 100%;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 0px;
}

#wd-specseek-line-box{
	border-radius: 6px;
	cursor: pointer !important;
	/*box-shadow: inset 0 0 10px #00000029;*/
	/*margin-bottom: 10px;*/
}
.wd-specseek-line-box-title{
	padding: 10px 10px;
	background: #eceded;
	font-size: 12px;
	color: #000;
	text-align: left;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.wd-specseek-line-box-title a{
	color: #000 !important;
}
.wd-specseek-line-box-title.wd-specseek-light{
	background: #e5e5e5;
	color: #000;
}

.wd-specseek-product-box{
	border-radius: 3px;
	cursor: pointer;
	/*box-shadow: 0 0 10px #00000029;*/
	margin-bottom: 10px;
	width:16.333333% !important;

}
.wd-specseek-product-box-title{
	padding: 5px 10px;
	background: transparent;
	font-size: 13px;
	color: #000;
	text-align: center;
	font-weight:700;
	/*border-bottom-left-radius: 6px;*/
	/*border-bottom-right-radius: 6px;*/
	box-shadow: 0px 2px 5px #dedede;
    /* border: 1px #dcdcdc solid; */
    padding-top: 10px
}
.wd-ss-product-box-title{
    background: transparent;
    font-size: 13px;
    color: #000;
    text-align: center;
    font-weight: 700;
    padding-top: 10px;
}
.wd-specseek-product-box-image{
/*min-height: 120px!important;
max-height: 120px!important;
height: 100%;*/
height: 134px;
	/*width:100%;*/
	/*width:134px;*/
max-height: 100%;
max-width: 100%;
/*height: auto !important;*/
/*padding: 15px;*/
display: inline; /*inline instead of flex to make it center*/
align-items: center;
justify-content: center;
background: #fff;
/*border-top-left-radius: 10px;*/
/*border-top-right-radius: 10px;*/
/*margin-top:5px;*/
object-fit:contain;
}


/*--Right Sidebar--*/
.wd-specseek-sidebar-box{
	padding: 10px 10px;
	margin-bottom: 10px;
	max-width: 100%;
	min-height: 175px;
	margin-left: auto;
	background-color: #eceded;
}
.wd-specseek-sidebar-box.wd-specseek-light{
	background: #e5e5e5;
}
.wd-specseek-sidebar-box-title{
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: 300 !important;
	line-height: 28px !important;
	color: #000 !important;
	padding-top: 2px;
	padding-bottom: 8px;
}
.wd-specseek-sidebar-box-title.wd-specseek-light{
	color: #000;
}
.wd-specseek-sidebar-content-container{
	display: flex;
}
.wd-specseek-sidebar-thumbnail{
	width: 30%;
}
.wd-specseek-sidebar-content-texts{
	width: 70%;
	padding-left: 10px;
	color: #000;
}
.wd-specseek-sidebar-content-texts h2{
	font-size: 18px !important;
	font-weight: 500 !important;
	margin: 0px !important;
	color: #000 !important;
}
.wd-specseek-sidebar-content-texts h2.wd-specseek-light{
	color: #000;
}
.wd-specseek-sidebar-content-texts p{
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	margin: 0px;
	color: #000;
}
.wd-specseek-sidebar-content-texts p.wd-specseek-light{
	color: #000;
}
.wd-specseek-sidebar-thumbnail-image{
	max-width: 100%;
}
.wd-ss-readmore{
    font-size: 18px;
    color: #000;
}
.wd-specseek-sidebar-video-thumbnail h2 {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-top: 10px;
    color: #000 !important;
    line-height: 1.3 !important;
}
.wd-specseek-sidebar-video-thumbnail p {
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 1.7 !important;
    margin: 0px !important;
    color: #000 !important;
}
/*----Search Result----*/
.wd-specseek-product-addons-dark{
	margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -5px;
    background: #383838;
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
}
.wd-specseek-product-addons-dark img {
    margin: 10px 5px;
    padding: 0px 6px;
    background: transparent;
    cursor: pointer;
}
/*----Search Page----*/
.wd-specseek-search-results-sort{
	display: flex;
	align-items: center;
	justify-content: end;
	grid-gap: 5px;
	padding: 10px 10px;
	margin: 10px 0px;
	/*border: 1px solid #000;*/
}
.wd-specseek-search-results-sort-label{
	font-size: 14px;
	line-height: 24px;
	margin: 0px!important;
}
.wd-specseek-search-results-sort-item{
	font-size: .8rem;
	margin: 0px 2px;
	padding:7px 10px !important;
	color: #000 !important;
	/*border: 1px solid #000;*/
	/*background: transparent;*/
	background: #fff !important;
    box-shadow: 1px 1px 6px #bebebe;
    border: none;
    text-decoration:none !important;
}
.wd-specseek-search-results-sort-item.wd-active{
	font-weight: 500 !important;
	background: #eee !important;
}
/*----Footer----*/
.wd-specseek-footer{
	bottom: 0;
	z-index: 999;
	padding-top: 18px;
	padding-bottom: 18px;
	background: #1D1D1D ;
}
.wd-specseek-footer.wd-specseek-light{
	background: #e5e5e5;
}
.wd-specseek-footer-text p{
	margin: 0px!important;
}
.wd-specseek-footer-text p.wd-specseek-light{
	color: #000;
}
/*----POPUP----*/
/*--Home Featured---*/
/*
#wd-specseek-manufacturer-details-modal{
	display: none;
	z-index: 20;
}*/
/*Old Modal CSS*/
.modal-dialog{
	pointer-events: all !important;
}
.wd-specseek-modals{
z-index: 1051 !important;
/*position: fixed !important;*/
}
/* modal backdrop fix */
#wd-ss-favorites-modal .modal:nth-of-type(even) {
    z-index: 999999 !important;
}
#wd-ss-favorites-modal .modal-backdrop.show:nth-of-type(even) {
    z-index: 999998 !important;
}
#wd-ss-add-to-project-modal .modal:nth-of-type(even) {
    z-index: 999999 !important;
}
#wd-ss-add-to-project-modal .modal-backdrop.show:nth-of-type(even) {
    z-index: 999998 !important;
}
#wd-ss-quick-share-modal .modal:nth-of-type(even) {
    z-index: 999999 !important;
}
#wd-ss-quick-share-modal .modal-backdrop.show:nth-of-type(even) {
    z-index: 999998 !important;
}
.table>:not(caption)>*>*{
	box-shadow: none !important;
}
/*Old Modal CSS*/

.wd-specseek-modals h2{
	margin: 0 !important;
}
.wd-specseek-manufacturer-modal-inner{
	position: fixed;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -40%);
	width: 90%;
	max-height: 75%;
	height: 100%;
	background: #fff;
	padding: 10px;
	/*border-radius: 10px;*/
	overflow-y: auto;/*scroll;*/
	z-index: 99999999;
}
.wd-specseek-modal-cross-button{
    max-width: 40px;
    min-height: 40px;
    width: 100%;
    height: 40px;
    /*margin-bottom: 16px; */
    font-size: 35px;
    border: none;
    border-radius: 100%;
    color: #000 !important;
    background: transparent !important;
    z-index: 50;
    padding: 0;
    text-decoration: none !important;
}

.wd-specseek-modal-cross-button:hover{
    color: #000 !important;
    background: transparent !important;
}
.wd-specseek-product-profile-title{
	color: #1D1D1D!important;
	font-size: 24px!important;
	line-height: 36px!important;
	font-weight: 600 !important;
	margin-bottom: 20px;
	/*margin-top:20px;*/


}
.wd-specseek-product-profile-description{
	color: #1D1D1D;
	font-size: 16px;
	line-height: 20px;
	width: 85%;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.wd-specseek-product-profile-view-all{
	color: #1D1D1D;
	font-size: 18px;
	line-height: 28px;
}

.wd-specseek-product-profile-view-all a{
    color: #000 !important;
    text-decoration:none !important;

}
.wd-specseek-line-box-image{
min-height: 120px!important;
height: 145px!important;
/*height: 100%;*/
padding: 5px;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
/*box-shadow: inset 0px 3px 12px #00000029;*/
border-top-left-radius: 10px;
border-top-right-radius: 10px;
margin-top:5px;
border: 1px solid #dedede !important;
}
.wd-specseek-line-image{
max-width: 100% !important;
max-height: 100%!important;
/*margin-left: auto!important;
margin-right: auto!important;*/

}
.wd-specseek-line-image img{
	width: 100%;
}
.wd-specseek-right-featured-image{
	max-width: 120px;
	width: 100%;
	min-height: 99px;
	max-height: 100px;
	/*box-shadow: 0px 3px 12px #00000029;*/
	border-radius: 10px;
	border: 1px solid #dedede !important;
}

.wd-specseek-quick-share-popup-featured-image{
    max-width: 100px;
	width: 100%;
	min-height: 99px;
	max-height: 100px;
	box-shadow: 0px 3px 12px #00000029;
	border-radius: 10px;
}

.wd-specseek-quick-share-popup-featured-image img{
	width: 100%;
	   /* width: 100%;*/
    /* height: 100px; */
    /*object-fit: cover;*/
    padding: 10px;
}
.wd-specseek-right-featured-image img{
	width: 100%;
	 /* width: 100%;*/
    /* height: 100px !important; */
    /*object-fit: cover;*/
    /*padding: 10px;*/
}
#wd-specseek-profile-slide{
	background: #eceded;
	border-radius: 10px;
}
.wd-specseek-carousel.carousel-item{
	/*transition: transform 1.4s ease, opacity .5s ease-out;*/
}
.wd-specseek-carousel.carousel-item img{
	border-radius: 10px;
	/*height:300px !important;*/
	object-fit:cover;
}
#wd-specseek-profile-slide .carousel-control-next, .carousel-control-prev, #wd-specseek-manufacturer-modal-large-image-slider .carousel-control-next, .carousel-control-prev{
	width: 100%;
	align-items: flex-start;
	justify-content: end;
	margin-top: 10px;
	margin-right: 10px;
}
#wd-specseek-profile-slide .carousel-control-prev, #wd-specseek-manufacturer-modal-large-image-slider .carousel-control-prev{
	margin-left: -40px;
	z-index: 10;
}
.wd-specseek-carousel-icon{
	width: 1rem;
}
.wd-manu-quickship img{
	/*text-align: center;
	align-items: center;
	   max-width: 120px;
    width: 100%;
    min-height: 99px;
    max-height: 100px;
	margin: auto;*/
	max-width: 32px !important;
    height: 25px !important;
}

.wd-specseek-social-share{
	max-width: 200px;
	max-height: 200px;
	display: grid;
	grid-template-columns: repeat(7, auto);
	/*grid-gap: 5px;*/
	margin-left: auto;
	/*margin-right: auto;*/
	margin-top: 30px;
}
.wd-specseek-modals .wd-social-icon{
    max-height: 25px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wd-specseek-modals .wd-social-icon img{
	max-width: 25px;
    max-height: 25px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wd-specseek-modals .wd-social-icon .icon-img{
	max-height: 15px;
}
.wd-specseek-modals .wd-social-icon.fb{
	background: #3A5795;
}
.wd-specseek-modals .wd-social-icon.insta{
	background: #8442B2;
}
.wd-specseek-modals .wd-social-icon.yt{
	background: #CC181E;
}
.wd-specseek-modals .wd-social-icon.tw{
	background: #55ACEE;
}
.wd-specseek-modals .wd-social-icon.li{
	background: #0077B5;
}
.wd-specseek-modals .wd-social-icon.pin{
	background: #BD2126;
}
.wd-specseek-modals .wd-social-icon.mail{
	background: #F5D28B;
}
.wd-specseek-featured-video{
	margin-top: 30px;
}
.wd-specseek-play{
	cursor: pointer;
}
.wd-specseek-title{
	font-size: 22px;
	line-height: 34px;
	font-weight: 600;
	color: #000;
}
.wd-specseek-video-thumb{

	position: relative;
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
}
.wd-specseek-manufacturer-modal-video-overlay{
	position: absolute;
    top: 0;
    width: 300px;
    height: 100%;
    font-size: 18px;
    color: #fff;
    background: #eceded00096;
}
.wd-specseek-manufacturer-modal-overlay-elements{
	text-align: center;
    /* margin-top: 50%; */
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
}
.wd-specseek-play{
	width: 45px;
	margin-bottom: 16px;
}
#wd-specseek-manufacturer-modal-tab-content{
	margin-top: 16px;
}
.wd-specseek-manufacturer-modal-tabs{
	grid-gap: 5px !important;
	padding: 10px 10px !important;
	margin-top: 10px !important;
	background: #eceded !important;
	border: none !important;
	border-radius: 0px !important;
	margin:0px !important;

}

#wd-specseek-manufacturer-modal-tabs{
    margin-top:50px !important;
}
.wd-specseek-manufacturer-modal-tabs.nav-tabs .nav-link{
	color: #000 !important;
	font-size: 14px !important;
	/*font-weight: 200;*/
	text-decoration: none !important;
	text-transform: none !important;
}

.wd-specseek-manufacturer-modal-tabs.nav-tabs .nav-link.active{
	color: #fff !important;
	font-size: 14px !important;
	/*font-weight: 200;*/
	text-decoration: none !important;
	text-transform: none !important;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #000 !important;
}


.wd-specseek-manufacturer-modal-tabs.nav-tabs .nav-item.show .nav-link{
	color: #fff !important;
	background: #eceded !important;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	border:none !important;
}

#wd-specseek-product-info-tab{
    background:#fff !important;
}

.wd-specseek-manufacturer-modal-tabs.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	/*color:#000 !important;*/
	text-decoration:none !important;
}

.wd-specseek-product-info-tab-item li.active{
    background:#000 !important;
}
/*-----------*/
.wd-specseek-manufacturer-modal-video-popup{
	display: none;
}
#ws-oogloodo-vid-overlay{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 3;
}
.wd-specseek-manufacturer-modal-video-popup-inner{
	position: fixed;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -40%);
	max-width: 768px;
	width: 100%;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	z-index: 4;
}
/*----Product Boxes----*/
.wd-specseek-product-boxes{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
.wd-specseek-product-addons img{
	margin: 5px 5px;
	padding: 3px;
	/*background: #E6E6E6;*/
	/*box-shadow: 0px 3px 6px #00000029;*/
	border-radius: 10px;
	cursor: pointer;
}

#wd-ss-product-box-manu-name{
    text-align: left;
    font-weight: 400;
    font-size: 11px;
}

#wd-ss-product-box-title{
    text-align:left;
	font-weight:600 !important;
}

/*--Login Popup--*/

.wd-specseek-login-inner{
	position: fixed;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -30%);
	max-width: 600px;
	width: 100%;
	/*max-height: 80%;*/
	/*height: 100%;*/
	background: #F9F9F9;
	box-shadow: 0px 3px 6px #00000029;
	padding: 20px;
	/*border-radius: 10px;*/
	z-index: 3;
	overflow-y: auto;
}
.wd-specseek-login-title{
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	text-transform: uppercase;
	color: #000;
	margin: 0px;
}
.wd-specseek-login-sub{
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 32px;
	color: #000;
}
.wd-specseek-login{
	width: fit-content;
	padding: 10px 80px;
	background: #eceded !important;
	font-size: 15px;
	line-height: 35px;
	color: #000 !important;
	border-radius: 5px;
	text-decoration:none !important;
	margin-top: 10px;
}
.wd-specseek-modals .form-check-input{
	margin: 0px 8px;
	/*background-color: #eceded;*/
	background: #fff !important;
    color: #000 !important;
    /* border: none !important; */
    border: 1px solid #000 !important;
    /*margin-bottom: 10px;*/
}

#wd-specseek-main-container .form-check-input{
    margin:3px 8px !important;
}
.wd-specseek-remember{
	font-size: 14px;
	line-height: 24px;
}

.reset{
	color: #000;
	font-weight: normal;
	cursor: pointer;
}

.reset:hover{
    color:#000;

}
.wd-specseek-create, .wd-specseek-reset{
	padding: 5px;
	margin-top: 20px;
	border-radius: 5px;
	border: solid #000 2px;
	background: #fff !important;
	color: #000 !important;
	font-size: 15px;
	line-height: 23px;
	text-decoration: none !important;
}
.wd-specseek-note{
	font-size: 12px;
	line-height: 22px;
	margin: 10px 0px;
	color: #7B7B7B;
}
#ws-oogloodo-login-overlay{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 2;
}
/*.wd-specseek-login-success{
	display: none;
}
*/
.wd-specseek-success-inner{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	width: 100%;
	background: #F9F9F9;
	box-shadow: 0px 3px 6px #00000029;
	padding: 20px;
	border-radius: 10px;
	z-index: 4;
}
/*
.success-text{
	font-size: 45px;
	font-weight: 700;
	line-height: 68px;
	color: #000;
}
.success-back-home{
	padding: 30px 10px;
	background: #eceded;
	color: #000;
}
#success-overlay{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 3;
}
*/
#wd-specseek-featured-overlay{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 2;
}
/*----Dashboard----*/
.wd-specseek-back-arrow{
    padding: 3px 3px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 100%;
    margin-right: 10px;
    margin-left: 20px;
}
.wd-specseek-back p{
	margin: 0px!important;
}
.wd-specseek-sidebar-icons{
	max-width: 20px !important;
	margin-bottom: 6px !important;
}
.wd-specseek-dashboard-greeting{
	margin-bottom: 32px;
}
.wd-specseek-dashboard-greeting p{
	font-size: 26px;
	line-height: 39px;
}

.wd-specseek-dashboard-greeting p b{
    color:#000 !important;
}

.wd-specseek-dashboard-instruction p, .wd-specseek-dashboard-instruction ol{
	font-size: 18px;
	line-height: 39px;
}
.dashboard-container{
	margin-left: 0px;
}
.wd-specseek-dashboar-menu{
	background: #fff;
}
.wd-specseek-dashboar-menu .wd-specseek-sidebar-content{
	    position: static;
	    display: flex;
	    align-items: center;
	    justify-content: center;
}
.wd-specseek-dashboar-menu .wd-specseek-sidebar-content .wd-specseek-sidebar-item{
	display: flex;
	align-items: center;
	justify-content: center;
	column-count: 3;
	column-gap: 10px;
	min-width: 150px;
	min-height: 50px;
}
.wd-specseek-dashboar-menu .wd-specseek-sidebar-content .wd-specseek-sidebar-item img{
	margin-bottom: 0px;
}
/*----Quick Project----*/
.wd-specseek-field-space{
	margin-bottom: 12px;
}
#wd-specseek-main-container .form-label, .wd-specseek-modals .form-label{
	font-weight: 600;
	margin-bottom: 6px;
	color:#000 !important;
	font-family:'Poppins' !important;
}
.wd-specseek-modals{
	border: none;
	border-radius: 0px;
	box-shadow: 0px 3px 6px #00000029;
	padding: 20px 17px !important;
	font-family:'Poppins' !important;
}
#wd-specseek-main-container .form-control:focus, .wd-specseek-modals .form-control:focus {
    color: #000;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 25%);
}
.wd-specseek-button{
	width: fit-content;
	padding: 10px 14px;
	background: #eceded !important;
	font-size: 15px;
	line-height: 28px;
	color: #000 !important;
	border: none !important;
	text-transform:uppercase !important;
	border-radius: 5px;
}
.wd-specseek-button:hover{
	color: #fff;
}
/*----My Project Page----*/
.wd-specseek-project-table-head{
	/*display: grid!important;
	grid-template-columns: 12% 15% 15% 12% 28% 18%;*/
	padding-left: 5px;
	padding-right: 5px;
	background: #eceded;
	z-index: 2;
}
.wd-specseek-project-table-head.wd-specseek-light{
	background: #e5e5e5;
}
.wd-specseek-project-table-labels{
	font-size: 13px;
	line-height: 23px;
	color: #000;
	padding: 20px 0px;
	margin: 0px!important;
}
.wd-specseek-project-table-labels.wd-specseek-light{
	color: #000;
}
.wwd-specseek-project-table-content{
	/*display: grid!important;
	grid-template-columns: 12% 15% 15% 12% 28% 18%;*/
	align-items: center;
	padding-left: 5px;
	padding-right: 5px;
	background: #fff;
	box-shadow: 0px 3px 6px #00000029;
}
.wd-specseek-project-table-items{
	font-size: 13px;
	line-height: 23px;
	color: #000;
	padding: 20px 0px;
	margin: 0px!important;
}
.wd-specseek-project-table-name{
	color: #000;
	font-weight: 600;
	margin: 0px!important;
}
.wd-specseek-project-table-meta, .wd-specseek-project-table-desc{
	color: #979797;
}
.wd-specseek-project-table-items.actions{
	/*display: grid;
	grid-template-columns: 25% 25% 25% 25%;*/
	grid-gap: 0px;
	padding: 7px 0px;
}
.wd-specseek-action p{
	font-size: 9px;
	margin: 0px!important;
}
.wd-specseek-action{
	cursor: pointer;
}
/*----Single Product Page----*/
.wd-specseek-product-profile-image{
	max-width: 100%;
	border-radius: 10px;
	box-shadow: 0px 3px 6px #00000029;
	width:100% !important;
}
.wd-specseek-sidebar.wd-specseek-right-single{
	padding: 0px;
}
.wd-specseek-right-single-item-details{
	padding: 20px;
	border: 1px solid #000;
	border-radius: 0px;
	margin-bottom: 16px;
}
.wd-specseek-right-single-item-action{
	display: grid;
    grid-template-columns: auto auto;
    grid-gap: 20px;
    justify-content: center;
    background: #ECEAEA;
    padding: 10px;
    border: 1px solid #000;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 16px;
}
.wd-specseek-single-cat-label{
	font-size: 14px!important;
    font-weight: 600!important;
    padding: 5px 10px;
    border-left: 3px solid #000;
    background: #ECEAEA;
    margin:0px !important;
}
.wd-specseek-single-cat-items{
	padding-left: 30px;
}
.wd-specseek-single-cat-item{
	font-size: 14px;
	line-height: 20px;
	margin: 3px 0px!important;
	cursor: pointer;
}
.wd-specseek-single-firstphase{
	margin-bottom: 20px;
}
.wd-specseek-product-info-tabs{
	grid-gap: 5px;
	border: none;
	border-radius: 0px;
	/*margin-bottom: 16px;*/
	/*padding: 0px 0px 20px 0px;*/
	padding-bottom:20px;
	margin:0px !important;
}
.wd-specseek-product-info-tab-item.nav-item{
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	margin-right: 10px;
    margin-left: 0px;

}
#wd-specseek-product-info-tab-content{
	padding: 0px;
}
.wd-specseek-tab-buttons.nav-link.active{
	color: #000 !important;
	background: #eceded !important;
	text-decoration:none !important;
	border-radius:10px !important;
}
.wd-specseek-tab-buttons.nav-link{
	font-size: 14px;
	color: #000;
	min-width: 180px;
	border-radius: 10px;
	padding: 10px 10px;
}

/*.wd-specseek-tab-buttons.nav-link:hover{*/
/*	color: #000 !important;*/
/*}*/
.wd-specseek-product-details-label h3{
	padding: 10px 15px;
	font-size: 18px;
	line-height: 28px;
	color: #646060;
	background: #E3E3E3;
	margin: 0px;
	font-weight:500;
}
.wd-specseek-product-details-content{
	padding: 10px 15px;
}
.wd-specseek-product-specsheet-name h3{
	font-size: 18px;
	line-height: 28px;
	color: #646060;
	margin: 0px;
	font-weight:500;
}
.wd-specseek-product-spec-download button{
	border: none;
	background: transparent;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	color: #646060;
	margin: 5px 0px;
	float:right;
}
.wd-specseek-product-attribute-name h3{
	font-size: 18px;
	line-height: 28px;
	color: #646060;
	margin: 0px;
	font-weight:500;
}
.wd-specseek-product-attribute-details p{
	border: none;
	background: transparent;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: #646060;
	margin: 5px 0px;
}
.wd-specseek-product-action-buttons button{
	max-width: 317px;
	width: 100%;
	padding: 20px 20px;
	margin: 10px 0px;
	font-size: 14px;
	border: 1px solid #000000;
	background: transparent;
	transition: 0.4s;
	background-color:transparent !important;
	color:#000 !important;
}
.wd-specseek-product-action-buttons button:hover{
	color: #000;
	background: #eceded;
}
.wd-specseek-add-to-project-product-thumb{
	display: grid;
	grid-template-columns: 12% auto;
	grid-gap: 5px;
}
.wd-specseek-add-to-project-fields{
	margin-top: 16px;
}
/*--Action Popups--*/
/*
.wd-specseek-clone-pop, .wd-specseek-edit-pop, .wd-specseek-share-pop, .wd-specseek-delete-pop, .wd-specseek-add-to-project-modal{
	display: none;
}
*/
/*
#wd-specseek-clone-overlay, #wd-specseek-edit-overlay, #wd-specseek-share-overlay, #wd-specseek-delete-overlay, #wd-specseek-add-to-project-modal-overlay, #wd-specseek-Singshareproject-overlay{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 2;
}
*/
.wd-specseek-clone-inner{
	position: fixed;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -40%);
	max-width: 768px;
	width: 100%;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	z-index: 3;
}
.wd-specseek-edit-inner, .wd-specseek-share-inner{
	position: fixed;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -40%);
	max-width: 768px;
	width: 100%;
	max-height: 400px;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	z-index: 3;
	overflow-y: auto; /*scroll*/
}
.wd-specseek-submit.edit{
	max-width: fit-content;
	padding-left: 20px;
	padding-right: 20px;
}
.wd-specseek-button.wd-specseek-inneredit-close{
	background: #525659;
}
.wd-specseek-share-inner{
	position: fixed;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -40%);
	max-width: 992px;
	width: 100%;
	max-height: 400px;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	z-index: 3;
	overflow-y: auto;	/*scroll*/
}
.wd-specseek-share-form{
	margin-top: 32px;
}
.wd-specseek-share-field.form-control{
	min-height: 275px;
}
.wd-specseek-checkBoxes label{
	color: #979797;
}
.wd-specseek-button.wd-specseek-share-innerclose{
	background: #525659;
}
.wd-specseek-delete-inner {
	position: fixed;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -40%);
	max-width: 992px;
	width: 100%;
	background: #fff;
	padding: 0px 20px;
	border-radius: 10px;
	z-index: 3;
	padding-top:10px;
}
.wd-specseek-button.wd-specseek-delete{
	background: #000 !important;
	color: #fff !important;
}
.wd-specseek-button.wd-specseek-delete-innerclose{
	background: #525659 !important;
	color:#fff !important;
}
#wd-specseek-delete-bottom{
    padding: 20px;
    background: #eceded;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#wd-ss-project-delete-message{
	color: #000;
}
/*
.wd-specseek-clone-pop, .wd-specseek-edit-pop, .wd-specseek-share-pop, .wd-specseek-delete-pop, .wd-specseek-addproject-pop, .wd-specseek-Singshareproject-pop{
	display: none;
}*/
/*
#ws-oogloodo-addproject-overlay{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 2;
}

.wd-specseek-addproject-inner{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 95%;
	width: 100%;
	max-height: 95%;
	height: 100%;
	background: #fff;
	box-shadow: 0px 3px 6px #00000029;
	padding: 20px;
	z-index: 3;
	overflow-y: scroll;
}
.wd-specseek-addproject-intruction{
	min-height: 250px;
	background: #fff;
	padding: 30px 15px;
}
.wd-specseek-APgrey{
	background: #eceded00029;
}
.wd-specseek-title-intruction{
	font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    color: #000;
    margin: 0px;
}
.wd-specseek-desc-intruction{
	font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
    margin: 0px;
}
.oo-product-spec-display{
	height: 700px;
}
*/

.wd-specseek-add-to-project-modal-inner, .wd-specseek-modal-share-inner{
	position: fixed;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -40%);
	/*max-width: 992px;*/
	max-width: 1050px;
	width: 100%;
	max-height: 95%;
	background: #fff;
	padding: 20px 30px;

	z-index: 99999999;
	overflow-y: auto; /*scroll*/
}
.wd-specseek-modal-share-collab{
    margin: 30px auto;
    font-size: 18px;
    padding-top: 20px;
    width: 80% !important;
}
.wd-specseek-modal-share-right{
	padding: 20px 0px;
	background: #eceded;
	height: 70%;
	margin: 0px;
}
.wd-specseek-modal-share-right div{
	max-height: 60px;
}
.wd-specseek-modal-share-check.form-check-input{
	background: #fff;
}
.wd-specseek-modal-share-remember {
	color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.wd-specseek-modal-share-check.form-check-input:checked{
	background: #0d6efd;
}
.wd-specseek-close{
	background: #525659;
}
/*----Category Filtered----*/
.wd-ss-specseek-filters{
	box-shadow: 0px 3px 6px #00000029;
	padding: 10px 15px;
	margin-right:5px;
	font-size:12px;
	font-weight: 300;
}
.wd-filter-cross{
	font-weight:600;
	font-size:16px;
	padding-right:10px;
}
.wd-specseek-sidebar-title-dark{
	color: #000!important;
	font-size: 16px!important;
	line-height: 24px!important;
	font-weight: 500!important;
	margin: 0px!important;
}
.wd-specseek-active-filter-container{
	padding-left: 10px;
	display: block;
}
.wd-specseek-active-filter{
	color: #535353;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}
.wd-specseek-view-more{
	margin-top: 60px;
}
.wd-specseek-search-filters-container{
	background: #fff;
	box-shadow: 0px 3px 6px #00000029;
	padding-bottom: 10px;
	margin-right: 5px;
	padding-top:10px;
}
.wd-specseek-search-product-filter{
	margin-top: 0px!important;
	font-size: 13px!important;
	font-weight:400;
}
.wd-specseek-products-found{
    padding: 10px 15px;
    margin-top: 16px;
}
.wd-specseek-products-found-title{
	color: #000!important;
	font-size: 16px!important;
	line-height: 24px!important;
	font-weight: 300!important;
	margin: 0px!important;
}
.wd-specseek-products-found-subtext{
	font-size: 11px;
	font-weight: 400!important;
	line-height: 1;
}
.wd-specseek-search-filter-label{
	font-size: 14px!important;
    font-weight: 500!important;
    padding: 5px 10px!important;
    border: 1px solid #1d1d1d !important;
    border-left: 5px solid #1d1d1d !important;
    background: #fff;
    margin: 15px 0px !important;
}
/*-----SpecSeek Responsive Designs-----*/
@media (max-width: 1200px) {
.wd-specseek-line-boxes{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
.wd-specseek-searchbar{
	width:100%;
	}
 }
@media (max-width: 991.98px) {
.wd-specseek-sidebar{
	min-width: 13%;
	max-width: 13%;
}
.wd-specseek-middle{
	min-width: 87%!important;
	max-width: 87%!important;
}
.wd-specseek-line-boxes{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.wd-specseek-searchbar{
	width:83%;
}
#wd-specseek-main-container .container, .wd-specseek-modals .container{
	max-width: 100% !important;
	width: 100% !important;
}
.wd-specseek-my-projects-table{
	display: flex;
	overflow-x: scroll;
	z-index: 1;
}
.wd-specseek-project-table-head {
    display: grid;
    grid-template-columns: 100%;
    min-width: 164px;
    max-width: 165px;
    margin-right: 0px!important;
}
.wwd-specseek-project-table-content{
	display: grid;
    grid-template-columns: 100%;
    margin-left: 0px!important;
    max-width: 200px;
}
.wd-hide-lg{/*--Hide Below 992px--*/
	display: none;
}
}
@media (max-width: 767.98px) {
p{
	font-size: 14px;
}
.wd-specseek-line-boxes{
	display: grid;
	grid-template-columns: repeat(3, 1fr)!important;
}
.wd-specseek-middle{
	min-width: 100%!important;
	max-width: 100%!important;
}
.wd-specseek-content{
	grid-gap: 20px !important;
}
#wd-specseek-dropdown-mobile{
	font-size: 12px;
	min-width: 160px;
	padding: 10px 15px;
}
.wd-specseek-mobile-my-account .wd-specseek-account-button{
		max-width: 160px;
		font-size: 14px;
		right: -2%;
		top: 0;
		padding: 10px 10px;
	}
	.wd-specseek-mobile-my-account .users img{
		max-width: 20px;
	}
	.wd-specseek-searchbar{
		width: 70%;
	}
	.wd-specseek-searchbar input{
		max-width: 85%;
	}
	.wd-specseek-searchbar button{
		max-width: 12%;
	}
	.wd-specseek-lc-button{
    text-align: center !important;
    width: 30% !important;
    border: none !important;
    background: #eceded !important;
    color: #000 !important;
    border-radius: 5px;
    line-height: 1;
}
	.wd-specseek-middle{
			margin-left: 0!important;
	}
.wd-specseek-add-to-project-product-thumb{
	display: grid;
	grid-template-columns: 20% auto;
	grid-gap: 5px;
}
#wd-specseek-main-container .footer, .wd-specseek-modals .footer{
	position: static;
}
.wd-hide-md{ /*--Hide Below 768px--*/
	display: none !important;
}
}
@media (min-width: 767.98px){
.wd-hide-desktop{
	display: none !important;
}
.wd-specseek-manufacturer-modal .container-fluid{
	width:90%;
}

}
@media (max-width: 575.98px) {
.wd-specseek-line-boxes{
	display: grid;
	grid-template-columns: repeat(2, 1fr);!important;
}
.wd-specseek-mobile-header	.region-row-mobile div{
	justify-content: center!important;
}

.wd-specseek-mobile-my-account .wd-specseek-account-button{
		position: static;
		max-width: 100%!important;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 0px!important;
	}
.wd-specseek-product-specsheet-name{
		text-align: center;
}
.wd-specseek-add-to-project-product-thumb{
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 5px;
}
.wd-specseek-search-results-sort{
	display: block;
	grid-gap: 5px;
	text-align: center;
	padding: 10px 2px;
	margin: 10px 0px;
	border: 1px solid #000;
}
 }
@media (max-width: 400px){
	.wd-specseek-line-boxes{
	display: grid;
	grid-template-columns: 1fr !important;
}
.wd-specseek-searchbar{
	width:90%;
}
}
/*----Loader----*/
.wd-specseek-loader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffffe6;
	z-index: 2;
}
.wd-specseek-loader-container{
	display: grid;
	grid-template-columns: 33.33% 33.33% 33.33%;
	grid-gap: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.wd-specseek-loader-dot{
	animation: scaling 2.5s ease-in-out infinite;
}
@keyframes scaling{
	0%, 100%{
		transform: scale(0.2);
	}
	50%{
		transform: scale(1.0);
	}
}
.wd-specseek-loader-1{
	animation-delay: 0s;
}
.wd-specseek-loader-2{
	animation-delay: 0.2s;
}
.wd-specseek-loader-3{
	animation-delay: 0.4s;
}
.wd-specseek-loader-4{
	animation-delay: 0.6s;
}
.wd-specseek-loader-5{
	animation-delay: 0.8s;
}
.wd-specseek-loader-6{
	animation-delay: 1s;
}
.wd-specseek-loader-7{
	animation-delay: 1.2s;
}
.wd-specseek-loader-8{
	animation-delay: 1.4s;
}
.wd-specseek-loader-9{
	animation-delay: 1.6s;
}
#wd-ss-popup-loader{
	text-align:center;
	background: url('../img/luminaire-greyloader.gif') no-repeat;
/*	background-size: cover;*/
	background-position:center center;
	background-color:transparent;
	margin:200px auto;
	height: 75px;
	width:200px;
}
/*----Night Mode Container----*/
/*
.wd-specseek-NIGHTcon{
	position: fixed;
	top: 70%;
	left: 0;
	width: 100px;
	height: 60px;
	padding: 10px 10px;
	background: #ededed;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wd-specseek-ntMode-label{
	background-color: #ff2626;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 30px;
	height: 25px;
	width: 70px;
	position: relative;
	padding: 0 10px;
	transition: all .3s ease-in-out;
	border: 2px solid #000;
	cursor: pointer;
}
.wd-specseek-blob{
	position: absolute;
	left: 0;
	width: 50%;
	height: 100%;
	background: #fff;
	border-radius: 30px;
	transition: .5s ease all;
}
.wd-specseek-ntMode{
	opacity: 0;
	position: absolute;
}
.wd-specseek-ntMode:checked + .wd-specseek-ntMode-label .wd-specseek-blob{
	left: 50%;
}
.wd-specseek-ntMode:checked + .wd-specseek-ntMode-label{
	background-color: #eceded;
	border: 2px solid #000;
}
*/
/*.wd-specseek-ntMode:checked + .wd-specseek-line-box-title{
	color: #000!important;
	background: #e5e5e5!important;
}*/
/*OLD CSS*/
.wd-ss-icons{
	display:inline !important;
	vertical-align:middle !important;
}
#wd-specseek-body .size-48{
	width: 48px;
	height: 48px;
}
#wd-specseek-body .size-32{
	width: 26px;
	height: 26px;
}
#wd-specseek-body .size-16{
	width: 16px;
	height: 16px;
}
.wd-pointer{
	cursor: pointer;
}

/*2022*/
.wd-specseek-lc-pdf{
	background-color: #1d1d1d;
	color: #fff !important;
	padding: 0px 15px;
	font-size: 14px !important;
	font-weight: normal;
	height: 50px;
	/*margin-right:20px;*/

}
/*2022*/

/*Styling Select*/

#wd-ss-search-manufacturer, #wd-load-territory-based-results{
    border: none !important;
    padding: 0 1em 0 1em;
    margin: 0 !important;
    width: 100%;
    font-family: 'Poppins' !important;
    font-size: 14px !important;
	color: #000 !important;
    font-weight: normal !important;
    cursor: inherit;
    line-height: inherit;
    outline: none;
	background: none !important;
	box-shadow:none !important;
	opacity: 1;
}


.wd-ss-dropdown {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  margin: 0px !important;
  min-width: 15ch;
  max-width: 100%;
  border: 1px solid #ced4da;
  border-radius: 0.25em;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;

  /* Optional styles
  // remove for transparency*/
  background-color: #fff;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);


  }
  .wd-ss-dropdown::after{
      right:10px;
  }
  /*
  select {
     color: var(--form--color-text);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    line-height: var(--global--line-height-body);
    padding: var(--form--spacing-unit) calc(3 * var(--form--spacing-unit)) var(--form--spacing-unit) var(--form--spacing-unit);
    background: var(--global--color-white) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
    background-position: right var(--form--spacing-unit) top 60%;
}
  */


  profile


  /*WD Styling WEBALY*/
  .wd-specseek-product-profile-title{
      /*margin-top:20px;*/
  }

    .wd-specseek-tab-title h2{
      margin-top:20px !important;
  }
      .wd-specseek-tab-title p{
      margin:0px !important;
  }

  .wd-ss-product-profile{
      padding:20px 0px;
  }

 .nav-link.active:hover{
	text-decoration:none !important;
 }

 .wd-ss-load-modal-details, .wd-ss-load-add-to-project, .wd-ss-manufacturer-page-button{
     color: #919191;
    font-size: 14px !important;
    text-align:left;
    text-decoration:none !important;
    font-family: 'Poppins' !important;
	 font-weight: normal;
 }

 /*.wd-ss-manufacturer-page-button a{*/

 /*    color:#919191 !important;*/
 /*}*/

.wd-ss-load-add-to-project img, .wd-ss-manufacturer-page-button img{ /*  .wd-ss-load-modal-details img, */
    margin-right:5px !important;
 }

 .nav-tabs{
     border: none !important;
 }
 .nav-link{
  color: #000 !important;
}
.wd-specseek-product-spec-download button{
       text-decoration: none !important;
       background:#eceded  !important;
       color:#000 !important;
       padding:10px !important;
}

.wd-specseek-product-spec-download button a{
    color: #000 !important;
       text-decoration: none !important;
}


.oo-product-spec-display{
    height:90% !important;
}

.oo-product-spec-display embed, .wd-ss-spec-sheet{
    height:95% !important;
}

.form-select, #wd-share-message, #oo-product-description, #oo-product-notes{
    font-size: 14px !important;
    color: #7E7E7E !important;
    background-image:none !important;
    border-radius:0px !important;
}
.wd-specseek-remember{
    margin:0px !important;
}
.form-check-input{
    width:20px !important;
    height:20px !important;
    top:0px !important;
}

.wd-specseek-add-to-project-modal-inner-product-page, .wd-specseek-product-add-to-project-container{
    padding:10px 10px !important;
}
.wd-specseek-add-to-project-fields{
    padding: 20px 0px !important;
}
.wd-specseek-add-to-project-product-thumb{
    padding:0px !important;
}

/*My projetcs page*/
table td {
	padding: 5px !important;
}
.wd-ss-actions-column{
    display:flex !important;
    width:190px;
    /*height: 110px;*/
    align-items: center;
}

#wd-specseek-clone img, #wd-specseek-share img, #wd-specseek-delete img, #wd-specseek-edit img{
    padding: 5px 5px !important;
    width: 30px;
    height: 30px;
    margin: 0px 5px;
}

.wd-ss-my-projects-table{
    background:#eceded !important;
    color:#000 !important;
}

.wd-ss-table-head-row{
      background:#eceded;
    color:#000;
    height:65px;
}

.wd-ss-table-head-row th{
    color:#000;
}

.wd-ss-single-project-main-button{
    background: #eceded !important;
    color: #000 !important;
    height: 50px !important;
    border: none !important;
    padding: 10px !important;
	border-radius: 5px;
}

#wd-specseek-share, #wd-specseek-edit, #wd-specseek-delete{
    background:transparent !important;
    color:#000 !important;
}

.wd-ss-projectname-column a, .wd-ss-projectname-column a:hover{
    color: #000 ;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.wd-ss-projectname-column{
    width:25%;
}

.wd-ss-projectinfo-column{
    width:15%;
}

.wd-ss-projecteditcontact-column{
    width:12%;
}

.wd-ss-postmodified-column, .wd-ss-projectinfo-column, .wd-ss-projecteditcontact-column, .wd-ss-project-content-description-column, #wd-project-description{
    color: #979797;
    font-size: 14px;
}

.wd-ss-project-outer-table-container{
    box-shadow: 2px 3px 5px #e2e2e2;
    margin: 10px 0px;
    border: none !important;
}

.wd-ss-project-outer-table-container td a{
    color:#000 !important;
    text-decoration:none !important;
}

.wd-ss-project-outer-table-container td a:hover{
    color:#000 !important;
}



#wd-ss-projects-table{
    border-color:transparent !important;
    border:none !important;
}

#wd-ss-my-projects-table th{
    border-right: 1px solid #fff !important;
}

table *{
    border:none !important;
}


/*table tr td:nth-child(2), table tr td:nth-child(3), table tr td:nth-child(4), table tr td:nth-child(5), table tr td:nth-child(6){*/
/*  border-left: 1px solid #000 !important;*/
/*}*/

/*table tr td:nth-child(1):after, table tr td:nth-child(2):after, table tr td:nth-child(3):after, table tr td:nth-child(4):after, table tr td:nth-child(5):after{*/
  /*border-left: 1px solid #000 !important;*/
/*  content:'|';*/
  /*height:30px;*/
/*  float:right;*/
/*  color:#979797;*/
/*}*/

/*table tr th:nth-child(1):after, table tr th:nth-child(2):after, table tr th:nth-child(3):after, table tr th:nth-child(4):after, table tr th:nth-child(5):after{*/
  /*border-left: 1px solid #000 !important;*/
/*  content:'|';*/
  /*height:30px;*/
/*  color:#fff;*/
/*  float:right;*/
/*}*/

/*table.wd-ss-fixture-listing tr th:nth-child(2):after, table.wd-ss-fixture-listing tr th:nth-child(4):after, table.wd-ss-fixture-listing tr th:nth-child(5):after, table.wd-ss-fixture-listing tr th:nth-child(6):after{*/
/*      content:'|' !important;*/
/*  height:30px;*/
/*  color:#fff !important;*/
/*  float:right;*/
/*}*/

/*table.wd-ss-fixture-listing tr td:nth-child(4):before{*/
/*content:'|' !important;*/
/*  height:30px;*/
/*    color:#979797; */
/*}*/

/*table tr td:nth-child(1):after, table tr td:nth-child(2):after, table tr td:nth-child(3):after, table tr td:nth-child(4):after, table tr td:nth-child(5):after{*/
  /*border-left: 1px solid #000 !important;*/
/*  content:'|';*/
/*  height:30px;*/
/*  float:right;*/
/*  color:#979797;*/
/*}*/

/*table.wd-ss-fixture-listing tr th:nth-child(1):after, table.wd-ss-fixture-listing tr td:nth-child(3):after{*/
/*    display:none !important;*/
/*}*/

.wd-ss-single-project-type{
    max-width:10%;
	width: fit-content;
}
.wd-ss-single-project-product-pdf-icon{
    width:5%;
	vertical-align: middle !important;
}
.wd-ss-single-project-product-pdf-icon a img {
    width: 20px;
    height: 20px;
}

.wd-ss-single-project-thumbnail{
    width:16%;
}

/*.wd-ss-single-project-actions{
    width:150px;
    height: 110px;
    align-items: center;
}*/

.wd-ss-single-project-manufacturer{
    max-width:25%;
	width: fit-content;
}
.wd-ss-single-project-manufacturer-title{
    max-width:13%;
	width: fit-content;
}
.wd-ss-single-project-product-description{
    max-width:20%;
	width: fit-content;
}
.wd-ss-single-project-product-notes{
    max-width:20%;
	width: fit-content;
}

.wd-ss-single-project-thumbnail img{
    height: 70px;
    width: 70px;
    max-width: 70px;
    box-shadow: 2px 3px 4px #a7a7a7;
    border-radius: 5px;
    object-fit:cover;
    float: left;
    clear: both;
    margin-right: 15px;
}

.wd-ss-checkbox-project-type{
    box-shadow: 0px 1px 3px #959595 !important;
    width: 20px !important;
    height: 20px !important;
}

.wd-ss-single-project-manufacturer a{
    color: #000 !important;
    text-decoration: none;
    font-weight: 700;
}

.wd-ss-project-details-product-row{
    vertical-align:middle;
	font-size: 13px;
}
.wd-ss-project-details-product-row td{
	vertical-align: middle !important;
}

.wd-specseek-manufacturer-modal-mainbar{
    padding: 20px 20px !important;
}

.nav-tabs .nav-link{
    padding:10px 20px !important;
}

.wd-specseek-manufacturer-modal-rightbar{
    padding-right:20px !important;
    padding-top:25px !important;
}

.wd-ss-search-box{
    margin: 0px !important;
    /*padding: 0px 0px 0px 12px !important;*/
}

#wd-ss-search-submit{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 50px;
	padding: 0 10px;
	background-color: #eceded;
}
#wd-ss-search-submit:hover{
background-color: #eceded;
}


/*.wd-ss-search-product-thumbnail{*/
/*    box-shadow: 0 0 10px #00000029 !important;*/
/*}*/

.wd-ss-single-fixture-checkbox{
	padding-left: 20px !important;
}
#wd-ss-product-box-image{
   box-shadow: 0px 0px 5px #e2e2e2;
}
.table tbody tr th{
	vertical-align: middle !important;
}
.wd-ss-specseek-middle-container{
    width:68% !important;
    margin: 20px 5px !important;
    padding:0px !important;
}
.wd-ss-right-sidebar-container{
    width:19% !important;
}

.wd-specseek-search-product-filter{
    margin:0px !important;
}

.wd-ss-project-lefi-sidebar-icons{
    margin:auto !important;
    padding-bottom:10px;
    display:block !important;
}

.wd-ss-left-sidebar-li-icons{
    margin: 0 !important;
}

.wd-ss-fixture-listing-th-table-settings{
    vertical-align:middle;
}

.wd-ss-download-pdf-button{
    text-align:center !important;
    width:100% !important;
    border:none !important;
    background:#eceded !important;
    color:#000 !important;
	border-radius: 5px;
	line-height: 1;
}

.wd-ss-select-territory-text{
	padding-right:10px;
}

.wd-ss-checkbox-design{
    background: #fff !important;
    border: 1px #000 solid !important;
    border-radius: 2px !important;
}

input[type="checkbox"]:checked::before{
    width:2.1rem !important;
	background-color:transparent !important;
}

.form-check-input:checked{
    background-color:transparent !important;
}

#rememberMe, #wd-send-copy-to-me{
    /*background: #fff !important;*/
    border: 1px #000 solid;
}

.wd-ss-close-button{
  position:absolute !important;
}

.wd-ss-properties-card-left-login-grey{
    background:#e4e4e4;
    padding:50px 0px;
}

.wd-ss-properties-card-left-login-white{
    background:#fff;
    padding:50px 0px;
}

.wd-ss-properties-card-title{
    font-size: 20px;
    margin: 0px !important;
}

.wd-ss-properties-card-description{
    font-size: 16px;
}

.wd-ss-login-form-inner-container{
    max-width:80% !important;
}

.wd-ss-inner-login-content{
    /*padding:20px;*/
    max-width: 100% !important;
    margin: 0px !important;
}

.wd-ss-login-form-right-side{
    background: #F9F9F9;
    box-shadow: 1px 1px 10px #e2e2e2;
    padding: 15px;
    margin: 10px 10px;
    width: 47% !important;
    margin: auto !important;
}

.wd-ss-sign-in-title{
    font-size: 26px;
}

.wd-ss-sign-in-caption{
    font-size: 16px;
}

.wd-ss-login-button-right{
    width: fit-content;
	padding: 10px 80px;
	background: #eceded;
	font-size: 20px;
	line-height: 35px;
	color: #000;
	border: none;
	text-decoration:none !important;
}

.wd-ss-create-account-button, .wd-ss-create-guest-account-button{
	padding: 15px 15px;
	margin: 10px 0px;
	border: none;
	background: #eceded;
	color: #000;
	font-size: 16px;
	line-height: 23px;
	text-decoration: none !important;
}

.wd-ss-wishlish-thumbnail{
    width: 15% !important;
    /* text-align: center; */
    margin: auto;
    box-shadow: 1px 1px 4px #bebebe;
    padding: 10px;
    /* margin: 20px; */
    height: 110px;
    object-fit: cover;
    border-radius: 5px;
}

#dropdownMenuButton{
    width: 35% !important;
    display: flex !important;
    text-decoration: none !important;
    background: #fff !important;
    color: #000 !important;
    box-shadow: 1px 1px 4px #b8b8b8;
    /* vertical-align: middle; */
    align-items: center;
    text-align: center;
	border: none !important;
    height: 50px;
    font-size: 16px !important;
    padding-left: 10px;
    min-width:16rem !important;
}

#dropdownMenuButton img{
    width: 20px !important;
    margin-left: 5px !important;
}

.wd-ss-dropdown-section{
    width:100% !important;
    padding:0px !important;
}

.wd-ss-dropdown-item-select{
    font-size:15px !important;
}

.wd-ss-clone-description{
    padding: 0px 0px 0px 30px;
    width: 80% !important;
}

.wd-ss-clone-description p{
    font-size: 18px !important;
    color: #000 !important;
    padding-left: 20px !important;
    line-height: 1.5em !important;
    margin: 0px !important;
    font-weight: 400 !important;
}

.wd-ss-share-project-title{
    margin:0px !important;
}
.wd-ss-project-delete-title{
    margin: 0px !important;
    padding: 20px !important;
    color:#000 !important;
}

.modal-backdrop{
    position: unset !important;
}

/*.modal-backdrop {*/
/*  z-index: -1 !important;*/
/*}*/

.wd-specseek-modals{
    background-color: rgba(10, 10, 10, 0.45);
}

/*.modal-dialog{*/
/*    width:100% !important;*/
/*    max-width:100% !important;*/
/*} FOR AVADA*/

/*carousel indicators - dots*/
.carousel-indicators .active {
    width: 1rem;
    height: 1rem;
    margin: 0;
    background-color: #fff;
    border: 1px solid #fff;
    }
.carousel-indicators li {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}
/**/
.carousel-control-prev{
    right: 50px !important;
    top: 0px !important;
    /* background: #fff !important; */
    /* border-radius: 60px; */
    /* margin: 0px !important; */
    /* display: block; */
    opacity: 1 !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 20px !important;
    /* padding-right: 20px; */
    margin-right: 30px !important;
    background: #fff !important;
    color: #000 !important;
    box-shadow: 1px 1px 5px #585858;
    left: auto !important;
    margin:0px !important;
    top:175px !important;
}

.carousel-control-next{
    margin:0px !important;
    top:175px !important;
    opacity:1 !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 20px !important;
    /* padding-right: 20px; */
    background: #fff !important;
    color: #000 !important;
    box-shadow: 1px 1px 5px #585858;
    right:10px !important;
    align-items: center !important;
}

.carousel-control-prev-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}
.carousel-control-next-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.wd-slider-arrows{
	/* display: block; */
    position: relative;
    /* top: 0; */
    right: 10px;
    bottom: 215px;
}

.wd-hidden{
	display:none;
}
.wd-visible{
	display:block;
}

.wd-ss-nowrap-text{
    white-space: normal !important;
    color:#000;
    text-decoration:none !important;
    font-size:13px;
    display:block;
}

.wd-ss-single-project-thumbnail a{
    text-decoration:none !important;
}

.wd-ss-single-project-actions{
    display:flex;
    padding:15px !important;
}

.wd-ss-checkbox-project-fixture{
    box-shadow: 1px 1px 3px #acacac !important;
    margin-right: 3px !important;
}

.dropdown-menu{
    min-width:16rem !important;
}

.wd-ss-modal-inner-container-download-pdf{
    background:#fff;
    padding:15px;
}

.wd-ss-pdf-modal-title{
    margin:0px !important;
    font-size: 1rem;
    font-weight: normal;
}

.wd-ss-pdf-modal-body{
    display:flex;
    align-items: center;
    justify-content: center;
}

.wd-ss-download-line-card-text{
    margin:0px !important;
    font-size:20px !important;
}

.wd-ss-download-pdf-modal-button{
    color: #000 !important;
    background: #eceded !important;
    padding: 10px 20px;
    text-decoration: none !important;
	border-radius: 5px;
}

.wd-ss-download-pdf-modal-button:hover{
    color: #000 !important;
    background: #eceded !important;
    padding: 10px 20px;
    text-decoration: none !important;
	border-radius: 5px;
}

.wd-ss-pdf-modal-header{
    display:block !important;
	padding: 5px !important;
}

.wd-ss-pdf-close-button-style{
    text-decoration:none !important;
    padding: 10px 20px;
    font-size: .8rem;
    line-height: 1.3;
	border-radius: 5px;

}

#wd-ss-linecard-pdf-modal .modal-footer{
	padding: 0px;
	padding-top: 5px;
}

.wd-ss-long-logged-in-success{
    max-width:70% !important;
    /*height:40% !important;*/
}

.wd-ss-return-to-specseek{
    text-decoration: none !important;
    /*margin-top:70px;*/
}


  /*Fixing Themes Bugs*/

#wd-ss-search::placeholder{
    color:#000 !important;
    font-size:14px !important;
}

#wd-ss-search{
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	margin: 0 !important;
}

.form-control::placeholder, select::placeholder{
    font-size:14px !important;
    font-family:'Poppins' !important;
}

.show{
    opacity:1 !important;
}

/* ASTRA */

  .ast-container{
      max-width:100% !important;
      padding:0px !important;
  }

  #primary{
      width:100% !important;
  }

  .ast-single-post .entry-content a{
      text-decoration:none !important;
  }

  .ws-oogloodoc-page-title{
    color: #000 !important;
    font-weight: 600 !important;
  }

  .ws-oogloodoc-share-form{
      padding-top:20px;
  }

  .wd-ss-fixture-listing{
      margin-top:30px;
  }

 /* AVADA */
 #main{
     padding:0px !important;
 }

select, textarea{
     height:60px !important;
     width:100% !important;
    }

  .fusion-row{
      max-width:100% !important;
  }

  .container{
      width:100% !important;
      max-width:100% !important;
      padding:0px !important;
  }

  .modal.fade .modal-dialog{
      transform:none !important;
  }

  .wd-ss-close-button{
      z-index:99999 !important;
  }


  /* OMNILITE */

  .entry-content{
      padding:0px !important;
      width: 100% !important;
  }

  #wd-specseek-manufacturer-modal-tabs{
      float:none !important;
  }

  /* THE 7 */

  .wf-container-main{
      display:block !important;
  }
  .wf-wrap{
      width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
  }

    /*WD Styling WEBALY*/

/*This overrides all theme fonts for these. needs to be specific to SpecSeek*/
   /* h1, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6,address, blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul,th,td,button{
	font-family:'Poppins' !important;
    }*/

/* Illuminate */

    .content{
	width:100% !important;
	max-width:100% !important;
    }

    .entry-content-wrapper{
	padding:0px !important;
    }

    .wd-ss-my-projects-table th{
    vertical-align:middle !important;
    text-transform:none !important;
    font-weight:600 !important;
    padding:10px 5px !important;
    letter-spacing:0.5px !important;
    font-family:'Poppins' !important;
    font-size:	14px;
}

/* SpecSeek */

footer.fixed-footer{
    display:none !important;
}

.wd-specseek-product-image{
    height:120px !important;
    width:138px !important;
}

/*.oo-project-product-listing{*/
/*    position:absolute !important;*/
/*}*/

/*.form-check-input:checked{*/
/*    background-color:#000 !important;*/
/*}*/

#wd-ss-linecard-pdf-details{
    transform: translate(0,150px) !important;
}

select{
    appearance: auto !important;
    right:10px !important;
}

.nav-link {
    background-color:#eceded !important;
}

.wd-specseek-tab-buttons{
    background-color:transparent !important;
}

.wd-specseek-field-space input, .wd-specseek-field-space textarea, .ws-oogloodoc-field-space input, .ws-oogloodoc-field-space textarea {
    border: 1px solid #eaeaea !important;
    color: #000 !important;
    height: 60px !important;
    font-family:'Poppins' !important;
}

#top select, #top .avia_ajax_form .select, #top .entry-content-wrapper select{
    background-image:none !important;
}

.wd-ss-manu-row-single{
    padding:10px !important;
}

.wd-ss-load-more-results-row{
    text-align: center !important;
    padding: 20px 0px !important;
}

input#wd-project-zip.form-check-input, input#wd-project-pdf.form-check-input, input#wd-project-csv.form-check-input, input#wd-send-copy-to-me.form-check-input {
    /*background:#fff !important;*/
    color:#000 !important;
    /*border:none !important;*/
    border: 1px solid #000 !important;
    /*margin-bottom:10px !important;*/
    -webkit-appearance: none !important;
}
.oo-ss-project-download button{
	background-color: #eee !important;
}

/*input[type=checkbox]:after{*/
/*    content: "";*/
/*    opacity: 0;*/
/*    display: block;*/
/*    left: 4px !important;*/
/*    top: 0px !important;*/
/*    position: absolute;*/
/*    width: 7px;*/
/*    height: 13px;*/
/*    border: 3px solid #000 !important;*/
/*    border-top: 0;*/
/*    border-left: 0;*/
/*    transform: rotate(30deg);*/
/*}*/

/*.wd-ss-logged-message-button{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    width: 50%;*/
    /* margin: 0 auto; */
/*    float: left;*/
/*    clear: both;*/
/*}*/

/*.wd-ss-logged-favorites-button{*/
/*       display: flex;*/
/*    justify-content: center;*/
/*    width: 50%; */
/*}*/

label{
    margin:0px !important;
}

.form-check-input:checked[type=checkbox]{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
}

input[type=checkbox]:checked:after{
    opacity: 0 !important;
}

input[type=checkbox]:checked, .form-check-input[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
}

input[type=checkbox], input[type=radio], .form-check-input[type=checkbox] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    position: relative !important;
    width: 16px !important;
    height: 16px !important;
    border: var(--form--border-width) solid var(--form--border-color);
    background: #fff !important;
    /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e) !important; */
}

/*Register Form*/

#register-form{
    width:70% !important;
    margin:20px auto !important;
}

input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
    height:50px !important;
    background: #ffffff !important;
    margin: 10px 0 !important;
    box-shadow: 0px 0px 3px #eaeaea !important;
    border: 1px #eaeaea solid !important;
}

.register-page-title{
    text-align: center !important;
    font-weight: 700 !important;
    color: #000 !important;
    font-size: 40px !important;
}

.wd-ss-registration-success{
    font-size: 26px !important;
    text-align: center !important;
    font-weight: 600 !important;
    padding: 20px 0px !important;
    width: 50% !important;
    margin: 0 auto !important;
    line-height: 35px !important;
}

#password-lost-form{
   /* position: relative;*/
    top: 30%;
    padding:10px;
}
.lostpassword-button{
	width:  fit-content;
	margin-top: 8px;
	margin-bottom: 0px;
}

.wd-ss-lost-password-row{
    justify-content:center !important;
}

.oo-ls-user-password-reset{
    padding: 25px 0px !important;
}

.wd-ss-password-reset-title{
    margin: 0px !important;
    font-weight: 600;
    color: #000 !important;
    text-align:center;
}

.wd-ss-password-reset-desc{
    text-align:center;
}

.wd-ss-separator-image{
    width:2% !important;
    color: #7e7e7e !important;
}

.wd-validation-error{
	/*border-color: red !important;*/
	border: 2px solid red !important;
}

.wd-sidebar-parent-term{
	font-size: 75%;
	/*vertical-align: super;*/
}



/*MH*/
#wd-specseek-content-columns:before{
	content:none !important;
}

.nav-tabs>li{
	background: none !important;
	border: none !important;
}
.site-inner>.wrap{
    max-width:100% !important;
}

.wd-validation-error::placeholder{
    color: red !important;
}



/*Mobile Category*/

/*Mobile Category*/

/*.prod-featured::before{*/
/*        content: "NEW";*/
/*    position: absolute;*/
/*    background: red;*/
/*    color: #fff !important;*/
/*    transform: rotate(330deg);*/
    /* right: 20px; */
/*    width: 60px;*/
/*    border-radius: 3px;*/
/*    font-size: 12px;*/
/*}*/

.prod-featured:before {
    content: "NEW";
    z-index: -1;
    overflow: hidden;
    transform: rotate(330deg);
    width: 120px;
    display: block;
    background: red;
    /* background: linear-gradient(#9BC90D 0%, #79A70A 100%); */
    box-shadow: 0 3px 10px -5px rgb(0 0 0);
    /* position: absolute; */
    /* top: 34px; */
    /* right: -16px; */
    clip-path: polygon(106px 20px, 80px -10px, 30px -32px, 0px 22px, 10px 30px, 0px 30px);
    /* height: 20px; */
    width: 80px;
    margin-bottom: -22px;
    padding-top: 0px;
    color: #fff !important;
    font-size: 15px;
    /* margin-right: -41px; */
    margin-left: -10px;
    /* border-radius: 30px; */
    /*transform: translate(10px, 30px);*/
    /*transform: translate3d(20px, 20px, 0px);*/
    transform: translate(0%, 80%) rotate(330deg);
}

.prod-new:after {
    content: "FEATURED";
    z-index: -1;
    overflow: hidden;
    transform: rotate(330deg);
    width: 120px;
    display: block;
    background: red;
    /* background: linear-gradient(#9BC90D 0%, #79A70A 100%); */
    box-shadow: 0 3px 10px -5px rgb(0 0 0);
    /* position: absolute; */
    /* top: 34px; */
    /* right: -16px; */
    clip-path: polygon(106px 30px, 80px -10px, 30px -32px, 0px 22px, 10px 30px, 0px 30px);
    /* height: 20px; */
    width: 80px;
    margin-bottom: -22px;
    padding-top: 0px;
    color: #fff !important;
    font-size: 15px;
    /* margin-right: -41px; */
    margin-left: -10px;
    /* border-radius: 30px; */
    /* transform: translate(10px, 30px); */
    /* transform: translate3d(20px, 20px, 0px); */
    transform: translate(0%, -790%) rotate(330deg);
}

.wd-ss-new-product{
    position: absolute !important;
    /* right: -30px; */
    /* left: 30px; */
    display: block !important;
    width: 50px;
}

/*.wd-ss-featured-product{*/
/*        position: absolute !important;*/
    /* right: -30px; */
    /* left: 30px; */
    /*display: block !important;*/
/*    width: 50px;*/
/*    transform: translateX(1.8vw);*/
/*}*/




/*MOBILE CSS*/

#wd-mobile-interior, #wd-mobile-exterior, #wd-mobile-decorative, #wd-mobile-specialized{
    list-style-type: none !important;
    padding: 0px !important;
}

#wd-mobile-interior li a,#wd-mobile-exterior li a, #wd-mobile-decorative li a, #wd-mobile-specialized li a {
    text-decoration: none !important;
    font-weight: 500 !important;
    color: #000 !important;
    font-size: 16px !important;
}

.wd-specseek-mobile-sub-button{
    background: transparent !important;
    color: #000 !important;
    font-weight: 700 !important;
    padding: 0px !important;
    /* box-shadow: 0px 0px 8px #c5c5c5; */
    border: none !important;
    margin-bottom:12px !important;
}

.wd-ss-category-parent{
	font-weight:500;
	margin-left:5px;
	margin-top: 10px;
	font-size: .9em;
}


/*MOBILE CSS*/

/*Login*/
.wd-ss-login-main-content{
	text-align:center;
}
.wd-ss-login-main-content .wd-specseek-button{
	width: 30%;
	margin-top: 8px;
	margin-bottom: 8px;
}


.wd-specseek-manufacturer-modal-tabs li a button{
    background: none !important;
    border-top-left-radius:10px !important;
    border-top-right-radius:10px !important;
    padding: 10px !important;
    font-size: 14px !important;
    border:1px solid transparent !important;
}

.wd-specseek-manufacturer-modal-tabs li a button:hover{
    border:1px solid #fff !important;
    border-top-left-radius:10px !important;
    border-top-right-radius:10px !important;
}


/*sidebar accordian custom css - Ruby - 16-mar-22*/
a { text-decoration: none; }

.btnMenu {
	display: none;
	padding: 20px;
	display: block;
	background: #eceded;
	color: #000;
}

.btnMenu i.fa { float: right; }

.contenedor-menu {
	display: inline-block;
	line-height: 18px;
	padding: 0px!important;
	/*margin-top: 20px !important;*/
	width: 12% !important;
}
.contenedor-menu .wd-left-menu {
	width: 100%;
}
.contenedor-menu .wd-left-menu li {
	padding: 0px !important;
	margin:  0px !important;
}
.contenedor-menu ul {
	list-style: none !important;
	padding:0px !important;
	margin:0px !important;
}
.contenedor-menu .wd-left-menu li a {
	color: #494949;
    display: block;
    padding: 7px 7px 7px 15px;
    text-decoration: none;
    font-size: 14px;
}
.contenedor-menu .wd-left-menu li ul li a {
    font-size: 12px;
    padding: 5px 3px 5px 14px;
}
.contenedor-menu .wd-left-menu li a:hover {
	background: #eceded;
	color: #000 !important;
}
.contenedor-menu .wd-left-menu i.fa, .contenedor-menu .wd-left-menu svg  {
	font-size: 12px;
	line-height: 18px;
	float: right;
	margin-left: 10px;
	display: inline-flex;
	position: relative;
    height: 1em;
    width: 1em;
    overflow: visible;
    top: 0.2em;
}
.contenedor-menu .wd-left-menu ul {
	display: none;
	list-style: none !important;
	padding:0px !important;
	margin:0px !important;
}
.contenedor-menu .wd-left-menu ul li a {
	background: #424242;
	color: #e9e9e9;
}

.contenedor-menu .wd-left-menu .activado > a {
	background: #eceded;
	color: #000;
}
.text-truncate:hover{
overflow: visible;
    white-space: normal;
	}
#wd-specseek-desktop-header img{
	max-width: 100%;
  height: auto;
}