/*=============================================================*/
/*       
     _____                           _         _     _      
    |  __ \                         | |       | |   | |     
    | |__) |___ _ __ ___   __ _ _ __| | ____ _| |__ | | ___ 
    |  _  // _ \ '_ ` _ \ / _` | '__| |/ / _` | '_ \| |/ _ \
    | | \ \  __/ | | | | | (_| | |  |   < (_| | |_) | |  __/
    |_|  \_\___|_| |_| |_|\__,_|_|  |_|\_\__,_|_.__/|_|\___|                                                  
    
    Master CSS 2015
    Copyright © Remarkable
    Author X (Remarkable)
    Date: XX/XX/XXX

*/
.associated-carousel,
.owl-carousel-generic,
.owl-carousel-royal-ascot {
  margin-bottom: 15px;
}
.associated-carousel .associated-carousel__title--outfit .glyphicon,
.owl-carousel-generic .associated-carousel__title--outfit .glyphicon,
.owl-carousel-royal-ascot .associated-carousel__title--outfit .glyphicon {
  position: relative;
  font-size: .66em;
  left: 1px;
}
.associated-carousel .pricing-block,
.owl-carousel-generic .pricing-block,
.owl-carousel-royal-ascot .pricing-block {
  font-size: 1.3em;
}
.associated-carousel .associated-product__control-title,
.owl-carousel-generic .associated-product__control-title,
.owl-carousel-royal-ascot .associated-product__control-title {
  display: none;
}
.associated-carousel .owl-carousel,
.owl-carousel-generic .owl-carousel,
.owl-carousel-royal-ascot .owl-carousel {
  padding: 0 29px;
}
.associated-carousel .owl-nav,
.owl-carousel-generic .owl-nav,
.owl-carousel-royal-ascot .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  z-index: 2;
}
.associated-carousel .owl-nav > div,
.owl-carousel-generic .owl-nav > div,
.owl-carousel-royal-ascot .owl-nav > div {
  /*background:rgba(255,255,255,.5);*/
  background-image: none;
  position: absolute;
  top: 0;
  width: 20px;
  height: 50px;
  margin-top: -25px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: .85;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.associated-carousel .owl-nav > div:hover,
.owl-carousel-generic .owl-nav > div:hover,
.owl-carousel-royal-ascot .owl-nav > div:hover {
  opacity: 1;
}
.associated-carousel .owl-nav .owl-prev,
.owl-carousel-generic .owl-nav .owl-prev,
.owl-carousel-royal-ascot .owl-nav .owl-prev {
  left: -10px;
}
.associated-carousel .owl-nav .owl-next,
.owl-carousel-generic .owl-nav .owl-next,
.owl-carousel-royal-ascot .owl-nav .owl-next {
  right: -10px;
}
.associated-carousel .owl-nav .owl-prev:before,
.owl-carousel-generic .owl-nav .owl-prev:before,
.owl-carousel-royal-ascot .owl-nav .owl-prev:before {
  content: '';
  display: inline-block;
  left: 10px;
  border-style: solid;
  border-width: 3px 0 0 3px;
  border-color: #00263A;
  width: 17px;
  height: 17px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-40%) rotate(-45deg);
  transform-origin: 50% 50%;
}
.associated-carousel .owl-nav .owl-next:before,
.owl-carousel-generic .owl-nav .owl-next:before,
.owl-carousel-royal-ascot .owl-nav .owl-next:before {
  content: '';
  display: inline-block;
  right: 10px;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #00263A;
  width: 17px;
  height: 17px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-70%) rotate(45deg);
  transform-origin: 50% 50%;
}
.associated-carousel__title {
  color: #555555;
  font-size: 20px;
  font-weight: normal;
  padding: 12px 0;
  margin-bottom: 0;
  letter-spacing: 1px;
  text-align: center;
}
.associated-carousel__title h2,
.associated-carousel__title a {
  color: #555555;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 0;
}
.owl-carousel--dynamic-slider .owl-nav,
.owl-carousel-royal-ascot .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  z-index: 2;
}
.owl-carousel--dynamic-slider .owl-nav > div,
.owl-carousel-royal-ascot .owl-nav > div {
  background-image: none;
  position: absolute;
  top: 0;
  width: 20px;
  height: 50px;
  margin-top: -25px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: .85;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.owl-carousel--dynamic-slider .owl-nav > .owl-prev,
.owl-carousel-royal-ascot .owl-nav > .owl-prev {
  left: -45px;
}
.owl-carousel--dynamic-slider .owl-prev:before,
.owl-carousel-royal-ascot .owl-prev:before {
  content: '';
  display: inline-block;
  left: 10px;
  border-style: solid;
  border-width: 3px 0 0 3px;
  border-color: #0b1c2c;
  width: 17px;
  height: 17px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-40%) rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(-40%) rotate(-45deg);
  transform: translateY(-50%) translateX(-40%) rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.owl-carousel--dynamic-slider .owl-nav > .owl-next,
.owl-carousel-royal-ascot .owl-nav > .owl-next {
  right: -45px;
}
.owl-carousel--dynamic-slider .owl-next:before,
.owl-carousel-royal-ascot .owl-next:before {
  content: '';
  display: inline-block;
  right: 10px;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #0b1c2c;
  width: 17px;
  height: 17px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-70%) rotate(45deg);
  -ms-transform: translateY(-50%) translateX(-70%) rotate(45deg);
  transform: translateY(-50%) translateX(-70%) rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.associated-carousel--also-like .associated-product__controls .col-xs-6 {
  display: block;
}
.associated-carousel--also-like .associated-product__controls .col-xs-12 {
  display: none;
}
.associated-carousel--also-like .associated-product__controls .buy-text {
  display: none;
}
.associated-carousel--also-like .color-swatch {
  display: none;
}
.associated-carousel--recently-viewed .associated-product__controls .col-xs-6 {
  display: none;
}
.associated-carousel--recently-viewed .associated-product__controls .col-xs-12 {
  display: block;
}
.associated-carousel--recently-viewed .associated-product__controls #landing-basket {
  display: none;
}
.associated-carousel--recently-viewed .associated-product__controls .buy-text {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 39px;
  padding-left: 4px;
}
.associated-carousel--recently-viewed .color-swatch {
  display: none;
}
.associated-carousel--inside-pocket {
  margin: 60px 0;
}
.associated-carousel--inside-pocket .inside-pocket__title {
  text-align: center;
  text-transform: uppercase;
  min-height: 60px;
  padding: 20px 5px 0 5px;
  letter-spacing: 1px;
}
.associated-carousel--inside-pocket .inside-pocket__read-more {
  text-align: center;
  text-transform: uppercase;
  padding: 5px 0 15px 0;
  letter-spacing: 1px;
  text-decoration: underline;
}
.associated-carousel--inside-pocket .inside-pocket__block {
  background: #fff;
}
.associated-carousel--inside-pocket .inside-pocket__block:hover .inside-pocket__read-more {
  text-decoration: underline;
}
.associated-carousel--inside-pocket .associated-carousel__title {
  padding-bottom: 30px;
  font-size: 24px;
}
.owl-carousel-brands {
  padding-left: 50px;
  padding-right: 50px;
}
.owl-carousel-brands .owl-item > div {
  height: 60px;
  text-align: center;
}
.owl-carousel-brands .owl-item img {
  display: inline-block;
  width: auto;
  max-width: 97%;
  margin: 0 auto;
}
.owl-carousel-brands .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.associated-carousel--new-in .associated-carousel__title,
.associated-carousel--inside-pocket .associated-carousel__title {
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .associated-carousel .owl-carousel {
    padding: 0;
  }
  .associated-carousel .owl-nav {
    top: 0;
  }
  .associated-carousel .owl-nav > div {
    top: -21px;
  }
  .associated-carousel__main .owl-nav .owl-next {
    right: 0px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.3);
  }
  .associated-carousel__main .owl-nav .owl-prev {
    left: 0px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.3);
  }
  .associated-carousel__title {
    margin: 0 -15px;
    padding: 12px 15px;
  }
  .associated-carousel--new-in .associated-carousel__title {
    margin: 0;
  }
  .associated-carousel--new-in .owl-nav > div {
    top: -23px;
  }
  .associated-carousel--new-in .owl-nav .owl-next {
    right: 15px;
  }
  .associated-carousel--new-in .owl-nav .owl-prev {
    left: 15px;
  }
  .associated-carousel--inside-pocket {
    margin: 60px;
  }
  .associated-carousel--inside-pocket .owl-nav {
    top: 50%;
  }
  .associated-carousel--inside-pocket .owl-nav > div {
    top: 50%;
  }
  .associated-carousel--inside-pocket .owl-nav .owl-next {
    right: -50px;
  }
  .associated-carousel--inside-pocket .owl-nav .owl-prev {
    left: -50px;
  }
}
@media (min-width: 768px) {
  .associated-carousel--new-in .owl-carousel,
  .associated-carousel--inside-pocket .owl-carousel,
  .owl-carousel--dynamic-slider .owl-carousel,
  .owl-carousel-royal-ascot .owl-carousel {
    padding: 0;
  }
  .associated-carousel--new-in .owl-nav .owl-next,
  .associated-carousel--inside-pocket .owl-nav .owl-next,
  .owl-carousel--dynamic-slider .owl-nav .owl-next,
  .owl-carousel-royal-ascot .owl-nav .owl-next {
    right: -20px;
  }
  .associated-carousel--new-in .owl-nav .owl-prev,
  .associated-carousel--inside-pocket .owl-nav .owl-prev,
  .owl-carousel--dynamic-slider .owl-nav .owl-prev,
  .owl-carousel-royal-ascot .owl-nav .owl-prev {
    left: -20px;
  }
  .associated-carousel--inside-pocket {
    margin: 44px 0;
  }
  .associated-carousel--new-in {
    margin-bottom: 22px;
  }
  .associated-carousel--new-in .associated-carousel__title {
    padding-bottom: 22px;
    margin: 0 0;
    font-size: 24px;
    letter-spacing: 0.2em;
  }
}
@media (min-width: 992px) {
  .associated-carousel__title {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .associated-carousel .associated-product__title {
    display: block;
  }
  .associated-carousel--complete-outfit {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #00263A;
  }
  .associated-carousel--complete-outfit .associated-product .associated-product__controls {
    height: 100%;
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
  }
  .associated-carousel--complete-outfit .associated-product .associated-product__controls .row {
    position: static;
  }
  .associated-carousel--complete-outfit .associated-product .associated-product__controls .row .col-xs-12 {
    position: static;
  }
  .associated-carousel--complete-outfit .associated-product .associated-product__controls .row .col-xs-12 a {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    padding: 0;
    margin: 0;
    display: block;
    max-width: 100%;
    max-height: 100%;
  }
  .associated-carousel--new-in {
    margin-bottom: 30px;
  }
  .associated-carousel--new-in .associated-carousel__title {
    padding-bottom: 30px;
    margin: 0 0;
    font-size: 24px;
  }
  .associated-carousel--inside-pocket {
    margin: 60px 0;
  }
}
@media (min-width: 1200px) {
  .associated-carousel--new-in .owl-nav .owl-next,
  .associated-carousel--inside-pocket .owl-nav .owl-next,
  .owl-carousel--dynamic-slider .owl-nav .owl-next {
    right: -45px;
  }
  .associated-carousel--new-in .owl-nav .owl-prev,
  .associated-carousel--inside-pocket .owl-nav .owl-prev,
  .owl-carousel--dynamic-slider .owl-nav .owl-prev {
    left: -45px;
  }
}
.associated-product {
  /*background: #fff;*/
  cursor: pointer;
  /*max-width:300px;*/
  /*overflow: hidden;*/
  padding: 8px;
  position: relative;
  border: 1px solid transparent;
  transition: border 200ms cubic-bezier(0.4, 0, 0.2, 1);
  /* If the associated product is in a small container then resize the sash */
}
.associated-product > a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
.associated-product:hover {
  border-color: #dbdbdb;
}
.associated-product:hover a,
.associated-product:hover .associated-product__title {
  color: #333;
}
.associated-product:hover .associated-product-controls--google-shopping {
  color: #fff;
}
.span2 .associated-product .associated-product__sash img {
  max-width: 33px;
}
.span2 .associated-product .pricing-block {
  font-size: 13px;
}
.associated-product .col-xs-12 {
  display: none;
}
.associated-product .buy-text {
  display: none;
}
.associated-product .col-has-video {
  display: block !important;
}
.associated-product .quick-buy {
  margin-top: 15px;
}
.associated-product .associated-product__title--brand {
  font-weight: bold;
  letter-spacing: 0.5px;
  font-family: 'Gill Sans', sans-serif;
}
.wishlist-icon svg,
.wishlist-heart svg {
  height: 18px;
}
.associated-product__image {
  min-height: 119px;
  position: relative;
}
.associated-product__image > a {
  display: block;
}
.associated-product__image:hover .associated-product__controls {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.associated-product__image:hover .associated-product__sash-background {
  opacity: 1;
}
.associated-product__image:hover .associated-product-controls--google-shopping {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.associated-product__image .landing-basket-svg {
  margin-top: 7px;
}
.associated-product__image picture img {
  width: 100%;
}
.associated-product__loader {
  display: none;
}
.associated-product__loader.loading {
  display: block;
  position: absolute;
  width: 100%;
  top: 45%;
}
.associated-product__loader img {
  width: auto !important;
  margin: 0 auto !important;
}
.associated-product__meta {
  margin-top: 10px;
  position: relative;
}
.associated-product__sizes img {
  display: inline-block !important;
  width: auto!important;
}
.associated-product__title {
  color: #333;
  font-size: 14px;
  height: auto;
  line-height: 18px;
  margin: 0 0 8px;
  padding: 0;
  text-transform: none;
}
.associated-product__brand {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 0;
}
.associated-product__sash {
  max-width: 35%;
  position: absolute;
  text-align: left;
  z-index: 1;
}
.associated-product__sash > a {
  display: block;
  padding: 0;
}
.associated-product__sash > a img {
  width: auto;
}
.associated-product__sash.top-left {
  top: 0;
  left: 0;
}
.associated-product__sash.top-right {
  top: 0;
  right: 0;
}
.associated-product__sash.bottom-right {
  bottom: 0;
  right: 0;
}
.associated-product__sash.bottom-right.web-exclusive {
  height: 50%;
  width: auto;
}
.associated-product__sash.bottom-right.web-exclusive img {
  max-height: 100%;
  width: auto;
}
.associated-product__sash.bottom-left {
  bottom: 0;
  left: 0;
}
.associated-product__sash.top-center {
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
}
.associated-product__sash.bottom-center {
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
}
.associated-product__sash .lazyloaded {
  max-width: 100%;
  width: auto !important;
  opacity: 1 !important;
}
.associated-product__sash-container {
  margin: 10px 0;
  padding: 10px 0;
}
.associated-product__sash-description {
  color: #fff;
  font-size: 14px;
  padding: 0px 10px;
  margin-bottom: 5px;
  /*white-space: nowrap;*/
}
.associated-product__sash-description--top a {
  font-size: 20px !important;
  color: #fff !important;
  font-family: 'Gill Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.associated-product__sash-description_yellow {
  color: black;
  font-size: 14px;
  padding: 5px 10px 5px;
  margin-bottom: 5px;
  /*white-space: nowrap;*/
}
.associated-product__more-link {
  font-size: 12px;
  margin: 4px 0 6px;
  text-decoration: underline !important;
}
.associated-product__status {
  display: none;
  font-size: 11px;
  line-height: 12px;
  margin: 6px 0 0;
}
.associated-product__status i {
  vertical-align: middle;
  margin-top: -2px;
}
.associated-product__controls {
  color: #fff;
  cursor: default;
  background: rgba(255, 255, 255, 0.7);
  bottom: 0;
  right: 0;
  font-size: 10px;
  position: absolute;
  width: 44px;
  z-index: 2;
  /* To cover all possible sash options and let us individually position each sash position */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1), visibility 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.associated-product__controls:hover {
  color: #fff;
}
.associated-product__controls .glyphicon {
  font-size: 1.6em;
}
.associated-product__controls a {
  padding: 10px;
  transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.associated-product__controls a:hover {
  background: rgba(255, 255, 255, 0.78);
}
.associated-product__control-title {
  display: none;
}
.pricing-block {
  font-size: 16px;
  letter-spacing: 0.5px;
  font-family: 'Publico Headline Web', sans-serif;
}
.pricing-block--large .pricing-block__now span {
  font-size: 1.65em;
}
.pricing-block--large .pricing-block__now .pricing-block__sup {
  line-height: 1.35em;
}
.pricing-block__rrp {
  color: #333;
  white-space: nowrap;
}
.pricing-block__was {
  color: #333;
  display: block;
  line-height: 15px;
}
.pricing-block__was span {
  font-size: 1em;
  text-decoration: line-through;
}
.pricing-block__now {
  color: #333;
  display: block;
  position: relative;
  line-height: 26px;
}
.product-info .pricing-block__now {
  /*line-height: 47px;*/
}
.pricing-block__now .pricing-block__currency {
  font-size: 60%;
  padding-left: 5px;
}
.pricing-block__now span {
  font-size: 18px;
}
.pricing-block__now--sale {
  display: inline-block;
  padding: 0 5px;
  color: #A6192E !important;
  text-transform: capitalize;
}
.pricing-block__now--sale span {
  display: inline-block;
  padding-right: 3px;
  font-size: 16px;
}
.pricing-block__now--sale-dark {
  display: inline-block;
  padding: 0 5px;
  color: #333 !important;
  text-transform: capitalize;
}
.pricing-block__now--sale-dark span {
  display: inline-block;
  padding-right: 3px;
  font-size: 16px;
}
.pricing-block--pdp {
  text-align: right;
}
.pricing-block--pdp .pricing-block__now,
.pricing-block--pdp .pricing-block__rrp--sale {
  display: block;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.pricing-block--pdp.pricing-block--suit {
  text-align: center;
  background: #f2f2f2;
  min-height: 50px;
}
.pricing-block--pdp.pricing-block--suit .pricing-block__now {
  font-size: 17px;
  letter-spacing: 0.5px;
}
.pricing-block__rrp--sale {
  display: inline-block;
  padding: 0 5px;
  font-size: 18px;
  letter-spacing: 0.5px;
  text-decoration: line-through;
}
.pricing-block__saving {
  color: #A6192E;
  font-weight: normal;
}
/*.pricing-block__sup {
    vertical-align: text-top;
    font-size: .7em !important;
}*/
.pricing-block--inline .pricing-block__now,
.pricing-block--inline .pricing-block__rrp,
.pricing-block--inline .pricing-block__saving {
  display: inline;
}
.in-wishlist .glyphicon-heart {
  /*color:@color-secondary;*/
}
.item-in-wishlist {
  display: none;
}
.in-wishlist .not-in-wishlist {
  display: none;
}
.in-wishlist .item-in-wishlist {
  display: inline;
}
.performance-roundel {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.associated-product--buy-now-single .associated-product__title {
  min-height: 55px;
}
.associated-product--buy-now-single:hover a {
  color: #fff;
}
.associated-product--buy-now-single .associated-product__buy-now {
  margin-top: 5px;
}
.associated-product--buy-now-single .pricing-block__rrp--sale,
.associated-product--buy-now-single .pricing-block__now--sale span {
  font-size: 16px;
}
.associated-product-controls--google-shopping {
  opacity: 0;
  visibility: visible;
  width: 100%;
  font-size: 12px;
  padding: 10px 0;
  position: absolute;
  left: 0;
  top: 45%;
  letter-spacing: 1px;
  background: #1f3644;
  color: #fff;
  text-transform: uppercase;
  transition: opacity 200ms ease-in-out;
}
@media (max-width: 767px) {
  .associated-product--wishlist .associated-product__title {
    min-height: 75px;
  }
  .associated-product--wishlist .associated-product__meta a {
    font-size: 10px;
    white-space: normal;
  }
  .performance-roundel img {
    max-width: 60px;
  }
}
@media (min-width: 768px) {
  .associated-product__sash a {
    padding: 0;
  }
  .listing-items .col > .associated-product .associated-product__image {
    min-height: 370px;
  }
  .productlist-category-gift-cards .listing-items .col > .associated-product .associated-product__image {
    min-height: 150px;
  }
  .associated-product__sash-description {
    margin-bottom: 0;
  }
  .performance-roundel {
    top: 5px;
    right: 5px;
  }
  .performance-roundel img {
    max-width: 40px;
  }
  .productPage .performance-roundel img {
    max-width: 60px;
  }
}
@media (min-width: 992px) {
  .listing-items .col > .associated-product .associated-product__image {
    min-height: 238px;
  }
  .productlist-category-gift-cards .listing-items .col > .associated-product .associated-product__image {
    min-height: 130px;
  }
  .associated-product__sash-description {
    font-size: 16px;
  }
  .associated-product__controls {
    font-size: inherit;
  }
  .associated-product__controls .glyphicon {
    font-size: 14px;
  }
  .productPage .performance-roundel {
    right: 5%;
  }
}
@media (min-width: 1200px) {
  .listing-items .col > .associated-product .associated-product__image {
    min-height: 333px;
  }
  .productlist-category-gift-cards .listing-items .col > .associated-product .associated-product__image {
    min-height: 150px;
  }
  .associated-product__controls .glyphicon {
    font-size: 18px;
  }
  .productPage .performance-roundel {
    right: 8%;
  }
}
@media (min-width: 1600px) {
  .listing-items .col > .associated-product .associated-product__image {
    min-height: 468px;
  }
  .productlist-category-gift-cards .listing-items .col > .associated-product .associated-product__image {
    min-height: 150px;
  }
  .productPage .performance-roundel {
    right: 12%;
  }
  .performance-roundel {
    top: 10px;
    right: 10px;
  }
  .performance-roundel img {
    max-width: 70px;
  }
}
@media (min-width: 1200px) and (max-height: 1200px) {
  .productPage .performance-roundel {
    right: 15%;
    top: 20px;
  }
  .productPage .performance-roundel img {
    max-width: 90px;
  }
}
.promo-image--full-width > div {
  padding: 0 !important;
}
@media (min-width: 768px) {
  .promo-image--right {
    float: right;
  }
  .promo-image--left {
    float: left;
  }
  .promo-image--tier2 {
    max-width: 315px;
  }
  .layout-small {
    max-width: 750px;
    margin: 0 auto;
  }
  .container--promo {
    max-width: 750px;
    margin: 0 auto;
  }
  .owl-carousel--dynamic-slider {
    margin: 22px 0 44px 0;
  }
}
@media (min-width: 992px) {
  .promo-image--tier2 {
    max-width: 420px;
  }
  .layout-small {
    max-width: 990px;
    margin: 0 auto;
  }
  .container--promo {
    max-width: 990px;
    margin: 0 auto;
  }
  .owl-carousel--dynamic-slider {
    margin: 30px 0 60px 0;
  }
}
@media (max-width: 767px) {
  .promo-image img {
    margin-bottom: 30px;
  }
  .promo-image--tier3 {
    max-width: 300px;
  }
}
@media (max-width: 360px) {
  .promo-image--tier3 {
    max-width: 100%;
  }
}
.alt-bar-responsive {
  /*background: #E8E8E8;*/
  padding: 25px 15px;
}
.alt-bar-responsive__text {
  color: #000;
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 1.5;
  margin: 0;
}
.brand-copy {
  padding: 20px 0;
  margin: 0 0 20px;
}
.brand-copy .brand-copy__artwork {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
.brand-copy .brand-copy__artwork img {
  margin: 0 auto;
  display: block;
  width: 75px;
  height: 75px;
}
.brand-copy h1 {
  font-size: 20px;
  margin-bottom: 20px;
}
.brand-copy p {
  font-size: 16px;
}
.returns-banner {
  width: 100%;
  background-color: #051c2e;
}
.returns-banner h3 {
  text-align: center;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 15px;
}
.brands-bar {
  background: #00263A;
  padding: 0 15px;
}
.brands-bar img {
  max-width: 125px;
}
.brands-bar .owl-nav .owl-prev:after,
.brands-bar .owl-nav .owl-next:after {
  border-color: #fff;
}
.brands-bar .owl-nav .owl-prev:before,
.brands-bar .owl-nav .owl-next:before {
  border-color: #fff;
}
.brands-bar .associated-carousel {
  margin-bottom: 0;
}
.homepage-video {
  position: relative;
}
.homepage-video video {
  width: 100%;
  height: 100%;
}
.homepage-video__overlay {
  height: 99%;
  background: black;
  position: absolute;
  width: 100%;
  top: 0;
  opacity: .4;
}
.homepage-video__text {
  position: absolute;
  top: 0;
  width: 100%;
}
.homepage-video__text img {
  width: 100%;
}
.home-video-dimensions {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 767px) {
  .promo-image img {
    margin-bottom: 30px;
  }
  .brands-bar {
    position: relative;
    background: #051c2e;
    padding: 15px 35px;
  }
  .brands-bar .owl-nav {
    top: 65px;
  }
  .brands-bar .owl-nav .owl-prev {
    left: -26px;
  }
  .brands-bar .owl-nav .owl-next {
    right: -26px;
  }
}
@media (min-width: 768px) {
  .returns-banner {
    width: 100%;
    background-color: #051c2e;
  }
  .returns-banner h3 {
    text-align: center;
    color: #ffffff;
    padding: 10px;
  }
  #home-video {
    margin: 30px 0 0 0;
  }
  #home-video video {
    height: 104%;
  }
}
@media (min-width: 992px) {
  .alt-bar-responsive {
    /*padding: 60px 15px;*/
  }
  .alt-bar-responsive__text {
    font-size: 23px;
    letter-spacing: 0.8px;
  }
  .brand-copy .brand-copy__blurb {
    padding: 0 20px;
  }
  .brand-copy .brand-copy__blurb img {
    margin: 0 0 20px;
    width: 85px;
  }
  .brand-copy h1 {
    font-size: 25px;
  }
  .brand-copy p {
    font-size: 18px;
  }
  .returns-banner h3 {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .brand-copy .brand-copy__blurb {
    padding: 30px 0;
  }
  .brand-copy .brand-copy__blurb img {
    margin: 0 0 30px;
  }
  .brand-copy h1 {
    font-size: 25px;
  }
  .brand-copy p {
    font-size: 18px;
  }
}
