.missing-selector-alert {
  display: block;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Source Sans Pro, "Source Sans Pro", sans-serif;
  padding-top: .2vw;
  font-size: 13px;
  color: #CCDA00;
  text-align: center;
}
.zoomButtons {
  position: absolute;
  top: 45px;
  right: 10px;
  z-index: 1600;
}
.zoom-toggle {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  cursor: pointer;
}
.swiper-slide video {
  touch-action: none;
}
#wrapper-header .logo {
  max-width: 250px !important;
}
@media (max-width: 1600px) {
  .shoe-breaksells {
    display: block;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px !important;
  }
}
.pdp-highlights {
  color: #6d6e72;
  letter-spacing: 1px;
  font-family: "Quasimoda", sans-serif;
  font-size: 13px;
}
.bonusText {
  position: relative;
  height: 30px;
}
.dragscroll {
  width: 100%;
  height: auto;
  overflow-y: auto;
  overflow-x: auto;
  cursor: grab;
  cursor: -o-grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.modal-dialog {
  position: relative;
  background-color: #f7f7f7 !important;
  margin: auto;
  padding: 0;
  width: 47%;
  max-width: 700px !important;
}
.modal-content {
  border: none !important;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -3rem -1rem auto !important;
}
.modal {
  position: fixed;
  z-index: 1600;
  padding-top: 9vw;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.modal.show {
  display: block;
}
.swiper-slide {
  text-align: left !important;
  height: auto !important;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #f7f7f7 !important;
  margin: auto;
  padding: 0;
  max-width: 700px;
  overflow: hidden;
}
/* The Close Button */
.close {
  color: #000;
  position: absolute;
  top: 9px;
  right: 20px;
  font-size: 35px;
  z-index: 1600;
  font-weight: bold;
}
.close:hover, .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.size-selectors {
  width: 100%;
  display: inline-block;
}
.swiper-button-next, .swiper-button-prev {
  top: 42% !important;
}
#detail-product {
  margin-top: 35px;
}
#detail-product .size, #detail-product .width, #detail-product .quantity, #detail-product .reviewsPartial {
  margin: 20px 0px;
}
/*Swatches*/
#detail-product .swatch:hover {
  text-decoration: none;
}
#detail-product .swatch-image {
  height: 60px;
  margin: 2px;
  width: 60px;
  vertical-align: top;
  border: 2px solid transparent;
  padding: 2px;
  transition: all .2s solid;
}
#detail-product .swatch-image-selected {
  outline: 3px solid #00599b;
  cursor: pointer;
  font-size: 13px;
  height: 60px;
  padding: 0;
  background-color: #f7f7f7;
  width: 60px;
  margin: 0;
  vertical-align: top;
}
/*Width*/
#detail-product .width .sizebox-width {
  border: 2px solid #6D6E71;
  font-size: 14px;
  font-family: "Quasimoda", sans-serif;
  color: #6D6E71;
  background-color: transparent;
  width: 135px;
  height: 40px;
  margin-right: 5px;
  margin-top: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: center;
  padding: 6px 9px 9px;
  transition: all .2s ease-in-out;
  cursor: pointer;
}
#detail-product .width .sizebox-width:hover {
  background-color: #2276b9;
  color: #fff;
  border: 2px solid #2276b9;
}
#detail-product .width .sizebox-width.selected {
  background-color: #2276b9;
  color: #fff;
  font-weight: 600;
  border: 2px solid #2276b9;
}
#detail-product .width .sizebox-width.disabled {
  background-color: #f0f0f0;
  color: #6d6e71;
  border: 1px solid #cacaca;
}
#detail-product .width .sizebox-width.disabled {
  background-color: #f0f0f0;
  color: #6d6e71;
  border: 1px solid #cacaca;
}
/*Size*/
#detail-product .sizebox-size {
  border: 2px solid #6D6E71;
  font-size: 14px;
  font-family: "Quasimoda", sans-serif;
  color: #6D6E71;
  background-color: transparent;
  min-width: 51px;
  height: 43px;
  margin-right: 5px;
  margin-top: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: center;
  padding: 10px;
  transition: all .2s ease-in-out;
  cursor: pointer;
}
#detail-product .sizebox-size.disabled {
  background-color: #f0f0f0;
  color: #cacaca;
  border: 2px solid #cacaca;
  position: relative;
}
#detail-product .sizebox-size.disabled:hover {
  background-color: #f0f0f0;
  color: #cacaca;
  border: 2px solid #cacaca;
  position: relative;
}
#detail-product .sizebox-size.disabled::after {
  content: "";
  position: absolute;
  width: 4.05rem;
  height: auto;
  border-bottom: solid 0.0625rem #DDDDDD;
  -webkit-transform: rotate(40deg);
  opacity: 1;
  top: 50%;
  left: -18%;
}
#detail-product .sizebox-size.selected {
  background-color: #2276b9;
  color: #fff;
  font-weight: 600;
  border: 2px solid #2276b9;
}
#detail-product .sizebox-size:hover {
  background-color: #2276b9;
  color: #fff;
  border: 2px solid #2276b9;
}
/*Add to cart button*/
#detail-product .add-to-cart {
  display: inline-block;
  background-color: #00599b;
  text-transform: uppercase;
  color: #fff;
  margin: 10px 0px;
  font-family: "Quasimoda", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 6px 10px;
  width: 100%;
  text-align: center;
}
/*Product Name and Price*/
#detail-product .product-info .name {
  font-weight: 600;
  color: #6d6e71;
  font-family: "Quasimoda", sans-serif;
  font-size: 1.75rem;
  line-height: 27px;
  margin-left: -2px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#detail-product .product-info .name-long {
  letter-spacing: .25px;
  color: #6d6e71;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 500;
  font-family: "Quasimoda", sans-serif;
}
#detail-product .product-info .name-long {
  letter-spacing: .25px;
  color: #6d6e71;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 500;
  font-family: "Quasimoda", sans-serif;
}
#detail-product .product-info .price.clearance {
  color: #e57601;
  text-transform: uppercase;
  font-size: 20px !important;
  font-family: "Quasimoda", sans-serif;
  font-weight: 500;
}
#detail-product .promo-redline {
  color: #FF0000 !important;
  letter-spacing: 1px;
  font-size: 1rem
    line-height: 18px;
}
#detail-product .product-info .price.clearance .old {
  color: #6d6e71;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: "Quasimoda", sans-serif;
  font-weight: 500;
  text-decoration: line-through;
  margin-right: 0.25rem;
}
.breadcrumb-detail {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  background-color: white;
  font-family: "Quasimoda", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 4px 1px -1px rgb(0 95 0 / 2%);
  border-bottom: 1px solid #e6e7e8;
  color: #6d6e71;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 16px !important;
}
.swiper-button-prev, .swiper-button-next {
  width: 35px !important;
  height: 35px !important;
  border-radius: 50% !important;
  cursor: pointer;
  position: absolute;
  color: #000 !important;
  top: 50%;
  padding: .5rem;
  text-align: center;
  background: #e1e1e1;
  opacity: .8;
}
.product-info {
  position: sticky;
  position: -webkit-sticky;
  top: 0; /* required */
}
/*Gallery Styling*/
#galleryImages {
  height: 885px;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: all .2s ease-in-out;
}
#galleryImages.show-all {
  height: auto;
  overflow-x: visible;
  overflow-y: visible;
  transition: all .2s ease-in-out;
}
.gallery-toggle {
  text-align: center;
  font-family: "Quasimoda", sans-serif;
  letter-spacing: 2px;
  font-weight: 500;
  cursor: pointer;
  font-size: 15px;
  text-transform: uppercase;
  color: #6d6e71;
}
.rotate-gallery .swiper-wrapper {
  flex-flow: wrap;
}
#galleryImages .swiper-slide-img {
  cursor: url('resources/images/zoom-in.svg'), auto;
}
#galleryImages .swiper-slide-img.zoomed-in {
  cursor: url('resources/images/zoom-out.svg'), auto;
}
#pdp-highlights span, #pdp-shipping span {
  font-size: 13px;
  letter-spacing: 1px;
}
/*1600px (desktops)*/
@media (max-width: 1600px) {
  .shoe-breaksells {
    display: none;
  }
  #detail-product .promo-redline {
    color: #FF0000 !important;
    letter-spacing: 1px;
    font-size: 1rem;
    line-height: 18px;
  }
}
@media (max-width: 1600px) and (min-width: 1200px) {
  #galleryImages {
    height: 675px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  #galleryImages {
    height: 590px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  #galleryImages {
    height: 430px;
  }
}
/*1599px-768px (laptops and tablets)*/
@media (max-width:1599px) and (min-width:768px) {
  .product .clearance {
    color: #FF0000;
    font-size: 20px !important;
  }
  .product .priceSell {
    font-size: .9rem !important;
    font-family: "Quasimoda", sans-serif;
    letter-spacing: 1px;
  }
  .promotion-banner {
    position: absolute;
    z-index: 1;
    /* background-color: black; */
    top: 0;
    transform: rotate(-45deg);
    border-bottom: 26px solid white;
    border-left: 45px solid transparent;
    border-right: 23px solid transparent;
    height: 0;
    width: 170px;
    left: -63px;
    text-align: center;
    padding-top: 16px;
  }
  .promotion-banner .new {
    font-size: 1rem;
    color: black;
    font-family: "Quasimoda", sans-serif;
    text-transform: uppercase;
  }
}
.priceSellContainer {
  position: relative;
  height: 30px;
  margin-top: -1.5rem;
}
.priceSellContainer .pb-md-2 {
  padding-bottom: 0 !important;
}
#detail-product #detailsCollapse {
  padding-left: 16px;
  list-style-type: circle;
}
#detail-product #detailsCollapse {
  padding-left: 15px;
  list-style-type: circle;
  margin-bottom: 30px;
  font-size: 12px;
}
#detail-product #detailsCollapse span {
  letter-spacing: 1px;
  font-size: 13px;
}
#detail-product .detailToggle.minus {
  display: block;
}
#detail-product .additionalHeader {
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  margin: 20px 0px;
  font-family: "Quasimoda", sans-serif;
  letter-spacing: 2px;
  color: #6d6e71;
  text-decoration: none !important;
}
#detail-product .additionalHeader:hover {
  text-decoration: none !important;
}
.promo-redlineSell {
  color: #FF0000;
  font-size: 1rem;
  font-family: "Quasimoda", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
#detail-product .detailToggle.plus {
  display: none;
}
#detail-product .additionalHeader .detailToggle {
  display: inline-block;
  float: right;
}
#detail-product .additionalHeader div {
  display: inline-block;
}
#detail-product .additionalHeader .detailToggle {
  display: inline-block;
  float: right;
}
#detail-product .collapsed .detailToggle.minus {
  display: none;
}
#detail-product .collapsed .detailToggle.plus {
  display: block;
}
#detail-product .detailToggle.minus {
  display: block;
}
#detail-product .detailToggle.plus {
  display: none;
}
#detail-product .additionalHeader div {
  display: inline-block;
}
#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;
}
/*767px and below (phones in portrait mode)*/
@media (max-width:767px) {
  #detail-product .shoe-variables select {
    height: 50px;
    margin-bottom: 10px;
    min-width: 90px
  }
  #detail-product .shoe-variables .chart {
    text-align: center !important;
  }
  #detail-product .add-to-cart a {
    width: 100%;
    padding: 10px;
    text-align: center
  }
  #detail-product .free-ship {
    font-size: 14px;
    padding: 0px;
  }
  #galleryImages {
    height: auto;
  }
  .swiper-wrapper {
    flex-flow: nowrap;
  }
  .rotate-gallery .swiper-wrapper {
    flex-flow: nowrap;
  }
}
#detail-product .availability {
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 10px;
}
#detail-product .description {
  margin: 10px 0px;
  font-size: 1rem;
}
#detail-product .description-list {
  margin: 10px 0px 10px -1px;
  padding-left: 20px;
}
/*Highlights Section*/
#detail-product .highlights li {
  line-height: 1.25;
  font-size: 13px;
  margin-bottom: .25rem;
}
/*Style Guide Hyperinks*/
#detail-product .guide-links-header {
  font-size: 1rem;
}
#detail-product .guide-links {
  font-size: 13px;
}
#additional-items h2, #product-reviews h2 {
  display: block;
  background-color: transparent;
  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;
  font-weight: 600;
  /* padding-bottom: 2px; */
  font-size: 19px;
}
.product a:hover {
  color: #000;
  text-decoration: none;
}
.product .name, .product .price {
  letter-spacing: .5px;
  font-weight: bold;
  color: #6d6e71;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Quasimoda", sans-serif;
  margin-bottom: 1px;
}
.product .name-long {
  letter-spacing: .25px;
  color: #6d6e71;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 500;
  font-family: "Quasimoda", sans-serif;
}
.product .price {
  font-weight: 500 !important;
  letter-spacing: 1px;
  color: #6d6e71;
  font-family: Source Sans Pro, "Source Sans Pro", sans-serif;
}
.priceSell {
  color: #6d6e71;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  padding-bottom: 0.25rem;
  font-family: "Quasimoda", sans-serif;
}
.shoe-color {
  font-size: 14px;
  color: #6d6e71;
  font-weight: bold;
  font-family: Source Sans Pro, "Source Sans Pro", sans-serif;
}
.sku {
  font-size: 14px;
  font-family: Source Sans Pro, "Source Sans Pro", sans-serif;
  line-height: 10px;
  font-weight: 100;
}
.select-label {
  font-size: 14px;
  color: #6d6e71;
  font-weight: bold;
  font-family: Source Sans Pro, "Source Sans Pro", sans-serif;
}
.size-chart {
  text-decoration: underline;
  text-align: right;
  color: #6d6e71;
  font-size: 13px;
  cursor: pointer;
  float: right;
  font-family: Source Sans Pro, "Source Sans Pro", sans-serif;
  padding-left: 10px;
}
.comment {
  font-size: .75rem;
  text-transform: uppercase;
}
.product .product-label {
  font-family: "Quasimoda", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.detailInfo .clearance {
  background-color: #b25416;
  display: inline-block;
  color: white !important;
  font-size: 12px !important;
  font-weight: 500;
  font-family: "Quasimoda", sans-serif;
  padding: 3px 15px 5px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
}
.detailInfo .everydaylow {
  background-color: #e57601;
  display: inline-block;
  color: white !important;
  font-size: .75rem!important;
  font-weight: 500;
  font-family: "Quasimoda", sans-serif;
  /* margin-bottom: -0.25rem; */
  padding: 4px 8px 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: .75;
}
.product .new {
  color: #9baba5;
}
.product .clearance {
  color: #d6e03e;
  font-size: 1rem;
}
.product .everydaylow {
  color: #e57601;
  font-size: 1rem;
}
.product .clearance .old, .product .everydaylow .old {
  color: #6d6e71;
  text-decoration-line: line-through;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 1rem;
  padding-right: 2px;
}
.priceSell.old {
  text-decoration:line-through;
}
/* SIZE CONVERSION CHART */
.modal-body {
  padding: 0 !important;
}
.sellHeader {
  font-size: 21px;
  font-weight: bold;
  font-family: "Quasimoda", sans-serif;
  letter-spacing: 1px;
}
.techText {
  font-size: 14.5px;
  line-height: 18px;
  display: block;
  margin-top: 6px;
  text-align: center;
  margin-bottom: 20px;
  font-family: Source Sans Pro, "Source Sans Pro", sans-serif;
  color: #6D6e71 !important;
  padding: 0 1rem;
}
.techHeader {
  font-size: 17px;
  line-height: 18px;
  display: block;
  letter-spacing: 1px;
  font-weight: bold;
  margin-top: 15px;
  font-family: "Quasimoda", sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #6D6e71 !important;
}
.lifestyleText {
  font-size: 14.5px;
  line-height: 18px;
  display: block;
  margin-top: 15px;
  text-align: initial;
  margin-bottom: 20px;
}
.hide {
  display: none;
}
/*2020 PDP Re-design*/
.product-image {
  max-width: 100%;
  cursor: pointer;
}
@media (min-width: 1019px) {
  .promotion-banner {
    position: absolute;
    z-index: 1;
    /* background-color: black; */
    top: 0;
    transform: rotate(-45deg);
    border-bottom: 37px solid white;
    border-left: 45px solid transparent;
    border-right: 23px solid transparent;
    height: 0;
    width: 170px;
    left: -49px;
    text-align: center;
    padding-top: 31px;
  }
  .promotion-banner .new {
    font-size: 1.5rem;
    color: black;
    font-family: "Quasimoda", sans-serif;
    text-transform: uppercase;
  }
  .promotion-banner .clearance {
    font-size: 1.25rem;
    color: #FF0000;
    font-family: "Quasimoda", sans-serif;
    text-transform: uppercase;
  }
}
@media (max-width: 900px) {
  #detail-product .promo-redline {
    color: #FF0000 !important;
    font-size: 22px;
    letter-spacing: 1px;
    font-size: 21px !important;
    line-height: 10px;
  }
  .promotion-banner {
    position: absolute;
    z-index: 1;
    /* background-color: black; */
    top: 0;
    transform: rotate(-45deg);
    border-bottom: 37px solid white;
    border-left: 45px solid transparent;
    border-right: 6px solid transparent;
    height: 0;
    width: 170px;
    left: -65px;
    text-align: center;
    padding-top: 32px;
  }
  .promotion-banner .clearance {
    font-size: 1.25rem;
    color: #FF0000;
    font-family: "Quasimoda", sans-serif;
    text-transform: uppercase;
  }
  #detail-product .width .sizebox-width {
    border: 2px solid #e6e7e8;
    font-size: 12px;
    font-family: "Quasimoda", sans-serif;
    color: #939598;
    background-color: transparent;
    width: 124px;
    height: 45px;
    margin-right: 5px;
    margin-top: 5px;
    display: inline-block;
    text-align: center;
    vertical-align: center;
    padding: 12px;
    transition: all .2s ease-in-out;
    cursor: pointer;
  }
}
.promotion-banner .new {
  font-size: 1.5rem;
  color: black;
  font-family: "Quasimoda", sans-serif;
  text-transform: uppercase;
}
#contactLinks a {
  color: black;
}
.recommendedText {
  letter-spacing: 1px;
  font-size: 22px;
  font-family: Quasimoda, sans-serif;
  color: rgb(109, 110, 113);
  text-transform:uppercase;
  font-weight:bold;
}
.contactBar {
  padding-top: 10px;
  text-align: center;
  font-size: 12px;
  color: black;
  letter-spacing: 2px;
}
.iconContact {
  width: 93px;
}
#product-details {
  background: #fff;
  z-index: 1;
}
.product .newPrices {
  color: #9baba5;
}
#detail-product .product-info a:focus img {
  color: #000;
  background-color: #fff;
  border-color: #92a39d;
  outline: 0;
  box-shadow: 0 0 0 .1rem #92a39d;
}
#detail-product .product-info a:focus {
  box-shadow: 0 0 0 0 transparent !important;
}
#detail-product .shoe-variables a:focus span, #detail-product .add-to-cart a:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 .1rem #92a39d inset !important;
}
.swiper-button-disabled {
  display: none !important;
}
.border {
  border: 1px solid #c2c3c5 !important;
  background: #c2c3c5;
  margin-top: 0rem;
  margin-bottom: 0rem !important;
}
/*For Error Outlines*/
.outline {
  border: 2px solid #CCDA00 !important;
}
.size-chart-link {
  color: #000;
}
.rotate-gallery-zoom .swiper-slide {
  max-height: 700px;
}
.alert-banner {
  position: absolute;
  z-index: 1;
  background-color: #b25416;
  bottom: 2rem;
  width: 176px;
  text-align: center;
  color: white;
  border-radius: 0px 3px 3px 0px;
  padding-bottom: 3px;
}
.alert-banner .new {
  font-size: 1rem;
  color: black;
  font-family: "Quasimoda", sans-serif;
  text-transform: uppercase;
}
.alert-banner .clearance {
  font-size: 1.25rem;
  font-size: .85rem;
  color: white;
  letter-spacing: 4px;
  font-family: "Quasimoda", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.alert-banner .everdaylowBanner {
  position: absolute;
  z-index: 1;
  background-color: #e57601;
  top: 29px;
  text-align: center;
  color: white;
  border-radius: 0px 3px 3px 0px;
  padding: 7px 10px 2px;
}
@media (max-width:768px) {
  #galleryImages .swiper-slide-img {
    min-height: 375px;
  }
  .swiper-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* fix power reviews causing site wiggle*/
.p-w-r .pr-review-snapshot .pr-msq-list {
  display: block !important;
}
/* overflow for swiper@9 */
.swiper-container {
  overflow: hidden !important;
}
/* Disclosure Modal Styles for PDP */
@media (max-width:992px) {
  #disclosure.modal {
    margin-left: 0px;
  }
  #disclosure .modal-dialog {
    width: 90% !important;
  }
}
/*Gift Card Styling*/
#detail-product .sizebox-size.custom-gc {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
#detail-product .sizebox-size.custom-gc input {
  height: 100%;
  color: #fff;
  border: none;
  max-width: 68px;
  padding-left: 5px;
  background: #e1e1e1;
}
#detail-product .sizebox-size.custom-gc.clicked-gc, #detail-product .sizebox-size.custom-gc.clicked-gc input {
  color: #fff;
  background: #2276b9 !important;
}
#detail-product .product-info .name.gc-label {
  color: #00599b;
}
#detail-product .product-info .name.gc-label-longName {
  font-size: .75rem;
  text-transform: uppercase;
}
.gc-gift-amount {
  font-size: .65rem;
  text-transform: uppercase;
  color: #6D6E71;
}
/*New Tech Bar*/
#tech {
  font-family: Source Sans Pro, "Source Sans Pro", sans-serif;
  color: #225996 !important;
}
#tech h2.mainTitle {
  color: #225996 !important;
  font-size: 2em;
  letter-spacing: 6px;
  font-weight: bold;
}
#tech span.mainSubTitle {
  font-size: 1.25em;
  letter-spacing: 1px;
}
#tech .title, #tech .caption {
  display: block;
  text-align: center;
  color: #00599b;
}
#tech .title {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: .92em;
}
#tech .caption {
  font-size:.85em;
  letter-spacing:.5px;
}
#tech .tech-img {
  cursor: pointer;
}
#tech .swiper-scrollbar {
  background-color:transparent;
}
#tech .swiper-scrollbar-drag {
  background-color: #BEBEBE;
  height:10px !important;
}
@media (min-width:768px) {
  #tech img.img-fluid {
    padding:.5em;
    margin:0 auto;
    display:block;
    margin-bottom:1.1em;
  }
  #tech h2.mainTitle {
    color: #225996 !important;
    font-size: 2em;
    letter-spacing: 6px;
    font-weight: bold;
  }
  #tech span.mainSubTitle {
    font-size: 1.25em;
    letter-spacing: 1px;
  }
}
@media (max-width:768px) {
  #tech img.img-fluid {
    max-width:100%;
    margin:0 auto;
    display:block;
    margin-bottom:1.1em;
  }
  #tech h2.mainTitle {
    color: #225996 !important;
    font-size: 1.25em;
    letter-spacing: 3px;
    font-weight: bold;
  }
  #tech span.mainSubTitle {
    font-size: .9em;
    letter-spacing: 1px;
  }
}
/*3 Feature Callout Bar*/

#feature .main-headline {
  color:#225996;
  text-transform:uppercase;
  letter-spacing:3px;
  font-weight:900;
}
#feature .sub-headline {
  color:#225996;
}
@media (min-width:992px) {
  #feature .main-headline {
    font-size:1.5em;
  }
  #feature .sub-headline {
    font-size:1.3em;
  }
}
@media (max-width:992px) {
  #feature .main-headline {
    font-size:4.5vw;
  }
  #feature .sub-headline {
    font-size:3.8vw;
  }
}
.btn.disabled {
  opacity:100%;
}
.swiper-pagination {
  display:none;
}