/* Swatch Product View Styles */
.swatchesContainerPadded:after,
.swatchesContainer:after {
  clear: both;
  content: '.';
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

#loadingImage {
  background-color: #fff;
  background-image: url(../../../../../base/default/images/vpcommerce/colorselectorplus/loading.gif);
  background-position: center 25px;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  color: #333;
  filter: alpha(opacity=80);
  font-family: Tahoma;
  font-size: 12px;
  height: 50px;
  left: 400px;
  margin-left: auto;
  margin-right: auto;
  -moz-opacity: .8;
       opacity: .8;
  position: absolute;
  text-align: center;
  top: 330px;
  vertical-align: middle;
  width: 75px;
  z-index: 99;
}

.swatchesContainer {
  padding-top: 8px;
}

.swatchesContainerPadded {
  padding-top: 15px;
}

.swatchLabel {
  font-weight: normal !important;
}

.swatch {
  border: 1px solid #e1e1e1;
  cursor: pointer;
  display: inline;
  filter: alpha(opacity=100);
  float: left;
  margin-bottom: 4px;
  margin-left: 10px;
  opacity: 1;
  padding: 2px;
  -webkit-transition: opacity .5s linear;
     -moz-transition: opacity .5s linear;
          transition: opacity .5s linear;
  -o-transition-transition: opacity .5s linear;
}

.sapat_tam .swatch {
  border: 1px solid #333;
  color: #333;
  font-weight: bolder;
  height: 45px;
  line-height: 32px;
  margin-left: 2px;
  text-align: center;
  width: 45px;
}

.Numeração .swatch {
  border: 1px solid #333;
  color: #333;
  font-weight: bolder;
  height: 45px;
  line-height: 32px;
  margin-left: 2px;
  text-align: center;
  width: 45px;
}

.Tamanho .swatch {
  border: 1px solid #333;
  color: #333;
  font-weight: bolder;
  height: 45px;
  line-height: 32px;
  margin-left: 2px;
  text-align: center;
  width: 45px;
}

.Diâmetro .swatch {
  border: 1px solid #333;
  color: #333;
  font-weight: bolder;
  height: 45px;
  line-height: 32px;
  margin-left: 2px;
  text-align: center;
  width: 45px;
}

.disabledSwatch {
  -khtml-opacity: .3;
  cursor: default !important;
  filter: alpha(opacity=30);
    -moz-opacity: .3;
         opacity: .3;
}

.swatchSelect {
  display: none;
}

.swatchContainer {
  display: inline;
}

/* Swatch Category View Styles */
.float-clearer {
  clear: both;
}

.swatchesContainer-category {
  display: block;
  padding-bottom: 20px;
  padding-top: 8px;
}

.swatchLabel-category {
  display: block;
  float: left;
  font-size: 9px;
  font-weight: normal !important;
  line-height: 9px;
  padding-top: 2px;
  vertical-align: bottom;
}

.swatchContainer-category {
  display: block !important;
  height: auto;
}

.firstswatch-category {
  border: 1px solid #e1e1e1;
  cursor: pointer;
  display: inline;
  float: left;
  margin-bottom: 8px;
  margin-left: 0;
  margin-top: 4px;
  padding: 2px;
}

.swatch-category {
  cursor: pointer;
  display: inline;
  float: left;
  margin-bottom: 0;
  margin-left: 4px;
  margin-top: 8px;
  padding: 1px;
  /*border: 1px solid #e1e1e1;*/
}

.swatch-shopby {
  border: 1px solid #e1e1e1;
  cursor: pointer;
  display: inline;
  float: left;
  margin-bottom: 4px;
  margin-left: 5px;
  margin-top: 5px;
  padding: 2px;
}

.swatch-shopby-text {
  cursor: pointer;
  display: inline;
  float: left;
  margin-bottom: 4px;
  margin-left: 5px;
  margin-top: 5px;
  padding: 2px;
}

.swatch-category-container {
  height: auto !important;
  margin-bottom: 15px;
  margin-top: 8px;
  overflow: auto !important;
  position: relative;
}
