body{
	overflow-x:hidden!important;
	font-family:Hind;
}
.loginSection{
	background:#7C7C7C;
	padding:10px;
	color:#fff;
	font-size: 15px;
	padding-top: 12px;
}
.loginSection i{
	vertical-align:middle!important;
	margin-top: -3px;
    margin-right: 2px;
}
.loginBox{text-align:right;}
.loginBox a{
	color: #fff!important;
    text-decoration: none!important;
    margin-left: 3em;
    font-size: 14px;
}
.loginBox a .badge{
	display: inline-block;
    min-width: 15px;
    height: 18px;
    width: 18px;
    font-size: 12px;
    padding: 4.3px;
    padding-left: 5px;
    font-weight: 700;
    line-height: 1;
    color: #777;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 28px!important;
}
.logoSection{
	padding:10px;
	padding-bottom: 0;
}
.logoSection .logoImg {
	width: 150px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.searchContainer{
	text-align:right;
	padding-top: 22px;
}
.searchBox{
	border: none!important;
    border-bottom: 2px solid #7C7C7C!important;
    outline: none;
    padding: 2px 8px 2px 20px;
    font-size: 13px;	
	border-radius:0!important;
}
@media(min-width:768px){
	.searchBox{		
		width: 36%;
	}
	.boxSeparator {
    margin-top: 5px;
    margin-bottom: 5px;
	}
}
.searchIcon{
	position: relative;
	left:16px;
    margin-top: 3px;
    margin-left: 4px;
    color: #7c7c7c;
    font-size: 14px!important;
}
.siteNavbar{
	border-radius:0!important;
	border:none!important;
	margin-bottom:0!important;
	background:#F3F3F3!important;
	min-height: auto!important;
	margin-top:10px;
}
.siteNavbar a{
	text-transform:uppercase!important;
	color:#3e3d3d!important;
	font-weight:500!important;
	font-size:15px!important;
	letter-spacing:1px!important;
	padding: 10px 2.2em!important;
	transition:0.3s all ease-out;
}
.siteNavbar a:hover{
	background-color: #e7e7e7!important;
}

.siteNavbar .navbar-nav>.active>a{background:#F3F3F3!important;}
.siteNavbar .navbar-nav>.active>a:hover{
	background-color: #e7e7e7!important;
}
.siteNavbar .container-fluid{padding:0!important;}
@media (min-width:768px){
.siteNavbarContainer{height:50px!important;}
}
.masterSlider .item{
	height:65vh;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;	
}
.carousel-control{background-image:none!important;}
.carousel-control{display:none;}
.carousel-indicators li {
    width: 15px!important;
    height: 15px!important;
	border-radius:0!important;
	margin:0!important;
	background-color:rgba(255,255,255,0.6);
	border:none!important;
	margin:0 1.5em!important;
}
.carousel-indicators .active {
    width: 15px!important;
    height: 15px!important;
	border-radius:0!important;
	border:none!important;
	margin:0!important;
	margin:0 1.5em!important;
}


.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.sliderBox{
	height: 250px;
    width: 450px;
    background-color: rgba(37, 8, 37, 0.7);
    margin: 0 auto;
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	padding:25px;
	text-align:center;
}
.sliderBox h4{
	color:#fff;
	margin-top:0;
	font-weight:300;
	text-align:center;
	font-size:22px;
	margin:0 auto;
	width:75%;	
	line-height: 1.2em;
}
.sliderBox .logoImg {
	width: 150px;
	margin: 6px;
}
.boxSeparator{
	margin-top: 10px;
    margin-bottom: 12px;
    border: 0;
    border-top: 3px solid #fff;
    width: 72%;
}
.learnBtn{
	text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    padding: 4px 20px;
    font-size: 15px;
    letter-spacing: 3px;
    margin-top: 20px;
    padding-top: 8px;
	transition:0.3s all ease-out;
	font-weight:500;
}
.learnBtn:hover{
	background:#fff;
	color:#3e3d3d;
}
.punchlineSection{
	padding:2em;
	background:#fff;
}
.punchlineSection h1:first-child{
	text-align:center;
	margin:0;
	font-family: 'Domillion-Clean';
	color:#808080;
	font-size:5em;
	line-height: 1.3em;
}
.punchlineSection h1:nth-child(2){
	text-align:right;
	margin:0;
	font-family: 'Domillion-Clean';
	color:#808080;
	font-size:5em;
	line-height: 1.3em;
}
.punchlineBox{
	padding: 0 10em;
}
.landingProductBox img{width:100%;}
.landingProductBox {margin-bottom:30px;}
.landingProductBox .item-desc {
    background-color: #808080;
    color: white;
    position: absolute;
    text-align: center;
    padding: 7px 1rem;
    z-index: 1;
    bottom: 3rem;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    bottom: 3rem;
    left: 1.5rem;
    right: 1.5rem;
	transition: 0.3s all ease-out;
}
.footerSection{
	background:#fff;
	color:grey;
	/* text-transform: uppercase; */
    font-size: 14px;
	text-align:center;
	padding:30px 15px;
	letter-spacing:1px;
}
@media (min-width: 1024px) and (max-width:1199px){
	.siteNavbar a {
	padding: 10px 1.3em !important;
	/*padding: 10px 1.4em !important;*/
	}
}
@media (max-width:1024px){
	.siteNavbar a {
        padding: 10px 1.6em!important;	
	}
	}
@media (max-width:1200px){
	.landingProductBox .item-desc {
		font-size: 13px;
	}
	.bannerSlide > img {
    order: 2;
    margin-top: 16px;
	}
	.bannerSlide .bannerSlideRight {
		order: 3;
		margin-top: 6px;
	}
	.bannerSlideLeft_btn a{min-height:55px;}
}

@media (min-width:768px) and (max-width:991px){
	.siteNavbar a {
        padding: 10px 15px!important;	
	}
	.punchlineBox {
		padding: 0 2em;
	}
	.punchlineSection h1:first-child {
        font-size: 4em;
	}
	.punchlineSection h1:nth-child(2) {
        font-size: 2.8em;
		padding-right: 1.5em;
	}
	.landingProductBox .item-desc {bottom:30px;}
}
@media (max-width:767px){
	.loginSection {
		padding-left:0;
		padding-right:0;
		font-size: 13px;
	}
	.loginBox{padding:0!important;}
	.loginBox a {
		margin-left: 15px;
	}
	.sliderSection .container{padding:0!important;}
	.sliderSection .container .col-md-12{padding:0!important;}
	.logoSection{
		padding:0!important;
		padding-top:15px!important;
		text-align: center;
	}
	.logoSection .container{padding:0!important;}
	.logoSection .container .col-md-12{padding:0!important;}
	.logoImg{
		width:auto;
		margin-bottom: 0px;
	}
	.searchContainer {
		text-align: center;
	}
	.siteNavbar {
		padding-right: 15px;
	}
	.sliderBox {		
		margin: 0 auto!important;
		left: 15px;
		right: 15px;		
		padding: 15px;
		text-align: center;
		margin-left: 15px;
		margin-right: 15px;
		width:auto!important;
	}
	.sliderBox h4 {
        font-size: 20px;
	}
	.learnBtn {
        font-size: 13px;
	}
	.punchlineBox {
		padding: 0 0em;
	}
	.punchlineSection h1:first-child {
        font-size: 2em;
	}
	.punchlineSection h1:nth-child(2) {
        font-size: 2em;
		padding-right: 1.5em;
	}
	.landingProductBox .item-desc {bottom:0;}
	.productLinkSection .container{padding:0!important;}
	.landingProductBox {
		margin-bottom: 15px;
	}
	.searchBox {
		margin-bottom: 6px;
	}
}


/******************************* For Products Page  ****************************************/

.breadcrumbBox {
    background: #fff;
    padding: 20px 0;
	color: #565656;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
}
.breadcrumbBox a{
	color:#565656;
	font-weight:500;
	font-size:14px;
	letter-spacing:1px;
}
.breadcrumbBox i{
	vertical-align: middle!important;
    font-size: 12px!important;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 2px;
	color:#565656!important;
}
.filterByBox{
	background:#EBEBEB;
	padding:18px 15px;
	padding-bottom: 50px;
}
.filterByBox h4{
	text-transform:uppercase;
	color:#333;
	letter-spacing:1px;
	margin-top:0;
	font-weight:600;
}
.filterByBoxSeparator{
	margin-top: -5px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #585858;
}
.filterPriceBox h5{
	color:#545454;
	letter-spacing:1px;
	margin-top:0;
	font-weight:600;
	font-size: 15px!important;
}
.filterPriceBox h5 a{
	color:#545454;
	text-decoration:none!important;
}
.filterPriceBox h5 span{float:right;}
.filterPriceBox h5 span i{
	opacity:1;
	color:#a2a2a2;
	cursor:pointer;
}
.filterPriceBox h5 span i:hover{
	opacity:1;
	color: #3a3a3a;
}

.filterCategoryBox h5{
	color:#545454;
	letter-spacing:1px;
	margin-top:0;
	font-weight:600;
	font-size: 15px!important;
}
.filterCategoryBox{margin-top:20px;}
.filterCategoryBox ul{
	list-style-type:none;	
	padding-left: 23px;
}
.chkLabel{
	padding-left: 25px;
    margin-bottom: 0;
	font-weight: 500;
	color:#232323;
	font-size: 14px!important;
	font-family: Hind;
}
.filterProdBtn {
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background: #555555;
    padding: 4px 20px;
    font-size: 15px;
    letter-spacing: 3px;
    margin-top: 40px;
    padding-top: 8px;
    transition: 0.3s all ease-out;
    font-weight: 500;
}
.filterProdBox{text-align:center;}
.productContainer .headingBox{
	width: 100%;
    height: 15px;
    border-bottom: 2px solid #8A8A8A;
    text-align: center;
}
.productContainer .headingText{
	font-size: 22px;
    background-color: #fff;
    padding: 0 10px;
    text-transform: uppercase;
    color: #4e4e4e;
    letter-spacing: 1px;
    font-weight: 500;
    width: 180px;
    margin: 0 auto;
}
.productRow{margin-top:30px;}
.productRow .productImg{
	margin-bottom:30px;
	/*height:150px;*/
}
.viewMoreBtn{
	text-transform: uppercase;
    background: #fff;
    border: 1px solid #555555;
    color: #555555;
    padding: 4px 20px;
    font-size: 15px;
    letter-spacing: 3px;   
    padding-top: 8px;
    transition: 0.3s all ease-out;
    font-weight: 500;
}
.viewMoreBtn:hover{
	background: #555555;
	color: #fff;
}
.viewMoreBox{text-align:center;}
/*.size{
	width:25%;
	padding-bottom:3.1rem ;
}*/
/****added on 29th April 2020 ****/
.size{
	width:33%;
	padding-bottom:3.1rem ;
}
@media(max-width:767px){
	.breadcrumbSection .container{padding:0!important;}
	.productMainSection .container{padding:0!important;}
	.productContainer{
		margin-top: 17px;
	}
	.footerSection {
        font-size: 12px;
	}
	.filterByBox {
		padding-bottom: 20px;
	}
}
.productContainer{margin-bottom:20px;}

@media (min-width:769px) and (max-width:991px)
{
	.size{width:45%}
.new-product-container .size:last-child{
	/*	margin:0 22%; */
	}
.new-product-container{margin-left:10%;}
}

@media (max-width:768px){
	.size{
		width:50%;
		padding-bottom:0;
	}
	.new-product-container .size:last-child{
	/*	margin:0 18rem; */
	}
}
@media (min-width:426px) and (max-width:767px){
	.new-product-container
	{padding-left:2vh;}
	.size{
		width:49%;
		display:inline-block;
		margin-bottom:20px;
	}
	.new-product-container .size:last-child{
	/*	margin:0 25%; */
	}
}
@media (max-width:425px){
	.size {
   		width: 100%;
    	padding-bottom: 0;
    	margin: 0 auto;
	}
	.new-product-container .size:last-child{
	/*	margin:auto; */
	}
	.landingProductBox .item-desc {
		font-size: 17px;
	}
}

/***************  Product Page Ends *******************/

/***************  Product Detail Page *******************/

.productDetailThumb{
	display: inline-block;
    margin-bottom: 8px;
    margin-right: 5px;
    /*margin-left: 5px;*/
    height: 38px!important;
    width: 38px!important;
}
.productDetailThumb img {
    height: 38px!important;
    width: 38px!important;
    border: 1px solid darkgrey;
}
@media (min-width: 992px){
	.productDetailThumbBox {
		/*width: 130px!important;*/		
	}
}
@media (max-width: 991px){
	.productDetailThumbBox {
		margin-bottom: 20px;		
	}
}

.productMainImg{
	width:425px;
	height:424px;
	margin-bottom: 10px;
}
.productDetailImgBox{
	
}
@media (min-width: 992px){
	.productDetailImgBox{padding-right:0!important;}
	.productDetailContentBox{
		padding-left:0!important;
		/*width: 46.8%!important;*/
		padding-right: 25px;
	}
}
.productDetailContentBox{
	
}
.productDetailHeading{
	color:#444343;
	margin-top:0;
	margin-top: -3px;
	margin-bottom: 4px;
}
.productDetailPattern{
	color:#6b6b6b;
	margin-top:0;
	font-weight:300;
}
.priceBox i{
	font-size:17px!important;
	margin-right:5px;
}
.priceDark{color:#3a3a3a!important;}
.priceLight{color:#CBCBCB!important;}
.addFavoriteBoxLink{
	float:right;
	color: #444343!important;
	text-decoration:none!important;
	font-size:17px!important;
	font-weight:400;
	cursor:pointer;
}
.rateBefore{
	font-size:20px!important;
	margin-right:2px;
	vertical-align: middle;
    margin-top: -5px;
}
.rateAfter{
	color:#FFD700;
	font-size:20px!important;
	margin-right:2px;
	vertical-align: middle;
    margin-top: -5px;
}
.specificationsBox{
	background:#F6F6F6;
	padding:15px;
	margin-top:25px;
	padding-bottom: 11px;
}
.specificationsBox h4{
	font-family:Hind;
	font-size: 17px;
	margin-top:0;
}
.specificationTable{margin-bottom:0;}
.specificationTable tr td{
	border:none!important;
	padding:1px 0!important;
}
.specificationTable tr td:first-child{
	color: #444343;
	font-family:Hind;
	font-size:13px;
	font-weight:600;
	width: 50%;
}
.specificationTable tr td:nth-child(2){
	color: #585858;
	font-family:Hind;
	font-size:13px;
}
.downloadSpecLink{float:right;}
.downloadBox a, .shareBox a{
	color: #444343!important;
    text-decoration: none!important;
    font-size: 17px!important;
    font-weight: 400;
    cursor: pointer;
}
.downloadBox{
	margin-top:10px;
	margin-bottom: 6px;
}
.mailLink{margin-right:10px;}
.downloadBox i{margin-right:3px;}
.shareBox i{margin-right:3px;}
.noteBox{
	text-align:center;
	color:#a9a9a9;
	font-size:12px;
	width:80%;
	margin:0 auto;
	margin-top:15px;
}
.complimentoryFabBox .headingBox {
    width: 100%;
    height: 15px;
    border-bottom: 2px solid #8A8A8A;
    text-align: center;
}
.complimentoryFabBox .headingText {
    font-size: 22px;
    background-color: #fff;
    padding: 0 10px;
    text-transform: uppercase;
    color: #4e4e4e;
    letter-spacing: 0px;
    font-weight: 500;
}
.complimentoryFabBox{margin-top:35px;}
.fabricImgBox{margin-top:30px;}
@media (min-width: 992px){
	.fabricImgBox{width:20%!important;}
}
.fabricImg{/*height:118px;*/}
.productDetailSection{margin-bottom:20px;}
.complimentoryFabContainer{
	
}

@media (min-width:992px) and (max-width:1199px){
	.productDetailContentBox {
		padding-left: 0!important;
		width: 42.8%!important;
		padding-right: 25px;
	}
	.productDetailImgBox {
		padding-right: 0!important;
		width: 43%;
	}

	.productMainImg {
		width: auto;
		height: auto;
	}
}
@media (min-width:768px) and (max-width:991px){
	.productMainImg {	
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.productDetailThumb {margin-left:0;}
}
@media (max-width:991px){
	.productDetailThumbBox {padding:0!important;}
	.productDetailThumb {margin-left:0;}
	.productDetailImgBox{padding:0!important;}
	.productMainImg {
		width: auto;
		height: auto;
		max-width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.productDetailContentBox {padding:0!important;}
	.productDetailHeading, .productDetailPattern {
		font-size: 20px;
	}
	.addFavoriteBoxLink {
        font-size: 14px!important;
	}
	.rateBefore, .rateAfter {
		font-size: 15px!important;
		margin-right: 2px;
		vertical-align: middle;
		margin-top: -1px;
	}
	.downloadBox a, .shareBox a {		
		font-size: 13px!important;		
	}
	.noteBox {
		text-align: center;
		color: #a9a9a9;
		font-size: 11px;
		width: 100%;
		margin: 0 auto;
		margin-top: 15px;
	}
	.complimentoryFabContainer {
		padding: 0;
	}
	.complimentoryFabBox .headingText, .productContainer .headingText {
		font-size: 15px;
		width: 135px;
	}
	.complimentoryFabBox .headingBox, .productContainer .headingBox {
		width: 100%;
		height: 7px;
	}
	.specificationsBox h4 {
		font-size: 15px;
	}
	.productRow .productImg {
		margin-bottom: 30px;
		/*height: 100px;*/
	}
	.fabricImg {
		margin-bottom: 0px;
		/*height: 100px;*/
	}
	.loginSection .col-md-5{padding-left:0;}
}
.detailNewBadge{
	float: right;
    margin-left: 13px;
    margin-right: -13px;
    margin-top: -7px;
}
.productNewBadge{
	position: absolute;
    z-index: 999;
    margin-top: -3px;
    margin-left: -3px;
}
@media (max-width: 767px){
  .productMainImg {
	  width: 100%;
	  height: auto!important;
	  max-width: 100%;
	  margin-top: 20px;
	  margin-bottom: 20px;
  }
}
/***************  Product Detail Page Ends *******************/
@media(max-width:991px){
 
}
@media (max-width: 991px) and (orientation: landscape){
 .filterPriceBox h5 span {  
  width: 67px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
 }
}
@media (max-width: 991px) and (orientation: portrait){
 .filterPriceBox h5 span {  
  float: right;
 }
}
@media (min-width:768px) and (max-width: 991px) and (orientation: portrait){
 .filterPriceBox h5 span {  
  width: 67px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
 }
}
@media(max-width:420px){
 .fabricImgBox{
  width:50%!important;
  text-align:center;
 }
 .fabricImg{
  display: inherit;
  /*height: 120px;*/
 }
 .productImgBox{
  width:50%!important;
  text-align:center;
 }
 .productImg{
  display: inherit;
  /*height: 120px;*/
 }
}
@media (min-width:600px) and (max-width: 600px) and (orientation: portrait){
 .filterPriceBox h5 span {  
  width: 67px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
 }
}
@media(max-width:767px){
	.breadcrumbBox {
	  padding: 20px 0 0px 0;
	  margin-bottom: -5px;
	}
	.filterByBox {
	  margin-top: 20px;
  }
}
/*D. 26 Jul 2017*/
@media (max-width: 767px){
	.punchlineSection h1:first-child {
		font-size: 32px!important;
		line-height: 1.6em!important;
	}
	.punchlineSection h1:nth-child(2) {
		font-size: 20px!important;
		padding-right: 0!important;
		line-height: 1.6em!important;
	}
	.punchlineSection {
		padding: 25px 15px!important;
	}
}
@media (max-width: 767px) and (orientation: landscape){
	.punchlineBox {
		padding: 0 8em!important;
	}
	.masterSlider .item {
		height: 85vh;
	}
}
@media (min-width: 600px) and (max-width: 600px){
	.punchlineBox {
		padding: 0 0em!important;
	}
}
@media (max-width: 600px){
	.punchlineBox {
		font-size: 28px!important;
	}
}


/****D.10 Aug 2017****/
@media (min-width:450px) and (max-width: 649px) and (orientation: Portrait){
.punchlineBox {
    padding: 0 0em;
    width: 70%!important;
    margin: 0 auto!important;
}
}
@media (min-width: 650px) and (max-width: 767px){
.punchlineBox {
    padding: 0 10em!important;
}
}
.landingProductBox{
	transition:0.3s all ease-out;
}
.landingProductBox:hover .item-desc {
    background-color: #dedede;
    color: #404040;
}

/*D. 22 Aug 2017 - For Livesmart logo on detail page*/
.livesmartLogo{
	width: 140px;
    right: 23px;
    margin-top: 48px;
    position: absolute;

}
.priceFavoriteBox{margin-top:50px;}
.mobileSearchBox{display:none!important;}
@media (max-width:767px){
	.searchContainer{display:none;}
	.mobileSearchBox{
	  	display:block!important;
		padding-left: 3%;
  	}
	.searchBox {
	  margin-bottom: 10px;
	  margin-top: 15px;
	  background: transparent;
	  width: 75%;
  }
  .searchIcon {
    margin-top: 18px;
  }
}


/****D.4 Sep 2017 - About Us page****/

.aboutMainSection{
	
}
.aboutMasterImg{width:100%;}
.aboutTextBox{
	padding: 40px 4.5em;
	padding-bottom: 10px;
}
.aboutTextBox h1{
	color: #3e3d3d!important;
	margin-top:0;
	font-family:Hind;
	font-size:25px;
	margin-bottom: 12px;
}
.aboutPrimaryPara{
	font-size:18px;
	line-height:1.5em;
}
.aboutSecondaryPara{
	font-size:16px;
	line-height:1.5em;
}
.aboutBoldPara{
	font-size:15px;
	font-weight:600;
	font-style:italic;
	line-height:1.5em;
}
@media (max-width: 767px){
	.aboutMainSection .col-md-12{padding:0;}
	.aboutcontentBox{
		margin-top: 20px;
	}
	.aboutTextBox {
		padding: 30px 0px;
		padding-bottom: 10px;
	}
	.aboutTextBox h1 {
		font-size: 22px;
	}
	.aboutPrimaryPara {
		font-size: 16px;
	}
	.aboutSecondaryPara {
		font-size: 14px;
	}
	.aboutBoldPara {
		font-size: 13px;
	}
}
.newProductsHeadingBox{

}
.newProductsHeading{
	width: 194px!important;
	padding-top: 3px!important;
}
@media (max-width: 991px){
  	.newProductsHeading{
		width: 145px!important;
		padding-top: 0px!important;
	}
}


/************* D. 11 Sep 2017 ****************/
.filterProdBox h6{
	font-family: Hind;
    font-size: 13px;
    color: #656363;
    margin-top: 22px;
    font-weight: 400;
	margin-bottom:0;
}
.punchlineSection h1:first-child {
	text-align:center;
	margin:0;
	font-family: 'Domillion-Clean';
	color:#808080;
	font-size:5em;
	line-height: 1.3em;
}
@media (max-width: 991px) and (min-width: 768px){
	.punchlineSection h1:first-child {
		font-size: 3em!important;
	}
	.siteNavbar a {
	padding: 10px 8px !important;
	font-size: 1.25rem !important;
	}
}
@media (min-width: 992px) and (max-width: 1200px){
	.punchlineSection h1:first-child {
		font-size: 4em!important;
	}
}
@media (max-width: 767px) and (min-width: 650px){
	.punchlineBox {
		padding: 0 8em!important;
	}
}
@media (max-width: 767px) and (orientation: landscape){
	.punchlineBox {
		padding: 0 5em!important;
	}
}


/***** For favorites List Page ****/
.priceLabel {
    background: #FEE04E;
    position: absolute;
    right: 0;
    margin-top: -33px;
    margin-right: 26px;
    padding: 3px 8px;
    font-size: 12px;
    font-family: 'Conv_AVENIRLTSTD-HEAVY';
}
.favBox{	
    border: 1px solid #e2e2e2;
    background: #fff;
    border-radius: 3px;
	margin-bottom: 30px;
}
.favBox .ImgBox img{
	width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 210px;
	border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.favBox .ImgBox .priceLabel {
    background: #fff;
    position: absolute;
    right: 0;
	border-radius:2px;
    margin-top: -28px;
    margin-right: 22px;
    padding: 3px 8px;
    font-size: 11px;
    font-family: 'Conv_AVENIRLTSTD-HEAVY';
}
.favBox .ImgBox .priceLabel .priceDarkSpan{
	color: #000;
}
.favBox .ImgBox .priceLabel .priceLightSpan{
	color: #adadad;
}
.favBox .contentBox{
	padding: 10px;
}
.favBox .contentBox h4{
	font-family: Hind;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.favBox .contentBox h4 span{
	font-family: Hind;
	font-size: 13px;
	color:grey;
	font-weight:400;
	margin-left:2px;
}
.favBox .contentBox ul{
	font-family: Hind;
	font-size: 12px;
	list-style-type:none;
	padding-left:0px;
	margin-bottom:0;
}
.favBox .contentBox ul li{
	line-height: 1.6em;
    padding-left: 0px;
    width: 95%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.removeFavBtn{
    color: #fff;
    border: 1px solid #fff;
    background: #555555;
    padding: 4px 15px;
    font-size: 12px;
    letter-spacing: 0px;
    margin-top: 20px;
    padding-top: 8px;
    transition: 0.3s all ease-out;
    font-weight: 400;
}
.removeFavBtn:hover{
	background: #f52d2d;
	color: #fff;
}
.removeFavBtn i{
	vertical-align: middle;
    font-size: 17px;
    margin-top: -2px;
}
@media (max-width:470px){
	.favBoxContainer{
		width:100%!important;
		margin-top:15px;
	}
	.favBox .ImgBox img {		
		max-height: 260px!important;
	}
	.favBox{margin-bottom:0px;}
}
@media (max-width:767px){
	.favBoxContainer{margin-top:15px;}
	.favBox .ImgBox img {		
		max-height: 260px;
	}
	.favBox{margin-bottom:0px;}
}
.favoriteTextBox h1{
    font-family: Hind;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
	color: #333;
}
.favoriteTextBox p{
	font-family: Hind;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 25px;
}
@media (max-width:767px){
	.favoriteTextBox{margin-top:20px;}
	.favoriteTextBox h1 {
        font-size: 22px;
	}
	.favoriteTextBox p {
        font-size: 14px;
		margin-bottom: 10px;
	}
}
.continueBtn{
	color: #fff;
    border: 1px solid #fff;
    background: #555555;
    padding: 10px 22px 8px 22px;
    font-size: 16px;
    letter-spacing: 0px;
    margin-top: 10px;
    /* padding-top: 8px; */
    transition: 0.3s all ease-out;
    font-weight: 500;
}
.continueBtn i {
    vertical-align: middle;
    font-size: 20px;
    margin-top: -2px;
	margin-left:3px;
}
.continueBtnBox{
	text-align:center;
	margin-bottom:15px;
}
@media (max-width:767px){
	.continueBtnBox{margin-top:15px;}
}
/***** For favorites List Page Ends ****/



/*********** D. 12 Sep 2017 **********/

.liveSmartBadge{
	position: absolute;
    padding: 4px 6px;
    background: #F7FCFF;
    border-radius: 35px;
    bottom: 0;
    right: 30px;
    margin-bottom: 35px;
    float: right;
}
@media (max-width:767px){
	.liveSmartBadge{
		right: 21px;
	}
}


/*********** For Send form Page **********/
.formLabel{
	font-family: Hind;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    margin-bottom: 3px;
}
.formText{
	font-family: Hind;
    font-size: 15px;
    color: #333;
    height:42px;
	border-radius:0px!important;
	box-shadow:none!important;
	
}
.formText:focus{border-color:grey!important;}
.formTextArea{
	font-family: Hind;
    font-size: 15px;
    color: #333;
	resize:none;
	border-radius:0px!important;
	box-shadow:none!important;
	
}
.formTextArea:focus{border-color:grey!important;}
.formRow .form-group{margin-bottom:22px;}
.formCheck{
	margin-left:-7px;
	margin-top: 10px;
}
.formSendBtn{
	color: #fff;
    border: 1px solid #fff;
    background: #555555;
    padding: 8px 30px;
    font-size: 16px;
    letter-spacing: 0px;
    margin-top: 30px;
    transition: 0.3s all ease-out;
    font-weight: 500;
}
@media (max-width:767px){
	.formCheck {
		margin-left: 9px;
	}
	.formChkLabel{
		margin-top: 5px;
		position: absolute;
		margin-left: 4px;
		font-size: 12px!important;
	}
	.formSendBtn {
		margin-left: 15px;
		margin-top: 45px;
	}
	.formRow{margin-top:2em;}
}
/*********** For Send form Page Ends **********/


/************ For Search Results page *****************/
.searchMainbox{
	
}
.searchMainbox h1{
	color: #3e3d3d!important;
    margin-top: 0;
    font-family: Hind;
    font-size: 25px;
    margin-bottom: 12px;
}
.cartitemimageTable {
    width: 15px;
    height: 15px;
    margin-left: 0;
    padding-right: 0;
    border: 1px solid #ddd;
}
.searchTable tr th{
	color: #3e3d3d!important;
    font-family: Hind;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle!important;
    text-transform: uppercase;
    padding-bottom: 5px!important;
    border: none!important;
	background:#f5f5f5!important;
}
.searchTable tr td{
	color: #464646!important;
    font-family: Hind;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle!important;
    padding-top: 15px!important;
    padding-bottom: 13px!important;
	border-color: #e6e5e5!important;
}
.searchTable tbody tr:first-child td{
	border-top:1px solid #f5f5f5!important;
}
@media (max-width:767px){
	.searchMainbox h1 {		
		font-size: 20px;
		margin-top: 20px;
	}
}
/************ For Search Results page Ends *****************/

/************** For Thank You Page ******************/
.thankYouContentBox{
	text-align: center;
    margin-bottom: 10em;
    margin-top: 4em;
}
.thank-you-text{
	font-family: Hind;
    font-size: 35px;
	margin-top: 0;
}
.thank-you-sub-text{
	font-family: Hind;
    font-size: 22px;
    margin-bottom: 22px;
    margin-top: 40px;
	line-height: 1.3em;		
}
.thank-you-text img{width:50px;}
.dummy-thankyou-para{
	font-size: 15px;
    width: 90%;
    margin: 0 auto;
    line-height: 1.7em;
    margin-bottom: 6px;
}
@media (max-width:767px){
	.thankYouContentBox {
		margin-top: 3em;
		margin-bottom: 4em;
	}
	.thank-you-text {
		font-size: 25px;
	}
	.thank-you-text img {
		width: 35px;
	}
	.thank-you-sub-text {		
		font-size: 19px;
		line-height: 1.3em;
		margin-top: 22px;
	}
	.dummy-thankyou-para {
		font-size: 14px;
		width: 100%;
	}
}
/************** For Thank You Page Ends  ******************/


/************** for Contact Us page  *******************/
.contactmainBox{	
	background-size:cover;
	background-repeat:no-repeat;	
}
@media (min-width:1201px){
	.contactmainBox{height:700px;}
}
@media (min-width:768px) and (max-width:1200px){
	.contactmainBox{height:74vh;}
}
.contactLeft{
	float:left;
	width:52%;
	padding:25px;
}
.contactRight{
	float: left;
    width: 48%;
    padding: 0;
    background-color: rgba(37, 8, 37, 0.7);
    height: 100%;
}
.contactAddrBox{
	background-color: rgba(255, 255, 255, 0.85);
	padding:20px;
	width:50%;
	padding-left: 25px;
    padding-top: 25px;
}
.contactAddrBox h1{
	color: #3e3d3d!important;
    margin-top: 0;
    font-family: Hind;
    font-size: 24px;
    margin-bottom: 18px;
}
.contactAddrSubBox h5{
	color: #3e3d3d!important;
    margin-top: 0;
    font-family: Hind;
    font-size: 15px;
    margin-bottom: 5px;
	font-weight:700;
}
.contactAddrSubBox p{
	color: #3e3d3d!important;
    margin-top: 0;
    font-family: Hind;
    font-size: 15px;
    margin-bottom: 0px;
	font-weight:400;
}
.contactAddrSubBox{margin-bottom:15px;}
.contactRight{
	padding: 25px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}
.contactRight h2{
	color: #fff!important;
    margin-top: 0;
    font-family: Hind;
    font-size: 22px;
    margin-bottom: 0px;
	text-transform:uppercase;
	letter-spacing:2px;
}
.contactRight hr{
	margin-top: 12px;
    margin-bottom: 20px;
    border: 0;
    border-top: 3px solid #fff;
    width: 65%;
}
.contactRight p{
	color: #fff!important;
    margin-top: 0;
    font-family: Hind;
    font-size: 17px;    
    font-weight: 400;
    width: 80%;
    margin: 0 auto;
	margin-bottom: 5px;
}
.contactFromRow .col-md-12, .contactFromRow .col-md-4, .contactFromRow .col-md-7, .contactFromRow .col-md-5, .contactFromRow .col-md-6{
	padding-left:4px!important;
	padding-right:4px!important;
}
.contactFormText{
	border-radius:0!important;
	text-transform:uppercase;
	font-family: Hind;
    font-size: 14px;
	letter-spacing:1px;
	height:32px!important;
	border-color: #fff;
}
.contactFormText:focus{
	border-color: #fff;
}
.contactFormTextArea{
	border-radius:0!important;
	text-transform:uppercase;
	font-family: Hind;
    font-size: 14px;
	letter-spacing:1px;
	resize:none;
	border-color: #fff;
}
.contactFormTextArea:focus{
	border-color: #fff;
}
.contactFromRow .form-group {
    margin-bottom: 10px;
}
.contactFormCheck{
	font-family: Hind;
    font-size: 16px;
	letter-spacing:0px;
	color: #fff;
	margin-top:18px;
}
.contactFromSubmit{
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    padding: 4px 50px;
    font-size: 15px;
    letter-spacing: 3px;
    margin-top: 30px;
    padding-top: 8px;
    transition: 0.3s all ease-out;
    font-weight: 500;
}
.contactFromSubmit:hover {
    background: #fff;
    color: #3e3d3d;
}

/*** For circular checkbox  ***/
.round {
  position: relative;
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  top: 0;
  width: 28px;
  margin-bottom: -10px;
  margin-right: 5px;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;  
  opacity: 0;
  position: absolute;
  top: 10px;
  transform: rotate(-45deg);
  width: 12px;
  margin-left: -5px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: #66bb6a;
  border-color: #66bb6a;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}	


.contactRight .content{margin-top:2em;}

@media (max-width:767px){
	.contactLeft {
		float: none;
		width: 100%;
		padding: 15px;
	}
	.contactAddrBox {
		padding: 15px;
		width: 100%;
		padding-left: 15px;
		padding-top: 15px;
	}
	.contactmainBox {
		height: auto;
		margin-top: 20px;
	}
	.contactAddrBox h1 {
        font-size: 20px;
	}
	.contactAddrSubBox h5 {
        font-size: 14px;
	}
	.contactAddrSubBox p {
        font-size: 13px;
	}
	.contactRight {
		float: left;
		width: 100%;
		padding: 0px 25px 25px 25px;
	}
	.contactRight h2 {
        font-size: 20px;
	}
	.contactRight p {
		font-size: 15px;
		width: 100%;
	}
	.round input[type="checkbox"] {
		visibility: hidden;
		width: 1px;
		height: 1px;
	}
	.contactFormCheck {
        font-size: 14px;
	}
}
@media (min-width:768px) and (max-width:991px){
	.contactAddrBox {
        width: 90%;
	}
	.contactRight p {		
		font-size: 15px;
		width: 100%;
	}
}
@media (min-width:992px) and (max-width:1200px){
	.contactAddrBox {
        width: 70%;
	}
	.contactRight p {		
		font-size: 15px;
		width: 100%;
	}
	.contactLeft {
        width: 50%;
	}
	.contactRight {
        width: 50%;
	}
}
/************** for Contact Us page Ends *******************/
/********* For product detail modal - 25 Sep 2017 ***********/
.infoModal .modal-content {
    border-radius: 0!important;
    border: none!important;
}
.infoModal .modal-header {
    background: linear-gradient(#FEFEFD, #F9F9F9 15%, #E5E5E5);
    border-radius: 0!important;
    padding: 15px 25px!important;
    border: none;
}
.infoModal .modal-header .close-icon {
    position: absolute;
    float: right;
    right: 20px;
    font-size: 30px!important;
    margin-top: 1px;
    color: grey;
    cursor: pointer;
}
.infoModal .modal-header .modal-title {
    font-family: Hind!important;
    color: #000!important;
    font-size: 20px;
    padding-top: 4px;
}
.infoModal .modal-body {
    padding: 20px 25px!important;
 padding-bottom: 10px!important;
}
.infoModal .modal-body p {
    font-family: Hind!important;
    color: #000!important;
    font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 10px;
}
.infoModal .modal-body p b{
 color: #424242;
    font-weight: 600;
    font-style: oblique;
}
.infoModal .modalBtn{
 border: none!important;
    background: #DBDBDB!important;
    border-radius: 4px;
    padding: 8px 25px;
    font-family: 'Conv_AVENIRLTSTD-HEAVY';
    font-size: 13px;
    transition: 0.3s all ease-out;
    letter-spacing: 0px;
 margin-top:20px;
}
.infoModal .modalBtn:hover {
    background: #c1c1c1!important;
}
.infoModal .modal-body .locationBox{
 margin-top:15px;
 margin-bottom:15px;
 font-family: 'Conv_AVENIRLTSTD-HEAVY'!important;
    color: #000!important;
}
.infoModal .modal-body .locationBox i{
 color:#7A7DFE;
 font-size:25px;
 vertical-align:middle;
 margin-right: 5px;
}
.infoModal .modal-body .eventModalContentBox p{font-size:14px!important;}
.infoModal .modal-body img{
 padding: 4px;
    border: 1px solid #ddd;
}
@media (max-width:767px){
 .infoModal {z-index:9999;}
 .infoModal .modal-header {
  padding: 15px 15px!important;
 }
 .infoModal .modal-header .modal-title {
  font-size: 15px;
 }
 .infoModal .modal-body p {
  font-size: 13px!important;
 }
 .infoModal .modal-body .locationBox {  
  font-size: 12px;
 }
 .infoModal .modal-body .locationBox i {
        font-size: 20px;
 }
 .infoModal .modal-body {
  padding: 20px 15px!important;
  padding-bottom: 10px!important;
 }
 .infoModal .modal-header .close-icon {
  position: absolute;
  float: right;
  right: 9px;
  font-size: 25px!important;
  margin-top: 0px;
  color: grey;
  cursor: pointer;
 }
}
/********* For product detail modal - 25 Sep 2017 Ends ***********/


@media (max-width: 767px){
  .loginBox a {
	  margin-left: 10px;
	  font-size: 12px;
  }
  .loginSection {
	  font-size: 12px;
  }
  .loginSection i {
	  margin-top: -1px;
  }
}


/******* D. 6 Oct 2017 - Ipad issue ********/

@media (max-width: 991px) and (min-width: 768px) and (orientation: portrait){
ul.priceList {
    width: 105px!important;   
}
.priceList li {   
    font-size: 22px!important;
    margin-right: 2px!important;
}
.filterByBox {   
    margin-bottom: 20px;
}
.complimentoryFabBox .headingBox, .productContainer .headingBox {    
    height: 8px;
}
.searchIcon {    
    right: 33%;
}
}

.overlayShow {
	/*position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity:.6;
	z-index: 9999;
	background: rgb(249,249,249) 50% 50% no-repeat ;
	background-size: 100px 100px;*/
}

.overlayHidden {display:none;}

@media (max-width: 767px){
	.overlayShow {}}
.overlayShow {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
	opacity:.6;
    height: 100%;
    z-index: 9999;
   /* background: url('/images/uploads/products/loadingGIF.gif') 50% 50% no-repeat rgba(249,249,249,0.8);*/
   background-image: url('/images/uploads/products/loadingGIF.gif');
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-color:rgba(249,249,249,0.8);
	
}


@media (max-width: 991px){
	.productContainer {
    	margin-top: 17px;
	}
}
/*D. 21 June 2018*/

@media (max-width: 767px){
.loginBox a {
    margin-left: 18px!important;
    font-size: 13px!important;
    line-height: 1.8em!important;
    margin-right: 8px!important;
    display: inline-block!important;
}
.loginBox {
    padding: 0!important;
    margin-top: -4px;
}
}
.loginBox a {   
    display: inline-block!important;
}

/*********** D. 11 June 2020 **********/

.liveSmartEvolveBadge{
	position: absolute;
    padding: 4px 6px;
    background: #F7FCFF;
    border-radius: 35px;
    bottom: 0;
    right: 96px;
    margin-bottom: 35px;
    float: right;
}
@media (max-width:767px){
	.liveSmartEvolveBadge{
		right: 54px;
	}
}


.liveSmartOutdoorBadge{
	position: absolute;
    padding: 4px 6px;
    background: #F7FCFF;
    border-radius: 35px;
    bottom: 0;
    right: 63px;
    margin-bottom: 35px;
    float: right;
}
@media (max-width:767px){
	.liveSmartOutdoorBadge{
		right: 54px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px){
section.productMainSection .container > .col-md-3 {
    padding-right: 0;
}
.filterCategoryBox ul {
    padding-left: 12px;
}
}
 
