@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);
@import url('https://fonts.googleapis.com/css?family=Lora');
{
  /* HOMEPAGE */
}
.l-extra .wrapper {
  background-color: #fff;
}
.l-extra .the-slideshow-wrapper {
  height: 400px;
 /* margin-bottom: 20px;*/
}
.l-extra .the-slideshow-wrapper .the-slideshow {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position:relative;
}
.l-extra .the-slideshow-wrapper .the-slideshow .slides {
  height: 100%;
  	position: absolute;   
	top: 0;               
	left: 0;              
	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-extra .the-slideshow-wrapper .the-slideshow .slide {
  position: relative;
  float:left;
}
.l-extra .the-slideshow-wrapper .the-slideshow .slide .slide-texts {
  position: absolute;
  top: 55px;
  left: 75px;
}

.l-extra .the-slideshow img {
  width: 100%;
  height: 100%;
}
.l-extra .the-slideshow h2 {
  margin-bottom: 5px;
  padding: 5px 15px 7px 10px;
  background-color: #936395;
  text-transform: uppercase;
  line-height: 100%;
  font-size: 34px;
  font-family: 'Poiret One', cursive;
   color:#fff
}
.l-extra .the-slideshow .shop-now {
  /* background-image: url('../img/button.jpg');
  Old browsers */
 background-color: #85ad51;
 color:#fff;
  text-transform: capitalize;
  padding: 7px 15px;
  font-size: 1.25em;
}
.l-extra .the-slideshow .text1 h2 {
	background:#879a0a
}
.l-extra .the-slideshow .text1 p{
	background:#fedbb9;
}
.l-extra .the-slideshow .text2 h2{
	background:#28727d
}
, .l-extra .the-slideshow .text2 p{
	background:#b9f3fe
}
l-extra .the-slideshow .text2 .shop-now  {
	background:#51a3ad
}
.l-extra .the-slideshow p {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-bottom: 20px;
  padding: 15px 20px 18px 10px;
  background-color: #e2c5cb;
  font-size: 1.2em;
  font-weight: 400;
  font-family: 'Poiret One', cursive;
   color:#000
}
.l-extra .collection-showcase {
  padding: 10px;
}
.l-extra .collection-showcase li {
  position: relative;
  width: 530px;
  height: 210px;
  float: left;
  margin-bottom: 15px;
  text-align: center;
  background-color:#e2deda;
}
.l-extra .collection-showcase li:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.l-extra .collection-showcase li.collection-blue {
	background-color: #85ad51;
  margin-right: 20px;
}
.l-extra .collection-showcase li.collection-orange {
  background-color: #b0cd4b;
}
.l-extra .collection-showcase li.collection-green {
  background-color: #5e826c;
  margin-right: 20px;
}
.l-extra .collection-showcase li.collection-red {
  background-color: #353a2d;
}
.l-extra .collection-showcase li a {
  display: block;
  width: 100%;
  height: 100%;
}
.l-extra .collection-showcase li img {
  /* width: 100%;
  height: 100%; */
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.l-extra .collection-showcase li .collection-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 100%;
  overflow: hidden;
}
.l-extra .collection-showcase li .collection-info {
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
}
.l-extra .collection-showcase li .collection-info h3 {
  display: block;
  margin: 65px 0 20px;
  font-size: 30px;
  line-height: 100%;
  color:#fff;
  font-family: 'Poiret One', cursive;
}
.l-extra .collection-showcase li .collection-info span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.l-extra .collection-showcase li .shop-now {
  padding: 15px 20px;
  background-color: #000;
  font-size: 1.2em;
  border:1px solid #fff;
  color:#fff
  
}
.l-extra .brands-showcase {
  position: relative;
  margin-top: 30px;
  padding: 0 10px 35px;
  text-align: center;
  z-index: 99;
}
.l-extra .brands-showcase h3 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-bottom: 25px;
  padding: 0 15px;
  background-color: #fff;
  color: #2e2e2e;
  font-size: 1.4em;
  text-transform: uppercase;
  
}
.l-extra .brands-showcase h3:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: .3em;
  left: 10px;
  right: 10px;
  display: block;
  border-bottom: 3px solid #000;
}
.l-extra .brands-showcase ul {
  width: 1080px;
  margin: 0 auto;
}
.l-extra .brands-showcase li {
  display: table;
  float: left;
  width: 155px;
  height: 65px;
  margin:0 12px;
  border:1px solid #ddd; 
  background-color: #fff;
}
.l-extra .brands-showcase li a {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.l-extra .brands-showcase li a img {
  max-width: 85%;
  max-height: 55px;
}
.page-sidebar{
	float:left;
	width:280px;
}
.home-product{
	float:right;
	width:800px;
	padding-bottom:20px;
}
.home-product .cmpBr, .home-product .ctrlbr, .home-product #fpcap, .home-product .dynpg {
    display: none;
}

.home-product h3{
  display: block;
  padding: 10px;
  color: #fff;
background: #000 ;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500 ;
  font-family: 'Lato', sans-serif;
}
.l-content .wrapper {
  width: 100%;
  background-color: #fff;
}
 .custom-page {
  color: #414141;
}
 .custom-page h3 {
 background-color: #000;
    color: #ffffff;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 1.2em;
    font-weight: 100;
    margin-bottom: 25px;
    padding: 10px 25px;
    text-transform: capitalize;
    vertical-align: middle;
}
 .custom-page p {
  margin-bottom: 20px;
  font-size: .75em;
  font-weight: bold;
}
 .product-list-container {
 margin-top: 20px;
}
 .filters-container {
  position: relative;
}
 .right-filters {
  position: absolute;
  top: 22px;
  right: 0;
  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;
  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: #000;
}
 .right-filters .first-filter {
  border-left: 0 none;
}
 .filters-label,  .filters-spacer {
  display: none;
}
 .top-options {
  margin-bottom: 10px !important;
  font-weight: bold;
  font-size: .75em;
}
 .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: #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;
  background-image: url(../img/down-blue-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: 96%;
  height: 300px;
  margin-bottom: 15px;
  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-list-grid .inner-td-1 .product-inner-table {
  margin-left: 0;
}
 .product-list-grid .inner-td-2 .product-inner-table {
  margin-left: 5px;
}
 .product-list-grid .inner-td-3 .product-inner-table {
  margin-left: 10px;
}
 .product-image-container {
  height: 180px;
  padding-top: 20px;
}
 .product-image-container .product-image-link {
  display: block;
  width: 100%;
  height: 100%;
}
 .zoom-tool-container,  .description-container,  .subtitle,  .product-payment-matters {
  width: 90%;
  margin: 0 auto;
}
 .subtitle {
  font-weight: normal;
}
 .zoom-tool-container {
  margin-top: -40px;
  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-bottom-spacer {
  width: 60px;
  margin: 0 auto;
  margin-top: 25px;
  border-bottom: 1px solid #cfcfcf;
}
 .product-payment-matters {
  margin-top: 15px;
}
 .product-price {
  text-align: center;
  color: #d30708;
  font-size: 1.15em;
}
 .product-old-price {
  width: 30%;
  text-align: center;
  color: #d30708;
  font-size: 1.15em;
  font-weight: bold;
}
 .clr.time2 {
  display: none;
}
.page-home  .bottom-pagination-container, .page-home  .top-options {display:none;}
 .bottom-pagination-container {
  margin-top: 20px !important;
  margin-bottom: 30px !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: #e4001b;
}
 .page-number,  .goto-form {
  display: none;
}

.page-home .top-options-bottom {
  height: 15px !important;
}

.page-custom -container {
 /* margin-top: 30px;*/
}

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