#detail-product {
  margin-top: 35px;
}
#detail-product .product-info .name {
  text-transform: uppercase;
  font-family: 'Barlow-Condensed-Medium';
}
#detail-product .product-info .name-long {
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem; 
  font-weight: 700;
}
#detail-product .product-info .price.clearance {
  color: #FF0000;
}
#detail-product .product-info .price.clearance .old {
  color: #000;
  text-decoration: line-through;
}
/*Zoom*/
#detail-product #zoomButton,
#detail-product #zoomButtonClose{
  position: absolute;
  cursor: pointer;
  z-index: 999;
  bottom: 10%;
  right: 5%;
  font-size: 27px;
  color: #939598;
}
/* Shoe thumb carousel*/
.carousel-control-prev,
.carousel-control-next{
  z-index: 1;
}
.carousel-control-prev{
  left: -30px;
}
.carousel-control-next{
  right: -30px;
}
.swatches div {
  display: inline-block;
}
@media (max-width:719px) {
  .swatches div.visible-xs {
    display: inline-block !important;
  }
}
.swatch:hover{
  text-decoration: none;
}
.style-swatches {
  height: 75px;
  margin: 2px;
  width: 75px;
  vertical-align: top;
  border: 2px solid transparent;
  padding: 2px;
  transition: all .2s solid;
}
.style-swatches:hover {
  border: 2px solid #92A39D;
}
.style-swatches-selected {
  border: 2px solid #000;
  cursor: pointer;
  height: 75px;
  margin: 2px;
  padding: 2px;
  width: 75px;
  vertical-align: top
}
#detail-product .shoe-variables select {
  overflow: auto;
  height: 50px;
  background: url(images/arrow-checkout.png) no-repeat right #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  padding:10px;
  font-size: .9rem;
}
#detail-product .shoe-variables select.outline {
  background-color: #fff;
  border-color: #92a39d;
  outline: 0;
  box-shadow:0 0 0 .2rem #92a39d;
}

@media (max-width:719px) {
  #detail-product .shoe-variables select {
    height: 50px;
    margin-bottom: 10px;
    min-width: 90px
  }
}
#detail-product .shoe-variables .chart {
  text-align: center;
  text-decoration: underline;
}
@media (max-width:719px) {
  #detail-product .shoe-variables .chart {
    padding: 15px 10px;
  }
}
#detail-product .shoe-variables .chart .sizeConversion {
  color: #000;
  cursor: pointer;
  font-size:14px;
  font-weight: bold;
  text-transform: uppercase;
}
#detail-product .shoe-variables .chart .sizeConversion:hover {
  color: #163d52;
  cursor: pointer
}
#detail-product .add-to-cart a, #detail-product .add-to-cart span {
  display: inline-block;
  background-color: #92A39D;
  text-transform: uppercase;
  color: #fff;
  margin: 10px 0px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .03em;
  padding: 20px 10px;
  width:100%;
  text-align: center;
}
#detail-product .add-to-cart span {
  opacity: .5;
  cursor: default;
}
@media (max-width:719px) {
  #detail-product .add-to-cart a, #detail-product .add-to-cart span {
    width: 100%;
    padding: 10px;
    text-align: center
  }
}
#detail-product .add-to-cart a:hover {
  background-color: #72807B;
}
@media (max-width:719px) {
  #detail-product .free-ship {
    padding: 0px;
  }
}
#detail-product .availability {
  font-size: 13px;
  text-transform: uppercase;
  height:20px;
  margin-top: 10px;
}
#detail-product .description {
  margin: 10px 0px;
  font-size:18px;
}
#detail-product .description-list {
  margin: 10px 0px 10px -1px;
  padding-left: 20px;
  font-size:18px;
}
#detail-product .description-list #comTech{
  display: none;
  position: fixed;
  background: #fff;
  z-index: 999999;
  top: 50px;
  width: 980px;
  padding: 40px 35px;
  font-weight: bold;
  color: #000;
}
#additional-items h2,
#product-reviews h2 {
  display: block;
  width: 100%;
  background-color: transparent;
  padding: 15px 0;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}
.styleDetailError, .styleDetailInfo, .styleDetailWarn, .styleDetailFatal {
  color:red;
  text-transform:uppercase;
  margin:0px 0px;
  border: 0px 0px;
  display:inline;
}
/*PSell and XSell Product Block*/
/*Individual Product Block*/
.product,
.product a{
  color: #000;
  letter-spacing: 1px;
  padding-bottom: 2px;
}
.product a:hover{
  color: #000;
  text-decoration: none;
}
.product .name,
.product .price{
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Barlow-Condensed-Medium';
  margin-top: -.25rem;	
}
.product .name-long{
  font-size: .9rem;
  font-weight: 600;
}
.product .price{
  font-size: 1rem;
}
.comment{
  font-size: .75rem;
  text-transform: uppercase;
}
.product .product-label{
  margin-top: -1.5rem;
  font-family: 'Barlow-Condensed-Medium';
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
}
.product .new {
  color: #9baba5;
}
.product .clearance {
  color:#FF0000;
}
.product .everydaylow {
  color:#537c93;
}
.product .clearance .old,
.product .everydaylow .old{
  color:#000;
  text-decoration-line: line-through;
  letter-spacing: 1px;
  font-weight: bolder;	
}

/**/


/* SIZE CONVERSION CHART */
#mask {
  background-color: #000000;
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 9999;
}
#sizeChart, #apPop, #heelGuide {
  display: none;
  position: fixed;
  background: #fff;
  z-index: 999999;
  top: 30px;
  width: 75%;
  padding: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 11px;
}
#sizeChart .table td{
  padding: 3px;
}
#sizeChart .close {
  position: absolute;
  top: 3px;
  right: 3px;
  cursor: pointer;
  z-index: 9999999;
}
.techText{
  font-size: 16px;
  display: block;
  margin-top: 15px;
  margin-bottom: 20px;
}
button.thumbNav{
  border:none;
  background:none;
  margin-top:40px;
}
.hide{
  display: none;
}
@media (max-width:749px) {
  button.thumbNav{
    margin-top:7vw;
  }
}
#detail-product .reviewsPartial {
  padding-top: 20px;
}
.reviews .p-w-r {
  width: 100%;
}

.payLogo {
  width: 70px;
  height: 20px;
}
