/* --------------------------------------
   Layout
   -------------------------------------- */

#features {
	text-align: center;
}

#features img {
	margin: 0 0 20px;
}

#inputMessage {
	margin-bottom: 15px;
}

footer {
	background: #9ab774;
	color: #fff;
	font-size: 11px;
	padding: 20px;
}


/* --------------------------------------
   Typography
   -------------------------------------- */

   
body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

.well .page-header {
	margin-top: 0;
}

.well .page-header h1 {
	margin-top: 0;
}

ul.unstyled {
	list-style: none;
	padding: 0;
}


/* --------------------------------------
   Navbar
   -------------------------------------- */

#searchInput {
	width: 200px;
}

.navbar-brand {
	/*padding: 13px 15px;*/
}
 .navbar-form
 {
   margin: 0;
  padding-top: 5px;
  }
 
/* --------------------------------------
   Carousel
   -------------------------------------- */

#myCarousel,#products-main {
	margin-top: 81px; 
	  /*margin-bottom: 100px;*/
}

.carousel-caption {
	font-size: 24px;
	background: rgba(171, 122, 159,0.5);
	padding: 10px;
	  bottom: 60px;
}

.carousel-caption h4 {
	font-size: 32px;
}

#myCarousel .item { height: 400px; }

#slide4 {
	
	background: url('/images/fd/valentines-flowers-large.jpg') top center no-repeat;
}


#slide1 {
	background: url('/images/fd/valentines-flowers-large.jpg') top center no-repeat;
	/*background: url('/images/fd/christmas-flowers.jpg') top center no-repeat;*/
	/*background: url('/images/fd/flowers-medium.jpg') top center no-repeat;*/
	/*background: url('/images/fd/mday_flower_basket3.jpg') top center no-repeat;*/
	/*background: url('/images/fd/autumn-flowers.jpg') top center no-repeat;*/
}

#slide2 {
	background: url('/images/fd/sympathy-flowers-medium.jpg') top center no-repeat;
}

#slide3 {
	background: url('/images/fd/flowers-medium.jpg') top center no-repeat;
}


/* --------------------------------------
   Global Styles
   -------------------------------------- */

.alert {
	margin-top: 20px;
	display: none;
}

.well {
	margin: 20px 0;
}

.tabbable img.thumbnail {
	margin: 0 20px 10px 0;
}

.thumbnails {
	margin: 20px 0;
}

.thumbnail {
	position: relative;
}

.thumbnail h3 {
	font-size: 16px;
	margin: 0 0 10px;
	line-height: 20px;
}

.thumbnail .price {
	font-size: 22px;
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 10px;
}

.thumbnail .price sup {
	font-weight: normal;
	font-size: 12px;
}

.thumbnail span.glyphicon {
	margin-right: 5px;
}

.product-block
{
	 /* border: 1px solid #DDDDDD;*/
  /*border-bottom: 1px solid #DDDDDD;*/
  text-align: center;
  margin-bottom:20px;
}

.product-block .image .product-label-special {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #60A24F;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  border: 3px solid #fff;
}



.product-filter {
  border-bottom: 1px solid #ededed;
  border-top: 3px solid #ededed;
  padding: 3px 0px;
  line-height: 30px;
  margin-bottom: 18px;
}

.box .box-heading {
  border-bottom: 3px solid #eeeeee;
  padding: 0px 0px 20px 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  color: #ffffff;
}

.sidebar .box .box-heading span {
  background: #ab72a4;
}
.box .box-heading span {
  background: #ab72a4;
  height: 36px;
  padding: 0px 10px;
  display: inline-block;
}

.box .box-heading span a {
  color: white;
}

.box .box-content {
  color: #999999;
  padding: 10px 0 0;
}

.box ul.box-category > li:first-child {
  padding: 0px 8px 8px 0px;
}
.box ul.box-category > li {
  padding: 8px 8px 8px 0px;
}
.box .box-content ul li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0px;
}

.box ul.box-category li a:hover {
  color: #ab72a4;
}


li.holid a{color:red}


.sort
{
	  margin-top: 6px;
	  color: #a0a0a0;
}


.sort select {
  padding: 4px;
  border: 1px solid #dbdbdb;
}

.sidebar [class*="col-"] {
  width: 100%;
}
.sidebar .product-block {
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
}

.sidebar .product-block .image {
  float: left;
  margin-right: 12px;
  width: 40%;
}

.product-block .image {
  display: block;
  margin-bottom: 0px;
  position: relative;
  text-align: center;
}

.price2
{
	  display: block;
  font-weight: bold;
  color: #008000;
  margin: 8px 0 24px;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}

.price3
{
	  display: block;
  font-weight: bold;
  color: #008000;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}



.product-block .image .product-label-special {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #D9534F;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  border: 3px solid #fff;
}
.product-block .rating {
  display: block;
}

.product-block .price-old {
  color: #999999;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 14px;
}

.rating .fa {
  width: 1em;
  color: #FFCC00;
  font-size: 1em;
}

.sidebar .product-block .cart, .sidebar .product-block .wishlist, .sidebar .product-block .compare, .sidebar .product-block .description, .sidebar .product-block .quickview {
  display: none !important;
}

.itm-step-h
{
	font-size: 21px;

}
/* --------------------------------------
   Media Queries
   -------------------------------------- */

/* Portrait & landscape phone */
@media (max-width: 480px) {
	
	.thumbnail .price {
		font-size: 14px;
	}
	
	.thumbnail .price sup {
		font-size: 10px;
	}
	
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
	
	#myCarousel .item { height: 310px; }
	
	#slide1 {
		background: url('/images/fd/valentines-flowers-large.jpg') top center no-repeat;
	  /*background: url('/images/fd/christmas-flowers.jpg') top center no-repeat;*/
	  	/*background: url('/images/fd/flowers-small.jpg') top center no-repeat;*/
		/*background: url('/images/fd/mday_flower_basket3.jpg') top center no-repeat;*/
		/*background: url('/images/fd/autumn-flowers.jpg') top center no-repeat;*/

	}
	
	#slide2 {
		background: url('/images/fd/sympathy-flowers-small.jpg') top center no-repeat;
	}
	
	#slide3 {
		background: url('/images/fd/flower-baskets-small.jpg') top center no-repeat;
	}
	
	.carousel-caption {
		font-size: 16px;
	}
	
	.carousel-caption h4 {
		font-size: 22px;
	}
	
}

/* Large desktop */
@media (min-width: 1200px) {

	#myCarousel .item { height: 500px; }
	
	#slide1 {
	    background: url('/images/fd/valentines-flowers-large.jpg') top center no-repeat;
		/*background: url('/images/fd/flowers-large.jpg') top center no-repeat;*/
		/*background: url('/images/fd/christmas-flowers.jpg') top center no-repeat;*/
		/*background: url('/images/fd/mday_flower_basket3.jpg') top center no-repeat;*/
		/*background: url('/images/fd/autumn-flowers.jpg') top center no-repeat;*/

	}
	
	#slide2 {
		background: url('/images/fd/sympathy-flowers-large.jpg') top center no-repeat;
	}
	
	#slide3 {
		background: url('/images/fd/flower-baskets-large.jpg') top center no-repeat;
	}

}