
	  /*body{background-image: linear-gradient(rgba(47,23,15,.65),rgba(47,23,15,.65)),url("img/store_bg.jpg");}*/
	  body{background-image:none;}
	  #mainNav{border-top:2px solid #FBB03B;border-bottom:2px solid #FBB03B;background-color: rgba(251, 176, 59,1)!important;
	  
	  #Nav_left{padding-left: 140px;}
	  .chamblee_logo{position: absolute;left: 50%;top:50%;transform: translate(-50%,-55%);width: 200px;height: 180px;}
	  #mainNav .navbar-nav .nav-item.active .nav-link:hover {
       color: white;
      }
	  #mainNav .navbar-nav .nav-item.active .nav-link {
        color: black;
     }
	.heading .social {
		display:block;
		margin: 0;
		padding-right: 200px;
		list-style: none;
		text-align: right;
		padding-right: 200px;
	}
    .social li a i{color: black!important;transition: all .25s;font-size: 24px;}
    .social li a i:hover{ color: white!important;}
    #mainNav .navbar-nav .nav-item .nav-link{font-size: 18px;color: black;transition: .25s;}
    #mainNav .navbar-nav .nav-item .nav-link:hover{color: white;}
	.heading .social li {
    display: inline-block;
    padding-right: 15px;
    }
	.heading .header-nav {
    display: inline-block;
    }
	.heading .col-sm-8 {
    text-align: right;
    }
	.heading .finder, .heading .cart, .heading .search {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-left: 15px;
    padding: 12px 0 12px 15px;
    color: #fff;
	transition: 0.25 all;
    border-left: 1px solid rgba(255, 255, 255, .05);
    }
	.heading .header-nav a {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-left: 15px;
    padding: 12px 0 12px 15px;
    color: #fff;
	transition: 0.25 all;
    border-left: 1px solid rgba(255, 255, 255, .05); 
   }
   .heading .header-nav a i {
    margin-right: 5px;
   }
   .pramotional_b_1{background-image: url("../products/ad_temp.jpg");background-size: cover;background-position: center;background-repeat: no-repeat;}
   .pramotional_b_2{background-image: url("../products/ad_temp.jpg");background-size: cover;background-position: center;background-repeat: no-repeat;}
   .search a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
	transition: 0.25 all;
   }
   
   .product {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 5px solid #ccc;
    padding: 10px;
    background-color: #f2f2f2; /* gray color */
  }
  
   .products .catogery_name{height: 100%;}
   .text-dark-b{color: #D35808;}
   .text-dark-R {color: #D35808;font-weight: bold;}
   .text-dark-w {color: #FFFFFF;font-weight: bold;}


   .bg-dark-b{background-color: #2E99C7;}
   .search span {
    display: inline-block;
    margin-right: 5px;
   }
   .heading .social li a {
    color: #fff;
   }
   .header-nav a:hover {color: #FBB03B!important;}
   .search a:hover {
	 color: #FBB03B!important;	  
   }
	.bg-primary{background-color: #E7E6E6!important;}
	.bg-primary_1{background-color: #E7E6E6!important;}
	
    .carousel-item{height: 450px;}
    .carousel-item img{height: 100%; width:100%;}
    .item_discription{display: flex;display: -webkit-flex;margin-bottom: .5em;}
    .item_title{flex: 0 1 100%;text-transform: uppercase;font-weight: 600;align-content: stretch;position: relative;display: inline-block;}
    .item_title::after{content: '';border-bottom: 1px solid #000000;flex-grow: 1;margin: 0 .5em .5em;box-sizing: border-box;padding: 0;margin: 0;background-repeat: no-repeat;position: absolute;height: 1px;width: 30%;right: 20px;}
	  .item_price{font-weight: bold;}
	  .nav-pills .nav-link.active, .nav-pills .show>.nav-link{background-color: #000000;border-radius: 0px!important;}
	  .nav-pills .nav-link{color: #000000;}
	  .nav-pills .nav-link{border-radius: 0px!important;}



		@media (min-width: 1200px){
			   .container-slider {
					max-width: 1240px;
				   margin: 0 auto;
			   }
		}
       
		@media (max-width:996px){
			.chamblee_logo{
				display: none;
			}
			.heading .social {
				padding:0px;
				text-align: left;
				padding-top: 20px;
				padding-bottom: 20px;
			}
			#Nav_left{padding-left: 0px;}
			.carouselExampleIndicators{
				height: 320px!important;
			}
			.space-50{height: 20px;}
			h1{font-size: 1.6em;}
		}

