#detail.container {
  max-width: 1000px;
  margin: 0 auto;
}
#detail hr {
  border-color: #888888;
}
#detail .name h1,
#detail .price h1 {
  font-size: 48px;
  font-family: "ralewayextrabold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 27px 0 7px;
}
#detail .price h1 {
  text-align: right;
}
#detail .price .sale {
  color: #ff6b6b;
}
#detail .price .was {
  font-size: 36px;
  text-decoration: line-through;
}
@media (max-width:1019px) {
  #detail .name h1,
  #detail .price h1 {
    font-size: 40px;
  }
  #detail .price .was {
    font-size: 30px;
  }
}
@media (max-width:787px) {
  #detail .name h1,
  #detail .price h1 {
    font-size: 26px;
    text-align: center;
    margin: 19px 0 0;
  }
  #detail .price h1 {
    margin: 2px 0 0;
  }
  #detail .price .was {
    font-size: 20px;
  }
}
#detail .shoe-images .ms-skin-default .ms-nav-prev {
  background: rgba(0, 0, 0, 0) url("masterslider/skins/default/light-skin-2.png") repeat scroll -89px -26px;
}
#detail .shoe-images .ms-skin-default .ms-nav-next{
  background: rgba(0, 0, 0, 0) url("masterslider/skins/default/light-skin-2.png") repeat scroll -89px -103px;
}
#detail .shoe-images .ms-skin-default .ms-view{
  background: #fff;
}
#detail .productVideo {
  text-align: center;
}
#detail .productVideo img {
  margin-bottom: 20px;
  cursor: pointer;
}
#detail .productVideo #productIframe {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#detail .productVideo #productIframe iframe,
#detail .productVideo #productIframe object,
#detail .productVideo #productIframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#detail .pr_snippet_product .pr-snippet-wrapper {
  padding: 0;
  font-family: "ralewayextrabold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
.pr-stars-small {
  background-image: url("resources/images/stars_small.png") !important;
}
#detail .pr_snippet_product .pr-snippet-wrapper .pr-snippet-review-count {
  display: none;
}
#detail .pr_snippet_product .pr-snippet-wrapper .pr-snippet-read-write {
  padding-top: .4em;
}
#detail .pr_snippet_product .pr-snippet-wrapper .pr-snippet-read-write a {
  color: #888888;
}
@media (min-width:1020px) {
  #detail .pr_snippet_product .pr-snippet-wrapper .pr-snippet-read-write a:hover {
    color: #0076d5;
  }
}
#detail .pr_snippet_product .pr-snippet-wrapper .pr-snippet-read-reviews span {
  display: none;
}
#detail .pr_snippet_product .pr-snippet-wrapper .pr-snippet-read-reviews {
  border-left: 1px dotted #cbcbcb;
  padding: 0 1em;
}
@media (max-width:1019px) {
  #detail .pr_snippet_product .pr-snippet-wrapper {
    font-size: 14px;
  }
}
@media (max-width:787px) {
  #detail .pr_snippet_product .pr-snippet-wrapper {
    font-size: 12px;
  }
  #detail .pr_snippet_product .pr-snippet-wrapper .pr-snippet-read-reviews {
    padding: 0 .7em;
  }
  #detail .pr_snippet_product .pr-snippet-wrapper .pr-snippet-stars {
    margin:0;
  }
  #detail .pr_snippet_product .pr-snippet-wrapper .pr-snippet-write-review {
    padding: 0 0 0 .7em;
  }
}
#detail .itemNumber {
  font-size: 18px;
  font-family: "ralewayextrabold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #888888;
  padding-bottom: 10px;
}
#detail .swatches {
  margin-top: 7px;
}
#detail .swatchLabel {
  font-size: 14px;
  font-family: "ralewaymedium", Helvetica, Arial, sans-serif;
  color: #888888;
}
#detail .swatchhover {
  font-size: 14px;
  font-family: "ralewayextrabold", Helvetica, Arial, sans-serif;
  color: #888888;
}
#detail .style-swatches,
#detail .style-swatches-selected {
  margin-right: 20px;
}
#detail .style-swatches-selected {
  outline: 2px solid #666666;
}
#detail .prod-attributes {
  margin-top: 20px;
  font-size: 14px;
}
#detail .prod-attributes div {
  display: inline-block;
  color: #888888;
}
#detail .prod-attributes.size .label {
  width: 34px;
}
#detail .prod-attributes.size .dropDown {
  width: -moz-calc(100% - 39px) !important;
  width: -webkit-calc(100% - 39px) !important;
  width: -o-calc(100% - 39px) !important;
  width: calc(100% - 39px) !important;
}
#detail .prod-attributes.width .label {
  width: 47px;
}
#detail .prod-attributes.width .dropDown {
  width: -moz-calc(100% - 52px) !important;
  width: -webkit-calc(100% - 52px) !important;
  width: -o-calc(100% - 52px) !important;
  width: calc(100% - 52px) !important;
}
#detail .prod-attributes.quantity .label {
  width: 62px;
}
#detail .prod-attributes.quantity .dropDown {
  width: -moz-calc(100% - 67px) !important;
  width: -webkit-calc(100% - 67px) !important;
  width: -o-calc(100% - 67px) !important;
  width: calc(100% - 67px) !important;
}
#detail .prod-attributes .dropDown select {
  width: 100%;
}
#detail .prod-attributes .sizeConversion {
  font-style: italic;
  text-decoration: underline;
  cursor: pointer;
}
#detail .errMsg {
  color:red;
  font-size:11px;
  text-transform:uppercase;
}
#detail .cartBtn {
  background-color: #0076d5;
  width: 100%;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  font-family: "ralewayextrabold", Helvetica, Arial, sans-serif;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #fff;
  letter-spacing: .1em;
}
@media (min-width:1020px) {
  #detail .cartBtn:hover {
    background-color: #03457A;
  }
}
#detail .shipping {
  color: #888888;
  text-align: center;
  margin-top: 10px;
}
#detail .shipping .secondary {
  font-size: 10px;
}
#detail .description ul {
  padding: 0;
}
#detail .description li {
  margin-left: 15px;
  font-size: 14px;
  color: #888888;
}
@media (max-width:1019px) {
  #detail .description li {
    font-size: 12px;
  }
}
#detail .tech {
  font-family: "ralewayextrabold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #cccccc;
  text-transform: uppercase;
}
#detail .tech .indTech {
  color: #01447a;
  padding: 0 5px;
}
#detail .tech .videos img {
  margin-top: 10px;
  margin-right: 10px;
}
#detail h2 {
  font-family: "ralewayextrabold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #888888;
  margin-top: 10px;
}
@media (max-width:1019px) {
  #detail h2 {
    font-size: 12px;
    margin-top: 0;
  }
}
#detail .x-sell {
  text-align: center;
  margin-top: 10px;
}
#detail .x-sell .name {
  font-family: "ralewayextrabold", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
#detail .x-sell .price {
  font-family: "ralewaybold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
}
#detail .x-sell .price .sale {
  color: #ff6b6b;
}
@media (min-width:1020px) {
  #detail .x-sell a:hover {
    color: #0076d5;
  }
}
@media (max-width:1019px) {
  #detail .x-sell .name {
    font-size: 14px;
  }
  #detail .x-sell .price {
    font-size: 11px;
  }
}
@media (max-width:787px) {
  #detail .x-sell .name {
    font-size: 12px;
  }
  #detail .x-sell .price {
    font-size: 10px;
  }
}
#detail .pr-snapshot-head {
  background-image: none;
  border: none;
}
#detail .pr-snapshot-body {
  background-color: transparent;
  border: none;
}
#detail .pr-snapshot-body-wrapper {
  border: none;
}
#detail .pr-review-sort {
  background-color: transparent;
  border: none;
}
#detail .pr-contents {
  background-color: transparent;
  border: none;
}
#detail .pr-contents-wrapper {
  border: none;
}

/* VIDEO POP UP */
#YouTubeModal #YouTubeModalDialog {
  z-index: 4000;
  margin: 80px auto;
  width: auto !important;
  max-width: 900px
}
@media (max-width:768px) {
  #YouTubeModal #YouTubeModalDialog {
    margin: 0px auto;
    height: 300px
  }
}
#YouTubeModal #YouTubeModalDialog #YouTubeModalContent {
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  background-color: #000;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 0px
}
#YouTubeModal #YouTubeModalDialog #YouTubeModalContent .modal-header {
  color: #fff;
  border: none
}
#YouTubeModal #YouTubeModalDialog #YouTubeModalContent .modal-header i.close {
  margin-top: 0px;
  cursor: pointer;
  float: right;
  font-size: 18px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  color: #fff;
  z-index: 500;
  opacity: 1
}

.ms-thumb-list.ms-dir-h .ms-thumblist-fwd, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
  background: rgba(128, 128, 128, 0.5) none repeat scroll 0 0;
  color: white;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  width: 20px;
}
.ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
  left: auto;
  right: 0;
}
.ms-thumb-list.ms-dir-h .ms-thumblist-fwd::after, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-image: none;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  content: close-quote;
  display: block;
  height: 1px;
  position: relative;
  top: 43%;
  width: 6px;
  left: 7px;
}
.ms-thumb-list.ms-dir-h .ms-thumblist-bwd::after {
  border-left-color: #fff;
  border-width: 5px 0 5px 5px;
}

/* SIZE CONVERSION CHART */
.chartText {
  cursor: pointer;
  text-decoration:underline;
  font-size:92%;
  position: relative;
  top: 10px;
  text-transform:uppercase;
}
#mask {
  background-color: #000000;
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99999;
}
.container.sizeChart {
  max-width: 980px;
  display: block;
  margin: 10px auto 0;
}
#sizeChart {
  display: none;
  position: fixed;
  background: #fff;
  z-index: 999999;
  top: 50px;
  width: 980px;
  padding: 40px 35px;
  color: #2e2d2d;
  font-weight: bold;
}
@media (max-width:1019px) {
  #mask,
  #sizeChart {
    display: none !important;
  }
}
#sizeChart .close {
  position: absolute;
  top: -13px;
  right: -13px;
  cursor: pointer;
}
#sizeChart .header {
  text-align: center;
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
  font-family: "ralewaybold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1379d2;
}
#sizeChart .main {
  display: inline-block;
  vertical-align: top;
}
#sizeChart .main .row {
  padding: 1px 0;
}
#sizeChart .main .row.alternate {
  background: #e9eef2;
}
#sizeChart .main .chart {
  text-align: center;
  text-transform: uppercase;
}
#sizeChart .main .chart .col-xs-2 {
  width: 16.66666667%
}
#sizeChart .main .chart .colHeader {
  letter-spacing: .05em;
  margin-bottom: 10px;
}
#sizeChart .main p {
  margin-top: 30px;
  letter-spacing: .08em;
  text-align: justify;
}
#sizeChart .tips {
  padding-left: 34px;
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: 40px;
}
#sizeChart .tips p {
  margin: 20px 0;
}



