.update_qty{
	padding-left:33px;
	visibility:hidden;
}
.update_qty:hover{
	text-decoration:underline;
}

.totals{
	font-size:12px;
	font-weight:regular;
}
.center_horizontally_and_vertically{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.checkout_img_link{
	border:1px solid #CCC;
	text-align:center;
}
.checkout_img_link:hover{
	border:1px solid #555555;
}
.sc_img_link{
	width:100%; 
	height:100%;
	display:block; 
	vertical-aligh:middle;
	border:1px solid #CCC;
}
.sc_img_link:hover{
	border:1px solid #555555;
}

#fast-delivery-icon{
	width:78px;
	/* display:inline; */
	margin-bottom:5px;	
}
#shopping-cart-items{
	background-color:#fe9601; 
	color:#ffffff; 
	font-size:13px;
	font-style: normal; 
	margin-bottom:20px;
}
#shopping-cart-icon{
	color:#fe9601; 
	display:inline; 
	margin:0px; 
	font-size:45px;
	vertical-align:middle;
}
.checkout-table{
	background-color:#ffffff;
}
.checkout-table td{
	background-color:#ffffff;
}

.price-column{
	text-align:right;
}
.input-number{
	width: 70px;//80	
	vertical-align: middle;
	text-align: center;
	outline: none;
	display: inline-block;
	margin: 0;
}

.selected-item{
	font-weight:bold; 
	text-decoration:underline; 
	color:red;
}
.cimgs{
	border-top:3px solid #FFF;
	border-bottom:3px solid #FFF;
}
.cimgs:hover{
	border-top:3px solid #2693ff;
	border-bottom:3px solid #2693ff;
/*	width:370px;
	height:215px;
	overflow:hidden;*/
}

#triangle-bottomright { 
	width:25px;
    height:25px;
    border-radius:18px;
    color:#000;
    line-height:25px;
    text-align:center;
    background:#fff;
}

.old_price{
	color:red;
	text-decoration:line-through;
}
.discount{
	color:red;
}
.new_price{
	color:green;
	font-weight:bold;
}
.quantity{
	font-size:inherit;
	font-weight:inherit;
}
.pricing-table{
	list-style-type: none;
}
.pricing-table li{
	background-color: #eeeeee;
	text-align:center;
}
/* active menu item start */
.top-bar-section ul li.active > a {
    color:#000;
}

/*zoom on hover on banner images start*/
.grow { transition: all .2s ease-in-out; width:100%;}
.grow:hover { 
	-webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
/*zoom on hover on banner images end*/

.top-bar-section ul li.active > a:hover {
	color:#000;
		/* background: #efffbf !important;
		border: 2px solid;
		border-radius: 25px; */
}
/* active menu item end */

.header{
	/* background: url(../images/pattern.png) repeat; */
	background-color: #ffffff;/*2980b9*/
}
.top-bar{
	background-color:#eeeeee;
}
.top-bar-left ul{
	background-color:#eeeeee;
}
.top-bar-right{
	background-color:#eeeeee;
}
.top-bar-container{
	background-color:#eeeeee; /*e6e6e6;*/
	border-bottom:1px solid #ff0000; /*2980b9*/
	margin-bottom:15px;
}

a{
	outline:none;
}
.green-font-1{
	color:#00b300;
}
.logo-section{
	margin:15px 0px;
}
.left-side{
	color:#ff0000;
}
#hotline{
	color:#ff8000;
}

/* for the first page zooming/sliding images start */
.image-wrapper {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.04);
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 4px; }

.image-overlay-content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0; }

.overlay-fade-in p {
  letter-spacing: 0.15em;
  color: #f4f4f4;
  font-size: 28px;
  opacity: 0;
  transition: all 0.2s linear; }
.overlay-fade-in img {
  transition: all 0.2s linear; }
.overlay-fade-in .image-overlay-content {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease-in-out; }
.overlay-fade-in h2 {
  color: #f2f2f2;
  font-size: 1.8rem;
  margin-top: 40%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0.7); }
.overlay-fade-in .button {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #FFF;
  color: #222;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000;
  position: relative;
  border: 1px solid #999;
  opacity: 0;
  transition: all 0.2s ease-in-out; }
  .overlay-fade-in .button:hover {
    box-shadow: 0 0 5px #000; }
.overlay-fade-in:hover img {
  transform: scale(1.2); }
.overlay-fade-in:hover .image-overlay-content {
  opacity: 1; }
.overlay-fade-in:hover h2, .overlay-fade-in p, .overlay-fade-in .button {
  opacity: 1; }
.overlay-fade-in:hover p {
  transition-delay: 0.1s; }
.overlay-fade-in:hover .button {
  transition-delay: 0.2s; }

.overlay-slide-in-left img {
  transition: all 0.3s ease-in-out; }
.overlay-slide-in-left .image-overlay-content {
  background-image: url(http://www.awwwards.com/awards/images/2015/04/pattern.jpg);
  background-color: rgba(0, 0, 0, 0.3);
  transform: translateX(-110%);
  opacity: 1;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 7px #ccc; }
.overlay-slide-in-left h2 {
  font-size: 1.8rem;
  background: rgba(255, 255, 255, 0.7);
  margin-top: 40%;
  color: #000;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }
.overlay-slide-in-left p {
  opacity: 0;
  color: #333;
  transition: all 0.2s linear; }
.overlay-slide-in-left .button {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000;
  position: relative;
  border-radius: 7px; }
  .overlay-slide-in-left .button:hover {
    background-color: #444; }
.overlay-slide-in-left:hover .image-overlay-content {
  transform: translateX(0px); }
.overlay-slide-in-left:hover img {
  transform: translateX(80%);
  transition-delay: 0.1s; }
.overlay-slide-in-left:hover p {
  opacity: 1;
  transition-delay: 0.4s; }

.overlay-fade-in-new-background .button {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  box-shadow: 0 0 1px #000;
  position: relative;
  opacity: 0;
  transition: all 0.2s ease-in-out; }
  .overlay-fade-in-new-background .button:hover {
    box-shadow: 0 0 5px #fff;
    background-color: #222; }
.overlay-fade-in-new-background p {
  font-size: 28px; }
.overlay-fade-in-new-background .image-overlay-content {
  opacity: 0;
  background-image: url(http://subtlepatterns.com/patterns/gplaypattern.png);
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.4s ease-in-out; }
.overlay-fade-in-new-background h2 {
  color: #000;
  font-size: 1.6rem;
  margin-top: 30%;
  opacity: 0;
  transition: all 0.2s ease-in-out; }
.overlay-fade-in-new-background p {
  opacity: 0;
  transition: all 0.2s linear; }
.overlay-fade-in-new-background img {
  transition: all 0.2s ease-in-out; }
.overlay-fade-in-new-background:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  transform: scale(1.5); }
.overlay-fade-in-new-background:hover .image-overlay-content {
  opacity: 1; }
.overlay-fade-in-new-background:hover h2, .overlay-fade-in-new-background p, .overlay-fade-in-new-background .button {
  opacity: 1; }
.overlay-fade-in-new-background:hover p {
  transition-delay: 0.1s; }
.overlay-fade-in-new-background:hover .button {
  transition-delay: 0.2s; }
/* zooming/sliding images end*/

/* home page links start */
.home_page_a{
	color:#FE396A;
}
.home_page_a:link{
	color:#FE396A;
}
.home_page_a:hover{
	color:#FE396A;
}
.home_page_a:active{
	color:#ff4c4d;
}
/* home page links end */

/* home page moving images start */
.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    background:#fcfcfc;
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* FF3.6+ */
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); /* Chrome,Safari4+ */
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Opera11.10+ */
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* IE10+ */
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); /* W3C */
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:45px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/logos_slider/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/logos_slider/button-next.png) no-repeat;
}
/* home page moving images end */

/* scroll to the top start */
#scrollUp {
  bottom: 20px;
  right: 20px;
  padding: 19px 19px;
   background: url("../images/top.png");
  color: #fff;
}
/* scroll to the top end */

/* footer start */
.full-width {

  max-width: 1400px;

}

.footer {

  background-color: #eeeeee;/*2980b9*/

  padding: 2rem 4rem;

  text-align: center;

  color: #666666;/*fff*/

  border-top:1px solid #ff0000; /*2980b9*/
}

.footer i {

  font-size: 100px;

}

.footer h4 {

  color: #666666;

  font-size: 1em;

  font-weight: 400;

  text-transform: uppercase;

  margin-top: 2.5rem;

  margin-bottom: 10px;

}

.footer p, .footer a {

  font-weight: 300;

  font-size: .8em;

  color: #666666;

}

@media only screen and (min-width: 40.063em) {

  .footer .columns:nth-child(n+2) {

    border-left: 1px solid #b3b3b3;

    min-height: 280px;

  }

}

.footer-links {

  list-style-type: none;

}

.footer-links li {

  margin-top: .5em;

}

/* footer end */

/* contact us page form start */
.number_format{
	border: 3px solid;
	border-radius: 25px;
	font-size:16px;
	font-weight:bold;
}
.red_star{
	font-size:18px;
	color:#FF0000;
	vertical-align:top;
}
/* contact us page form end */


.featured-collections {
	font-size:40px;
}

@media screen and (max-width: 400px) {
	.featured-collections {
		font-size: 20px;
	}
}