/**celebrity**/
/**#151964**/
/**6-jul-22**/
/**********************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
a[href^="tel"]{/**stops ipad & iphones changing font colour to blue & underlining phone numbers**/
	color:inherit;
	text-decoration:none;
}

input[type="search"]{/**stops ipad & iphones rounding corners on input buttons**/
	-webkit-text-fill-color: grey;
	-webkit-border-radius:0; 
	border-radius:0;
}

input[type="image"]{/**stops ipad & iphones rounding corners on input buttons**/
	-webkit-border-radius:0; 
	border-radius:0;
}

/**********************************************************************************************************************************************************************************************************************/
/***generic************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/	
#headerWrapper{
	width:100%;
	float:left;
}

#headerTopOuter{
	width:100%;
	padding-top:7px;
	/**do not set padding bottom here as it push nav down**/
    text-align: center;
	background:#eceff1;
	float:left;
}

#headerTopInner{
    display: inline-block;  		
}

#headerTopTelephone{
	margin-right:10px;
	font-weight:600;
	font-size:15px;
	color:#808080;
	background:none;
    display: inline-block;  		
}

#headerTopTelephone a{
	text-decoration:none;
	color:#808080;
}


#headerTopShoppingCart{
	margin-left:35px;
	font-weight:400;
	font-size:12px;
	color:#808080;
	background:none;
    display: inline-block;  		
}

#headerTopShoppingCart a{
	text-decoration:none;
	color:#808080;
}

#headerTopShoppingCart img{
	width:15px;
	margin-right:5px;
	position:relative;
	top:2.5px;
	left:3px;
	display:inline-block;
}
/**********************************************************************************************************************************************************************************************************************/
/***genric*************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/	
#headerBottomOuter{
	width:100%;
	position:relative;
	float:left;	
}

#headerBottomInner{
	width:1200px;
	margin:0 auto;
	padding-top:14px;
	/**do not put padding at bottom as dropdown navbar disconect occurs**/
	display:table;	
}

#headerBottomLogo{
	width:323px;
	height:81px;
	margin-right:45px;
	float:left;
}

#headerBottomLogo img{
	width:323px;
	height:81px;
	float:left;	
}

#headerBottomNavbar{
	width:832px;
	float:left;
}

.navBarLink{
	cursor: pointer;
}

#mobileNavButton{
	width: 25px;
	height: 25px;
	top:52px;
	left:20px;
	display:table;
	position:absolute;
}

#mobileNavButton input[type=image]{
	width: 25px;
	height: 25px;
	outline:none;
	display: block;
}

#searchIcon{
	width:25px;
	height: 25px;
	top:52px;
	right:20px;
	display:table;
	position:absolute;
}

#searchIcon img{
	width:25px;
	height: 25px;
	cursor:pointer;
	display:table;
}

/**********************************************************************************************************************************************************************************************************************/
/***size-1*************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1420px){

#headerTopOuter{
	margin-bottom:0px;
}
	
#headerBottomInner{
	width:1150px;
	padding-top:12px;
	/**do not put padding at bottom as dropdown navbar disconect occurs**/
}

#headerBottomNavbar{
	width:782px;
}

.navBarLink{
	cursor: pointer;
}

}/**@media**/
/**********************************************************************************************************************************************************************************************************************/
/***size-2*************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1320px) and (max-width: 1419px){

#headerTopOuter{
	margin-bottom:0px;
}
	
#headerBottomInner{
	width:1150px;
	padding-top:12px;
	/**do not put padding at bottom as dropdown navbar disconect occurs**/
}

#headerBottomNavbar{
	width:782px;
}

#navBarInfo{
	display:none;
}

}/**@media**/
/**********************************************************************************************************************************************************************************************************************/
/***size3**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px) and (max-width: 1319px){

#headerTopOuter{
	margin-bottom:0px;
}
	
#headerBottomInner{
	width:1000px;
	padding-top:12px;
	/**do not put padding at bottom as dropdown navbar disconect occurs**/
}

#headerBottomNavbar{
	width:632px;
}

#navBarInfo{
	display:none;
}

}/**@media**/
/**********************************************************************************************************************************************************************************************************************/
/***size4**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){

#headerTopOuter{
	margin:0px;
}

#headerBottomInner{
	width:800px;
	padding-top:12px;
	/**do not put padding at bottom as dropdown navbar disconect occurs**/
}

#headerBottomNavbar{
	width:432px;
}

}/**@media**/
/**********************************************************************************************************************************************************************************************************************/
/***size5**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){

#headerTopOuter{
	margin:0px;
}

#headerBottomInner{
	width:800px;
	padding-top:12px;
	/**do not put padding at bottom as dropdown navbar disconect occurs**/
}

#headerBottomLogo{
	margin-right:30px;
}

#headerBottomNavbar{
	width:432px;
}

}/**@media**/
/**********************************************************************************************************************************************************************************************************************/
/***size6**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){

#headerTopOuter{
	margin:0px;
}

#headerTopShoppingCart{
	display:none;
}

#headerBottomInner{
	width:323px;
	padding-top:12px;
	padding-bottom:12px;
}

#headerBottomLogo{
	margin: 0 auto;
	display:table;
	float: none;
}

#headerBottomNavbar{
	display: none;
}

}/**@media**/
/**********************************************************************************************************************************************************************************************************************/
/***size7**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){

#headerTopOuter{
	margin:0px;
}

#headerTopShoppingCart{
	display:none;
}

#headerBottomInner{
	width:323px;
	padding-top:12px;
	padding-bottom:12px;
}

#headerBottomLogo{
	margin: 0 auto;
	display:table;
	float: none;
}

#mobileNavButton, #searchIcon{
	top:38px;
}

#headerBottomNavbar{
	display: none;
}

}/**@media**/
/**********************************************************************************************************************************************************************************************************************/
/***size8**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){

#headerTopOuter{
	margin:0px;
}

#headerTopShoppingCart{
	display:none;
}

#headerBottomInner{
	width:323px;
	padding-top:12px;
	padding-bottom:12px;
}

#headerBottomLogo{
	width:323px;
	margin: 0 auto;
	display:table;
	float: none;
}

#mobileNavButton, #searchIcon{
	top:38px;
}

#headerBottomNavbar{
	display: none;
}

}/**@media**/
/**********************************************************************************************************************************************************************************************************************/
/***size9**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){

#headerTopOuter{
	margin:0px;
}

#headerTopShoppingCart{
	display:none;
}

#headerBottomInner{
	width:60%;
	margin-left:20%;
	margin-right:20%;
	padding-top:12px;
	padding-bottom:12px;
	float:left;	
}

#headerBottomLogo{
	width:100%;
	height:auto;
	margin: 0 auto;
	display:table;
	float: none;
}

#headerBottomLogo img{
	width:100%;
	height:auto;
}

#mobileNavButton, #searchIcon{
	top:15px;
}

#headerBottomNavbar{
	display: none;
}

}/**@media**/
/**********************************************************************************************************************************************************************************************************************/
/***generic************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
.navbarTop{
	width: 100%;
	float:left;
}

.navbarTop > ul{
	width: 100%;
	margin: 0%;
	padding:0px;
	list-style-type: none;
	display: flex;
}

.navbarTop > ul > li{
	margin:0%;
	padding-top:40px;
	padding-bottom:27px;
	padding-left:15px;
	padding-right:15px;
	border-bottom: solid white 6px;
  	white-space: nowrap;
	text-align:left;
	font-weight: 400;
	font-size: 14px;
	color:#808080;
	display: inline-block;
}

.navbarTop > ul > li > a{
	text-decoration:none;
	color:#808080;
}

.navbarTop > ul > li:hover{
	padding-left:15px;
	padding-right:15px;
	border-bottom: solid #808080 6px;
	z-index:99;
	color: lightgrey; 
	background:none;
}

/**********************************************************************************************************************************************************************************************************************/
/***size0**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1320px){
.navbarTop > ul > li{
	padding-top:40px;
	padding-bottom:27px;
	padding-left:15px;
	padding-right:15px;
	margin-right:5px;
	font-weight: 400;
	font-size: 14px;
}

.navbarTop > ul > li:hover{
	padding-left:15px;
	padding-right:15px;
}

}/**@media**/
/**********************************************************************************************************************************************************************************************************************/
/***size1**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px) and (max-width: 1319px){

.navbarTop > ul > li{
	padding-top:40px;
	padding-bottom:27px;
	padding-left:15px;
	padding-right:15px;
	margin-right:5px;
	font-weight: 400;
	font-size: 14px;
}

.navbarTop > ul > li:hover{
	padding-left:15px;
	padding-right:15px;
}

#navBarCelebrityLifestyle{
	display:none;
}

}/**@media**/
/**********************************************************************************************************************************************************************************************************************/
/***size2**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){

.navbarTop > ul > li{
	padding-top:40px;
	padding-bottom:27px;
	padding-left:15px;
	padding-right:15px;
  	white-space: nowrap;
	font-weight: 400;
	font-size: 14px;
}

.navbarTop > ul > li > a{
	text-decoration:none;
	color:#808080;
}

.navbarTop > ul > li:hover{
	padding-left:15px;
	padding-right:15px;
}

#navBarCelebrityFurniture, #navBarCelebrityLifestyle{
	display:none;
}

}/**@media**/
/**********************************************************************************************************************************************************************************************************************/
/***size3**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){

.navbarTop > ul > li{
	padding-top:40px;
	padding-bottom:27px;
	padding-left:15px;
	padding-right:15px;
	font-weight: 400;
	font-size: 14px;
}

.navbarTop > ul > li:hover{
	padding-left:15px;
	padding-right:15px;
}

#navBarCelebrityFurniture, #navBarCelebrityLifestyle{
	display: none;
}

}/**@media**/
/**********************************************************************************************************************************************************************************************************************/
/***size4**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){
.navbarTop{
	display:none;
}

}/**@media**/
/**********************************************************************************************************************************************************************************************************************/
/***size5**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){
.navbarTop{
	display:none;
}

}/**@media**/
/**********************************************************************************************************************************************************************************************************************/
/***size6**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){
.navbarTop{
	display:none;
}

}/**@media**/
/**********************************************************************************************************************************************************************************************************************/
/***size7**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){
.navbarTop{
	display:none;
}

}/**@media**/

/**********************************************************************************************************************************************************************************************************************/
/***generic************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
#mobileNavSemiOpacheBackground{
	width: 100%;
	height:100%;
	position: fixed;
	top:0;
	left:0;
	z-index:6;
	visibility:hidden;
	background: rgba(0, 0, 0, 0.7); /*can be anything, of course*/	
}

/**********************************/
#mobileNavMenuCancelWrapper{
	width:18%;
	height:100%;
	padding-right:2%;
	padding-top:15px;
	cursor:pointer;
	text-align:right;
	text-decoration:none;
	font-size:22px;
	color:white;	
	float:right;
}

/**********************************/
#mainMenu{	
	width: 80%;
	padding-top:20px;
	visibility:hidden;
	background: white;
	float:left;
}

#mainMenu ul{	
	margin:0px;
	margin-right:20%;
}

#mainMenu li{
	margin:0px;
	margin-left:-15px;
	line-height: 30px;
	text-align:left;
	font-size: 15px;
	font-weight: 300;
	/**/	
	list-style: none;
	display: block;
}

#mainMenu li a {
	text-decoration:none;
	color: #808080;
}

/**********************************/
#upholsteryPlusMinus, #fabricUpholsteryPlusMinus, #leatherUpholsteryPlusMinus, #upholsteryBrandsPlusMinus{
	font-weight:800;
	color:#151964;
}

#diningPlusMinus, #diningAndLivingPlusMinus{
	font-weight:800;
	color:#151964;
}

#bedsMainPlusMinus, #bedsPlusMinus, #bedsBrandsPlusMinus, #bedsOtherPlusMinus{
	font-weight:800;
	color:#151964;
}

#bedroomsMainPlusMinus, #bedroomsPlusMinus{
	font-weight:800;
	color:#151964;
}

#infoPagesPlusMinus{
	font-weight:800;
	color:#151964;
}

/**********************************/
#upholsterySubMenu, #fabricUpholsterySubMenu, #leatherUpholsterySubMenu, #upholsteryBrandsSubMenu{
	width:100%;
	display: none;
	float:left;
}

#diningSubMenu, #diningAndLivingSubMenu{
	width:100%;
	display: none;
	float:left;
}

#bedsAndBedroomsSubMenu, #bedsMainSubMenu, #bedsSubMenu, #bedBrandsSubMenu, #bedsOtherSubMenu, #bedroomsMainSubMenu, #bedroomsSubMenu, #bedroomBrandsSubMenu{
	width:100%;
	display: none;
	float:left;
}

#accessoriesSubMenu, #otherFurnitureSubMenu, #carpetsAndFlooringSubMenu, #carpetsSubMenu, #infoPagesSubMenu{
	width:100%;
	display: none;
	float:left;
}

/**********************************/
#mobileNavSearchBoxOuter{
	margin-top:20px;
	margin-left:26px;
	padding:4px;
	border: #151964 1px solid;
	border-radius:5px;
	float:left;	
}

#mobileNavSearchBoxInput{
	float:left;	
}

#mobileNavSearchBoxInput input[type="search"]{
	width:200px;
	border:none;
	outline:none;
	font-size:15px;
	background:white;
	float:left;	
}

#mobileNavSearchBoxButton{
	width:22px;
	height:22px;
	float:left;	
}

#mobileNavSearchBoxButton input[type="image"]{
	width:22px;
	height:22px;
	outline:none;
	float:left;	
}

/**********************************************************************************************************************************************************************************************************************/
/***size1**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){

#mobileNavMenuCancelWrapper{
	width:68%;
	padding-right:2%;
}

#mainMenu{	
	width: 30%;
	height:100%;
	float:left;
}

#mainMenu li{
	font-size: 15px;
}

}/**@media**/
/**********************************************************************************************************************************************************************************************************************/
/***size2**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 1219px){

#mobileNavMenuCancelWrapper{
	width:48%;
	padding-right:2%;
}

#mainMenu{	
	width: 50%;
	height:100%;
	float:left;
}

#mainMenu li{
	font-size: 15px;
}

}/**@media**/
/**********************************************************************************************************************************************************************************************************************/
/***size3**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){
	
#mobileNavMenuCancelWrapper{
	width:18%;
	padding-right:2%;
}

#mainMenu{	
	width: 80%;
	height:100%;
	float:left;
}

#mainMenu li{
	font-size: 14px;
	letter-spacing: -0.5px;
	
}

}/**@media**/
/**********************************************************************************************************************************************************************************************************************/
/***generic************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
.linkDropDown{
	width: 100%;
	border-top:1px #808080 solid;
	display:none;
	float:left;
}

.linkDropDownInner{
	width: 1160px;
	margin: 0 auto;
	padding:20px;
	display:table;
}

.linkColumn{
	width:25%;
	float:left;
}

.linkColumnHeader{
	width:100%;
	margin-bottom:7px;
	font-weight:400;
	font-size:17px;
	color:#808080;
	float:left;
}

.linkColumn ul{
	padding:0px;
}

.linkColumn li{
	margin-bottom:4px;
	list-style: none;
	font-weight:300;
	font-size:14px;
	color:#808080;
}

.linkColumn li a{
	text-decoration:none;
	color:#808080;
}

.linkColumn li a:hover{
	color:#808080;
}

.grey, .grey a{
	color:#808080;
}

.white, .white a{
	color:#ffffff;
}

/**********************************************************************************************************************************************************************************************************************/
/***size0**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1320px){

.linkDropDownInner{
	width: 1160px;
	margin: 0 auto;
	padding:20px;
	display:table;
}

}/**@media**/
/**********************************************************************************************************************************************************************************************************************/
/***size1**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){

#upholsteryDropDownInner, #diningDropDownInner, #bedroomsDropDownInner, #infoDropDownInner{
	width: 1160px;
	margin: 0 auto;
	padding:20px;
	display:table;
}

}/**@media**/
/**********************************************************************************************************************************************************************************************************************/
/***size2**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){

#upholsteryDropDownInner, #diningDropDownInner, #bedroomsDropDownInner, #infoDropDownInner{
	width: 1060px;
	margin: 0 auto;
	padding:20px;
	display:table;
}

}/**@media**/
/**********************************************************************************************************************************************************************************************************************/
/***size3**************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 1019px){

#navBar{
	display:none;
}

#upholsteryDropDown, #diningDropDown, #bedroomsDropDown, #infoColumn{
	display:none;
}

}/**@media**/
/**********************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
#abacusLoaderOuter{
	width: 100%;
	padding-top: 450px;
	padding-bottom: 700px;
	visibility: hidden;
	z-index: 200;
	top:0;
	position: fixed;
  	background: rgba(255, 255, 255, 0.9);
	display: table;
}

#abacusLoaderInner{
	width: 200px;
	margin: 0 auto;
	top: 300;
	display: table;
}

#abacusLoaderInner img{
	width: 100%;
	float: left;
}