/** Shopify CDN: Minification failed

Line 29:144 Expected identifier but found "*"
Line 37:293 Expected identifier but found "*"
Line 1078:0 Comments in CSS use "/* ... */" instead of "//"
Line 1156:35 Expected identifier but found "0"
Line 1270:19 Unexpected "-->"
Line 1365:44 Expected ":"
Line 1702:2 Expected identifier but found "*"
Line 4046:2 Expected identifier but found "*"
Line 4519:11 Unexpected "-->"
Line 4560:9 Unexpected "-->"

**/
/*
* Testament Shopify theme
* Copyright 2014, Underground Media
* www.shopifythemes.net
*
* Gridlock - A CSS responsive grid system [12 column - Desktop standard]
* @author Ben Plum
* @version 0.2.0
*
* Copyright © 2013 Ben Plum <mr@benplum.com>
* Released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
*/

/* !Reset Box-sizing */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; *behavior: url(boxsizing.htc); }

/* !Defaults */
.gridlock .row { margin-left: auto; margin-right: auto; width: 960px; /* Fallback */ }
.gridlock .row:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.gridlock .row .row { margin-left: -1.0416666666666667%; margin-right: -1.0416666666666667%; width: 102.0833333333333334%; }
.gridlock .row [class*="desktop-"] { float: left; margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }
.gridlock .row [class*="desktop-"].right { float: right; }
.gridlock .row [class*="desktop-"].padded { margin-left: 0; margin-right: 0; padding-left: 1.0416666666666667%; padding-right: 1.0416666666666667%; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box; *behavior: none; }

.fl { float: left; }
.fr { float: right; }
.first { clear: left; }

span.learn-more a {
    color: #fff;
}
/*SCROLL BELLYDANCE*/
ul.dl-menu.dl-menuopen {
  overflow-y: scroll;
  max-height: 300px;
  min-width: 260px;
}
h2.century {
  font-family: 'Century Gothic';
}
/*Desplegable*/
ul.sub {
  padding-top: 20px;
  min-width:500px;
}
/*Fin*/
.owl-item {
    max-height: 530px;
    padding: 5px;
    text-align:center;
}
.left-product h1{
    display:inline-block;
}
.next-prev {
    position: relative;
}
.load-timer {
    position: absolute;
    background: rgba(255, 255, 255, 0.46);
    width: 100px;
    height: 30px;
    top: 0px;
}
span.variant-sku {
    text-transform:uppercase !important;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
}
ul.sub.pibe-10 {
    left: -410px !important;
}
p.content-price {
    position: absolute;
    bottom: -10px;
    background: #fff;
    padding:5px 10px;
    min-height: 70px;
    width: 100%;
}
span.title-item {
    display: block;
    width: 100%;
}
span.product-price {
    display: block;
    width: 100%;
    font-size:14px;
}
.section-title.lines.lines-home-page:after {
    content: '';
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #d1d1d1;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
}
ul.icons-social li {
    display: inline-block;
    margin-right: 5px;
}
ul.icons-social li a,ul.icons-social li a i,ul.icons-social li a,ul.icons-social li a i.icon-facebook.icon-2x,ul.icons-social li a i.icon-twitter.icon-2x,ul.icons-social li a i.icon-pinterest.icon-2x {
    color: #fff;
}
.content-social {
    width: 100%;
    padding: 20px;
    text-align: center;
    background: #e7e7e7;
}
ul.icons-social-h-p li a,ul.icons-social-h-p li a i,ul.icons-social-h-p li a,ul.icons-social-h-p li a i.icon-facebook.icon-2x,ul.icons-social-h-p li a i.icon-twitter.icon-2x,ul.icons-social-h-p li a i.icon-pinterest.icon-2x {
    color: #000;
}
ul.icons-social-h-p {
    margin: 0;
}
ul.icons-social-h-p li {
    display: inline-block;
    margin: 0px 5px;
}
.slide-image-octacore {
    width: 100%;
    position: relative;
    margin:0 auto;
    overflow:hidden;
}
.slide-image-octacore .owl-carousel.owl-theme {
    width: 90%;
    margin: 0 auto;
}
.slide-image-octacore a.prev {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0%, -50%);
    z-index:100;
}
.slide-image-octacore a.next {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0%, -50%);
    z-index:100;;
}
.box-image.b-left {
    margin-right: 10px;
}
.box-image.b-right {
    margin-left: 10px;
}
.classig-bellydance {
    margin: 40px 0px;
}
/* !Rows, Widest to Thinest */
@media screen and (min-width: 1220px) {
  .gridlock .row.classic { width: 100%; }
}
@media screen and (min-width: 1200px) {
  .gridlock .row { width: 1200px; }
}
@media screen and (max-width: 1200px) {
  .gridlock .row { width: 90%; }
}
@media screen and (max-width: 980px) {
  .gridlock .row { width: 720px; }
}
@media screen and (max-width: 740px) {
  .gridlock .row { width: 480px; }
}
@media screen and (max-width: 500px) {
  .gridlock .row { width: 300px; }
}

/* !Desktop - Default, 12 column, 1220 + 960 (min 980), IE Standard */
.gridlock .row .desktop-1  { width: 6.25%; }
.gridlock .row .desktop-2  { width: 14.5833333333333333%; }
.gridlock .row .desktop-3  { width: 22.9166666666666667%; }
.gridlock .row .desktop-4  { width: 31.25%; }
.gridlock .row .desktop-5  { width: 39.5833333333333333%; }
.gridlock .row .desktop-6  { width: 47.9166666666666667%; }
.gridlock .row .desktop-7  { width: 56.25%; }
.gridlock .row .desktop-8  { width: 64.5833333333333333%; }
.gridlock .row .desktop-9  { width: 72.9166666666666667%; }
.gridlock .row .desktop-10 { width: 81.25%; }
.gridlock .row .desktop-11 { width: 89.5833333333333333%; }
.gridlock .row .desktop-12 { width: 97.9166666666666667%; }

/* Push Cells */
.gridlock .row .desktop-push-1  { margin-left: 9.375%; }
.gridlock .row .desktop-push-2  { margin-left: 17.7083333333333333%; }
.gridlock .row .desktop-push-3  { margin-left: 26.0416666666666667%; }
.gridlock .row .desktop-push-4  { margin-left: 34.375%; }
.gridlock .row .desktop-push-5  { margin-left: 42.7083333333333334%; }
.gridlock .row .desktop-push-6  { margin-left: 51.0416666666666667%; }
.gridlock .row .desktop-push-7  { margin-left: 59.375%; }
.gridlock .row .desktop-push-8  { margin-left: 67.7083333333334%; }
.gridlock .row .desktop-push-9  { margin-left: 76.0416666666668%; }
.gridlock .row .desktop-push-10 { margin-left: 84.375%; }
.gridlock .row .desktop-push-11 { margin-left: 92.7083333333335%; }

/* Center Cells */
.gridlock .row [class*="desktop-"].center { margin-left: auto; margin-right: auto; }

/* !Generic, fractions */
.gridlock .row .desktop-third { width: 31.25%; }
.gridlock .row .desktop-half { width: 47.9166666666666667%; }
.gridlock .row .desktop-full { width: 97.9166666666666667%; }

.gridlock .row .desktop-push-third { margin-left: 34.375%; }
.gridlock .row .desktop-push-half { margin-left: 51.0416666666666667%; }

/* !Desktop - Max, 12 column, 1200 (min 1221) */
@media screen and (min-width: 1221px) {
  .gridlock .row .max-1  { width: 6.25%; }
  .gridlock .row .max-2  { width: 14.5833333333333333%; }
  .gridlock .row .max-3  { width: 22.9166666666666667%; }
  .gridlock .row .max-4  { width: 31.25%; }
  .gridlock .row .max-5  { width: 39.5833333333333333%; }
  .gridlock .row .max-6  { width: 47.9166666666666667%; }
  .gridlock .row .max-7  { width: 56.25%; }
  .gridlock .row .max-8  { width: 64.5833333333333333%; }
  .gridlock .row .max-9  { width: 72.9166666666666667%; }
  .gridlock .row .max-10 { width: 81.25%; }
  .gridlock .row .max-11 { width: 89.5833333333333333%; }
  .gridlock .row .max-12 { width: 97.9166666666666667%; }
  
  /* Push Cells */
  .gridlock .row .max-push-1  { margin-left: 9.375%; }
  .gridlock .row .max-push-2  { margin-left: 17.7083333333333333%; }
  .gridlock .row .max-push-3  { margin-left: 26.0416666666666667%; }
  .gridlock .row .max-push-4  { margin-left: 34.375%; }
  .gridlock .row .max-push-5  { margin-left: 42.7083333333333334%; }
  .gridlock .row .max-push-6  { margin-left: 51.0416666666666667%; }
  .gridlock .row .max-push-7  { margin-left: 59.375%; }
  .gridlock .row .max-push-8  { margin-left: 67.7083333333334%; }
  .gridlock .row .max-push-9  { margin-left: 76.0416666666668%; }
  .gridlock .row .max-push-10 { margin-left: 84.375%; }
  .gridlock .row .max-push-11 { margin-left: 92.7083333333335%; }
}

/* !Tablet, 6 column, 720 (min 739) */






#menu-two ul li a{
    text-decoration:none;
    color:#fff;
    font-family:'Century Gothic' !important;
    text-transform:uppercase;
    font-size:16px;
}
#menu-two ul li a:hover{
    color:#FFFFFF;
}

#menu-three ul .fb:first-child{
    border-right:0px solid #FFFFFF;
    margin-left:2px;

}

#menu-three ul li {
    float:right; /* Hacemos que el menu se muestre horizontal */
    padding-right:0px;
    color:#fff;
    margin-left:0px;

}

span.pie_pagina{
  color: #fff !important;
  font-size: 12px;
  width: 100% !important;
  text-align: left !important;
  display: block;
  padding-top: 10px;
  text-transform: uppercase !important;
}

.link-footer{
  color:#ADAEAE;
  font-family:'Century Gothic' !important;
  text-align:left;
  margin-top:8px !important;
  width:120px;
  text-transform:uppercase;
  font-size:12px !important;
}

.link-footer a{
  color:#ADAEAE !important;
}

@media screen and (min-width: 739px) and (max-width: 980px) {
  
  /*ALEXANDER*/
  
.link-footer{
  color:#fff;
  font-family:'Century Gothic' !important;
  text-align:left;
  margin-top:8px !important;
  width:auto;
  float:none;
}
  
#menu-three ul .fb:first-child{
    border-right:0px solid #FFFFFF;
    margin-left:0px;

}
  
#menu-three ul li {
    float:right; /* Hacemos que el menu se muestre horizontal */
    padding-right:0px;
    color:#fff;
    margin-left:0px;

}
  
#menu-two ul li a{
    text-decoration:none;
    color:#fff;
    font-family:'Century Gothic' !important;
    text-transform:uppercase;
    font-size:13px;
}
#menu-two ul li a:hover{
    color:#FFFFFF;
}
  
  
  span.flotante-cart{
    width:68px !important;
  }
  
    span.shop-now{
    font-size: 12px !important;
  }
  
  span.get-one{
    font-size: 14px !important;
    
  }
  
  .description-collections {
      width: 216px !important;
  }
  
  .title-collections{
    	
    font-size:15px !important;
  }
  
  .center-coll:first-child{
    border:0px !important;
  }
  .center-coll:last-child{
    border:0px !important;
  }
  
  .linear-belly:first-child {
    border-right: 2px #fff solid;
    padding-right: 15px;
}
  
  .lorem-ipsus {
      color: #fff;
      font-family: 'Century Gothic' !important;
      font-style: italic;
      font-size: 12px;
}
  
.linear-belly {
      height: 118px !important;
}

  .store-dance{
    margin-top:20px;
  }
  
  
  .learn-more {
      text-transform: uppercase;
      font-size: 11px !important;
      color: #fff;
      display: inline-block;
      padding-left: 10px;
}
  
  .super-search {
      max-width: none !important;
}
  
  .get{
    text-align:left !important;
  }
  /*FIN*/
  
  
  
  .gridlock .row [class*="desktop-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }
  
  .gridlock .row .tablet-1 { width: 14.5833333333333333%; }
  .gridlock .row .tablet-2 { width: 31.25%; }
  .gridlock .row .tablet-3 { width: 47.9166666666666667%; }
  .gridlock .row .tablet-4 { width: 64.5833333333333333%; }
  .gridlock .row .tablet-5 { width: 81.25%; }
  .gridlock .row .tablet-6 { width: 97.9166666666666667%; }
  
  /* Push Cells */
  .gridlock .row .tablet-push-1 { margin-left: 17.7083333333333333%; }
  .gridlock .row .tablet-push-2 { margin-left: 34.375%; }
  .gridlock .row .tablet-push-3 { margin-left: 51.0416666666666667%; }
  .gridlock .row .tablet-push-4 { margin-left: 67.7083333333334%; }
  .gridlock .row .tablet-push-5 { margin-left: 84.375%; }
  
  /* !Generic, fractions */
  .gridlock .row .tablet-third { width: 31.25%; }
  .gridlock .row .tablet-half { width: 47.9166666666666667%; }
  .gridlock .row .tablet-full { width: 97.9166666666666667%; }
  
  .gridlock .row .tablet-push-third { margin-left: 34.375%; }
  .gridlock .row .tablet-push-half { margin-left: 51.0416666666666667%; }
}





/* !Mobile, 3 column, 300 + 480 (max 740) */

.link-default{
  float: right !important;
}

#product-loop .product-index .product-info{
  border-bottom:0px;
}


@media screen and (max-width: 740px) {
  
  /*ALEXANDER*/
.slide-image-octacore a.prev,.slide-image-octacore a.next{
    display:none;
}
.zoomContainer {
    display: none;
}  
.owl-item {
    max-height: 389px;
    padding: 5px;
    text-align: center;
}  
#menu-three ul li {
    float:left; /* Hacemos que el menu se muestre horizontal */
    padding-right:0px;
    color:#fff;
    margin-left:0px;

}
#menu-two ul li a{
    text-decoration:none;
    color:#fff;
    font-family:'Century Gothic' !important;
    text-transform:uppercase;
    font-size:13px;
}
#menu-two ul li a:hover{
    color:#FFFFFF;
}
  
  
.link-footer{
  color:#fff;
  font-family:'Century Gothic' !important;
  text-align:left;
  margin-top:8px !important;
  width:auto;
  float:none;
}
  

  div.tienda-colecciones{
  text-align:center;
  margin: 0 auto;
}
.vales{
    display:block !important;
}

  .center-coll:first-child{
    border:0px !important;
  }
  .center-coll:last-child{
    border:0px !important;
  }
  
  .next-alex{
    display:none;
  }
  
  .prev-alex{
    display:none;
  }
  
  .customNavigation{
    display:block !important;
  }
  
  .linear-belly:first-child{
    border:0px !important;
  }
  
  .linear-belly:last-child{
    border:0px !important;
  }
  
    
.logo-center{
   text-align:center;
   margin:0 auto;
}
  .centrado-perfecto{
    text-align:center !important;
   margin:0 auto !important;
  }
  
  .fb{
    margin-top:10px !important;
  }
  
  .link-default{
    float: none !important;
}
  

  /*FIN*/
  
  
  .gridlock .row [class*="desktop-push-"], 
  .gridlock .row [class*="tablet-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }
  
  .gridlock .row .mobile-1 { width: 31.25%; }
  .gridlock .row .mobile-2 { width: 64.5833333333333333%; }
  .gridlock .row .mobile-3 { width: 97.9166666666666667%; }
  
  /* Push Cells */
  .gridlock .row .mobile-push-1 { margin-left: 34.375%; }
  .gridlock .row .mobile-push-2 { margin-left: 67.7083333333334%; }
  
  /* !Generic, fractions */
  .gridlock .row .mobile-third { width: 31.25%; }
  .gridlock .row .mobile-half { width: 47.9166666666666667%; }
  .gridlock .row .mobile-full { width: 97.9166666666666667%; }
  
  .gridlock .row .mobile-push-third { margin-left: 34.375%; }
  .gridlock .row .mobile-push-half { margin-left: 51.0416666666666667%; }
}

/* !Mobile - Min, 300 (max 500) */



/*TRATADOS*/
.ocu{
  display:none !important;
}

.get-two{
  padding-top:0px;
  padding-bottom:0px;
  width:170px !important;
  padding-right:0px !important;
}
.desplegar{
  	 display:none;
}

/*FIN*/


.desktop-4.mobile-3.sinspace.fb {
    float: right;
}

@media screen and (max-width: 500px) {
.owl-item {
    max-height: 500px;
    padding: 5px;
    text-align: center;
}    
input.input-email{
  width:78% !important;
}
  
.desktop-4.mobile-3.sinspace.fb {
    float: left;
} 
  .boton-shard{
    display:none;
  }
  
  .boton-quick{
    display:none;
  }
  
  .filter{
    float:none !important;
  }
  
  	.get{
      text-align:center !important;
    }

  
 .todo-search tr, .todo-search td{
      border:none !important;
 	  margin: 10px 0;
  }
  
  .todo-search td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    text-align: center;
    margin: 0 auto;
}
  
  .search-search{
    display:none !important;
  }
  
  .ocu{
  display:inline-block !important;
}
  
  .posicionamiento{
    position:relative;
  }
  
span.get-one {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding-bottom: 10px;
}
  
.gridlock .row {
    width: 100% !important;
}  
  .get-two {
      padding-top: 0px;
      padding-bottom: 0px;
      width: 200px !important;
      padding-right: 0px !important;
}
  
.boutique{
  	  display:none;
}
.desplegar{
  display:inline-block;
  width:100%;
}
  
.link-default{
  float:none !important;
}
  
  #menu-three ul li {
    float: left;
    padding-right: 4px !important;
    color: #fff;
}
  
.learn-more-two {
    margin-left: 0px !important;
    display: inherit;
}

   div.boton-quick{
   		height:0px !important;
   }
  /*FIN*/
}
  

 @media screen and (max-width: 320px) {
   
   div.boton-quick{
   		height:0px !important;
   }
   
   span.flotante-cart {
    width: 68px !important;
}
   
   .desktop-4.mobile-3.sinspace.fb {
      margin-left: 16px !important;
   }
     .get-two {
      padding-top: 0px;
      padding-bottom: 0px;
      width: 75% !important;
      padding-right: 0px !important;
}
 }
  
  .gridlock .row .min-full { width: 97.9166666666666667%; }
/* Default }*/

* {
  margin: 0;
}


#ienav { display: none; }


html, body {
  height: 100%;
  margin:0;
}

body {	
  color: #000000;
  background: #ffffff;
  
  font-size: 13px; 
  font-family:'Century Gothic', Helvetica, Arial, sans-serif;	
  line-height: 1.6em; 
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

img { max-width: 100%; border: 0; }

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family:'Century Gothic', Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: normal; 
  -webkit-font-smoothing: antialiased;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; color: #000000! important; }
h1 { font-size: 18px; }
h2 { font-size: 14px; }
h3 { font-size: 14px; }
h4 { font-size: 14px; }
h5 { font-size: 14px; }
h6 { font-size: 14px; }

h1, h2, h3, h4, h5, h6, p, dl, hr, ol, ul, pre, table, address, fieldset { margin-bottom: 10px; }

p { font-size: 13px; margin-bottom: 10px; }
strong { font-weight: bold; }
em { font-style:italic; }
pre { font-family: "Courier New", Courier, monospace; font-size: 13px; font-weight:bold; }

p.date { }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

a { text-decoration: none; color: #222222; outline: 0;
  -webkit-transition:color .1s ease-in;
  -moz-transition:color .1s ease-in;
  -o-transition:color .1s ease-in;
  transition:color .1s ease-in;
}
a:hover { color: #222222; text-decoration: none;}
a:visited { color:#222222; text-decoration: none; }
a:focus { outline: none; }

/* .row hr, .row p, .row ul, .row ol, .row dl, .row pre, .row address, .row table, .row form {margin-bottom: 1.6em;} */

dt { font-weight: bold; }

ol { padding: 0; margin-left: 0; margin-bottom: 20px; text-indent: 0; list-style-position: inside; }
ul { padding: 0; margin: 0 0 20px 0; list-style:disc inside;}
li {  }
blockquote { font-family: Georgia, "Times New Roman", Times, sans-serif; font-size:18px; line-height: 24px; font-style:italic; padding-left:35px; color: #999; margin: 20px 0; }

input, textarea { }

hr { background:#000000; border:none; color:#000000; display:block; height:1px; margin-top: 20px; width:100%;}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* #Buttons
================================================== */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  width: 100%;
  max-width: 100%;
  background: #f15489; 
  border: none;
  
  -webkit-transition: background .5s ease,color .5s ease;
  -moz-transition: background .5s ease,color .5s ease;
  -o-transition: background .5s ease,color .5s ease;
  transition: background .5s ease,color .5s ease;
  border-radius: 3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -webkit-appearance: none;
  
  color: #ffffff !important;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 15px 0;
  font-family: 'Century Gothic', Helvetica, Arial, sans-serif; 
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #ffffff;
  background: #f15489;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}




/* #Forms
================================================== */

form {
  margin-bottom: 0; }
fieldset {
  margin-bottom: 20px; }
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #ccc;
  padding: 6px 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 13px 'Century Gothic', Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff; }
select {
  padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
  box-shadow:  0 0 3px rgba(0,0,0,.2); }
textarea {
  min-height: 60px; min-width: 300px; }
label,
legend {
  display: block;
  font-weight: bold;
  font-size: 13px; 
  margin-bottom: 5px; }
select {
  width: 220px; }
input[type="checkbox"] {
  display: inline; }
label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444; }

::-webkit-input-placeholder { /* WebKit browsers */
  color:    #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #ccc;		}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #ccc;	}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:    #ccc;		}		


input[type=text], input[type=password], input[type=email], input[type=url], input[type=number] {
  width: 100%;
  background: #fff;
  border: 1px solid #000000;
  padding: 15px 0px;
  margin: 0px;
  margin-bottom: 20px;
  max-width: 100%;
  text-indent: 17px;
  outline: none;
}

textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #000000;
  height: 200px;
  margin: 0px;
  margin-bottom: 40px;
  max-width: 100%;	
  padding: 2% 17px;
  outline: none;
}

/* =============== */
/* = Start CSS = */
/* =============== */

header { background: #fafafa; line-height: 30px; height: 30px; }
ul#social-icons { text-align: left; z-index: 5; position: relative; list-style: none; }
ul#social-icons li { text-align: left; display: inline; padding: 0 10px 0 0; }
ul#social-icons li a { color: #000000; }
ul#social-icons li a:hover { color: #000000; }

#search { width: 300px; text-align: center; margin: 0 auto; }

#search_popup { text-align: center; }
#search_popup #q { text-indent: 0; text-align: center; }

/* ====== Quick Cart ===== */

header .icon-2x { font-size: 14px! important; }

ul#cart { text-align: right; z-index: 5; list-style: none; margin-top: 0; }
ul#cart li { display: inline; padding: 0 0 0 10px; }
ul#cart li a { color: #000000; }
ul#cart li a:hover { color: #000000; }

ul#cart li.cart-overview:hover #crt { display: block; }
ul#cart li.seeks-mobile { display: none; }

.icon-shopping-cart { margin-right: 5px; }

#crt { top: 25px; padding-top: 5px; position: absolute; right: 0; z-index: 300; width: 280px; display: none; background: #fff;  }
#crt a:hover {  }

#cart-item {  border-top: 1px solid #eee; border-right: 1px solid #eee; border-left: 1px solid #eee; width: 280px; float: left; padding-top: 10px; padding-bottom: 10px;  }

.quick-cart-item { border-top: 1px solid #eee; border-right: 1px solid #eee; border-left: 1px solid #eee; width: 280px; float: left; padding-top: 10px; padding-bottom: 10px; }
.quick-cart-image { height: 80px; width: 70px; float: left;  }

.quick-cart-image img { max-width: 60px;  max-height: 80px; height: auto! important; }

.quick-cart-details { color: #fff; margin-left: 80px; line-height: 15px! important;}
.quick-cart-details p { padding: 0 10px 0 0; margin: 0! important; text-align: left; }
.quick-cart-details a { padding-left: 0! important; font-size: 12px! important; color: #fff; line-height: initial! important; height: auto! important; }

a.checkout-link { color: #ffffff! important; background: #f15489; float: left; border-top: 1px solid #eee; line-height: 40px; width: 100%; clear: left; text-align: center; display: block; }   
a.checkout-link:hover { background: #f15489! important; color: #ffffff! important; }


.remove_item { float: left; margin-top: 10px; }

#hello { text-align: center; }
#hello p { color: #000000; font-size: 14px; font-weight: 700; }

#logo { 
  vertical-align:middle;
  
  position: relative; 
  padding:10px 0px;
  text-align: left; 
}
#logo a { font-family: 'Century Gothic', Helvetica, Arial, sans-serif; font-size: 36px; text-transform: uppercase; font-weight: 700; color: #ffffff; text-decoration: none; }

#content { margin-bottom: 50px; margin-top: 70px; position: relative; }

.smallcash {
  font-size: 12px;
  margin-left: 5px;
}


/* =============== */
/* = index.liquid = */
/* =============== */

.mask { background: url(//bellydancestore.com/cdn/shop/t/10/assets/mask.png?v=51730603974927490741476453199); height: 100%; width: 100%; top:0; position: absolute; z-index: 1; }


#product-carousel { }

#product-carousel .product-car {
  padding: 0;
  margin: 5px;
  
  position: relative;
}

#product-carousel .product-car img {   
  
}

.customNavigation{
  margin: -5px 0 10px;
  text-align: center; 
}

//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.customNavigation a:hover { cursor: pointer; }

.btn.next {
  border: 1px solid #f0f0f0;
  color: #444;
  padding: 4px 7px;
  font-weight: 100;
  background: #fff;
  margin-right: 5px;
}

.btn.prev {
  border: 1px solid #f0f0f0;
  color: #444;
  padding: 4px 7px;
  font-weight: 100;
  background: #fff;
  margin-right: -5px;
}

.prod-vendor { text-align: center; }


.section-title.lines {
  position: relative;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.section-title.lines h1 {
  display: inline-block;
  text-transform: uppercase;
  padding: 8px 23px;
  margin: 0;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.section-title.lines h2 {
  display: inline-block;
  text-transform: uppercase;
  padding: 8px 23px;
  margin: 0;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.section-title h5 {
  text-align: center;
  margin-top: -3px;
}

.section-title.lines:after {
  content: '';
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #f0c0de;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
}

#collection-loop { margin-top: -30px; }
.collection-index {   background: #fff; position: relative; }
.collection-info {  padding: 10px; 0; width: 100%; text-align: center; position: absolute; top: 50%; margin-top: -40px; background: rgba(255,255,255,0.9); }
.collection-info h3 { text-transform: uppercase; margin-bottom: 0; }
.collection-info p { margin-bottom: 0; text-transform: uppercase; font-size: 12px; }
.collection-image { padding: 2px; }


#promo-images { float: left; }

#index-content-left { float: left; margin-bottom: 30px; }
#index-pages h3 { text-align: center; margin-bottom: 20px; }

.pages-left-content { padding-top: 5px; }

.padded { margin-bottom: 15px; }


/* =============== */
/* = collections = */
/* =============== */


#product-loop { margin: 0 auto; width: 100%; min-width: 100%; }

#product-loop .product-index {
  margin: 0 5px 10px;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  
}

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.masonry {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
  -moz-transition-property: left, right, top;
  -ms-transition-property: left, right, top;
  -o-transition-property: left, right, top;
  transition-property: left, right, top;
}


#collection-description { float: left; padding-bottom: 10px; margin-bottom: 10px; }
#collection-description h1 { text-align: center; margin-bottom: 10px; }
#full-width-filter { padding-bottom: 20px; border-bottom: 1px solid #000000; overflow: hidden; float: right; margin-bottom: 20px; }


span.customSelect { 
  font:12px sans-serif;
  background:#fff url(//bellydancestore.com/cdn/shop/t/10/assets/select.png?v=165875623313023863111476453202) right center no-repeat;
  border:1px solid #ddd;
  color:#555;
  padding:7px 9px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px;
  width:100%;
}

.product-quick-view { overflow: hidden; }
.product-info form { margin-top: 20px; }
.product-index .single-option-selector { margin: 5px auto 10px; }
.selector-wrapper label { float: left; }
.product-index img { 
  
  display: block; 
  margin: 0 auto 0;
}
.product-index img a { border: 0; }

.product-index .product-info { padding-bottom: 30px; }
.product-info {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
  position: relative;
}

#product-loop .product-index .product-info { border-bottom: 5px solid #000000; }

.product-info-inner { width: 96%; margin: 0 auto; }
.product-info-inner h4 { font-size: 11px; letter-spacing: initial; }
.product-info h3 { letter-spacing: initial; margin-bottom: 10px; font-size: 12px; }
.product-info p { font-size: 13px; margin-bottom: 0; }
.product-info a { text-decoration: none! important; text-transform: uppercase; }

.price { font-size: 12px; margin-bottom: 20px; font-family: 'Century Gothic', Helvetica, Arial, sans-serif; }
.compare-price, .product-price {  }
.was, .product-compare-price, .compare-price { color: #ba2323; text-decoration: line-through; }
.was { display: inline; margin-left: 5px; }
.onsale { display: inline; }

.product-index-inner { position: relative; }

.pre-order { z-index: 2; color: #fff; background: #000;}
.new { z-index: 2; color: #fff; background: #000;}
.sale-item { color: #fff; background: #000;}
.so { z-index: 3; color: #fff; background: #000;}

<!-- PRODUCT MODAL -->

.quick-shop { overflow: hidden; width: 720px; }
.product-quick-view #product-photos { float: left; width: 49%; margin-right: 0.8%; }
.product-quick-view #product-right { float: left; width: 49%; margin-left: 0.8%; }

.quick-shop .thumbnail {
    width: 24%;
    vertical-align: top;
    display: inline-block;
}



.product-index:hover .icn, .product-index.hover .icn { opacity: 0; }
.product-car:hover .icn, .product-car.hover .icn { opacity: 0; }

.icn {
  -webkit-transition: opacity 1s ease-out;
  width: 50px;
  height: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 50px;  
  font-size: 11px;
}

.show { display: none; }



#sidebar h1 { margin-bottom: 20px; }
#sidebar h4 { text-transform: uppercase; padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #000000; }
#sidebar ul { list-style-type: none; margin-bottom: 20px; }
#sidebar ul li a.current { border-bottom: 1px solid #000000; text-decoration: none; }


/* ================ */
/* = Product page = */
/* ================ */


.bigimage { text-align: center; margin-bottom: 20px; max-width: 548px; }
.active img { border:1px solid #ccc !important;}

.thumbnail { margin-bottom: 10px; border: 1px solid #fff; }
#product-price { font-size: 16px; margin-bottom: 10px; }


#product-right { background: #ffffff; padding:0px; border: 7px double #f0f0f0; }
#product-description { text-align: center; }
#product-description h1, #product-right h5 { text-transform: uppercase; }
#product-description form { margin-bottom: 10px; border-top: 1px solid #000000; border-bottom: 1px solid #000000; padding-top: 10px; }

.product-add { padding: 10px 0 0; }

.quantity { 
  font-weight: bold; 
  text-align: center; 
  margin: 0 5px! important; 
  width: 70px! important; 
  display: inline-block! important; 
  padding: 10px 0! important; 
  text-indent: 0! important;
}

.up {
  border: 1px solid #f0f0f0;
  padding: 6px 8px;
  display: inline;
	color: #000000;
}

.down {
  border: 1px solid #f0f0f0;
  padding: 6px 8px;
  display: inline;
	color: #000000;  
}

.up:hover, .down:hover { cursor: pointer; }

.add { text-transform: uppercase; margin: 20px auto; display: block! important; clear: left; width: 50%! important; }

.desc { padding-top: 10px; }
.full-click { display: block; text-align: center; margin-top: 20px; }

#related { margin-top: 20px; padding: 20px 0; float: left; text-align: center; } 

ul#popups { margin: 20px 0 0; list-style-type: none; text-align: center; }
ul#popups li { display: inline; margin-right 10px; border-right: 1px solid #000000; padding-right: 10px; margin-left: 10px; }
ul#popups li.first { margin-left: 0; }
ul#popups li.last { border-right: 0; }

#social { float: left; width: 100%; padding-bottom: 10px; }

#product-navigation {
  text-align: center;
}

#back-forth img { margin: 0 5px; vertical-align: middle; }

.backto {
  margin-bottom: 10px;
  display: block;
}

.prev-prod { margin-right: 10px; }
.next-prod { margin-left: 10px; }

.prev-prod, .next-prod {
  display: inline-block;
}

.share-icons a {
  margin: 0 5px;
}


#lower-description { text-align: center; } 
   
  
ul#sortme { text-align: center; list-style-type: none; width: 100%; }
ul#sortme li { text-align: left; display: inline-block; margin: 0 10px; }
ul#sortme li p { text-align: center; }
  
.current {  }
ul#sort-me li.current:after { content:  " \2713 "; }

.what-is-it { margin-bottom: 15px; }
.what-is-it label { display: inline; margin-right: 10px; }

/* =============== */
/* = Cart = */
/* =============== */

#cartform { margin-top: 20px; }
.cart-item { display: table-cell; }
.cart-image { display: inline-block; margin-right: 10px; }
.cart-image img { vertical-align: middle; } 
.cart-title { display: inline-block; }

table { 
  width: 100%; 
  border-collapse: collapse; 
}


/* Zebra striping */
tr:nth-of-type(odd) { 
}
th { 
  background: #ffffff; 
  font-weight: normal; 
}
td, th { 
  padding: 10px; 
  border: 1px solid #000000; 
  text-align: left; 
}

#basket-right { text-align: center; }
#basket-right h4 {  }
#basket-right p { margin-bottom: 20px; }
#basket-right img { width: 50px; }

#note { margin-top: 10px; }


#cart-notes { margin-top: 20px; margin-bottom: 20px; }

/* =============== */
/* = Blogs & Pages = */
/* =============== */

.rte h1 {
  border-bottom: 0! important;
  text-align: inherit! important;
  margin-bottom: inherit! important;
}

#page { clear: left; margin-bottom: 50px;   }
#page h1 { text-align: center;  padding-bottom: 5px; margin-bottom: 20px; border-bottom: 1px solid #000000; }
#page h1.page-title { text-align: left! important; }

#page-sidebar h2 { padding-bottom: 8px; margin-bottom: 20px; border-bottom: 1px solid #000000; }
#page-sidebar ul { list-style-type: none; }
#page-sidebar ul li {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 5px;
}


#article-loop { margin: 0 auto; width: 100%; min-width: 100%; }

.article-index {
  margin: 0 5px 10px;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  padding-top: 20px;
}

.article-info { border-bottom: 5px solid #000000; }
.article-info-inner { width: 96%; margin: 0 auto; }

.article-info h2 { letter-spacing: initial; margin-bottom: 10px; text-align: center; }
.posted { text-align: center; margin-bottom: 20px; }
.post-tags { clear: left; display: block; text-align: center; }
.article-info p { font-size: 13px; margin-bottom: 0; }
.article-info a { text-decoration: none! important; text-transform: uppercase; }
.article-content { margin-top: 10px; margin-bottom: 10px; }
.article-index .share-icons { text-align: center! important; }
.article-index .readmore { text-align: center! important; }

.share-icons a { color: #000000; }
.share-icons a:hover { color: #000000; }

#blog-article .share-icons { text-align: center! important; }




ul#blog-articles, #blog-article { list-style-type: none; }
.single-article { margin-bottom: 50px; padding-bottom: 20px; border-bottom: 1px solid #000000; float: left; width: 100%; }
.single-article .posted { text-align: left; }
.single-article .post-tags { text-align: left; }

#blog-sidebar h2 .icon-rss {
  float: right;
  font-size: 16px;
}

#blog-sidebar #social-icons { font-size: 90%; margin-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #000000; }
#blog-sidebar #social-icons a { color: #000000; }
#blog-sidebar #social-icons a:hover { color: #000000; }


#twitter-card, #facebook-card, #instagram-card { width: 100%; float: left; clear: left; display: block; margin-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #f0c0de; }
#twitter-card h3, #facebook-card h3, #instagram-card h3 { letter-spacing: initial; }

#fb-root { display: none; }
 
/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

#instafeed {
margin-top: 15px;
}


#page .share-icons { margin-bottom: 20px; text-align: left; margin-top: 20px;  }
#page .share-icons a { margin-right: 10px; }

ul#posts { list-style: none; }
ul#posts li { margin-bottom: 20px; padding-bottom: 0; border-bottom: 1px solid #000000; }
ul#posts li p { margin-top: 0; }
ul#posts li.tags { padding-bottom: 10px; }

#comments h4 { text-align: center; }

#comments { float: left; padding-top: 20px; margin-top: 20px; width: 100%; }
#comment-form { width: 100%; text-align: center; clear: left; float: left; }
#comments ul { margin-top: 20px; list-style-type: none; }
#comments ul li { float: left; display: block; width: 100%; margin: 0 0 20px 0; border-bottom: 1px solid #000000; padding-bottom: 20px; }

.comment-details { margin-bottom: 10px; }
.gravatar { float: left; margin-right: 20px; }
.comment { float: left; }
.comment p { margin-top: 0; }

dd { margin-left: 0; }

.notice { border: 1px dashed #eee; padding: 5px; background: ghostwhite; margin: 20px 0; }


.readmore { clear: left; text-align: left; margin: 30px auto; }
.readmore a { color: #ffffff! important; background: #f15489! important; padding: 10px 20px; -webkit-transition: background .5s ease,color .5s ease; -moz-transition: background .5s ease,color .5s ease; -o-transition: background .5s ease,color .5s ease; transition: background .5s ease,color .5s ease; }
.readmore a:hover { color: #ffffff! important; background: #f15489! important; text-decoration: none; }

/* =============== */
/* = Search = */
/* =============== */

#search-bar { margin-bottom: 20px; margin-top: 20px; border-bottom: 1px solid #000000; }
#search-bar #q {width: 300px;  }
#q { text-transform: uppercase; }

/* =============== */
/* = Customer Accounts = */
/* =============== */

#customer-wrapper { float: left; margin-bottom: 40px; }
#customer-wrapper p { margin-top: 0! important; margin-bottom: 0! important; }

#forgot_password { margin-bottom: 15px; }
#customer-wrapper form { margin-top: 20px; }
#admin_header { margin-bottom: 30px; }
.view_address p { margin: 0; }
#customer_detail p { margin: 0; }
.address_table { margin-bottom: 20px; }

#order_address {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#order_details { float: left; }

#create-customer, #customer {
  margin-top: 30px;
}


/* =============== */
/* = Footer = */
/* =============== */

@media only screen and (min-width: 1024px ){
  
  .page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -52px; 
  }
  .page-wrap:after {
    content: "";
    display: block;
  }
  .site-footer, .page-wrap:after {
    /* .push must be the same height as footer */
    height: 52px; 
  }
  
  
}
#footer-wrapper { z-index: 2; clear: left;  }
#footer { padding: 10px 0; text-align: center; }

#subscribe_popup {
  text-align: center; 
  width: 450px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

#mc_embed_signup {
  width: 100%;
}

#mce-EMAIL {
  float: left;
  text-align: center;
  text-indent: 0;
}

#mc-embedded-subscribe {
  float: left;
  margin-top: 0;
}

#payment { text-align: center; margin-top: 30px; margin-bottom: 50px; }
#payment img { max-width: 60px; text-align: center;  margin-bottom: 10px; }


/* =============== */
/* = Mobile Hides = */
/* =============== */

#mobile-product { display: none; }

/* =============== */
/* = Global = */
/* =============== */


#pagination { clear: left; text-align: center; margin-top: 20px; padding-top: 20px; margin-bottom: 20px;  }
#pagination a { margin: 0 5px; background: transparent; padding: 2px 5px; border-radius: 15px; }
#pagination a:hover { text-decoration: none; background: transparent; color: #000; font-weight:bold; }
#pagination .current { background: transparent; font-weight:bold; }
#pagination .count { margin-right: 20px; }


#breadcrumb { text-transform: uppercase; font-size: 10px; margin-bottom: 20px; text-align: center; }
#breadcrumb a { padding: 0 5px 0 0; font-size: 10px; }
#breadcrumb p { padding: 0 5px 0 0; }
.separator { padding-right: 5px; }



/* Hiding the drop-downs. */
#product-variants, .selector-wrapper, .select { display: none; }




/* 
   Swatches Styles
*/



.swatch { 
  margin:0; 
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input { 
  display:inline-block;
}

.color label { width: 40px! important; }

.swatch label {
  /* Cross-browser inline-block */
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  /* Content must stretch all the way to borders */
  padding:0;
  /* Background color */
  background-color: #fcfcfc;
  /* Spacing between buttons */
  margin:0px 0px 10px;
  /* Fake that those are buttons, i.e. clicky */
  cursor:pointer;
  /* The border when the button is not selected */
  /* border: #DDD 1px solid !important; */
  /* To position the sold out graphic and tooltip */
  position:relative;
  /* Text styling */
  text-transform:uppercase;
  font-size:13px;
  min-width:30px !important; 
  height:30px !important;
  line-height:28px;
  white-space:nowrap;
  text-transform:uppercase;
  text-align: center;
  font-weight: 400;
  color:#000000 !important;
}
.swatch-element label { padding:0 10px;  padding-left:0px; }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  /* border:#999 1px solid !important;
  background: #333;
  color: #fff;
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.25);
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.25);
  box-shadow:0px 1px 2px rgba(0,0,0,0.25);*/
 
} 
.swatch .swatch-element {
	display: inline-block;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* To position the sold out graphic and tooltip */
  position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:-33px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
     -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
       -o-transform:translateY(0px);
          transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}


.scrollup{
  width:30px;
  height:30px;
  opacity:0.3;
  position:fixed;
  bottom:50%;
  right:20px;
  display:none;
  z-index: 3;
  text-align: center;
}

.scrollup:hover { text-decoration: none; }


iframe { width: 100%; }


/* Navigation */


/* Dropdown Navigation */



.dl-menuwrapper {
  	display: none;
	width: 100%;
	max-width: 300px;
  	z-index: 5;
    margin-top:15px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	-moz-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
}
.dl-menuwrapper button {
  	
    background: #fff !important;
    border: none;
    text-align: center;
    width: auto;
    overflow: hidden;
    padding: 5px;
    position: relative;
    cursor: pointer;
    outline: none;
    margin-bottom: 0;
    color:#000 !important;
    
}
button.dl-trigger i.icon-align-justify {
    font-size: 16px;
}
button.dl-trigger {
    border: 1px solid #000;
}
.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  	background: #ffffff;
}
button.dl-trigger.dl-active,button.dl-trigger{
    background:#000;
}
button.dl-trigger:hover{
  	background:#000;
}

.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 5px;
  	/*background: #000000;*/
	top: 10px;
	left: 16%;	
  	/* box-shadow: 
		0 10px 0 #000000, 
		0 20px 0 #000000; */
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
}

.dl-menuwrapper li a {
  font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 14px;
	line-height: 20px;
  font-weight: 700;
    color: #000000;
	outline: none;
  	text-transform: none;
}

.no-touch .dl-menuwrapper li a:hover {
  background: #ffffff;
  color: #000000;
}

.dl-menuwrapper li.dl-back > a {
	padding-left: 30px;
  	background: #ffffff;
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'FontAwesome';
	speak: none;
  	color: #000000;
	-webkit-font-smoothing: antialiased;
	content: "\f054";
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
  	color: #000000;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(0,0,0,0.15);
}

.dl-menuwrapper .dl-menu {
	margin: 5px 0 0 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
    margin-bottom: 0;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0! important;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	-moz-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	-moz-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	-moz-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 0.4s ease;
	-moz-animation: MenuAnimOut4 0.4s ease;
	animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	-moz-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut2 {
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut3 {
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut4 {
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut5 {
	100% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut1 {
	50% {
		-moz-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-moz-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-moz-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut2 {
	100% {
		-moz-transform: translateX(-100%);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut3 {
	100% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut4 {
	100% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut5 {
	100% {
		-moz-transform: translateY(40%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut1 {
	50% {
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	100% {
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut3 {
	100% {
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut4 {
	100% {
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut5 {
	100% {
		transform: translateY(40%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	-moz-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	-moz-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 0.4s ease;
	-moz-animation: MenuAnimIn3 0.4s ease;
	animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 0.4s ease;
	-moz-animation: MenuAnimIn4 0.4s ease;
	animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	-moz-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn1 {
	0% {
		-moz-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-moz-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-moz-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn2 {
	0% {
		-moz-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn3 {
	0% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn4 {
	0% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn5 {
	0% {
		-moz-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes MenuAnimIn1 {
	0% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn3 {
	0% {
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn4 {
	0% {
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn5 {
	0% {
		transform: translateY(40%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	-moz-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	-moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 0.4s ease;
	-moz-animation: SubMenuAnimIn3 0.4s ease;
	animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 0.4s ease;
	-moz-animation: SubMenuAnimIn4 0.4s ease;
	animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 0.4s ease;
	-moz-animation: SubMenuAnimIn5 0.4s ease;
	animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn1 {
	0% {
		-moz-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn2 {
	0% {
		-moz-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn3 {
	0% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn4 {
	0% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn5 {
	0% {
		-moz-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	-moz-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	-moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 0.4s ease;
	-moz-animation: SubMenuAnimOut3 0.4s ease;
	animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 0.4s ease;
	-moz-animation: SubMenuAnimOut4 0.4s ease;
	animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 0.4s ease;
	-moz-animation: SubMenuAnimOut5 0.4s ease;
	animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut1 {
	0% {
		-moz-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-moz-transform: translateX(50%);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut2 {
	0% {
		-moz-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-moz-transform: translateX(100%);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut3 {
	0% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut4 {
	0% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut5 {
	0% {
		-moz-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(-200px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		transform: translateX(50%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut3 {
	0% {
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		transform: translateZ(0);
		opacity: 1;
	}
	100% {
		transform: translateZ(-200px);
		opacity: 0;
	}
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
    margin-bottom: 0! important;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}






/* Owl Carousel */




/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
    overflow:hidden;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    clear: left;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
ul#main-nav { 
    
  background: #ffffff; 
  margin-bottom: 20px;
  list-style: none; 
  text-align: center;
  display:inline-block;
  border-top: 0px solid #000000;
  border-bottom: 0px solid #000000;
  vertical-align:middle;
}
ul#main-nav li { 
  display: inline-block; 
  position: relative; 
  line-height: 20px; 
}
ul#main-nav li:hover { background: #ffffff;  }
ul#main-nav li a { 
  font-family: 'Century Gothic', Helvetica, Arial, sans-serif; 
  font-weight: normal; 
  font-size: 14px;
  color: #000000; 
  display: block; 
  padding: 0 4px; 
  text-transform: none;
}
ul#main-nav li a:hover {
  color: #000000; 
  text-decoration: underline;
}
ul#main-nav li ul{
  display: none;
  position: absolute;
  z-index: 5;
  left: 0;
  background: #ffffff;
  border-left: 0px solid #000000;
  border-right: 0px solid #000000;
}
ul#main-nav li:hover ul{
  display: block;
}
ul#main-nav li ul li{
  line-height: 40px;
  margin: 0; 
  padding: 0;
  width: 100%;
  white-space: nowrap;
  background: transparent!;
  min-width: 180px;
  float: left;
}
ul#main-nav li ul li:hover {
  background: #ffffff;
}
ul#main-nav li ul li a{
  white-space: nowrap;
  text-align: left;
  padding: 0px 10px;
  text-transform: none;
  font-weight: normal;
  color: #000000;
  font-size: 13px;
  line-height:2;
}
ul#main-nav li ul li a:hover {
  color: #000000;
  text-decoration: underline;

}
ul#main-nav li ul li a:hover {
  background:transparent;
}
.collection  div.zoomWindow {
  display: none! important;
}
.collection  div.zoomLens {
  opacity: 0! important;
}
/*Apolomultimedia*/
.container-section-image{
  width:80%;
  margin:0 auto;
  text-align:center;
}
.box-image .container-section-image h1 {
    font-size: 24px;
}
.container-section-image a {
    text-decoration: underline;
    font-size: 17px;
    font-weight: 600;
}
div#product-loop ul li{
  list-style:none;
}
div#product-loop ul li ul li{
  list-style:none;
}
div#product-loop ul li ul li a {
  font-size: 11px;
}
a#button-1,a#button-2,a#button-3,a#button-4,a#button-5,a#button-6,a#button-7,a#button-8,a#button-9,a#button-10,a#button-11,a#button-12 {
  font-weight: bold;
}

div#info {
  margin-bottom: 40px;
}
ul.clearfix.filters {
  display: inline-block;
  vertical-align: middle;
  position:absolute;
  right:0px;
  top:60px;
}
div.tageando{
  position:relative;
  padding: 0px 10px 0px 10px;
}

ul.dl-menu li a {
  text-transform: uppercase;
}

span.image-bellydance-store {
  display: inline-block;
}

ul.sub.pibe-6 {
  left: -420px !important;
}

ul.sub.pibe-7 {
  left: -390px !important;
}

ul.sub.pibe-8 {
  left: -440px !important;
}
ul.sub.pibe-9 {
  left: -300px !important;
}
ul.sub.pibe-11 {
  left: -440px !important;
}


.dl-submenu{
  margin-left:20px;
}

div.colecciones{
  text-align:center;
  width:100%;
  padding:0px 0px 20px 0px;
}

span.tagitos{
  padding:8px;
  display:inline-block;
  background:#e7e7e7;
  border-radius:6px;
}
a.tagead {
  padding: 5px;
  display: inline-block;
  background: #e7e7e7;
  border-radius: 6px;
  position: absolute;
  right: 26px;
  top: -10px;
}
img.check-dance {
  vertical-align: middle;
  max-width: 18px;
  margin-right: 6px;
}

span.center-text {
  font-weight: bold;
  display: inline-block;
  color:#000 !important;
}

span.collect{
  font-size:18px;
  display:inline-block;
  margin-top:10px;
  margin-bottom:2px;
}

div.tagsitos{
  padding:4px !important;
  border:#000 1px solid;
  border-radius:4px;
  width:100px !important;
}

ul.navi li {
  list-style: none;
  text-transform:uppercase;
}

.botondance {
  width: 50px !important;
  display: inline-block !important;
  float: none !important;
  border-radius: 0px !important;
}

input.input-email {
  width: 80%;
  display: inline-block;
  float: none !important;
}

input.input-email{
  display:inline-block;
}

.sign-up{
  text-align:center !important;
}

.product-info .size_content {
  text-align: center !important;
}
.product-info span {
  font-size: 12px;
  text-transform: uppercase;
}

.principal-footer{
  color:#fff;
  font-size:14px;
  font-weight:400;
  width:100%;
  text-align:left;
  margin-bottom:10px;
}

div.centrado_especial{
  width:auto;
  text-align: left !important;
}

input.input-email {
  width: 80%;
  display: inline-block !important;
  float: none !important;
  padding: 10px 10px 10px 10px;
  margin-bottom: 10px !important;
  text-align: left !important;
}
.botondance {
  padding: 10px 0px 10px 0px !important;
  font-size:13px !important;
  margin-left:4px !important;
  margin-bottom: 10px !important;
}
.content-top{
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 1000;
  top:0px;
}
.edit-logo{
  padding:none !important;
}

#q{
  text-transform:capitalize;
}
.search-hindu{
  padding:0px !important;
  padding-left:4px !important;
  border-radius:none !important;
  width:180px !important;
  margin-bottom:0px !important;
  text-indent:0px !important;
}
/* some default styles */
.filters { list-style-type: none; }
.filter { float: left; margin-right: 28px; }
.filter label { display: block; margin: 10px 0; }
.filter select { max-width: 200px; }
div#cup,div#underbust,div#hight_hips,div#low_hips,div#length,div#color{
  display: inline-block;
  margin-top: 10px;
  width:24.3%;
  
}
#search_popup #q {
    text-align: left;
    padding: 10px !important;
}
@media screen and (max-width: 1024px) {
ul.clearfix.filters{
  position: static;
  display:block;
}
.filter { margin-right: 0px; }
div#info{
  margin-bottom:0px;
}
}
@media screen and (min-width: 840px) and (max-width: 1024px) {
 
ul.sub {
  width:500px;
}
  
  ul.sub.pibe-4 {
  left: -100px !important;
}
  
  ul.sub.pibe-5 {
  left: -200px !important;
}
  
ul.sub.pibe-8 {
  left: -240px !important;
}
  
ul.sub.pibe-11 {
  left: -400px !important;
}
  
}
@media screen and (min-width: 980px) and (max-width: 1200px) {
ul#main-nav li a{
  font-size:13px;
} 
#logo {
    padding: 0px 0px;
}
.content-top {
    padding: 5px 0px;
}  
}
@media screen and (min-width: 500px) and (max-width: 839px) {
div#cup, div#underbust, div#hight_hips, div#low_hips, div#length, div#color {
    display: inline-block;
    margin-top: 10px;
    margin-right: 0px;
    width: 100%;
}
li.clearfix.filter {
    width: 100%;
}
.filter select {
    max-width: 100%;
} 
  
a#buscando-two {
    position: absolute;
    top: 1px;
    right: -9px;
    padding: 0px !important;
    margin: 0px !important;
}  
  ul.sub {
    width: 500px !important;
  }
  
  ul.sub.pibe-4 {
    left: -100px !important;
  }
  ul.sub.pibe-5 {
    left: -200px !important;
  }
  ul.sub.pibe-8 {
    left: -240px !important;
  }

  ul.sub.pibe-11 {
    left: -400px !important;
  }
}
@media screen and (max-width: 980px) {
  span.line-search{
    width: 0px !important;
  }
}
@media screen and (max-width: 980px) {
  .dl-menuwrapper{
    display:block;
  }
  ul#main-nav {
    display: none;
}
  div#logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .content-others-attr {
      padding: 15px 0px;
      position: relative;
  }
  #logo {
    vertical-align: middle;
    position: relative;
    padding: 15px 0px;
    text-align: left;
}
  .content-top .row .desktop-3.mobile-3,.content-top .row .desktop-9.mobile-3{
    display:inline-block;
    width:50%;
    margin:0px;
  }
}
@media screen and (min-width: 240px) and (max-width: 500px) {
  
.filter select {
    max-width: 100%;
}    
div#cup, div#underbust, div#hight_hips, div#low_hips, div#length, div#color {
    display: inline-block;
    margin-top: 10px;
    margin-right: 0px;
    width: 100%;
}  
a#buscando-two {
    position: absolute;
    top: 1px;
    right: -12px;
    padding: 0px !important;
    margin: 0px !important;
}
}
.order-url a{
    color: #000;
    border-bottom: 1px solid #000;
    font-weight: bolder;
}

div#dl-menu {
    z-index: 10000000000;
}


input#q::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
    text-align:left;
    padding-left:4px;
    padding-top:2px;
    font-family:'Agency FB';
}
input#q:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   text-align:left;
   padding-left:4px;
   padding-top:2px;
   font-family:'Agency FB';
}
input#q::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   text-align:left;
   padding-left:4px;
   padding-top:2px;
   font-family:'Agency FB';
}
input#q:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #000;
   text-align:left;
   padding-left:4px;
   padding-top:2px;
   font-family:'Agency FB';
}
#search_popup #q{
	text-align:left;
}
span.get-one{
    color:#fff;
    font-size:18px;
}
span.shopping-bag{
   color:#fff;
   font-size:14px;
}
.get{
  text-align:right;
  border-right:1px solid #fff;
  padding-top:0px;
  padding-bottom:0px;
}

span.shop-now{
  color:#fff;
  font-size:14px;
  margin-right:12px;
  cursor:pointer;
}
span.shop-now:hover{
  text-decoration:underline;
}
.cart-hindu .my-cart-hindu{
  font-size:16px;
}
span#item_count {
    margin-top: -4px;
    color: #000;
    font-style: normal;
    font-size: 10px;
    font-weight: 400;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    background-position: -360px -124px;
    width: 22px;
    height: 25px;
    background-image: url('//bellydancestore.com/cdn/shop/t/10/assets/source.png?v=168756741754035724801477945372');
    display:block;
}
.carro{
  margin:0px !important;
}
.quick-cart-item{
  
    padding-left: 10px;
    padding-right: 10px;
  
}
.login-hindu, .register-hindu, .linea-hindu{
  color:#fff;
  font-size:16px !important;
  font-family:'Agency FB';
}
#cart-item{
   padding-left: 10px;
   padding-right: 10px;
}
.search-search{
  padding-left:0px !important;
}
.imagen-search{
  padding:0px !important;
  margin-top:10px !important;
}
.super-search{
  padding:0px !important;
  margin-top: 5px;
  margin-left:5px;
}

.todo-search td{
  padding-top:0px !important;
  padding-bottom:0px !important;
}

.loka{
  text-align:right !important;
}
.prev-hindu{
  cursor:pointer;
  top:50%;
  position:absolute;
}
.next-hindu{
   cursor:pointer;
   top:50%;
   position:absolute;
   right:0px;
}

.prev-alex{
  position:relative;
  height: 530px;
}
.next-alex{
  position:relative;
  height: 530px;
  
}
.century{
  font-family:'Century Gothic' !important;
  font-weight:200 !important;
  font-size:21px;
}

.linear-hindu{
  border-top:1px solid #d1d1d1;
  padding-top:40px;
  padding-bottom:20px;
}
.bellydance{
  background:#000;
  width:100%;
  padding:12px;
  margin-top:40px;
}
.linear-belly{
  padding-top:20px;
  padding-bottom:20px;
  height: 100px;
}
.linear-belly:last-child{
  border-right:0px #fff solid;
}
.linear-belly:first-child{
  border-right:2px #fff solid;
}
.lineacion-2{
  border-left:2px #fff solid;
  position:relative;
}

.title{
   font-family:'Century Gothic' !important;
   color: #d25587 !important;
   text-shadow:none !important;
   font-weight:500 !important;
}
.caption{
  color:#000 !important;
  text-shadow:none !important;
  font-size:28px !important;
  font-family:'Baskerville Old Face' !important;
}
.flex-caption{
  width:auto !important;
}
.section-title.desktop-12.linear-hindu {
margin-top: 40px;
}
.lorem-ipsus{
  color:#fff;
  font-family:'Century Gothic' !important;
  font-style:italic;
}
.learn-more{
  text-transform:uppercase;
  font-size:14px;
  color:#fff;
}
.learn-more-two{
  text-transform:uppercase;
  font-size:12px;
  color:#fff;
}

.top-media{
  margin-top:10px;
}

.more-center{
  width:100%;
  text-align:center;
  position:absolute;
  top:44%;
}
img.flecha{
  vertical-align: middle !important;
}
.collection-image a img{
	border:10px solid #fff;
    -webkit-box-shadow: 0px 0px 6px 4px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 6px 4px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 6px 4px rgba(0,0,0,0.15);
}


.center-coll{
  	margin: 0 auto;
    text-align: center;
    text-decoration:none;
    list-style:none;
}
.center-coll:first-child{
    border-right:1px solid #e1e1e1;
}
.center-coll:last-child{
    border-left:1px solid #e1e1e1;
}

.title-collections{
    color:#ff7cb0 !important;
    font-family:'Baskerville Old Face' !important;
    text-decoration: underline !important;
    font-size:19px;

}
.collection-description{
    margin-top:20px !important;
    margin-bottom:20px !important;
 
}
.description-collections{
    width:260px;
    text-align:justify !important;
    margin:0 auto !important;
    font-family:'Century Gothic' !important;
    color:#5d5d5d;
}
.linear-top{
  padding-top:40px;
  margin: 0px 10px;
  border-top: 1px solid #d1d1d1;
}

.center-align-tweet{
  text-align:center;
  margin:0 auto;
}
.center-align-tweet{
  margin-top:10px;
  font-family:'Century Schoolbook' !important;
  font-style:italic;
  font-size:19px;
  color:#5d5d5d;
}
.pie-pagina{
  background:#000;
  width:100%;
  padding:20px 0px;
}
.available-two{
  width:100%;
  text-align:center;
  color:#fff;
  font-family:'Century Gothic' !important;
  font-size:15px;
}
.available{
  text-align:left;
  font-family:'Century Gothic' !important;
  width:100%;
}
.all-available{
  font-size:19px !important;
}


/*MENU TWO*/

#menu-two {
    margin:auto;
    padding-top:5px;  
    font-family:'Century Gothic' !important;

}
#menu-two ul{
    list-style:none; /* Eliminamos los bullets */
    margin:0px; /* Quitamos los margenes */
    padding:0px; /* Quitamos el padding */
}
#menu-two ul li {
    float:left; /* Hacemos que el menu se muestre horizontal */
    padding-left:10px;
    padding-right:10px;
    color:#fff;

}

#menu-two ul li:first-child{
  	padding-left:0px !important;
  
}


#menu-two ul li:first-child{
    border-right:1px solid #FFFFFF;

}

#menu-two ul li:last-child{
    border-left:0px solid #FFFFFF;
    border-right:0px solid #FFFFFF;

}

#menu-two ul li{
    border-right:1px solid #FFFFFF;

}




#menu-two ul .fb:first-child{
    border-right:0px solid #FFFFFF;

}

#menu-two ul .fb:last-child{
    border-left:0px solid #FFFFFF;

}

/*FIN*/



/*MENU THREE*/

#menu-three {
    margin:auto;  
    font-family:'Century Gothic' !important;

}
#menu-three ul{
    list-style:none; /* Eliminamos los bullets */
    margin:0px; /* Quitamos los margenes */
    padding:0px; /* Quitamos el padding */
}

#menu-three ul li:first-child{
  	padding-left:0px !important;
  
}


#menu-three ul li:first-child{
    border-right:1px solid #FFFFFF;

}

#menu-three ul li:last-child{
    border-left:1px solid #FFFFFF;

}

#menu-three ul .fb:last-child{
    border-left:0px solid #FFFFFF;

}


#menu-three ul li a{
    text-decoration:none;
    color:#fff;
    font-family:'Century Gothic' !important;
    text-transform:uppercase;
    font-size:16px;
}
#menu-three ul li a:hover{
    color:#FFFFFF;
}
/*FIN*/

.footer-one{
  margin-top:20px;
  padding-top:20px;
  padding-bottom:8px;
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;
  margin-left:0% !important;
  margin-right:0% !important;
}

.footer-two{
  
  margin-top:20px;
  padding-top:20px;
  padding-bottom:20px;
  margin-left:0% !important;
  margin-right:0% !important;

}

.save-sign{
  text-align:left;
  font-size:16px;
  color:#fff;
  font-family:'Century Gothic' !important;
}

.linear-off{
  border-bottom:1px solid #fff;
  padding-bottom:40px;
  margin-left:0% !important;
  margin-right:0% !important;
}
.sinspace{
   margin-left:0% !important;
   margin-right:0% !important;
  
}
.save-default{
  text-align:left;
  
}

.corporation{
  margin-top:30px;
}
.bellydance-are-registered{
  color:#fff;
  font-family:'Century Gothic' !important;
}
.my-twitter {
    margin-top: 80px;
    margin-bottom: 80px;
}

#breadcrumb{
  text-align:left !important;
}


/*PRODUCTO SHOPIFY*/


.button-product-two img{
  vertical-align:middle !important;
}

#product-right{
  border: 0px double #f0f0f0 !important;
  padding-right:10px;
}


#product-description h1{
  font-family:'Century Schoolbook' !important;
  color:#ff9bc1 !important;
}

.product-price{
  color:#000 !important;
  font-size: 18px;
  font-family:'Century Gothic' !important;
}
.description{
  font-family:'Century Gothic' !important;
  color: #000 !important;
}
#product-description form{
  border:none !important;
}

i.icon-twitter.icon-2x{
  color: #ff9bc1;
}

i.icon-pinterest.icon-2x{
  color: #ff9bc1;
}

i.icon-facebook.icon-2x{
  color: #ff9bc1;
  
}

/*END*/

.layaway-paypal{
  *border: 1px solid #000000;
  border-radius: 5px;
  text-align: center;
}

.paypal-cards{
	margin:5px 0;
}

.layaway-text{
	color:#FFAA00;
}
.find{
     display:block;
     font-family:'Century Gothic' !important;
     padding:10px;
     font-size:16px;
     color:#fff !important;
}
.linear-bottom{
    height:1px !important;
    background:#fff;
    width:100%;
}

.button-product{
  background:#000 !important;
  padding:6px !important;
  border-radius:0px !important;
  text-transform: capitalize !important;
  max-width: 160px !important;
  display:inline-block !important;
  font-size:14px !important;
  margin-right:10px !important;
  color:#fff !important;
}

.button-product-video{
  background:#000 !important;
  padding:6px !important;
  padding-left:20px !important;
  padding-right:20px !important;
  border-radius:0px !important;
  text-transform: capitalize !important;
  max-width: 160px !important;
  display:inline-block !important;
  font-size:14px !important;
  color:#fff !important;
  position:absolute;
  left:0px;
}

.button-product-video img{
  vertical-align: middle;
  margin-right:4px;
}

.button-product-two{
  background:#000 !important;
  padding:6px !important;
  padding-left:20px !important;
  padding-right:20px !important;
  border-radius:0px !important;
  text-transform: capitalize !important;
  max-width: 160px !important;
  display:inline-block !important;
  font-size:14px !important;
  color:#fff !important;
  position:absolute !important;
  right:0px !important;
}

.share-icons {
  position: relative;
  text-align:center;
}

label{
  font-family:'Century Gothic' !important;
}

/*ALEXANDER*/
div.center-logo {
    display: inline-block;
}
div.center-logo img{
  	max-width:160px;
}
div.center-logo{
    margin-right:10px;
}
.product-info-inner a h3 {
    display: inline;
}
.product-info-inner a span {
    margin: 0px;
}
div#tab-1 , div#tab-2{
  border:1px solid #bebebe;
  padding: 0px 20px 0px 20px;
  font-family:'Century Gothic' !important;
  color:#000 !important;
  font-size:12px !important;
  
}

div#tab-1 p{
  color:#000 !important;
  font-weight:600;
}
div#tab-1, div#tab-2{
  color:#000 !important;
  font-weight:500;
}

ul.tabs {
  display: block;
  margin: 0 0 0px;
  padding: 0;
}
ul.tabs li {
  display: block;
  float: left;
  height: 30px;
  margin-bottom: 0;
  padding: 0;
  width: auto;
}
ul.tabs li a {
  font-family:'Century Gothic' !important;
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  display: block;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0 20px;
  text-decoration: none;
  width: auto;
  color: #303030;
  font-weight:600;
  border-bottom:none !important;
}
ul.tabs li a.active {
  background: none repeat scroll 0 0 #FFFFFF;
  border-left-width: 1px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #111111;
  height: 31px;
  position: relative;
  top: 0px;
  border-color:#bebebe !important;
  border-style: solid;
  border-width: 1px 1px 0 1px;
}
ul.tabs li:first-child a.active {
  margin-left: 0;
}
ul.tabs li:first-child a {
  border-top-left-radius: 2px;
  border-width: 1px 1px 0;
}
ul.tabs li:last-child a {
  border-top-right-radius: 2px;
}
ul.tabs:before, ul.tabs:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
ul.tabs:after {
  clear: both;
}

.table-orders td,.table-orders th {padding:5px;}


/* FIN */

/*TAB PRODUCT*/
span.cristmas{
  display:block;
  padding:8px;
  background: #fddff2;
  margin-top:10px;
  margin-bottom:10px;
  text-decoration:underline;
}

span.standar{
  display:block;
  padding:8px;
  margin-bottom:10px;
  position:relative;
}

span.flotante-cart{
  position:absolute;
  right:40px;
  width:100px;
}

span.pricing{
  background:#ededed;
  display:block;
  padding:8px;
  margin-top:10px;
  margin-bottom:10px;
}
/*FIN*/

.boton-next{
  width:100%;
  padding-top:20px;
  padding-bottom:20px;
  position:relative;
}

input#q {
padding: 2px !important;
}

div.tienda-colecciones{
  padding:0px 0px 20px 0px;
  
}

select.tienda-product, .tienda-product{
  display:inline-block;
  padding:10px;
  margin-right:10px;
  width:auto !important;
  font-weight:bold;
  color:#454545;
  border:1px solid #454545;
  text-transform:uppercase;
}
.vales{
  display:inline-block;
  padding:10px;
  margin-right:10px;
  width:auto !important;
  font-weight:bold;
  color:#454545;
  text-transform:uppercase;
}

.right-product{
  text-align:right !important;
}
.center-product{
  text-align:center !important;
}
.left-product{
  text-align:left !important;
}

.fancybox-inner{
  overflow:hidden !important;
}


#product-carousel .product-car{
  text-align:center !important;
}
.size_content{
  width:100%;
  text-align:left;
}
.size_product{
  font-size:16px;
  display:inline-block;
  text-align:left;
  color:#000 !important;
  font-weight:bold;
  margin-right:4px;
}
.variant_size_product{
  font-size:14px;
  display:inline-block;
  text-align:left;
  color:#000 !important;
}
.bigimage{
  text-align:left;
}
.quick-cart-details{
  color:#000;
}
div.boton-quick{
  height:25px;
  margin: 0 auto;
  position:absolute;
  top:40%;
  right:0px;
}
div.boton-shard{
  height:25px;
  margin: 0 auto;
  text-align: right;
  position:absolute;
  top:36%;
  right:0px;
}
div.boton-shard-desplegable{
  width:100%;
  margin: 0 auto;
  text-align: right;
  position:absolute;
  top:35%;
}

#full-width-filter{
  border-bottom:0px;
}

#product-loop .product-index .product-info{
  border-bottom:4px !important;
}

ul#main-nav li ul li{
  width:auto;
}

#test-form input#q.super-search {padding: 15px 5px !important;border-bottom: 2px solid #000!important;font-size: 16px;}

#product-loop .product-index{
  position:relative;
}
ul#main-nav {
    margin: 0px;
}
.content-others-attr {
    position:relative;
}
span.line-search {
    height: 2px;
    width: 100px;
    background: #000;
    display: inline-block;
}
form#test-form{
    position:relative;
}
form#test-form span.my-search{
    position: absolute;
    top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 10px; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
}
a.my-search,span.my-search {
    background-image: url('//bellydancestore.com/cdn/shop/t/10/assets/source.png?v=168756741754035724801477945372');
    background-repeat: no-repeat;
    background-position: -235px -298px;
    width: 24px;
    height: 24px;
    display: inline-block;
}
li.cust a i.icon-user {
    font-size: 21px;
}
ul#cart li {
    display: inline-block;
    vertical-align: middle;
}
ul#cart {
    padding: 0px;
    vertical-align: middle;
    text-align:left;
    display: inline-block;
    float: right;
    margin: 15px 0px;
    position:relative;
}
li.ojo{
    display: block;
    width: 16px;
    height: 12px;
    margin-bottom: 14px;
    text-indent: -99999px;
    background: url('//bellydancestore.com/cdn/shop/t/10/assets/sprite_favorites_icons.png?v=114899641650260820401476453207') 0 -50px no-repeat;
}
li.ojo:hover{
    background: url('//bellydancestore.com/cdn/shop/t/10/assets/sprite_favorites_icons.png?v=114899641650260820401476453207') -19px -50px no-repeat;
}

li.compartir{
	display: block;
    width: 16px;
    height: 12px;
    margin-bottom: 14px;
    text-indent: -99999px;
    background:url('//bellydancestore.com/cdn/shop/t/10/assets/sprite_favorites_icons.png?v=114899641650260820401476453207') 0 -25px no-repeat;
    cursor:pointer;
}
li.compartir:hover{
    background:url('//bellydancestore.com/cdn/shop/t/10/assets/sprite_favorites_icons.png?v=114899641650260820401476453207') -20px -25px no-repeat ;
}
div.ventana-social{
    width:80px;
    float:right;
    margin-right:20px;
   
  
}
div.tw-social{
   background:#fff;
   padding:10px;
   border:1px solid #d9d9d9;
   width:70px;
   position:relative;
}
.shared-apolo a{
  display:block;
  text-align:center;
}
div.share-popup{
    position: absolute;
    background: url(//bellydancestore.com/cdn/shop/t/10/assets/sprite_tooltip_arrows.png?v=145223798908323607241476453207) 0 0 no-repeat;
    width: 25px;
    height: 13px;
    top: 8px;
    left: 66px;
}

.next-prev{
   float:right;
}
.toper{
   display:inline-block !important;
   width: auto;
   padding:4px 8px 4px 8px !important;
   font-size:13px !important;
}

.git{
  margin-right:4px;

}

.shared-apolo a{
  display:inline-block !important;
}

td.get{
  color:#e5e5e5;
}

.bigimage.desktop-10.ima {
	float: right;
    text-align:center;
}


/*Alexander*/

span.refine {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
/*End*/
a.button.disabled {
    background: #b7b7b7;
}
<!-- STARS -->
/* All stars */
  .spr-icon {
    background-image: url('//bellydancestore.com/cdn/shop/t/10/assets/stars-example.png?v=100245677724499124471476453208');
    background-position: 0 0;
    display: inline-block;
    position: static;
    top: 0;
    width: 18px;
    height: 18px;
    text-indent: -30000px;
  }
  
  /* Empty star */
  /* Shown in New Review form as unselected */
  .spr-icon.spr-icon-star-empty,
  .spr-icon.spr-icon.spr-icon-star-empty {
    background-position: 0 0;
    opacity: 1;
  }
  
  /* Empty star on hover */
  /* Displayed when user hovers mouse over an empty star in the review form */
  .spr-icon.spr-icon-star-empty.spr-icon-star-hover {
    background-position: 0 -18px;
  }
  
  /* Full star */
  .spr-icon.spr-icon-star {
    background-position: 0 -36px;
  }
  
  /* Half star */
  /* Displayed when a rating is a half value (3.5 stars) */
  .spr-icon.spr-icon-star-half {
    background-position: 0 -54px;
    opacity: 1;
  }
.product-info-inner .price {
    margin-bottom: 5px;
}
<!-- END -->