/* 
@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;
}
/** 
 * 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;
  }
}
/*
@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;
}
.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;
  }
}
