@import url('https://fonts.googleapis.com/css?family=Dancing+Script|Libre+Baskerville');
 {
  /* HOMEPAGE */
}
.l-content{margin-top:-15px;}
 .shop-now {
  background-color: #d20f74;
  color: #fff;
  padding: 7px 15px;
  text-align: center;
  font-weight: bold;
  font-size: .75em;
}
 .l-content .the-slideshow-wrapper {
  height: 505px;
  margin-bottom: 20px;
  padding: 10px;
 background-color: #eeffba;
}
 .l-content .the-slideshow-wrapper .the-slideshow {
  float: left;
  width: 710px;
  height: 100%;
  margin-right: 10px;
  overflow: hidden;
  position:relative;
}
 .l-content .the-slideshow-wrapper .the-slideshow .slides {
	position: absolute;   
	top: 0;               
	left: 0;
	height:100%;             
	width: 300%;
	margin: 0;            
	padding: 0;
	
	/*CSS3 webkit keyframes animation*/
	-webkit-animation-name: AutoSlide;
	-webkit-animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	
	/*CSS3 moz keyframes animation*/
	-moz-animation-name: AutoSlide;
	-moz-animation-duration: 20s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	
	/*CSS3 W3C keyframes animation*/
	animation-name: AutoSlide;
	animation-duration: 20s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
 .l-content .the-slideshow-wrapper .the-slideshow .slide {
  position: relative;
  float:left;
}
 .l-content .the-slideshow-wrapper .the-slideshow .slide .slide-texts {
  position: absolute;
  bottom: 55px;
  left: 55px;
}
 .l-content .the-slideshow-wrapper .the-slideshow-banner {
  float: left;
  width: 360px;
  height: 100%;
}
 .l-content .special-collections {
  height: 293px;
  margin-bottom: 70px;
}
 .l-content .special-collections ul {
  height: 100%;
}
 .l-content .special-collections li {
  float: left;
}
 .l-content .special-collections .block-normal {
  width: 260px;
}
 .l-content .special-collections .block-wide {
  width: 550px;
  margin: 0 15px 0;
}
 .l-content .brands-showcase {
  position: relative;
  width: 1000px;
  margin: 50px auto;
  text-align: center;
  z-index: 99;
}
 .l-content .brands-showcase h3 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-bottom: 20px;
  padding: 0 15px;
  background-color: #fff;
  color: #2e2e2e;
  font-size: 1.4em;
  text-transform: capitalize;
}
 .l-content .brands-showcase h3:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: .3em;
  left: 0;
  display: block;
  width: 100%;
  border-bottom: 3px solid #2e2e2e;
}
 .l-content .brands-showcase li {
  display: table;
  float: left;
  width: 155px;
  height: 65px;
  margin: 0 5px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
}
 .l-content .brands-showcase li a {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
 .l-content .brands-showcase li a img {
  max-width: 85%;
  max-height: 55px;
}
 .l-content .reassurance-messages {
  display: table;
  width: 100%;
  height: 105px;
  background-color: #e1fa94;
}
 .l-content .reassurance-messages ul {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
 .l-content .reassurance-messages li {
  position: relative;
  float: left;
  width: 25%;
  text-transform: capitalize;
}
 .l-content .reassurance-messages li:hover:before {
  background-color: #d20f74;
}
 .l-content .reassurance-messages li:before {
  content: '';
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: left;
  width: 65px;
  height: 65px;
  margin: 0 10px 0 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #a7cb5a;
  background-image: url("../img/sprite.png");
  background-position: -34px -256px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
 .l-content .reassurance-messages li h5 {
  margin-top: 15px;
  font-size: .8em;
  font-weight: bold;
  color:#000
}
 .l-content .reassurance-messages li h6 {
  font-size: .65em;
  color:#000
}
 .the-slideshow img {
  /*max-width: 100%;
  max-height: 100%;*/
}
 .the-slideshow h2 {
  margin-bottom: 10px;
  padding: 5px;
  background-color: #d9429f;
  background-color: rgba(0, 0, 0, 1);
  text-transform: capitalize;
  line-height: 100%;
  font-size: 2.8em;
  font-weight: bold;
  color:#fff;
  font-family: 'Dancing Script', cursive;
}
 .the-slideshow p {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-bottom: 15px;
  padding: 5px 20px 5px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 1);
  font-weight: bold;
  color:#fff;
  font-family: 'Libre Baskerville', serif;
}
 .the-slideshow .shop-now {
  font-size: 1em;
}
 .collection-block,  .the-slideshow-banner {
  position: relative;
  height: 100%;
  overflow: hidden;
}
 .collection-block:hover img,  .the-slideshow-banner:hover img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
 .collection-block a,  .the-slideshow-banner a {
  display: block;
  width: 100%;
  height: 100%;
}
 .collection-block img,  .the-slideshow-banner img {
  position: absolute;
  top: 0;
  left: 0;
  /*max-width: 100%;
  max-height: 100%;*/
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
 .collection-block .block-info,  .the-slideshow-banner .block-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background-color: #000;
 background-color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
 .collection-block .block-info h3,  .the-slideshow-banner .block-info h3 {
 position: absolute;
top: -36px;
left: 0;
padding: 14px 15px .2em;
background-color: rgba(0, 0, 0, 0.5);
font-size: 30px;
text-transform: capitalize;
color:#fff;
font-family: 'Dancing Script', cursive;
}
 .collection-block .block-info h4,  .the-slideshow-banner .block-info h4 {
  margin-bottom: 5px;
  font-size: 0.8em;
  text-transform: capitalize;
  color:#fff;
  font-family: 'Libre Baskerville', serif;
}
 .collection-block .block-info h5,  .the-slideshow-banner .block-info h5 {
  font-size: 1em;
  color:#fff
}
 .collection-block .block-info h5 b,  .the-slideshow-banner .block-info h5 b {
  color: #f63a39;
  font-weight: bold;
}
 .collection-block .block-info .shop-now,  .the-slideshow-banner .block-info .shop-now {
  position: absolute;
  right: 15px;
  top: 30%;
}
.custom-page {
  color: #5f5b58;
}
.custom-page h3 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-bottom: 25px;
  padding: 10px 25px;
  color: #fff;
  background-color: #97ced0;
  text-transform: capitalize;
  font-size: 1.2em;
  font-weight: 100;
  font-family: 'Lato', sans-serif;
}
.custom-page p {
  margin-bottom: 20px;
  font-size: 13px;
}
.product-list-container {
  margin-top: 20px;
}
.filters-container {
  position: relative;
}
.right-filters {
  position: absolute;
  top: 21px;
  right: 10px;
  padding-bottom: 0 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d4d4d4;
  color: #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 5px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 5px 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 5px 0px;
  font-weight: bold;
  font-size: .75em;
}
.right-filters a, .right-filters b {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 4px 8px 3px;
  border-left: 1px solid #d4d4d4;
}
.right-filters b {
  background: #dedede;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dedede 0%, #eef0ef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dedede), color-stop(100%, #eef0ef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dedede 0%, #eef0ef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dedede 0%, #eef0ef 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dedede 0%, #eef0ef 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dedede 0%, #eef0ef 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#eef0ef',GradientType=0 );
  /* IE6-9 */
  border-left: 1px solid #d4d4d4;
}
.right-filters a {
  color: #d30708;
}
.right-filters .first-filter {
  border-left: 0 none;
}
.filters-label, .filters-spacer {
  display: none;
}
.top-options {
  margin-bottom: 10px !important;
  padding-left: 15px !important;
  font-weight: bold;
  font-size: .75em;
}
.top-options .option-display {
  padding-right: 10px !important;
}
.top-options .option-values {
  padding: 4px 28px 4px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d4d4d4;
  color: #d30708;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 5px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 5px 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 5px 0px;
  background-image: url(../img/down-red-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.top-options .option-arrow {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 8px;
  height: 15px;
  background-image: url("../img/sprite.png");
  background-position: -62px -475px;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.product-inner-table {
  width: 95%;
  height: 336px;
  margin-bottom: 15px;
  margin-left: 10px;
  font-size: .8em;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(50, 50, 50, 0.4) 0px 2px 15px 0px;
  -moz-box-shadow: rgba(50, 50, 50, 0.4) 0px 2px 15px 0px;
  box-shadow: rgba(50, 50, 50, 0.4) 0px 2px 15px 0px;
  color: #242424;
}
.product-inner-table a {
  color: #242424;
}
.product-image-wrapper {
  padding: 0 !important;
  margin: 25px auto !important;
}
.product-image-container {
  height: 195px;
  display: table;
  /* padding-top: 20px; */
  /*
  .product-image {
  	width: 140px;
  	height: 140px;
  }
  */
}
.product-image-container .product-image-link {
  display: block;
  width: 100%;
  height: 100%;
}
.product-image-container .g-hlp {
  display: table-cell;
  width: 100%;
  height: 206px;
  vertical-align: middle;
}
.zoom-tool-container, .description-container, .subtitle, .product-payment-matters {
  width: 90%;
  margin: 0 auto;
}
.subtitle {
  font-weight: normal;
}
.zoom-tool-container {
  margin-top: -50px;
  text-align: right;
}
.zoom-tool-container .zoom-button {
  padding-left: 16px;
  background-image: url("../img/sprite.png");
  background-position: -60px -500px;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: .9em;
}
.zoom-tool-container:after {
  content: '';
  display: block;
  width: 60px;
  margin: 25px auto 15px auto;
  border-bottom: 1px solid #cfcfcf;
}
.product-info-container {
  height: 130px;
}
.all-texts {
  height: 65px;
}
.product-payment-matters {
  height: 35px;
  margin-top: 15px;
}
.product-payment-matters td {
  width: 50%;
}
.product-price {
  text-align: center;
  color: #d30708;
  font-size: 1.2em;
}
.product-old-price {
  width: 30%;
  text-align: center;
  color: #d30708;
  font-weight: bold;
  font-size:14px;
}
.product-old-price .oriprs {
  font-size: .9em !important;
  float: none !important;
}
.clr.time2 {
  display: none;
}
.bottom-pagination-container {
  margin-top: 20px !important;
  border: 0 !important;
  font-size: .8em;
}
.bottom-pagination-container .pager {
  display: block !important;
}
.bottom-pagination-container .prev, .bottom-pagination-container .next {
  width: 50%;
}
.bottom-pagination-container .prev a, .bottom-pagination-container .next a {
  color: #212121 !important;
  font-weight: normal !important;
}
.bottom-pagination-container .prev a:first-child, .bottom-pagination-container .next a:last-child {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 15px;
  height: 17px;
  margin-top: -3px;
}
.bottom-pagination-container .prev a:first-child img, .bottom-pagination-container .next a:last-child img {
  display: none;
}
.bottom-pagination-container .prev {
  text-align: right;
}
.bottom-pagination-container .prev a:first-child {
  background-image: url("../img/sprite.png");
  background-position: -9px -499px;
  background-repeat: no-repeat;
}
.bottom-pagination-container .next {
  text-align: left;
}
.bottom-pagination-container .next a:last-child {
  background-image: url("../img/sprite.png");
  background-position: -30px -499px;
  background-repeat: no-repeat;
}
.bottom-pagination-container .pages {
  text-align: center;
}
.bottom-pagination-container .pages a {
  font-weight: normal !important;
}
.bottom-pagination-container .pages a.enabled, .bottom-pagination-container .pages .pipe {
  color: #212121 !important;
}
.bottom-pagination-container .pages a.disabled {
  color: #239eda;
}
.page-number, .goto-form {
  display: none;
}

/* Cross-Browser Bug Fixes */
/* IE */
.ie .product-inner-table {
  border: 1px solid #b0b0b0;
}
