/** 
 * for retina background images...
 *
 * Usage:
 *  	// Usage
 * 		.jumbotron {
 * 			.retina-image("/img/bg-1x.png", "/img/bg-2x.png", 100px, 100px);
 * 		}
 */
.hangingindent {
  text-indent: -16px;
  padding-left: 16px;
}
/**
 * BOOTSTRAP GRID SYSTEM APPLIED
 * 
 * Example Usage:
 * 	
 * 		.wrapper {
 *  		.make-row();
 * 		}
 * 		.content-main {
 * 			.make-lg-column(8);
 * 		}
 * 		.content-secondary {
 * 			.make-lg-column(3);
 * 			.make-lg-column-offset(1);
 * 		}
 */
.drawer-trigger {
  cursor: pointer;
}
.truncate {
  overflow: hidden;
  position: relative;
}
.truncate.active {
  height: auto;
}
.truncate::after {
  content: '';
  width: 100%;
  height: 2em;
  position: absolute;
  bottom: 0;
  z-index: 2;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.truncate.active::after {
  display: none;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.center-text {
  text-align: center;
}
ul.unordered-list {
  list-style-type: initial;
  margin: 1em 1.4em;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.hidden,
.visually-hidden {
  display: none;
  visibility: hidden;
}
.sighted-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media (min-width: 1024px) and (max-width: 1331px) {
  .hide-small-desktop {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 1332px) {
  .hide-large-desktop {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hide-tablet {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .show-mobile {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 1024px) {
  .show-mobile {
    display: none !important;
    visibility: hidden;
  }
}
#modal-content {
  background: #ffffff;
}
.modal-trigger {
  cursor: pointer;
}
#modal-background {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 99996;
}
.modal {
  position: fixed;
  color: #000;
  z-index: 99997;
}
.modal-content {
  display: none;
}
.modal-close {
  border-radius: 50%;
  width: 24px !important;
  height: 24px !important;
  background-color: #000000;
  position: absolute;
  top: -14px;
  right: -12px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  z-index: 99998;
  cursor: pointer;
}
.modal-close:after {
  font-family: fontawesome;
  content: '\f00d';
  color: #fff;
  margin: 7px 0 0 0;
}
ul.bullet-list {
  list-style-type: disc;
  padding: 0 0 0 1.5em;
  margin: 0px;
}
ul.bullet-list li {
  padding: 0.2em 0;
}
ul.indented-list {
  list-style-type: none;
  padding: 0 0 0 0;
  margin: 0px;
}
ul.indented-list li {
  margin-left: 1.5em;
  padding: 0.2em 0;
}
ol.alpha {
  list-style-type: lower-alpha;
  padding: 0 0 0 1.5em;
  margin: 0px;
}
ol.alpha li {
  padding: 0.2em 0;
}
/*Global Styles For Scene 7 Button */
.s7button {
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1023px) {
  .s7button {
    background-color: transparent;
  }
}
/* 
@root-font-size:					12px; // sets root em to 12px
@font-size-body1:					1em; // 12px
@font-size-body2:					.917em; // ~11px
@font-size-body3:					.833em; // ~10px
@font-size-editorial-1:				2.5em; // 30px
@font-size-editorial-1_t:			2em; // 24px
@font-size-editorial-1_m:			2em; // 24px
@font-size-editorial-2:				2.417em; // ~29px
@font-size-editorial-2_t:			1.667em; // ~20px
@font-size-editorial-3:				1.667em; // ~20px
@font-size-editorial-4:				1.333em; // ~16px
@font-size-cta-button:				1em; // ~12px
@font-size-data-label:				1em; // 12px
@font-size-form-placeholder:		1em; // 12px
@font-size-form-subtext:			.8333em; // ~10px
@font-size-heading-1:				2em; // 24px
@font-size-heading-1_t:				1.833em; // ~22px
@font-size-heading-1_m:				1.833em; // ~22px
@font-size-heading-2:				1.5em; // 18px
@font-size-heading-3:				1.083em; // ~13px
@font-size-heading-4:				1.083em; // ~13px
@font-size-heading-5:				1.5em;	// 18px
@font-size-heading-5_t:				1.333em;  // ~16px
@font-size-heading-5_m:				1.333em;  // ~16px
@font-size-link-1:					1.166em; // ~14px
@font-size-link-2:					1em; // 12px
@font-size-link-3:					.917em; // ~11px
@font-size-special-line-item:		1em; // 12px
@font-size-title1:					4.833em; // ~58px
@font-size-title1_t:				4em; //  48px
@font-size-title1_m:				2.333em; // ~28px
@font-size-title2:					2em; // 24px
@font-size-title2_t:				1.833em; // ~22px
@font-size-title2_m:				1.833em; // ~22px
@font-size-title3:					1.5em; // ~18px
@font-size-title4:					1.333em; // ~16px
@font-size-title5:					1em; // ~12px
@font-size-title6:					1em; // ~12px
**/
.sorel-button {
  text-transform: uppercase;
  letter-spacing: 2px;
  height: 40px;
  padding: .5em 2em !important;
}
/*// Buttons
@button-text:				12px;
@button-text-disabled:		@white;
@button-padding:			.5em 1em;
@button-font-primary:		@brand-body-font;
@button-text-primary:		white;
@button-bg-primary:			@brand-color;
@button-bg-disabled:		desaturate(@brand-color, 20%);
@button-font-secondary:		@brand-body-font;
@button-text-secondary:		@brand-color;
@button-bg-secondary:		white;
@button-font-link:			@brand-body-font;
@button-corner-radius:		0;*/
body {
  font-size: 13px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
}
a:link,
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:active {
  color: #b88e5e;
  text-decoration: underline;
}
.body1 {
  font-size: 13px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  font-style: normal;
}
.body2 {
  font-size: 11px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
}
.body3 {
  font-size: 10px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
}
.cta-button {
  font-size: 12px;
  font-family: 'TexGyreHeros';
  letter-spacing: 4px;
  font-weight: bold;
}
.data-label {
  font-family: 'TexGyreHeros';
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
.editorial-1 {
  font-size: 30px;
  font-family: 'LibreBaskerville';
  font-weight: bold;
  font-style: italic;
  letter-spacing: 1px;
}
@media (max-width: 1023px) {
  .editorial-1 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .editorial-1 {
    font-size: 24px;
  }
}
.editorial-2 {
  font-size: 29px;
  font-family: 'overpass';
  font-weight: normal;
  letter-spacing: 6px;
}
@media (max-width: 1023px) {
  .editorial-2 {
    font-size: 20px;
  }
}
.editorial-3 {
  font-size: 20px;
  font-family: 'overpass';
  font-weight: normal;
  letter-spacing: 2px;
}
.editorial-4 {
  font-size: 16px;
  font-family: 'overpass';
  font-weight: normal;
  letter-spacing: 2px;
}
.form-placeholder {
  font-size: 12px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
}
.form-subtext {
  font-size: 10px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  letter-spacing: 1px;
}
.heading1 {
  font-size: 24px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  letter-spacing: 4px;
}
@media (max-width: 1023px) {
  .heading1 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .heading1 {
    font-size: 22px;
  }
}
.heading2 {
  font-size: 18px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  letter-spacing: 3px;
}
.heading3 {
  font-size: 13px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  letter-spacing: 2px;
}
.heading4 {
  font-size: 13px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 4px;
}
.heading5 {
  font-size: 18px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
}
@media (max-width: 1023px) {
  .heading5 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .heading5 {
    font-size: 16px;
  }
}
.link1,
.link {
  font-size: 14px;
  font-family: 'LibreBaskerville';
  font-weight: bold;
  letter-spacing: 4px;
}
.link2 {
  font-size: 12px;
  font-family: 'LibreBaskerville';
  font-weight: bold;
  letter-spacing: 3px;
}
.link3 {
  font-size: 11px;
  font-family: 'LibreBaskerville';
  font-weight: bold;
  letter-spacing: 2px;
}
.special-line-item {
  font-size: 12px;
  font-family: 'TexGyreHeros';
  font-style: italic;
  letter-spacing: 1px;
}
.title1 {
  font-size: 58px;
  font-family: 'LibreBaskerville';
  font-weight: normal;
  letter-spacing: 8px;
}
@media (max-width: 1023px) {
  .title1 {
    font-size: 48px;
    letter-spacing: 8px;
  }
}
@media (max-width: 767px) {
  .title1 {
    font-size: 28px;
    letter-spacing: 4px;
  }
}
.title2 {
  font-size: 24px;
  font-family: 'LibreBaskerville';
  font-weight: normal;
  letter-spacing: 8px;
}
@media (max-width: 1023px) {
  .title2 {
    font-size: 22px;
    letter-pacing: 4px;
  }
}
@media (max-width: 767px) {
  .title2 {
    font-size: 22px;
    letter-spacing: 4px;
  }
}
.title3 {
  font-size: 18px;
  font-family: 'LibreBaskerville';
  font-weight: normal;
  letter-spacing: 3px;
}
.title4 {
  font-size: 16px;
  font-family: 'LibreBaskerville';
  font-weight: normal;
  letter-spacing: 2px;
}
.title5 {
  font-size: 12px;
  font-family: 'LibreBaskerville';
  font-weight: normal;
  letter-spacing: 1px;
}
.title6 {
  font-size: 12px;
  font-family: 'LibreBaskerville';
  font-style: italic;
  font-weight: normal;
  letter-spacing: 1px;
}
button[type="submit"] {
  text-transform: uppercase;
}
/*
@button-default-font-size
@button-default-padding
@button-default-border
@button-default-corner-radius
@button-default-decoration
@button-primary-font
@button-primary-font-color
@button-primary-bg
@button-primary-padding
@button-primary-border
@button-primary-hover-font-color
@button-primary-hover-bg
@button-primary-hover-border
@button-primary-disabled-font-color
@button-primary-disabled-bg
@button-primary-disabled-border
@button-secondary-font
@button-secondary-font-color
@button-secondary-bg
@button-secondary-padding
@button-secondary-border
@button-secondary-hover-font-color
@button-secondary-hover-bg
@button-secondary-hover-border
@button-secondary-disabled-font-color
@button-secondary-disabled-bg
@button-secondary-disabled-border
@button-link-font
@button-link-decoration
@button-link-bg
@button-large-font-size
@button-large-border
@button-small-font-size
@button-small-border
@button-small-secondary-font-size
@button-small-secondary-border
@button-small-secondary-padding
*/
button:focus,
.button:focus {
  outline: none;
}
.button {
  font-size: 12px;
  padding: 1.5em 2em;
  border: none;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
.buttonPrimary {
  font-family: 'TexGyreHeros';
  font-weight: bold;
  color: #ffffff ! important;
  background-color: #000000;
  padding: 1.5em 2em;
  border: none;
}
.buttonPrimary:hover {
  color: #ffffff;
  background-color: #868686;
  border: none;
  text-decoration: none;
}
.buttonPrimary.disabled {
  color: #ffffff;
  background-color: #afafaf;
  border: none;
}
.buttonSecondary {
  font-family: 'TexGyreHeros';
  font-weight: bold;
  color: #000000;
  background-color: #ffffff;
  padding: 1.5em 2em;
  border: none;
}
.buttonSecondary:hover {
  color: #868686;
  background-color: #ffffff;
  border: none;
}
.buttonSecondary.disabled {
  color: #afafaf;
  background-color: #ffffff;
  border: none;
}
.buttonLink {
  font-family: 'LibreBaskerville';
  text-decoration: underline;
  background-color: transparent;
}
.buttonLg {
  font-size: 1em;
  border: none;
  padding: 1em 1.67em;
}
.buttonSm {
  font-size: 1em;
  color: #ffffff;
  background-color: #000000;
  border: none;
  padding: 1.5em 2em;
}
.buttonSmSecondary {
  font-size: 1em;
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #afafaf;
  padding: 0.1em 0.67em;
}
.button-text {
  background-color: transparent;
  color: #000000;
  padding: 0;
}
.cta-button {
  font-size: 12px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
}
.data-label {
  font-size: 12px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
}
.buttonCancel {
  background-color: #afafaf;
}
.buttonCancel:hover {
  background-color: #7c7c7c;
}
.buttonSort {
  font-size: 1em;
  color: #ffffff;
  background-color: #000000;
  float: left;
  border: 0 ! important;
  margin: 7px;
  padding: 12px;
  text-transform: uppercase;
  text-align: center !important;
  height: 44px;
}
.buttonSort .valve {
  color: white;
  font-family: fontawesome;
}
.buttonSort .valve:after {
  content: "\f067";
}
.buttonSort .valve.off:after {
  content: "\f068";
}
@media (min-width: 1023px) {
  .buttonSort {
    display: none;
  }
}
.buttonRefinePrompt {
  font-size: 1em;
  color: #ffffff;
  background-color: #000000;
  float: left;
  border: 0 !important;
  margin: 7px;
  padding: 12px;
  height: 44px;
}
li.product-tile {
  position: relative;
}
.product-tile .product-name h2 {
  font-size: 11px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  clear: both;
  margin-top: 1.6em;
}
.product-tile .product-name h2 a.name-link {
  text-decoration: none;
}
.product-tile .product-pricing {
  letter-spacing: 1px;
  font-size: 12px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  color: #000000;
  margin-top: .7em;
}
.product-tile .product-pricing .product-discounted-price .product-standard-price {
  text-decoration: line-through;
  margin-right: 10px;
}
.product-tile .product-pricing .product-discounted-price .product-sales-price {
  color: #cc0302;
}
.product-tile div.product-image {
  margin: 0 auto;
  position: relative;
}
.product-tile div.product-image .product-textbadges {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  text-transform: uppercase;
}
.product-tile div.product-image .product-textbadges [class*='product-textbadge-'] {
  padding: 0 4px;
}
.product-tile div.product-image .product-textbadges .product-textbadge-Video {
  width: 0;
  height: 0;
  overflow: hidden;
}
.product-tile div.product-image .product-textbadges .product-textbadge-Video:before {
  position: absolute;
  display: block;
  content: '\f03d';
  font-family: fontawesome;
  color: #000000;
  text-indent: 0;
  font-size: 20px;
}
.product-tile div.product-image .product-textbadges .product-textbadge-Exclusive {
  font-size: 11px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
  color: #b88e5e;
  border: 2px solid #b88e5e;
  padding: 2px 6px;
}
.product-tile div.product-image .product-technologybadges-under {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-tile div.product-image .product-technologybadge-200 {
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  padding: 2px 6px;
  font-size: 9px;
  margin-bottom: 6px;
  display: inline-block;
}
.product-tile .product-swatches ul {
  list-style: none;
  padding: 5px 0 0 0;
  margin: 0px;
}
.product-tile .product-swatches ul li {
  font-family: 'TexGyreHeros';
  font-weight: lighter;
  font-size: 12px;
  cursor: pointer;
  line-height: 29px;
  margin-right: 4px;
  display: inline-block;
}
.product-tile .product-swatches ul li a {
  text-decoration: none;
  display: inline-block;
}
.product-tile .product-swatches ul .swatch-continuation {
  display: inline;
}
.product-tile .product-swatches ul .mobile-swatch-continuation {
  display: none;
}
.product-tile .product-swatches ul .notshown {
  display: none;
}
.product-tile .product-swatches .swatch-overlay {
  display: none;
  background: white;
}
.product-tile .product-swatches .swatch-overlay h2 {
  display: none;
}
.product-tile .product-swatches .swatch-overlay .swatch-list-item {
  margin-right: 8px;
}
.product-tile .product-swatches a {
  display: inline-block;
  padding-bottom: 5px;
}
.product-tile .product-swatches a.selected {
  border-bottom: 2px solid #000000;
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
}
.product-tile .product-swatches a.selected:after {
  bottom: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000;
  border-width: 2px;
  margin-left: -2px;
}
.product-tile .product-swatches a img {
  height: 29px;
  width: 29px;
}
.product-tile .BVInlineRatings,
.product-tile .product-compare {
  font-family: 'TexGyreHeros';
  font-weight: lighter;
  font-size: 12px;
  cursor: pointer;
  line-height: 14px;
}
.product-tile .product-compare {
  color: #000000;
  margin-top: 15px;
}
.product-image-overlay {
  color: #000000;
  position: absolute;
  text-align: center;
  display: none;
  z-index: 2;
  height: 325px;
  width: 100%;
}
.product-image-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 325px;
  opacity: 0;
  z-index: 1;
}
.product-image-overlay .product-overlay-box {
  position: absolute;
  bottom: 30px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.product-image-overlay .product-overlay-box .quickview-button,
.product-image-overlay .product-overlay-box input,
.product-image-overlay .product-overlay-box label,
.product-image-overlay .product-overlay-box .BVInlineRatings {
  margin-top: 10px;
}
.product-image-overlay .product-overlay-box button {
  font-size: 12px;
  padding: 1.5em 2em;
  border: none;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #000000;
  text-transform: uppercase;
  height: 28px;
  width: 152px;
  padding: 0.5em 1em;
}
.product-image-overlay .product-overlay-box .quickview-button {
  font-size: 11px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0 auto 5px auto;
}
.product-image-overlay .product-overlay-box .intermediate-text {
  display: none !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-image-overlay .product-overlay-box .intermediate-text {
    display: none !important;
    visibility: hidden;
  }
}
.product-image-overlay .product-overlay-box .compare-button {
  font-size: 11px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-image-overlay .product-overlay-box .compare-button {
    display: none !important;
    visibility: hidden;
  }
}
body.site_sorel_int button.quickview-button {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid-tile .product-image {
    height: 300px;
    width: 242px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .grid-tile {
    margin: 0 auto;
  }
  .product-tile .product-swatches ul li {
    margin-right: 2px;
  }
  .product-tile .product-swatches ul .mobile-swatch-continuation {
    margin: 0;
    font-size: 16px;
    display: inline;
  }
  .product-tile .product-swatches ul .swatch-continuation {
    display: none;
  }
  .product-tile .product-swatches ul .mobilenotshown {
    display: none;
  }
}
.send-to-friend-container {
  padding: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .send-to-friend-container #captcha {
    margin-left: -20px;
  }
}
#send-to-friend-main h1 {
  font-size: 24px;
  font-family: 'LibreBaskerville';
  font-weight: normal;
  letter-spacing: 8px;
  float: left;
  margin: 0;
}
@media (max-width: 1023px) {
  #send-to-friend-main h1 {
    font-size: 22px;
    letter-pacing: 4px;
  }
}
@media (max-width: 767px) {
  #send-to-friend-main h1 {
    font-size: 22px;
    letter-spacing: 4px;
  }
}
#send-to-friend-main .dialog-required {
  display: inline-block;
  margin-left: 20px;
  line-height: 34.2857143px;
}
#send-to-friend-main > fieldset {
  clear: both;
  border: 0px none transparent;
  padding: 0;
  margin-left: 0;
}
#send-to-friend-main > fieldset .form-row {
  margin-top: 10px;
}
#send-to-friend-main > fieldset .col-1,
#send-to-friend-main > fieldset .col-2 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 320px) {
  #send-to-friend-main > fieldset .col-1,
  #send-to-friend-main > fieldset .col-2 {
    float: left;
    width: 91.66666667%;
  }
}
@media (min-width: 768px) {
  #send-to-friend-main > fieldset .col-1,
  #send-to-friend-main > fieldset .col-2 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  #send-to-friend-main > fieldset .col-1,
  #send-to-friend-main > fieldset .col-2 {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1024px) {
  #send-to-friend-main > fieldset .col-1,
  #send-to-friend-main > fieldset .col-2 {
    left: 16.66666667%;
  }
}
#send-to-friend-main > fieldset .col-1.col-1,
#send-to-friend-main > fieldset .col-2.col-1 {
  padding-right: 10px;
}
#send-to-friend-main > fieldset .emailbox {
  position: relative;
}
#send-to-friend-main > fieldset .emailbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 3px;
}
#send-to-friend-main > fieldset .emailexplain {
  position: relative;
  left: 20px;
  width: 80%;
}
#send-to-friend-main > fieldset .emailexplain a {
  display: block;
  color: #000000;
}
#send-to-friend-main > fieldset .char-count {
  font-size: 12px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
  color: #afafaf;
}
#send-to-friend-main > fieldset .send-button {
  /* 			.button; */
  font-family: 'TexGyreHeros';
  font-weight: bold;
  color: #ffffff ! important;
  background-color: #000000;
  padding: 1.5em 2em;
  font-size: 1em;
  border: none;
  padding: 1em 1.67em;
  margin-right: 10px;
}
#send-to-friend-main > fieldset .send-button:hover {
  color: #ffffff;
  background-color: #868686;
  border: none;
  text-decoration: none;
}
#send-to-friend-main > fieldset .send-button.disabled {
  color: #ffffff;
  background-color: #afafaf;
  border: none;
}
#send-to-friend-main > fieldset .cancel-button {
  font-size: 12px;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  color: #000000;
  background-color: #ffffff;
  padding: 1.5em 2em;
  font-size: 1em;
  border: none;
  padding: 1em 1.67em;
}
#send-to-friend-main > fieldset .cancel-button:hover {
  color: #868686;
  background-color: #ffffff;
  border: none;
}
#send-to-friend-main > fieldset .cancel-button.disabled {
  color: #afafaf;
  background-color: #ffffff;
  border: none;
}
#send-to-friend-main > fieldset label.error {
  color: #ff0000;
}
.send-to-friend-overlay {
  width: 100%;
  height: 100%;
  background-color: white;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.send-to-friend-overlay .send-to-friend-overlay-text {
  font-size: 18px;
  font-family: 'LibreBaskerville';
  font-weight: normal;
  letter-spacing: 3px;
  bottom: 20%;
  margin: auto;
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
}
.breadcrumb-container {
  display: inline-block;
}
.breadcrumb-container #bc_prod_name:after {
  content: normal;
}
.breadcrumb-container #back_to_search {
  display: none;
}
.breadcrumb-container #back_to_search:before {
  content: ' /' !important;
  color: #000000;
  margin: 0 0.5em;
}
#pdpMain .product-variations ul li.attribute ul.variationboxes li.label span.select-alert,
#pdpMain .product-variations ul li.attribute ul.swatches li.selected_color span.select-alert,
.select-alert,
.select-alert-outOfStock {
  color: #ff0000;
  font-weight: normal;
  font-family: 'TexGyreHeros';
  font-size: 12px;
  text-transform: none;
}
.product-primary-image {
  height: 100%;
}
.s7container:after {
  content: "";
  display: table;
  clear: both;
}
.product-variations .variationcolor li.notify {
  border: 1px dashed #afafaf;
  position: relative;
}
.product-variations .variationcolor li.notify a {
  opacity: .2;
}
.product-col-2 .product-add-to-cart #add-to-wishlist.disabled {
  color: #afafaf;
}
@media (min-width: 1024px) {
  .ui-dialog.notify-dialog .close.only-mobile {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ui-dialog.notify-dialog .close.only-mobile {
    display: none !important;
    visibility: hidden;
  }
}
.ui-dialog.notify-dialog .ui-dialog-titlebar {
  border: none;
  background: transparent;
}
.ui-dialog.notify-dialog .ui-dialog-titlebar:after {
  content: "";
  display: table;
  clear: both;
}
.ui-dialog.notify-dialog .ui-dialog-title {
  display: none;
}
.ui-dialog.notify-dialog #dialog-container:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 320px) {
  .ui-dialog.notify-dialog #dialog-container {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.ui-dialog.notify-dialog #dialog-container .row {
  margin-left: -10px;
  margin-right: -10px;
}
.ui-dialog.notify-dialog #dialog-container .notify-container {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .ui-dialog.notify-dialog #dialog-container .notify-container {
    float: left;
    width: 100%;
  }
}
.notify-container .header {
  font-size: 58px;
  font-family: 'LibreBaskerville';
  font-weight: normal;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  .notify-container .header {
    font-size: 48px;
    letter-spacing: 8px;
  }
}
@media (max-width: 767px) {
  .notify-container .header {
    font-size: 28px;
    letter-spacing: 4px;
  }
}
.notify-container label {
  font-size: 13px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  font-style: normal;
  color: #000000;
}
.notify-container .fillIn {
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.notify-container .form-field {
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.notify-container #notify_product_variations li.attribute {
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.notify-container .notify_buttons {
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.notify-container .notify_buttons .btn_notify {
  display: inline-block;
}
.notify-container .notify_buttons .btn_notify input {
  font-size: 12px;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  color: #ffffff ! important;
  background-color: #000000;
  padding: 1.5em 2em;
  border: none;
  text-transform: uppercase;
}
.notify-container .notify_buttons .btn_notify input:hover {
  color: #ffffff;
  background-color: #868686;
  border: none;
  text-decoration: none;
}
.notify-container .notify_buttons .btn_notify input.disabled {
  color: #ffffff;
  background-color: #afafaf;
  border: none;
}
.notify-container .notify_buttons .btn_cancel {
  display: inline-block;
}
.notify-container .notify_buttons .btn_cancel input {
  font-size: 12px;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  color: #000000;
  background-color: #ffffff;
  padding: 1.5em 2em;
  border: none;
  text-transform: uppercase;
}
.notify-container .notify_buttons .btn_cancel input:hover {
  color: #868686;
  background-color: #ffffff;
  border: none;
}
.notify-container .notify_buttons .btn_cancel input.disabled {
  color: #afafaf;
  background-color: #ffffff;
  border: none;
}
.pdp-store-link {
  text-transform: uppercase;
}
.site_columbia_ca .send-to-friend-link,
.site_sorel_ca .send-to-friend-link {
  display: none !important;
}
#mhw-int-wheretobuy-btn {
  display: none;
}
div.quickview {
  border: 1px solid #333333;
}
div.quickview .product-col-1 {
  left: 0;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  div.quickview .product-col-1 {
    float: left;
    width: 58.33333333%;
  }
}
div.quickview .product-col-2 {
  left: 0;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  div.quickview .product-col-2 {
    float: left;
    width: 41.66666667%;
  }
}
div.quickview a {
  color: #000000;
}
div.quickview .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
div.quickview .ui-dialog-titlebar a {
  color: red;
}
div.quickview .ui-widget-header {
  background-image: none;
  border: 0;
  background-color: transparent;
}
div.quickview .ui-widget-header .ui-dialog-titlebar {
  background-color: transparent;
}
div.quickview.ui-dialog .ui-dialog-titlebar {
  top: 10px;
  z-index: 9999;
}
div.quickview .view-full-details {
  float: right;
}
div.quickview .pdp-social {
  float: left;
}
div.quickview .s7basiczoomviewer .s7zoominbutton,
div.quickview .s7basiczoomviewer .s7zoomoutbutton,
div.quickview .s7basiczoomviewer .s7zoomresetbutton,
div.quickview .s7basiczoomviewer .s7fullscreenbutton {
  display: none;
}
div.quickview .pdp-social-wrapper,
div.quickview #olapic_specific_widget {
  display: none;
  visibility: hidden;
}
div.quickview #thumbnails_container .slick-control-prev,
div.quickview #thumbnails_container .slick-control-next {
  display: none;
  visibility: hidden;
}
div.quickview .promotion {
  display: none;
}
#primary {
  float: none;
  margin-top: 30px;
  clear: both;
}
.notify-container .header {
  font-size: 24px;
}
.breadcrumb-container {
  position: relative;
  left: 50%;
  float: left;
  margin-bottom: 20px;
}
.breadcrumb-container:after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumb-container .breadcrumb {
  position: relative;
  left: -50%;
  float: left;
}
.breadcrumb-container .breadcrumb li {
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  letter-spacing: 2px;
}
.breadcrumb-container .breadcrumb li:first-child,
.breadcrumb-container .breadcrumb li:last-child,
.breadcrumb-container .breadcrumb li.pre-last:after,
.breadcrumb-container .breadcrumb li.pre-last::after {
  display: none;
}
.breadcrumb-container .breadcrumb #bc_prod_name {
  display: none;
}
.product-col-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 320px) {
  .product-col-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.product-col-wrapper .row {
  margin-left: -10px;
  margin-right: -10px;
}
.product-col-wrapper .product-col-1 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 320px) {
  .product-col-wrapper .product-col-1 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .product-col-wrapper .product-col-1 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .product-col-wrapper .product-col-1 {
    left: 8.33333333%;
  }
}
.product-col-wrapper .product-col-1 .swipe-message {
  display: none;
}
.product-col-wrapper .product-col-2 {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
@media (min-width: 320px) {
  .product-col-wrapper .product-col-2 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .product-col-wrapper .product-col-2 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .product-col-wrapper .product-col-2 {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .product-col-wrapper .product-col-2 {
    left: 16.66666667%;
  }
}
.product-col-wrapper .product-col-2 h1.product-name {
  font-size: 18px;
  font-family: 'LibreBaskerville';
  font-weight: normal;
  letter-spacing: 3px;
  margin: 0;
  text-transform: uppercase;
}
#s7basiczoom_div {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  /*
		PHX-1840 : This is used to hide zoom controls on SOREL for sale items.
		This can be removed at some point in the future after all the sale items that only have legacy photos are gone.
	*/
}
@media (min-width: 1024px) {
  #s7basiczoom_div {
    float: left;
    width: 87.5%;
  }
}
@media (min-width: 1024px) {
  #s7basiczoom_div {
    left: 12.5%;
  }
}
#s7basiczoom_div:after {
  content: "";
  display: table;
  clear: both;
}
#s7basiczoom_div .s7button {
  position: absolute;
  left: 0;
}
#s7basiczoom_div #s7basiczoom_div_zoomInButton {
  top: 0;
}
#s7basiczoom_div #s7basiczoom_div_zoomOutButton {
  top: 30px;
}
#s7basiczoom_div #s7basiczoom_div_zoomResetButton {
  top: 60px;
}
#s7basiczoom_div #s7basiczoom_div_fullScreenButton {
  top: 90px;
}
#s7basiczoom_div.product-flag-sale .s7button {
  display: none;
}
@media (max-width: 767px) {
  .rdt-373 #s7basiczoom_div {
    width: 50%;
    margin: 0 auto;
  }
  .rdt-373 .sizing,
  .rdt-373 .product-activities {
    display: none;
  }
  .rdt-373 #thumbnails_container .product-thumbnails .slick-slide img {
    width: 55%;
  }
}
#thumbnails_container {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  #thumbnails_container {
    float: left;
    width: 12.5%;
  }
}
@media (min-width: 1024px) {
  #thumbnails_container {
    right: 87.5%;
  }
}
#thumbnails_container .product-thumbnails .selected img {
  border: 2px solid #e5e5e5;
}
#thumbnails_container .product-thumbnails .slick-slide {
  border: 0px none transparent;
}
#thumbnails_container .product-thumbnails .slick-slide img {
  padding: 10px;
  margin: auto;
  width: 85%;
  opacity: 1 !important;
}
#thumbnails_container .product-thumbnails .slick-prev,
#thumbnails_container .product-thumbnails .slick-next {
  position: absolute;
  bottom: 0;
  top: 100%;
  height: 25px;
  width: 20px;
  font-size: 0;
  color: transparent;
  background-repeat: no-repeat;
}
#thumbnails_container .product-thumbnails .slick-prev {
  background-image: url("../../images/black_prev.png");
  left: 0;
}
#thumbnails_container .product-thumbnails .slick-next {
  background-image: url("../../images/black_next.png");
  right: -15px;
}
#thumbnails_container .product-thumbnails a {
  display: block;
}
.product-review-links {
  margin-top: 10px;
}
.product-review-links .BVRRPrimarySummary {
  width: 100%;
}
#product-content {
  font-family: 'TexGyreHeros';
}
#product-content .promotion .promotion-title {
  display: none;
}
#product-content .promotion .promotion-callout {
  float: right;
  margin-top: -15px;
  font-size: 13px;
  text-transform: uppercase;
}
#product-content .product-activities .value {
  font-weight: bold;
}
#product-content .product-price {
  font-size: 13px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  font-style: normal;
  font-weight: bold;
  margin: 10px 0;
}
#product-content .product-price .price-standard {
  text-decoration: line-through;
  margin-right: 10px;
}
#product-content .product-price .price-sales {
  color: #cc0302;
}
#product-content .product-number {
  color: #6c6c6c;
  font-size: 11px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#product-content .product-fit,
#product-content .sizing {
  margin-top: 20px;
  font-family: 'LibreBaskerville';
  text-transform: uppercase;
}
#product-content .product-fit .label,
#product-content .sizing .label {
  font-size: 12px;
  font-family: 'LibreBaskerville';
  font-weight: bold;
  letter-spacing: 3px;
  color: #6c6c6c;
}
#product-content .product-fit .value,
#product-content .sizing .value {
  font-size: 12px;
  font-family: 'LibreBaskerville';
  font-weight: normal;
  letter-spacing: 1px;
}
#product-content .product-fit .fitandsize,
#product-content .sizing .fitandsize {
  height: 20px;
  display: inline;
  /*.size-chart-link:nth-of-type(1) {
				float	: left;
			}*/
}
#product-content .product-fit .fitandsize .size-chart-link,
#product-content .sizing .fitandsize .size-chart-link {
  letter-spacing: 1px;
  font-size: 12px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
  text-transform: uppercase;
}
#product-content .product-fit .fitandsize .size-chart-link:nth-of-type(2),
#product-content .sizing .fitandsize .size-chart-link:nth-of-type(2) {
  float: right;
}
.product-variations ul li.attribute {
  margin-top: 20px;
}
.product-variations ul li.attribute:after {
  content: "";
  display: table;
  clear: both;
}
.product-variations ul li.attribute ul li.label {
  position: relative;
  display: block;
  height: auto;
  margin-bottom: 5px;
  color: #6c6c6c;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'LibreBaskerville';
  font-weight: bold;
  letter-spacing: 3px;
  letter-spacing: 2px;
  white-space: nowrap;
}
.product-variations ul li.attribute ul .selectedVariation,
.product-variations ul li.attribute ul .selectedVariationColor {
  display: block;
  margin-bottom: 5px;
  white-space: nowrap;
}
.product-variations ul li.attribute ul li.swatch {
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
}
.product-variations ul li.attribute ul li.swatch a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #000000;
  line-height: 26px;
  font-size: 12px;
  letter-spacing: 0;
  text-decoration: none;
}
.product-variations ul li.attribute ul li.swatch a.isUnavailable,
.product-variations ul li.attribute ul li.swatch a.out-of-stock {
  border: 2px solid #afafaf;
  color: #afafaf;
}
.product-variations ul li.attribute ul li.swatch a.isUnavailable:after,
.product-variations ul li.attribute ul li.swatch a.out-of-stock:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/slash.png);
  background-size: 100% 100%;
}
.product-variations ul li.attribute ul li.swatch.selected a {
  font-weight: bold;
  border-color: #000000;
  color: #ffffff;
  background-color: #000000;
}
.product-variations ul li.attribute ul li.swatch:hover a {
  border-color: #b88e5e;
  color: #b88e5e;
}
.product-variations ul li.attribute ul li.swatch.unselectable a {
  color: #b8b8b8;
}
.product-variations ul li.attribute ul li.swatch.swatch-color {
  height: 36px;
  position: relative;
  z-index: 0;
}
.product-variations ul li.attribute ul li.swatch.swatch-color a {
  border-color: #e5e5e5;
  text-indent: -10000px;
}
.product-variations ul li.attribute ul li.swatch.swatch-color:hover a {
  border-color: #000000;
}
.product-variations ul li.attribute ul li.swatch.swatch-color.selected {
  border-bottom: 2px solid #000000;
}
.product-variations ul li.attribute ul li.swatch.swatch-color.selected a {
  border-color: #000000;
}
.product-variations ul li.attribute ul li.swatch.swatch-color.notify {
  border: none;
}
.product-variations ul li.attribute ul li.swatch.swatch-color.notify a {
  outline: 1px dashed #000000;
}
.product-variations ul li.attribute ul li.swatch.swatch-variationsize a {
  min-width: 30px;
  width: auto;
  padding: 0 5px;
}
#pdpMain .product-variations ul li.attribute ul.variationboxes li.label span.select-alert,
.select-alert-outOfStock {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
ul.variationboxes li.label span.select-alert {
  position: absolute;
  top: 20px;
  left: 0;
}
.select-alert.error-addToCartButton {
  margin-bottom: 5px;
}
.product-add-to-cart {
  margin-top: 20px;
}
form.pdpForm fieldset {
  border: 0px solid transparent;
  margin: 0;
  padding: 0;
}
form.pdpForm .product-price {
  display: none;
}
form.pdpForm label {
  position: relative;
  display: block;
  height: auto;
  margin-bottom: 5px;
  color: #6c6c6c;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'LibreBaskerville';
  font-weight: bold;
  letter-spacing: 3px;
  letter-spacing: 2px;
  white-space: nowrap;
  float: none;
}
form.pdpForm input[type='text'] {
  border: 1px solid #000000;
  text-align: center;
  padding: 0;
}
form.pdpForm button.add-to-cart {
  font-size: 12px;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  color: #ffffff ! important;
  background-color: #000000;
  padding: 1.5em 2em;
  border: none;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
form.pdpForm button.add-to-cart:hover {
  color: #ffffff;
  background-color: #868686;
  border: none;
  text-decoration: none;
}
form.pdpForm button.add-to-cart.disabled {
  color: #ffffff;
  background-color: #afafaf;
  border: none;
}
form.pdpForm button.add-to-cart.disabled {
  background-color: #000000;
}
form.pdpForm .inventory {
  margin-bottom: 20px;
}
form.pdpForm .inventory .quantity label {
  display: inline-block;
}
form.pdpForm .inventory .quantity .qtybutton {
  width: 30px;
  height: 30px;
  padding: 0;
  letter-spacing: 1px;
  font-size: 12px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  border: 2px solid #000000;
  margin: 0;
}
form.pdpForm .inventory .quantity #Quantity {
  margin: 0 5px;
}
form.pdpForm .in-stock-notification {
  display: none;
}
form.pdpForm .availability-block {
  display: none;
}
form.pdpForm #add-to-wishlist {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
form.pdpForm #add-to-wishlist:before {
  content: "+ ";
}
#product-nav-container {
  position: absolute;
  top: 400px;
  width: 100%;
  left: 0;
  margin-top: -49px;
  height: 98px;
}
#product-nav-container .product-next,
#product-nav-container .product-previous {
  position: absolute;
  right: 20px;
}
#product-nav-container .product-next a,
#product-nav-container .product-previous a {
  color: transparent;
}
#product-nav-container .product-next a:before,
#product-nav-container .product-previous a:before {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 20px solid #000000;
}
#product-nav-container .product-next a:after,
#product-nav-container .product-previous a:after {
  content: " ";
  display: block;
  position: absolute;
  right: 7px;
  top: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 20px solid #ffffff;
}
#product-nav-container .product-next a span,
#product-nav-container .product-previous a span {
  display: none;
}
#product-nav-container .product-next a span img,
#product-nav-container .product-previous a span img {
  height: 98px;
  margin-top: -28px;
}
#product-nav-container .product-next a:hover:after,
#product-nav-container .product-previous a:hover:after,
#product-nav-container .product-next a:hover:before,
#product-nav-container .product-previous a:hover:before {
  display: none;
}
#product-nav-container .product-next a:hover span,
#product-nav-container .product-previous a:hover span {
  display: block;
}
#product-nav-container .product-previous {
  left: 20px;
  right: auto;
}
#product-nav-container .product-previous a:before {
  left: 0;
  right: auto;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right: 20px solid #000000;
}
#product-nav-container .product-previous a:after {
  left: 7px;
  right: auto;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right: 20px solid #ffffff;
}
.pdp-social-wrapper {
  clear: both;
}
.pdp-social-wrapper .pdp-social {
  margin-top: 20px;
  margin-left: 0;
}
.pdp-social-wrapper .pdp-social:after {
  content: "";
  display: table;
  clear: both;
}
.pdp-social-wrapper .pdp-social .social-icon {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.pdp-social-wrapper .pdp-social .social-icon:last-child {
  margin-right: 0;
  width: 90px;
}
.pdp-social-wrapper .pdp-social .send-to-friend {
  color: transparent;
  background: transparent url(../../images/share.png) center center no-repeat;
  width: 64px;
  height: 18px;
  display: inline-block;
}
.pdp-social-wrapper .pdp-social .send-to-friend img {
  display: none;
}
#tabs-menu-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  border: 0px none transparent;
  border-top: 5px solid #b8b8b8;
  margin-top: 40px;
  padding-top: 3px;
}
@media (min-width: 320px) {
  #tabs-menu-wrapper {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #tabs-menu-wrapper {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #tabs-menu-wrapper {
    left: 16.66666667%;
  }
}
@media (min-width: 1024px) {
  #tabs-menu-wrapper {
    float: left;
    width: 66.66666667%;
  }
}
#tabs-menu-wrapper ul.tabs-menu {
  padding: 0;
  position: relative;
  left: -50%;
  top: -1px;
  border: 0px none transparent;
  background: transparent;
}
@media (min-width: 320px) and (max-width: 767px) {
  #tabs-menu-wrapper ul.tabs-menu {
    display: none !important;
    visibility: hidden;
  }
}
#tabs-menu-wrapper ul.tabs-menu li {
  padding: 0 1em;
  margin: 0;
  float: left;
  text-transform: uppercase;
  border: 0px none transparent;
  background-color: transparent;
  background-image: none;
}
#tabs-menu-wrapper ul.tabs-menu li a {
  padding: .5em 0;
  margin: 0;
  border-top: 5px solid #b8b8b8;
  letter-spacing: 1px;
  font-size: 12px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
}
#tabs-menu-wrapper ul.tabs-menu li.ui-state-active a {
  border-top: 5px solid #000000;
  color: #000000;
  outline: none;
}
#tabs-menu-wrapper ul.tabs-menu li.ui-state-active a:focus {
  outline: none;
}
#tabs-menu-wrapper .position-wrapper,
#tabs-menu-wrapper .tab-contents {
  position: relative;
  float: left;
  left: 50%;
  clear: left;
  top: -0.5em;
}
@media (max-width: 767px) {
  #tabs-menu-wrapper .position-wrapper,
  #tabs-menu-wrapper .tab-contents {
    left: 0;
  }
}
#tabs-menu-wrapper .position-wrapper:after,
#tabs-menu-wrapper .tab-contents:after {
  content: "";
  display: table;
  clear: both;
}
#tabs-menu-wrapper .position-wrapper h3,
#tabs-menu-wrapper .tab-contents h3 {
  margin: 0;
}
#tabs-menu-wrapper .tab-contents {
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  #tabs-menu-wrapper h3.toggle.desktop {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #tabs-menu-wrapper h3.toggle.mobile {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 1024px) {
  #tabs-menu-wrapper h3.toggle.mobile {
    display: none !important;
    visibility: hidden;
  }
}
#tabs-menu-wrapper #fit {
  padding-top: 0;
}
#tabs-menu-wrapper .toggle-content h3 {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 50px;
}
#tabs-menu-wrapper .toggle-content h3.fitRating-title {
  line-height: 20px;
  font-weight: bolder;
}
#tabs-menu-wrapper .toggle-content h4 {
  font-size: 13px;
}
#tabs-menu-wrapper .toggle-content li {
  list-style-type: none;
  margin: 5px 0;
}
#tabs-menu-wrapper .toggle-content .fitRating {
  text-align: center;
}
#tabs-menu-wrapper .toggle-content .fitRating .fitRating-title-wrapper.tablet-plus {
  display: block;
}
#tabs-menu-wrapper .toggle-content .fitRating .fitRating-title-wrapper.mobile {
  display: none;
}
@media (max-width: 767px) {
  #tabs-menu-wrapper .toggle-content .fitRating .fitRating-title-wrapper.mobile {
    display: block;
  }
  #tabs-menu-wrapper .toggle-content .fitRating .fitRating-title-wrapper.tablet-plus {
    display: none;
  }
}
#tabs-menu-wrapper .toggle-content .fitRating .fitRating-title-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #tabs-menu-wrapper .toggle-content .fitRating .fitRating-title-wrapper {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  #tabs-menu-wrapper .toggle-content .fitRating .fitRating-title-wrapper {
    margin-left: 8.33333333%;
  }
}
#tabs-menu-wrapper .toggle-content .fitRating .fitRating-title-wrapper:first-child {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #tabs-menu-wrapper .toggle-content .fitRating .fitRating-title-wrapper:first-child {
    float: left;
    width: 83.33333333%;
  }
}
#tabs-menu-wrapper .toggle-content .fitRating .fitRating-scale {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #tabs-menu-wrapper .toggle-content .fitRating .fitRating-scale {
    float: left;
    width: 83.33333333%;
  }
}
#tabs-menu-wrapper .toggle-content .size-chart {
  width: 100%;
}
#tabs-menu-wrapper .toggle-content .size-chart .fitChart {
  text-align: center;
}
#tabs-menu-wrapper .toggle-content .size-chart .fitChart .fitChart-content {
  position: relative;
  min-height: 1px;
  padding-left: 5;
  padding-right: 5;
}
@media (min-width: 768px) {
  #tabs-menu-wrapper .toggle-content .size-chart .fitChart .fitChart-content {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  #tabs-menu-wrapper .toggle-content .size-chart .fitChart .fitChart-content {
    margin-left: 8.33333333%;
  }
}
#tabs-menu-wrapper .toggle-content .size-chart .fitChart .fitChart-content table {
  width: 100%;
}
#tabs-menu-wrapper .toggle-content .size-chart .fitInstruction {
  margin-top: 15px;
  padding-top: 16px;
}
#tabs-menu-wrapper .toggle-content .size-chart .fitInstruction .fitInstruction-title {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (min-width: 768px) {
  #tabs-menu-wrapper .toggle-content .size-chart .fitInstruction .fitInstruction-title {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  #tabs-menu-wrapper .toggle-content .size-chart .fitInstruction .fitInstruction-title {
    margin-left: 8.33333333%;
  }
}
#tabs-menu-wrapper .toggle-content .size-chart .fitInstruction .fitInstruction-title h3 {
  padding-left: 0;
  padding-right: 0;
}
#tabs-menu-wrapper .toggle-content .size-chart .fitInstruction .fitInstruction-image {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
  min-height: 60px;
  background: url('../../images/sprites/SOR_Sprite-sheet.svg') no-repeat -285px -29px;
  width: 281px;
  height: 187px;
}
@media (min-width: 768px) {
  #tabs-menu-wrapper .toggle-content .size-chart .fitInstruction .fitInstruction-image {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 768px) {
  #tabs-menu-wrapper .toggle-content .size-chart .fitInstruction .fitInstruction-image {
    margin-left: 8.33333333%;
  }
}
#tabs-menu-wrapper .toggle-content .size-chart .fitInstruction .fitInstruction-details {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 10px;
  min-height: 60px;
  text-align: left;
  padding-left: 10px;
}
@media (min-width: 768px) {
  #tabs-menu-wrapper .toggle-content .size-chart .fitInstruction .fitInstruction-details {
    float: left;
    width: 41.66666667%;
  }
}
#tabs-menu-wrapper .toggle-content .size-chart .fitInstruction .fitInstruction-details ul li {
  padding: 10px;
  list-style-type: decimal;
}
#tabs-menu-wrapper .toggle-content .size-chart .fitInstruction .fitInstruction-details ul li:first-child {
  padding-top: 0px;
  margin-top: 0px;
}
#tabs-menu-wrapper .toggle-content .size-chart .fitInstruction .fitInstruction-details .download-pdf-mesg {
  margin-top: 10px;
  font-weight: bolder;
  display: block;
  letter-spacing: 0.4px;
}
#tabs-menu-wrapper .toggle-content .size-chart .fitInstruction a {
  text-decoration: underline;
}
#tabs-menu-wrapper .review-tab {
  display: none;
}
#tabs-menu-wrapper .ui-tabs-panel {
  position: relative;
  left: -50%;
}
#tabs-menu-wrapper .ui-tabs-panel:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 320px) {
  #tabs-menu-wrapper .ui-tabs-panel {
    margin-left: -10px;
    margin-right: -10px;
  }
}
#tabs-menu-wrapper .ui-tabs-panel .row {
  margin-left: -10px;
  margin-right: -10px;
}
#tabs-menu-wrapper .ui-tabs-panel .container {
  max-width: 700px;
}
#tabs-menu-wrapper .ui-tabs-panel h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'LibreBaskerville';
  font-weight: normal;
  letter-spacing: 3px;
  text-align: center;
  padding: 1em;
}
#tabs-menu-wrapper .ui-tabs-panel p {
  text-align: center;
}
#tabs-menu-wrapper .ui-tabs-panel ul {
  list-style-type: disc;
}
#tabs-menu-wrapper .ui-tabs-panel ul li {
  margin-left: 20px;
}
#tabs-menu-wrapper .video-wrapper {
  position: relative;
  left: -50%;
  clear: both;
}
@media (max-width: 767px) {
  #tabs-menu-wrapper .video-wrapper {
    left: 0;
  }
}
#tabs-menu-wrapper .video-wrapper .video-trigger img,
#tabs-menu-wrapper .video-wrapper .video-trigger iframe {
  display: block;
  margin: 0 auto;
}
#tabs-menu-wrapper #reviews {
  position: relative;
  display: block !important;
  clear: both;
}
#tabs-menu-wrapper #videos {
  margin-top: 20px;
  margin-bottom: 20px;
}
#tabs-menu-wrapper #videos:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 320px) {
  #tabs-menu-wrapper #videos {
    margin-left: -10px;
    margin-right: -10px;
  }
}
#tabs-menu-wrapper #videos .row {
  margin-left: -10px;
  margin-right: -10px;
}
#tabs-menu-wrapper #videos:after {
  content: "";
  display: table;
  clear: both;
}
#tabs-menu-wrapper #videos .video-thumb {
  display: table;
  margin: 0 auto;
}
#tabs-menu-wrapper .recommendations.cross-sell {
  position: relative;
  left: -50%;
  margin-top: 40px;
}
@media (max-width: 767px) {
  #tabs-menu-wrapper .recommendations.cross-sell {
    display: none;
  }
}
#tabs-menu-wrapper .recommendations.cross-sell > h2 {
  text-align: center;
  top: 40px;
  width: 100%;
  font-family: 'LibreBaskerville';
  text-transform: uppercase;
  position: absolute;
  font-weight: normal;
  padding-bottom: 20px;
  font-size: 17px;
}
#tabs-menu-wrapper .recommendations.cross-sell #carousel-recomendations {
  border-top: 5px solid #000000;
  list-style-type: none;
  padding-top: 100px;
}
#tabs-menu-wrapper .recommendations.cross-sell #carousel-recomendations:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 320px) {
  #tabs-menu-wrapper .recommendations.cross-sell #carousel-recomendations {
    margin-left: -10px;
    margin-right: -10px;
  }
}
#tabs-menu-wrapper .recommendations.cross-sell #carousel-recomendations .row {
  margin-left: -10px;
  margin-right: -10px;
}
#tabs-menu-wrapper .recommendations.cross-sell #carousel-recomendations div.product-tile {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 320px) {
  #tabs-menu-wrapper .recommendations.cross-sell #carousel-recomendations div.product-tile {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #tabs-menu-wrapper .recommendations.cross-sell #carousel-recomendations div.product-tile {
    float: left;
    width: 25%;
  }
}
#tabs-menu-wrapper .recommendations.cross-sell #carousel-recomendations div.product-tile .product-image img {
  width: 100%;
}
#tabs-menu-wrapper .recommendations.cross-sell #carousel-recomendations div.product-tile .product-caption .product-promo,
#tabs-menu-wrapper .recommendations.cross-sell #carousel-recomendations div.product-tile .product-image-overlay {
  display: none;
}
#tabs-menu-wrapper .recommendations.cross-sell #carousel-recomendations div.product-tile .product-swatches {
  float: left;
  position: relative;
  left: 50%;
}
#tabs-menu-wrapper .recommendations.cross-sell #carousel-recomendations div.product-tile .product-swatches:after {
  content: "";
  display: table;
  clear: both;
}
#tabs-menu-wrapper .recommendations.cross-sell #carousel-recomendations div.product-tile .product-swatches h2 {
  display: none;
}
#tabs-menu-wrapper .recommendations.cross-sell #carousel-recomendations div.product-tile .product-swatches ul {
  position: relative;
  left: -50%;
}
#tabs-menu-wrapper .recommendations.cross-sell #carousel-recomendations div.product-tile .product-swatches li {
  float: left;
  margin-right: 12px;
}
#tabs-menu-wrapper .recommendations.cross-sell #carousel-recomendations div.product-tile .product-swatches li a.selected {
  border-bottom: 2px solid #000000;
}
#tabs-menu-wrapper .recommendations.cross-sell #carousel-recomendations div.product-tile .product-swatches li a.selected:after {
  border-bottom: 3px solid #000000;
}
#tabs-menu-wrapper .recommendations.cross-sell #carousel-recomendations div.product-tile .product-swatches li img {
  width: 100%;
  height: 20px;
}
#tabs-menu-wrapper .recommendations.cross-sell #carousel-recomendations div.product-tile .product-swatches li a {
  color: transparent;
  width: 20px;
  height: 28px;
  display: inline-block;
  border-bottom: 0px;
  white-space: nowrap;
}
#tabs-menu-wrapper .recommendations.cross-sell #carousel-recomendations div.product-tile .product-swatches li a:after {
  content: " ";
  display: block;
  margin-left: 7px;
  margin-top: -4px;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
#tabs-menu-wrapper .recommendations.cross-sell #carousel-recomendations div.product-tile .product-name {
  clear: both;
}
#tabs-menu-wrapper .recommendations.cross-sell #carousel-recomendations div.product-tile .product-name h2 {
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
}
#tabs-menu-wrapper .recommendations.cross-sell #carousel-recomendations div.product-tile .product-name h2 a {
  text-decoration: none;
}
#tabs-menu-wrapper .recommendations.cross-sell #carousel-recomendations div.product-tile .product-pricing {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
#tabs-menu-wrapper .recommendations.cross-sell #carousel-recomendations div.product-tile .BVInlineRatings,
#tabs-menu-wrapper .recommendations.cross-sell #carousel-recomendations div.product-tile .tooltip-content {
  display: none;
}
#tooltip {
  display: none !important;
}
#olapic_specific_widget:after {
  content: "";
  display: table;
  clear: both;
}
.greater-rewards-banner {
  display: none;
}
@media (min-width: 1024px) {
  #thumbnails_container .product-thumbnails .slick-prev,
  #thumbnails_container .product-thumbnails .slick-next {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    background-position: center 0;
  }
  #thumbnails_container .product-thumbnails .slick-prev {
    background-image: url("../../images/black_close.png");
    top: -15px;
  }
  #thumbnails_container .product-thumbnails .slick-next {
    background-image: url("../../images/black_open.png");
    bottom: -25px;
    top: initial;
  }
  #thumbnails_container .product-thumbnails .slick-slider {
    margin: 10px 0;
  }
}
@media (max-width: 1023px) {
  /* #primary { overflow: hidden; } */
  #product-nav-container {
    display: none;
  }
  form.pdpForm .inventory .quantity .qtybutton {
    vertical-align: baseline;
  }
}
@media (min-width: 768px) {
  .toggle-content {
    display: block !important;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #product-content .attribute .value ul {
    margin-bottom: 50px;
  }
  .product-variations ul li.attribute {
    /*.selected_color {
				//display: none;
				width: 100% !important;
				text-align: center;
				position: absolute !important;
				margin-top: 40px;
			}*/
  }
  .product-variations ul li.attribute ul li.label {
    float: none;
    position: relative;
  }
  .product-variations ul li.attribute ul li.swatch {
    float: none;
    display: inline-block;
    margin: 0 5px 10px;
  }
  .product-variations .select-alert {
    position: absolute;
    width: 100%;
    top: 20px;
    left: 0;
  }
  #thumbnails li {
    width: 33%;
    display: inline-block;
  }
  #thumbnails_container {
    margin-top: 5px;
  }
  .product-col-1 {
    float: none;
  }
  .product-col-2 {
    width: 100%;
  }
  .swipe-message {
    font-size: 11px;
    font-family: 'TexGyreHeros';
    font-weight: normal;
    letter-spacing: 1px;
    color: #4e4f4f;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
  }
  .swipe-message:before,
  .swipe-message:after {
    margin: 0 10px;
    font-size: 12px;
  }
  .swipe-message:before {
    content: "←";
  }
  .swipe-message:after {
    content: "→";
  }
  .product-review-links {
    text-align: center;
  }
  .product-name {
    text-align: center;
    padding-bottom: 10px;
    font-size: 18px;
    font-family: 'LibreBaskerville';
    font-weight: normal;
    letter-spacing: 3px;
  }
  .pdp-social {
    position: static;
    margin-top: 20px;
  }
  #product-content {
    text-align: center;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #product-content .attribute .value {
    position: relative;
    left: 50%;
    float: left;
    clear: both;
  }
  #product-content .attribute .value:after {
    content: "";
    display: table;
    clear: both;
  }
  #product-content .attribute .value ul {
    position: relative;
    left: -50%;
    float: left;
    clear: both;
  }
  #product-content .attribute .value ul:after {
    content: "";
    display: table;
    clear: both;
  }
  #product-content .attribute .value ul li:last-child {
    margin-right: 0;
  }
  #product-content .fitandsize {
    margin: auto;
  }
  .product-add-to-cart .size-chart-link {
    display: none;
  }
  .add-to-cart {
    max-width: 300px;
  }
  #add-to-wishlist {
    display: block;
    margin-bottom: 20px;
  }
  .in-stock-notification {
    display: none;
  }
  #tabs-menu-wrapper {
    border-top: none;
  }
  #tabs-menu-wrapper .review-tab {
    display: block;
  }
  #tabs-menu-wrapper .tab-contents {
    border-top: 3px solid #000000;
    display: block;
  }
  #tabs-menu-wrapper .tab-contents > div {
    border-bottom: 3px solid #000000;
  }
  #tabs-menu-wrapper .tab-contents .toggle-content {
    padding-bottom: 20px;
    font-size: 13px;
    font-family: 'TexGyreHeros';
    font-weight: normal;
    font-style: normal;
  }
  #tabs-menu-wrapper .tab-contents.visible .accordion li a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #tabs-menu-wrapper .tab-contents h3.toggle {
    letter-spacing: 1px;
    font-size: 12px;
    font-family: 'TexGyreHeros';
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    position: relative;
    line-height: 4em;
    margin-right: 10px;
    text-transform: uppercase;
  }
  #tabs-menu-wrapper .tab-contents h3.toggle:after {
    content: "-";
    font-size: 0px;
    position: absolute;
    right: 0;
    width: 15px;
    background: transparent url(../../images/black_open.png) center center no-repeat;
  }
  #tabs-menu-wrapper .tab-contents h3.toggle.expanded:after {
    background: transparent url(../../images/black_close.png) center center no-repeat;
  }
  .recommendations.cross-sell .product-tile {
    text-align: center;
  }
  .product-image-container .s7button {
    display: none;
  }
  .product-image-container .slick-slider {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  #product-content {
    float: left;
    width: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (-webkit-min-device-pixel-ratio: 1) {
  #s7basiczoom_div_zoomInButton {
    top: 0px !important;
  }
  #s7basiczoom_div_zoomOutButton {
    top: 50px !important;
  }
  #s7basiczoom_div_zoomResetButton {
    top: 115px !important;
  }
  #s7basiczoom_div_fullScreenButton {
    top: 170px !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 768px) and (max-width: 1023px), only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (-webkit-min-device-pixel-ratio: 1) and (min-width: 768px) and (max-width: 1023px) {
  .s7button {
    visibility: hidden;
  }
}
.refinement-group [class*='swatch-'] a {
  background: linear-gradient(to right, #ff0000, #ffa500, #ffff00, #008000, #0000ff, #4b0082, #ee82ee);
}
.refinement-group .swatch-Black a {
  background: black;
}
.refinement-group .swatch-White a {
  background: white;
  border: 1px solid #000000 !important;
}
.refinement-group .swatch-Pink a {
  background: pink;
}
.refinement-group .swatch-Grey a {
  background: grey;
}
.refinement-group .swatch-Tan a {
  background: tan;
}
.refinement-group .swatch-Brown a {
  background: brown;
}
.refinement-group .swatch-Green a {
  background: green;
}
.refinement-group .swatch-Blue a {
  background: blue;
}
.refinement-group .swatch-Purple a {
  background: purple;
}
.refinement-group .swatch-Red a {
  background: red;
}
.refinement-group .swatch-Yellow a {
  background: yellow;
}
.refinement-group .swatch-Orange a {
  background: orange;
}
.refinement-group .swatch-Camo a {
  background: url(../../images/swatches/CAMO.jpg) no-repeat transparent;
  background-size: cover;
}
.refinement-group .swatch-Prints a {
  background: url(../../images/swatches/PRINT.jpg) no-repeat transparent;
  background-size: cover;
}
.refinement-group .swatch-Plaid a {
  background: url(../../images/swatches/PLAID.jpg) no-repeat transparent;
  background-size: cover;
}
.refinement-group .swatch-All a {
  background: lightgrey;
}
.swatch-list-item a img {
  border: 1px solid #e5e5e5;
}
#secondary .filterColor ul.swatches li.unselectable {
  display: none;
}
#primary .search-result-continuation h1 {
  display: inline-block;
}
#primary .search-result-continuation h1 button[disabled='disabled'] {
  display: block;
  text-indent: 9999px;
  background: url('../../images/loading-icon.gif') transparent;
  border: none;
  height: 32px;
  width: 32px;
  padding: 0;
  font-size: 0;
}
#primary .search-result-continuation h1 button[disabled='disabled']:hover {
  background-color: transparent;
}
#primary .sortBySelectStyle {
  display: none;
}
#compare-items {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  border: 2px solid #000000;
  background: #ffffff;
  padding: 20px 70px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
}
@media (min-width: 768px) {
  #compare-items {
    float: left;
    width: 100%;
  }
}
#compare-items h2 {
  text-transform: none;
  font-family: 'TexGyreHeros';
  color: #4e4f4f;
}
#compare-items .comparebar:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 320px) {
  #compare-items .comparebar {
    margin-left: -10px;
    margin-right: -10px;
  }
}
#compare-items .comparebar .row {
  margin-left: -10px;
  margin-right: -10px;
}
#compare-items .comparebar #compare-items-panel {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
#compare-items .comparebar #compare-items-panel:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 320px) {
  #compare-items .comparebar #compare-items-panel {
    margin-left: 0;
    margin-right: 0;
  }
}
#compare-items .comparebar #compare-items-panel .row {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  #compare-items .comparebar #compare-items-panel {
    float: left;
    width: 83.33333333%;
  }
}
#compare-items .comparebar .compare-buttons {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #compare-items .comparebar .compare-buttons {
    float: left;
    width: 16.66666667%;
  }
}
#compare-items .compare-item {
  float: left;
  width: 120px;
  height: 125px;
  margin-right: calc(25% - 120px);
}
#compare-items .compare-item:after {
  content: "";
  display: table;
  clear: both;
}
#compare-items .compare-item img.compareproduct {
  float: left;
  max-width: 100px;
  max-height: 125px;
}
#compare-items .compare-item:not(.active) {
  background: #000000;
}
#compare-items .compare-item:not(.active) img {
  display: none;
}
#compare-items .compare-item.active .compareindex {
  display: none;
}
#compare-items .compare-item .compareindex {
  display: inline-block;
  width: 100%;
  line-height: 125px;
  text-align: center;
}
#compare-items .compare-item .compareitemremove {
  float: right;
  width: 20px;
  cursor: pointer;
}
#compare-items .compare-item .compareitemremove .ui-icon {
  text-indent: 0;
}
#compare-items .compare-item-remove {
  display: none;
  float: right;
}
#compare-items .active .compare-item-remove {
  display: inline;
}
#compare-items .compare-buttons {
  float: right;
}
#compare-items .compare-buttons button {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 100%;
}
#compare-items .compare-buttons .button {
  background-color: #ffffff;
}
#compare-items .comparebarheader h2 {
  float: left;
}
#compare-items .comparebarheader .comparebar-toggle {
  float: right;
}
#compare-items .comparebarheader .comparebar-toggle.comparebar-show {
  display: none;
}
#compare-items .comparebarheader .comparebar-toggle.comparebar-show::before {
  color: #000000;
  content: " ";
  display: block;
  z-index: 2;
  margin-left: -20px;
  top: 17px;
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 8px solid #000000;
}
#compare-items .comparebarheader .comparebar-toggle.comparebar-show::after {
  color: #000000;
  content: " ";
  display: block;
  z-index: 2;
  margin-left: -20px;
  top: 21px;
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
}
#compare-items .comparebarheader .comparebar-toggle.comparebar-hide::before {
  color: #000000;
  content: " ";
  display: block;
  z-index: 2;
  margin-left: -20px;
  top: 25px;
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 8px solid #000000;
}
#compare-items .comparebarheader .comparebar-toggle.comparebar-hide::after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 2;
  margin-left: -20px;
  top: 21px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 8px solid #ffffff;
}
#compare-items .comparebarheader .title2 {
  float: left;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#compare-items .comparebarheader:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 320px) {
  #compare-items .comparebarheader {
    margin-left: -10px;
    margin-right: -10px;
  }
}
#compare-items .comparebarheader .row {
  margin-left: -10px;
  margin-right: -10px;
}
.BVInlineRatings img {
  width: 100px;
  vertical-align: sub;
}
@media screen and (max-width: 1023px) {
  .product-tile .product-swatches ul li.swatch-continuation {
    font-size: 16px;
  }
}
.product-caption .BVInlineRatings img {
  display: inline-block;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
.product-swatches-placeholder {
  height: 34px !important;
}
#product-grid-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 320px) {
  #product-grid-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
}
#product-grid-wrapper .row {
  margin-left: -10px;
  margin-right: -10px;
}
div.breadcrumb {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 1.5em 0;
}
@media (min-width: 320px) {
  div.breadcrumb {
    float: left;
    width: 100%;
  }
}
div.breadcrumb ol.breadcrumb {
  font-size: 11px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
div.breadcrumb h1 {
  font-size: 24px;
  font-family: 'LibreBaskerville';
  font-weight: normal;
  letter-spacing: 8px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1023px) {
  div.breadcrumb h1 {
    font-size: 22px;
    letter-pacing: 4px;
  }
}
@media (max-width: 767px) {
  div.breadcrumb h1 {
    font-size: 22px;
    letter-spacing: 4px;
  }
}
div.breadcrumb h2 {
  display: none;
}
div.breadcrumb .breadcrumb-refinement {
  display: none;
}
div.breadcrumb .breadcrumb-refinement-name:after {
  content: ':';
  display: inline-block;
  color: #000000;
}
div.breadcrumb .breadcrumb-relax:before {
  font-family: fontawesome;
  font-size: 14px;
  content: '\f057';
  display: inline-block;
  color: #000000;
}
.pagetype-search div.breadcrumb h2 {
  display: block;
  text-align: center;
}
.pagetype-search #secondary .refinementsWrapper .category-refinement ul li {
  display: none;
}
.refinementBox {
  position: absolute;
  top: 44px;
  left: 10px;
  right: 10px;
  z-index: 10;
  padding: 20px;
  background-color: white;
  border: 1px solid #cccccc;
  text-align: left;
}
.refinementBox:after {
  content: "";
  display: table;
  clear: both;
}
#secondary {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 320px) {
  #secondary {
    float: left;
    width: 100%;
  }
}
#secondary .refinementsWrapper {
  text-align: center;
  background-color: #ffffff;
}
#secondary .refinementsWrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 320px) {
  #secondary .refinementsWrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
}
#secondary .refinementsWrapper .row {
  margin-left: -10px;
  margin-right: -10px;
}
#secondary .refinementsWrapper .refinement-container {
  outline: none;
}
@media (max-width: 1023px) {
  #secondary .refinementsWrapper .refinement-container {
    display: none;
  }
}
#secondary .refinementsWrapper .refinement-prompt {
  letter-spacing: 1px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  float: left;
  font-size: 12px;
}
@media (min-width: 1024px) {
  #secondary .refinementsWrapper .refinement-prompt {
    display: none !important;
    visibility: hidden;
  }
}
#secondary .refinementsWrapper .refinement-prompt button {
  text-transform: uppercase;
  background: none;
  border: none;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  line-height: 24px;
  height: 44px;
}
#secondary .refinementsWrapper .refinement-prompt button:focus {
  outline: none;
}
#secondary .refinementsWrapper .refinement-prompt button .valve {
  font-family: fontawesome;
  display: inline-block;
  font-weight: bold;
}
#secondary .refinementsWrapper .refinement-prompt button .valve:after {
  content: '\f068';
}
#secondary .refinementsWrapper .refinement-prompt button .valve.off:after {
  content: '\f067';
}
#secondary .refinementsWrapper .refinement-prompt-custom {
  display: none;
}
@media (min-width: 1024px) {
  #secondary .refinementsWrapper .refinement-reset {
    width: 13%;
    float: left;
  }
  #secondary .refinementsWrapper .refinement-reset button {
    font-family: 'LibreBaskerville';
    text-decoration: underline;
    background-color: transparent;
    color: #000000;
    padding: 0;
    text-transform: uppercase;
    border: none;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: 'TexGyreHeros';
    font-weight: bold;
    margin: 1.2em 0 0;
  }
}
@media (max-width: 1023px) {
  #secondary .refinementsWrapper .refinement-reset {
    letter-spacing: 4px;
    font-size: 12px;
    font-family: 'TexGyreHeros';
    font-weight: bold;
    text-align: center;
  }
  #secondary .refinementsWrapper .refinement-reset button {
    font-size: 12px;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    font-family: 'TexGyreHeros';
    font-weight: bold;
    color: #ffffff ! important;
    background-color: #000000;
    padding: 1.5em 2em;
    border: none;
    margin: 10px 0;
  }
  #secondary .refinementsWrapper .refinement-reset button:hover {
    color: #ffffff;
    background-color: #868686;
    border: none;
    text-decoration: none;
  }
  #secondary .refinementsWrapper .refinement-reset button.disabled {
    color: #ffffff;
    background-color: #afafaf;
    border: none;
  }
}
#secondary .refinementsWrapper .trianglewrap {
  width: 100%;
}
#secondary .refinementsWrapper .sorttoggletriangle {
  left: 47px;
}
#secondary .refinementsWrapper .refinetoggletriangle {
  left: 82px;
}
@media (max-width: 1023px) {
  #secondary .refinementsWrapper #sortByFilterContainer {
    display: none;
    position: absolute;
    top: 50px;
    left: 93px;
    z-index: 100;
    width: 210px;
    border: 2px solid #000000;
    padding: 10px 5px 10px 5px;
    clear: both;
    font-size: 12px;
    background: #ffffff;
  }
}
#secondary .refinementsWrapper .sortBySelectStyle-mobile {
  float: left;
}
@media (min-width: 1024px) {
  #secondary .refinementsWrapper .sortBySelectStyle-mobile {
    display: none !important;
  }
}
#secondary .refinementsWrapper .sortBySelectStyle-mobile button {
  text-transform: uppercase;
  text-align: left;
  background-color: #000000;
  font-size: 12px;
  color: #ffffff;
  border: none;
  font-weight: bold;
  line-height: 24px;
}
#secondary .refinementsWrapper .sortBySelectStyle-mobile button .valve {
  display: inline-block;
}
@media (max-width: 1023px) {
  #secondary .refinementsWrapper .sortBySelectStyle {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #secondary .refinementsWrapper .sortSelection {
    display: none !important;
  }
}
#secondary .refinementsWrapper .selectContainer {
  width: 100%;
}
#secondary .refinementsWrapper .buttonWrap {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 320px) {
  #secondary .refinementsWrapper .buttonWrap {
    float: left;
    width: 100%;
  }
}
#secondary .refinementsWrapper .buttonWrap:after {
  content: "";
  display: table;
  clear: both;
}
#secondary .refinementsWrapper .buttonWrap button {
  padding: 10px 20px;
}
@media (min-width: 1024px) {
  #secondary .refinementsWrapper .selected-refinement-container {
    display: none !important;
    visibility: hidden;
  }
}
#secondary .refinementsWrapper .refinement-group {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 320px) {
  #secondary .refinementsWrapper .refinement-group {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #secondary .refinementsWrapper .refinement-group {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1024px) {
  #secondary .refinementsWrapper .refinement-group {
    width: 16%;
    float: left;
  }
}
#secondary .refinementsWrapper .refinement-group.search-result-options {
  width: 23%;
}
#secondary .refinementsWrapper .refinement-group .valve-indicator {
  display: none;
}
#secondary .refinementsWrapper .refinement-group .clear-refinement {
  display: none;
}
#secondary .refinementsWrapper .refinement-group .sortByListStyle {
  display: none;
}
#secondary .refinementsWrapper .refinement-group .sortBySelectStyle .sortBySelector {
  outline: none;
}
#secondary .refinementsWrapper .refinement-group .sortBySelectStyle label {
  letter-spacing: 1px;
  font-size: 12px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  text-transform: uppercase;
  margin: 1.2em 0 0;
}
#secondary .refinementsWrapper .refinement-group h3 {
  letter-spacing: 1px;
  font-size: 12px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 1024px) {
  #secondary .refinementsWrapper .refinement-group h3 {
    margin: 1.2em 0;
  }
}
#secondary .refinementsWrapper .refinement-group h3:after {
  font-family: fontawesome;
  content: "\f077";
}
#secondary .refinementsWrapper .refinement-group h3.off:after {
  content: "\f078";
}
#secondary .refinementsWrapper .refinement-group h3.attribSectionTitle,
#secondary .refinementsWrapper .refinement-group h3 .sortByMsg2 {
  display: none;
}
#secondary .refinementsWrapper .refinement-group h3.sortSectionTitle {
  display: none;
}
#secondary .refinementsWrapper .refinement-group ul.refinement {
  position: absolute;
  top: 44px;
  left: 10px;
  right: 10px;
  z-index: 10;
  padding: 20px;
  background-color: white;
  border: 1px solid #cccccc;
  text-align: left;
}
#secondary .refinementsWrapper .refinement-group ul.refinement:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1023px) {
  #secondary .refinementsWrapper .refinement-group ul.refinement {
    position: static;
    padding: 0;
    border: none;
  }
}
#secondary .refinementsWrapper .refinement-group ul.refinement li {
  font-size: 11px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
#secondary .refinementsWrapper .refinement-group ul.refinement li a {
  text-decoration: none;
  color: #000000;
  margin-bottom: 10px;
}
#secondary .refinementsWrapper .refinement-group ul.refinement li a span {
  vertical-align: middle;
}
#secondary .refinementsWrapper .refinement-group ul.refinement li a:hover {
  text-decoration: underline;
}
#secondary .refinementsWrapper .refinement-group ul.refinement li .indicator:before {
  color: #000000;
  font-family: fontawesome;
  content: '\f096';
  display: inline-block;
  font-size: 18px;
}
#secondary .refinementsWrapper .refinement-group ul.refinement li .indicator.selected:before {
  content: '\f14a';
}
#secondary .refinementsWrapper .refinement-group ul.refinement li.selected a {
  font-weight: bold;
}
#secondary .refinementsWrapper .refinement-group ul.refinement li.all {
  width: 100%;
  display: none;
}
#secondary .refinementsWrapper .refinement-group ul.unrefinement {
  text-decoration: none;
  display: inline-block;
  text-align: left;
}
#secondary .refinementsWrapper .refinement-group ul.unrefinement a {
  font-size: 14px;
  color: black;
  text-decoration: none;
}
#secondary .refinementsWrapper .refinement-group ul.unrefinement a span.unrefinement-label {
  margin: 0 5px;
  text-transform: uppercase;
}
#secondary .refinementsWrapper .refinement-group ul.unrefinement a span.unrefinement-label:before {
  font-family: fontawesome;
  content: '\f057';
  font-size: 16px;
  line-height: 16px;
  height: 15px;
  text-align: center;
  padding: 1px 0px;
  margin-right: 5px;
}
#secondary .refinementsWrapper .refinement-group ul.unrefinement.swatches {
  width: 100%;
  margin-top: 3px;
}
#secondary .refinementsWrapper .refinement-group ul.unrefinement.swatches li {
  width: 100%;
}
#secondary .refinementsWrapper .refinement-group ul.unrefinement.swatches a {
  width: 15px;
  height: 15px;
  margin: 0 auto 5px;
  line-height: 15px;
  white-space: nowrap;
}
#secondary .refinementsWrapper .refinement-group ul.unrefinement.swatches a:after {
  content: none;
}
#secondary .refinementsWrapper .refinement-group ul.unrefinement.swatches span.indicator {
  margin: 0 0 0 -20px;
}
#secondary .refinementsWrapper .refinement-group ul.unrefinement.swatches span.indicator:before {
  font-family: fontawesome;
  content: '\f057';
  font-size: 16px;
  line-height: 16px;
  height: 15px;
  text-align: center;
  padding: 1px 0px;
  margin-right: 5px;
}
#secondary .refinementsWrapper .refinement-group ul.unrefinement.swatches div.swatch-label {
  display: inline-block;
  margin: 0 0 0 12px;
}
#secondary .refinementsWrapper .refinement-group hr {
  display: none;
}
#secondary .refinementsWrapper .category-refinement {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
}
@media (min-width: 768px) {
  #secondary .refinementsWrapper .category-refinement {
    float: left;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  #secondary .refinementsWrapper .category-refinement {
    display: none;
    border-top: none;
  }
}
@media (min-width: 1024px) {
  #secondary .refinementsWrapper .category-refinement h3 {
    display: none !important;
    visibility: hidden;
  }
}
#secondary .refinementsWrapper .category-refinement ul {
  text-transform: uppercase;
  display: table;
  margin: 0 auto;
  border: none;
}
@media (max-width: 1023px) {
  #secondary .refinementsWrapper .category-refinement ul {
    display: none;
  }
}
#secondary .refinementsWrapper .category-refinement ul li {
  font-size: 13px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 4px;
  display: inline-block;
  margin: 1.2em 2em;
}
@media (max-width: 1023px) {
  #secondary .refinementsWrapper .category-refinement ul li {
    margin: 0;
    letter-spacing: 0;
    display: block;
  }
}
#secondary .refinementsWrapper .category-refinement ul li.active {
  font-size: 13px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  letter-spacing: 2px;
}
#secondary .refinementsWrapper .category-refinement ul li.active a {
  text-decoration: underline;
}
#secondary .refinementsWrapper .category-refinement ul li .refinement-hit-count {
  display: none;
}
#secondary .refinementsWrapper .category-refinement ul li a {
  color: #000000;
  border: none;
}
#secondary .refinementsWrapper .filterColor,
#secondary .refinementsWrapper .variationSize,
#secondary .refinementsWrapper .price-refinement,
#secondary .refinementsWrapper .search-result-options {
  display: inline-block;
}
#secondary .refinementsWrapper .filterColor ul li {
  float: left;
  width: 33.333%;
  text-align: center;
  /*margin-bottom: 13px;*/
}
#secondary .refinementsWrapper .filterColor ul li a {
  width: 29px;
  height: 29px;
  display: block;
  margin: 0 auto;
}
#secondary .refinementsWrapper .filterColor ul li a:after {
  display: inline-block;
  content: '';
  border-bottom: 2px solid #ffffff;
  width: 100%;
  margin-top: 33px;
}
#secondary .refinementsWrapper .filterColor ul li.selected a:after {
  border-bottom: 2px solid #000000;
}
#secondary .refinementsWrapper .filterColor .swatch-Black a {
  background: #232227;
}
#secondary .refinementsWrapper .filterColor .swatch-Pink a {
  background: #F5B3BB;
}
#secondary .refinementsWrapper .filterColor .swatch-Grey a {
  background: #7C7273;
}
#secondary .refinementsWrapper .filterColor .swatch-Tan a {
  background: #C88C50;
}
#secondary .refinementsWrapper .filterColor .swatch-Brown a {
  background: #593C34;
}
#secondary .refinementsWrapper .filterColor .swatch-Green a {
  background: #676741;
}
#secondary .refinementsWrapper .filterColor .parent-category-women .swatch-Blue a,
#secondary .refinementsWrapper .filterColor .parent-category-men .swatch-Blue a {
  background: #204359;
}
#secondary .refinementsWrapper .filterColor .parent-category-kids .swatch-Blue a,
#secondary .refinementsWrapper .filterColor .parent-category-sale .swatch-Blue a {
  background: #255875;
}
#secondary .refinementsWrapper .filterColor .parent-category-women .swatch-Purple a {
  background: #5F283F;
}
#secondary .refinementsWrapper .filterColor .swatch-Purple a {
  background: #AEA4C6;
}
#secondary .refinementsWrapper .filterColor .swatch-Red a {
  background: #AC1A23;
}
#secondary .refinementsWrapper .filterColor .swatch-Yellow a {
  background: #E9EB60;
}
#secondary .refinementsWrapper .filterColor .swatch-Orange a {
  background: #C88C50;
}
#secondary .refinementsWrapper .variationSize ul li {
  float: left;
  width: 50%;
}
@media (max-width: 1023px) {
  #secondary .refinementsWrapper .variationSize ul li {
    padding-left: 15px;
  }
}
#secondary .refinementsWrapper .search-result-options ul.unrefinement li .indicator:before,
#secondary .refinementsWrapper .price-refinement.refinement-group ul.unrefinement li .indicator:before {
  color: #000000;
  font-family: fontawesome;
  content: '\f10c';
  display: inline-block;
  font-size: 18px;
}
#secondary .refinementsWrapper .search-result-options ul.unrefinement li .indicator.selected:before,
#secondary .refinementsWrapper .price-refinement.refinement-group ul.unrefinement li .indicator.selected:before {
  content: '\f192';
}
#secondary .refinementsWrapper .search-result-options ul.unrefinement li a span.unrefinement-label,
#secondary .refinementsWrapper .price-refinement.refinement-group ul.unrefinement li a span.unrefinement-label {
  margin: 0;
}
#secondary .refinementsWrapper .search-result-options ul.unrefinement li a span.unrefinement-label:before,
#secondary .refinementsWrapper .price-refinement.refinement-group ul.unrefinement li a span.unrefinement-label:before {
  content: none;
}
#secondary .refinementsWrapper ul.sortByListStyle {
  position: absolute;
  top: 44px;
  left: 10px;
  right: 10px;
  z-index: 10;
  padding: 20px;
  background-color: white;
  border: 1px solid #cccccc;
  text-align: left;
  display: none;
}
#secondary .refinementsWrapper ul.sortByListStyle:after {
  content: "";
  display: table;
  clear: both;
}
#secondary .refinementsWrapper .sortBySelector select {
  width: 140px;
}
#secondary .refinementsWrapper .sortBySelector label {
  display: inline-block;
  text-align: right;
}
#primary {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0;
}
@media (min-width: 320px) {
  #primary {
    float: left;
    width: 100%;
  }
}
#primary .search-result-items:after {
  content: "";
  display: table;
  clear: both;
}
#primary #category-banner {
  display: none;
  visibility: hidden;
}
#primary .cwrapper-expandBanner {
  display: none;
  visibility: hidden;
}
#primary .content-slot.slot-grid-header {
  display: none;
  visibility: hidden;
}
#primary .grid-tile {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-bottom: 13px;
  margin-top: 20px;
}
@media (min-width: 320px) {
  #primary .grid-tile {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  #primary .grid-tile {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1024px) {
  #primary .grid-tile {
    float: left;
    width: 25%;
  }
}
#primary .search-result-continuation {
  margin-bottom: 10px;
  text-align: center;
}
#primary .search-result-continuation h2 {
  font-size: 13px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 16px;
}
#primary .search-result-continuation h1 {
  letter-spacing: 4px;
  font-size: 12px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
}
#primary .search-result-continuation h1 button {
  font-size: 12px;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  color: #ffffff ! important;
  background-color: #000000;
  padding: 1.5em 2em;
  border: none;
}
#primary .search-result-continuation h1 button:hover {
  color: #ffffff;
  background-color: #868686;
  border: none;
  text-decoration: none;
}
#primary .search-result-continuation h1 button.disabled {
  color: #ffffff;
  background-color: #afafaf;
  border: none;
}
#primary .search-back-to-top {
  z-index: 4;
  position: fixed;
  right: 5px;
  bottom: 15%;
  padding: 40px 5px 5px 5px;
  min-width: 26px;
  border-top: 1px solid #000000;
  background-color: #ffffff;
  cursor: pointer;
}
#primary .search-back-to-top h2 {
  display: none;
}
#primary .search-back-to-top:after {
  display: block;
  position: absolute;
  bottom: -16px;
  left: 3px;
  width: 36px;
  height: 78px;
  overflow: hidden;
  content: '';
  background: url('../../images/sprites/SOR_Sprite-sheet.svg') no-repeat -669px -11px;
  background-repeat: no-repeat;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#secondary .content-slot.slot-grid-header {
  padding-top: 20px;
  /* Add padding between banner and header */
}
#secondary .category-refinement {
  margin-bottom: 15px;
}
#compare-items .compare-item:not(.active) {
  background: #afafaf;
}
#compare-items .comparebarheader .title4 {
  text-transform: uppercase;
  font-size: 13px;
}
#compare-items .compare-buttons button {
  text-transform: uppercase;
}
#compare-items .compare-buttons .buttonPrimary {
  padding: 10px 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #compare-items .compare-buttons #compare-items-button {
    padding-right: 0;
    padding-left: 0;
    font-size: 10px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1024px) {
  .grid-tile:nth-child(4n + 5) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid-tile:nth-child(3n + 4) {
    clear: left;
  }
  .grid-tile .product-image {
    width: auto;
  }
  #secondary .refinementsWrapper .category-refinement ul {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .search-result-content:not(.category-result-content) .grid-tile:nth-child(odd) {
    clear: left;
  }
  .grid-tile .product-image {
    width: 100%;
    max-width: 242px;
  }
}
@media (max-width: 1023px) {
  #secondary .refinementsWrapper .refinement-group {
    display: block;
    width: 100%;
    border-bottom: 2px solid #000000;
  }
  #secondary .refinementsWrapper .refinement-group h3.valve {
    padding: 13px 0;
  }
  #secondary .refinementsWrapper .refinement-group h3.valve:after {
    font-family: fontawesome;
    content: "\f068";
  }
  #secondary .refinementsWrapper .refinement-group h3.valve.off:after {
    font-family: fontawesome;
    content: "\f067";
  }
  #secondary .refinementsWrapper .refinement-group ul li {
    height: 40px;
    /*margin: 0px 5px;*/
  }
  #secondary .refinementsWrapper .refinement-group ul li a {
    height: 40px;
    text-decoration: none;
  }
  #secondary .refinementsWrapper .refinement-group ul li a:hover {
    font-weight: bold;
    color: #000000;
  }
  #secondary .refinementsWrapper .refinement-group ul li.selected a {
    font-weight: bold;
  }
  #secondary .refinementsWrapper .refinement-group ul.swatches a {
    height: 29px;
  }
  #secondary .refinementsWrapper .refinement-group .valve-indicator {
    display: none;
    float: right;
    font-size: 12px;
  }
  #secondary .refinementsWrapper .refinement-group .valve-indicator:after {
    vertical-align: middle;
    font-family: fontawesome;
    content: "\f068";
  }
  #secondary .refinementsWrapper .refinement-group .valve.off .valve-indicator:after {
    content: "\f067";
  }
  #secondary .refinementsWrapper .refinement-group.price-refinement li {
    width: 100%;
  }
  #secondary .refinementsWrapper .refinement-group ul.unrefinement {
    display: none !important;
  }
  #secondary .refinementsWrapper .search-result-options {
    display: none ! important;
  }
  #secondary .refinementsWrapper .category-filter-selected {
    font-weight: normal;
    white-space: nowrap;
  }
  #secondary .refinementsWrapper .countwrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #secondary .refinementsWrapper .selected-result-count {
    font-weight: normal;
  }
  #secondary .refinementsWrapper .refine-prompt-wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    line-height: 12px;
  }
  #secondary .refinementsWrapper .buttonSort {
    width: 98px;
    text-transform: none;
    padding: 0 !important;
    text-align: center;
  }
  #secondary .refinementsWrapper .relvalve {
    position: relative;
    top: 5px;
  }
  #secondary .refinementsWrapper ol.refinement {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #secondary .refinementsWrapper ol.refinement li {
    text-decoration: none;
    display: inline;
  }
  #secondary .refinementsWrapper ol.refinement li a {
    font-size: 14px;
    color: black;
    text-decoration: none;
    height: 44px;
    line-height: 44px;
  }
  #secondary .refinementsWrapper ol.refinement li a span.refinement-value {
    margin: 0 5px;
    line-height: 44px;
    text-transform: uppercase;
    white-space: nowrap;
  }
  #secondary .refinementsWrapper ol.refinement li a span.refinement-value:before {
    font-family: fontawesome;
    content: '\f057';
    font-size: 16px;
    line-height: 16px;
    height: 15px;
    text-align: center;
    padding: 1px 0px;
  }
  #secondary .refinementsWrapper li.all {
    padding: 4px 4px 4px 0px;
  }
  #secondary .refinementsWrapper .swatch-All {
    width: 100%;
    display: block;
  }
  #secondary .refinementsWrapper .swatch-All:after {
    content: "";
    display: table;
    clear: both;
  }
  #secondary .refinementsWrapper hr {
    display: none;
  }
  #secondary .refinementsWrapper .selected-refinement-container {
    text-align: left;
    clear: both;
    position: relative;
  }
  #secondary .refinementsWrapper .buttonSort {
    display: block;
  }
  #secondary .refinementsWrapper .variationSize ul li {
    display: inline-block;
    width: 50%;
  }
  .refinement-container {
    display: none;
    position: absolute;
    top: 69px;
    left: 10px;
    z-index: 101;
    width: 188px;
    margin: 0px 10px 0 0;
    border: 2px solid #000000;
    padding: 10px 5px 10px 5px;
    clear: both;
    background: #ffffff;
  }
  .refinement-container li.all a {
    display: inline-block;
    vertical-align: middle;
  }
  .refinement-container li.all div.swatch-All-label {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
  }
  .buttonRefinePrompt {
    width: 188px;
    margin: 7px 0px;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 12px;
  }
}
@media (max-width: 1023px) and (min-width: 320px) {
  #secondary .refinementsWrapper ol.refinement {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .category-filter-selected {
    display: none !important;
    visibility: hidden;
  }
}
.product-tile div.product-image .product-textbadges .product-textbadge-New,
.product-tile div.product-image .product-textbadges .product-textbadge-Sale {
  font-size: 11px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
  position: relative;
  color: #ffffff;
  width: 32px;
  text-align: center;
}
.product-tile div.product-image .product-textbadges .product-textbadge-New:after,
.product-tile div.product-image .product-textbadges .product-textbadge-Sale:after {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-tile div.product-image .product-textbadges .product-textbadge-New:after,
.product-tile div.product-image .product-textbadges .product-textbadge-Sale:after {
  top: -11px;
  left: 0;
}
.product-tile div.product-image .product-textbadges .product-textbadge-New:after {
  width: 36px;
  height: 36px;
  background-color: #000000;
  border-radius: 50%;
}
.product-tile div.product-image .product-textbadges .product-textbadge-Sale {
  color: #cc0302;
}
.product-tile div.product-image .product-textbadges .product-textbadge-Sale:after {
  width: 34px;
  height: 34px;
  border: 2px solid #cc0302;
}
