/** 
 * 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: #000000;
  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: #009c9a;
  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: 1em 1.5em;
  border: none;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
.buttonPrimary {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #ffffff ! important;
  background-color: #009c9a;
  padding: 10px 20px;
  border: none;
}
.buttonPrimary:hover {
  color: #ffffff;
  background-color: #282828;
  border: none;
  text-decoration: none;
}
.buttonPrimary.disabled {
  color: #ffffff;
  background-color: #dcdcdc;
  border: none;
}
.buttonSecondary {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #009c9a;
  background-color: #ffffff;
  padding: 10px 20px;
  border: none;
}
.buttonSecondary:hover {
  color: #282828;
  background-color: #ffffff;
  border: none;
}
.buttonSecondary.disabled {
  color: #dcdcdc;
  background-color: #ffffff;
  border: none;
}
.buttonLink {
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: underline;
  background-color: transparent;
}
.buttonLg {
  font-size: 1em;
  border: none;
  padding: 1em 1.5em;
}
.buttonSm {
  font-size: 1em;
  color: #ffffff;
  background-color: #282828;
  border: 1px solid #282828;
  padding: 0.1em 0.67em;
}
.buttonSmSecondary {
  font-size: 1em;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #282828;
  padding: 0.1em 0.67em;
}
.button-text {
  background-color: transparent;
  color: #282828;
  padding: 0;
}
.cta-button {
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.data-label {
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.buttonCancel {
  background-color: gray;
}
.buttonCancel:hover {
  background-color: #4d4d4d;
}
.buttonSort {
  font-size: 1em;
  color: #ffffff;
  background-color: #009c9a;
  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: #009c9a;
  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: 18px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  float: left;
  margin: 0;
}
#send-to-friend-main .dialog-required {
  display: inline-block;
  margin-left: 20px;
  line-height: 25.71428572px;
}
#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: #282828;
}
#send-to-friend-main > fieldset .char-count {
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: gray;
}
#send-to-friend-main > fieldset .send-button {
  /* 			.button; */
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #ffffff ! important;
  background-color: #009c9a;
  padding: 10px 20px;
  font-size: 1em;
  border: none;
  padding: 1em 1.5em;
  margin-right: 10px;
}
#send-to-friend-main > fieldset .send-button:hover {
  color: #ffffff;
  background-color: #282828;
  border: none;
  text-decoration: none;
}
#send-to-friend-main > fieldset .send-button.disabled {
  color: #ffffff;
  background-color: #dcdcdc;
  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: Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #009c9a;
  background-color: #ffffff;
  padding: 10px 20px;
  font-size: 1em;
  border: none;
  padding: 1em 1.5em;
}
#send-to-friend-main > fieldset .cancel-button:hover {
  color: #282828;
  background-color: #ffffff;
  border: none;
}
#send-to-friend-main > fieldset .cancel-button.disabled {
  color: #dcdcdc;
  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: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  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: #009c9a;
  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: Helvetica, Arial, sans-serif;
  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 #dcdcdc;
  position: relative;
}
.product-variations .variationcolor li.notify a {
  opacity: .2;
}
.product-col-2 .product-add-to-cart #add-to-wishlist.disabled {
  color: #dcdcdc;
}
@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: 38px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.notify-container label {
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 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;
  padding: 1em 1.5em;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #ffffff ! important;
  background-color: #009c9a;
  padding: 10px 20px;
  border: none;
  text-transform: uppercase;
}
.notify-container .notify_buttons .btn_notify input:hover {
  color: #ffffff;
  background-color: #282828;
  border: none;
  text-decoration: none;
}
.notify-container .notify_buttons .btn_notify input.disabled {
  color: #ffffff;
  background-color: #dcdcdc;
  border: none;
}
.notify-container .notify_buttons .btn_cancel {
  display: inline-block;
}
.notify-container .notify_buttons .btn_cancel input {
  font-size: 12px;
  padding: 1em 1.5em;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #009c9a;
  background-color: #ffffff;
  padding: 10px 20px;
  border: none;
  text-transform: uppercase;
}
.notify-container .notify_buttons .btn_cancel input:hover {
  color: #282828;
  background-color: #ffffff;
  border: none;
}
.notify-container .notify_buttons .btn_cancel input.disabled {
  color: #dcdcdc;
  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;
}
h1,
h2,
h3,
h4,
h5 {
  font-size: 14px;
  margin-top: 0;
}
body {
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
}
a,
a:link,
a:visited {
  color: #009c9a;
  text-decoration: none;
}
a:hover,
a:active {
  color: black;
  text-decoration: underline;
}
.body1 {
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.body2 {
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.body3 {
  font-size: 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.data-label {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.cta-button {
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.editorial-1 {
  font-size: 64px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
@media (max-width: 767px) {
  .editorial-1 {
    font-size: 38px;
  }
}
.editorial-2 {
  font-size: 48px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .editorial-2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .editorial-2 {
    font-size: 34px;
  }
}
.editorial-3 {
  font-size: 22px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.editorial-4 {
  font-size: 22px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.form-placeholder {
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.form-subtext {
  font-size: 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.heading1 {
  font-size: 28px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.heading2 {
  font-size: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.heading3 {
  font-size: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.heading4 {
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.link,
.link1 {
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.link:hover,
.link1:hover {
  color: #009c9a;
}
.special-line-item {
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
}
.title1 {
  font-size: 38px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.title2 {
  font-size: 18px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.title3 {
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.title4 {
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.title5 {
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
/* 
@font-size-body1:					1em; // 13px
@font-size-body2:					.923em; //~12px
@font-size-body3:					.769em; //~10px
@font-size-cta-button:				1.231em; //~16px
@font-size-data-label:				.923em; //~12px
@font-size-editorial-1:				4.923em; //~64px
@font-size-editorial-1_m:			2.923em; //~38px
@font-size-editorial-2:				3.692em; //~48px
@font-size-editorial-2_t:			2.769em; //~36px
@font-size-editorial-2_m:			2.615em; //~34px
@font-size-editorial-3:				1.692em; //~22px
@font-size-editorial-4:				1.692em; //~22px
@font-size-form-placeholder:		.923em; // 12px
@font-size-form-subtext:			.769em; //~10px
@font-size-heading-1:				2.154em; //~28px
@font-size-heading-2:				1.538em; //~20px
@font-size-heading-3:				1.538em; //~20px
@font-size-heading-4:				1.231em; //~16px
@font-size-link:					1.077em; //~14px
@font-size-special-line-item:		1.077em; //~14px
@font-size-title1:					2.923em; //~38px
@font-size-title2:					1.385em; //~18px
@font-size-title3:					1.231em; //~16px
@font-size-title4:					1em; //~13px
@font-size-title5:					.923em; //~12px
 */
/*// Buttons
@button-text:				12px;
@button-padding:			.5em 1em;
@button-font-primary:		@brand-font;
@button-text-primary:		@white;
@button-bg-primary:			@teal;
@button-text-disabled:		@white;
@button-bg-disabled:		desaturate(@teal, 20%);
@button-font-secondary:		@brand-font;
@button-text-secondary:		@teal;
@button-bg-secondary:		white;
@button-font-link:			@brand-font;
@button-corner-radius:		0;*/
div.quickview {
  border: 1px solid #282828;
}
div.quickview .product-col-1 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 320px) {
  div.quickview .product-col-1 {
    float: left;
    width: 58.33333333%;
  }
}
div.quickview .product-col-2 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 320px) {
  div.quickview .product-col-2 {
    float: left;
    width: 41.66666667%;
  }
}
div.quickview a {
  color: #282828;
}
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 {
  display: none;
}
div.quickview .s7basiczoomviewer .s7zoominbutton,
div.quickview .s7basiczoomviewer .s7zoomoutbutton,
div.quickview .s7basiczoomviewer .s7zoomresetbutton,
div.quickview .s7basiczoomviewer .s7fullscreenbutton {
  display: none;
}
div.quickview .size-chart-link-open,
div.quickview .fit-guide-link-open {
  visibility: hidden;
}
div.quickview .quickview-button:hover {
  text-decoration: underline;
}
div.quickview .promotion {
  display: none;
}
/*Not really sure why this was coded with colors that arent in the style guides but Im not touching it right now, this code will need to be refactored */
.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;
}
.breadcrumb-container {
  border-bottom: 6px solid #000000;
  width: 100%;
}
.breadcrumb-container ol {
  float: none;
}
.breadcrumb-container ol li.pre-last + li {
  display: none;
}
.breadcrumb-container ol li.pre-last + li.compare {
  display: inline-block;
}
.breadcrumb-container ol li::after {
  content: "/ ";
  margin-left: 0.5em;
}
.breadcrumb-container ol li,
.breadcrumb-container ol a,
.breadcrumb-container ol a:visited,
.breadcrumb-container ol a:link {
  text-transform: uppercase;
}
.breadcrumb-container + .pdp-social,
.product-col-wrapper .pdp-social {
  margin-top: -40px;
  position: relative;
  text-align: right;
  white-space: nowrap;
  z-index: 1;
}
.breadcrumb-container + .pdp-social .social-icon,
.product-col-wrapper .pdp-social .social-icon {
  display: inline-block;
  float: none;
  margin-right: 10px;
}
.breadcrumb-container + .pdp-social .social-icon:last-child,
.product-col-wrapper .pdp-social .social-icon:last-child {
  margin-right: 0;
}
.ie9 .breadcrumb-container + .pdp-social,
.product-col-wrapper .pdp-social {
  margin-top: -36px;
  margin-bottom: 10px;
}
.product-col-wrapper .pdp-social-wrapper {
  padding-top: 10px;
}
.product-col-wrapper .pdp-social-wrapper .pdp-social {
  margin: 10px 0;
  text-align: left;
}
#pdpMain {
  margin-top: 40px;
}
.slick-slide img {
  opacity: 1 !important;
}
.product-col-wrapper #thumbnails_container {
  display: block !important;
  position: relative;
  z-index: 1;
}
.product-col-wrapper #thumbnails_container #thumbnails .slick-slider {
  width: 100%;
  margin-bottom: 0;
}
.product-col-wrapper #thumbnails_container ul {
  position: relative;
}
.product-col-wrapper #thumbnails_container img {
  width: 100%;
  height: auto;
  margin: 5px auto;
}
.product-col-wrapper #s7basiczoom_div_zoomInButton {
  top: 55px;
  left: 0;
  visibility: visible;
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-col-wrapper #s7basiczoom_div_zoomInButton {
    display: none !important;
    visibility: hidden;
  }
}
.product-col-wrapper #s7basiczoom_div_zoomOutButton {
  top: 85px;
  left: 0;
  visibility: visible;
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-col-wrapper #s7basiczoom_div_zoomOutButton {
    display: none !important;
    visibility: hidden;
  }
}
.product-col-wrapper #s7basiczoom_div_zoomResetButton {
  top: 115px;
  left: 0;
  margin-left: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-col-wrapper #s7basiczoom_div_zoomResetButton,
  .product-col-wrapper #s7basiczoom_div_fullScreenButton {
    display: none !important;
    visibility: hidden;
  }
}
.product-col-1 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 320px) {
  .product-col-1 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .product-col-1 {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1024px) {
  .product-col-1 {
    float: left;
    width: 66.66666667%;
  }
}
.product-col-1 #s7basiczoom_div {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .product-col-1 #s7basiczoom_div {
    float: left;
    width: 87.5%;
  }
}
@media (min-width: 1024px) {
  .product-col-1 #s7basiczoom_div {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1024px) {
  .product-col-1 #s7basiczoom_div {
    left: 12.5%;
  }
}
.product-col-1 #thumbnails_container {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .product-col-1 #thumbnails_container {
    float: left;
    width: 12.5%;
  }
}
@media (min-width: 1024px) {
  .product-col-1 #thumbnails_container {
    right: 87.5%;
  }
}
.product-col-1 .breadcrumb {
  line-height: 5.8em;
}
.product-col-1 #pdp_badges {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 320px) {
  .product-col-1 #pdp_badges {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .product-col-1 #pdp_badges {
    float: left;
    width: 12.5%;
  }
}
@media (min-width: 1024px) {
  .product-col-1 #pdp_badges {
    float: left;
    width: 12.5%;
  }
}
@media (min-width: 1024px) {
  .product-col-1 #pdp_badges {
    left: 12.5%;
  }
}
.product-col-1 #pdp_badges .active-award {
  margin: 10px 0;
}
.product-col-1 #pdp_badges .active-award img {
  width: 100%;
  height: auto;
}
#product-images-wrapper .slick-prev {
  background-image: url("../../images/black_close.png");
  bottom: initial;
  left: 0;
  top: -10px;
}
#product-images-wrapper .slick-prev:before {
  content: "";
}
#product-images-wrapper .slick-next {
  background-image: url("../../images/black_open.png");
  bottom: -15px;
  right: 0;
  top: 100%;
}
#product-images-wrapper .slick-next:before {
  content: "";
}
#product-images-wrapper .slick-prev,
#product-images-wrapper .slick-next {
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  font-size: 0;
  text-align: center;
  width: 100%;
}
.product-summary:nth-child(2) {
  display: none;
}
.product-col-2,
#moved-elements {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .product-col-2,
  #moved-elements {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1024px) {
  .product-col-2,
  #moved-elements {
    float: left;
    width: 33.33333333%;
  }
}
.product-col-2 .product-name,
#moved-elements .product-name {
  font-size: 38px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1em;
  margin: 0;
}
.product-col-2 .BVRRRatingSummary,
#moved-elements .BVRRRatingSummary {
  margin: 0;
}
.product-col-2 .BVRRRatingSummary a,
#moved-elements .BVRRRatingSummary a {
  color: #282828;
}
.product-col-2 .BVRRRatingSummaryLink,
#moved-elements .BVRRRatingSummaryLink {
  display: inline-block;
}
.product-col-2 .product-review-links,
#moved-elements .product-review-links {
  display: block;
  margin: 10px 0;
}
.product-col-2 .product-price,
#moved-elements .product-price {
  font-size: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  float: left;
  margin-right: .5em;
  line-height: 1.8em;
}
.product-col-2 .product-price .price-standard,
#moved-elements .product-price .price-standard {
  font-size: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #828282;
  text-decoration: line-through;
  margin-right: 10px;
}
.product-col-2 .product-number,
#moved-elements .product-number {
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  float: right;
  line-height: 3.4em;
}
.product-col-2 .product-number span,
#moved-elements .product-number span {
  color: #000000;
}
.product-col-2 .product-summary,
#moved-elements .product-summary {
  clear: both;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.product-col-2 .product-summary > h3,
#moved-elements .product-summary > h3 {
  display: none;
}
.product-col-2 .product-summary > .toggle-content,
#moved-elements .product-summary > .toggle-content {
  display: block !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-col-2 .product-summary,
  #moved-elements .product-summary {
    display: none !important;
    visibility: hidden;
  }
}
.product-col-2 .product-activities,
#moved-elements .product-activities {
  margin-top: 2em;
}
.product-col-2 .label,
#moved-elements .label,
.product-col-2 label,
#moved-elements label {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
.product-col-2 .product-activities,
#moved-elements .product-activities {
  display: none;
}
.product-col-2 .product-add-to-cart fieldset,
#moved-elements .product-add-to-cart fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.product-col-2 .product-add-to-cart .quantity,
#moved-elements .product-add-to-cart .quantity {
  margin-top: 10px;
  position: relative;
}
.product-col-2 .product-add-to-cart .quantity label,
#moved-elements .product-add-to-cart .quantity label {
  display: block;
}
.product-col-2 .product-add-to-cart .quantity .qtybutton,
#moved-elements .product-add-to-cart .quantity .qtybutton {
  font-size: 12px;
  padding: 1em 1.5em;
  border: none;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #282828;
  padding: 0.1em 0.67em;
  height: 25px;
  width: 3em;
  border: 2px solid #000000;
}
.product-col-2 .product-add-to-cart .quantity #Quantity,
#moved-elements .product-add-to-cart .quantity #Quantity {
  font-size: 12px;
  padding: 1em 1.5em;
  border: none;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  color: #ffffff;
  background-color: #282828;
  border: 1px solid #282828;
  padding: 0.1em 0.67em;
  height: 25px;
  min-width: 4em;
  margin: 0 .5em;
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-col-2 .product-add-to-cart .elevatedreward,
  #moved-elements .product-add-to-cart .elevatedreward {
    display: none !important;
    visibility: hidden;
  }
}
.product-col-2 .product-add-to-cart .product-price,
#moved-elements .product-add-to-cart .product-price {
  display: none;
}
.product-col-2 .product-add-to-cart .add-to-cart,
#moved-elements .product-add-to-cart .add-to-cart {
  font-size: 12px;
  padding: 1em 1.5em;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #ffffff ! important;
  padding: 10px 20px;
  border: none;
  margin-bottom: 40px;
  width: 80%;
  display: block;
  background-color: #009c9a;
}
.product-col-2 .product-add-to-cart .add-to-cart:hover,
#moved-elements .product-add-to-cart .add-to-cart:hover {
  color: #ffffff;
  background-color: #282828;
  border: none;
  text-decoration: none;
}
.product-col-2 .product-add-to-cart .add-to-cart.disabled,
#moved-elements .product-add-to-cart .add-to-cart.disabled {
  color: #ffffff;
  background-color: #dcdcdc;
  border: none;
}
.product-col-2 .product-add-to-cart .add-to-cart.disabled,
#moved-elements .product-add-to-cart .add-to-cart.disabled {
  background-color: #009c9a;
}
.product-col-2 .product-add-to-cart #add-to-wishlist,
#moved-elements .product-add-to-cart #add-to-wishlist {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  position: absolute;
  margin-top: -1.42857143em;
}
.product-col-2 .product-add-to-cart #add-to-wishlist:before,
#moved-elements .product-add-to-cart #add-to-wishlist:before {
  content: "+ ";
}
.product-col-2 .product-add-to-cart .in-stock-notification,
#moved-elements .product-add-to-cart .in-stock-notification {
  display: none;
}
.product-col-2 .inventory,
#moved-elements .inventory {
  margin-bottom: 20px;
}
.product-col-2 .pdp-partner-links,
#moved-elements .pdp-partner-links {
  color: #000000;
  margin-top: -1.42857143em;
  padding-right: 1em;
  position: absolute;
  right: 10px;
  font-size: 14px;
  font-weight: bold;
}
.product-col-2 .pdp-partner-links a,
#moved-elements .pdp-partner-links a {
  color: #000000;
}
.product-col-2 .pdp-partner-links:before,
#moved-elements .pdp-partner-links:before {
  content: " ";
  position: absolute;
  display: block;
  right: -5px;
  top: 3px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 7px solid #282828;
}
.product-col-2 .pdp-partner-links:after,
#moved-elements .pdp-partner-links:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  right: -2px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 7px solid #ffffff;
}
.product-col-2 .promotion,
#moved-elements .promotion {
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-top: 10px;
  text-align: right;
}
.product-col-2 .promotion .promotion-title:after,
#moved-elements .promotion .promotion-title:after {
  content: ": ";
  margin-right: 10px;
}
.product-variations {
  clear: both;
}
.product-variations .attribute:after {
  content: "";
  display: table;
  clear: both;
}
.product-variations .variationcolor,
.product-variations .variationsize,
.product-variations .variationDimension {
  position: relative;
  margin-top: 10px;
}
.product-variations .variationcolor:after,
.product-variations .variationsize:after,
.product-variations .variationDimension:after {
  content: "";
  display: table;
  clear: both;
}
.product-variations .variationcolor .label,
.product-variations .variationsize .label,
.product-variations .variationDimension .label {
  float: left;
  margin-bottom: 0;
  margin-right: 5px;
  color: #000000;
}
.product-variations .variationcolor .selectedVariationColor,
.product-variations .variationsize .selectedVariationColor,
.product-variations .variationDimension .selectedVariationColor,
.product-variations .variationcolor .selectedVariation,
.product-variations .variationsize .selectedVariation,
.product-variations .variationDimension .selectedVariation {
  font-size: 12px;
}
.product-variations .variationcolor .swatch {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 2px solid #fff;
}
.product-variations .variationcolor .swatch a {
  display: block;
  width: 28px;
  height: 28px;
  text-indent: -999em;
}
.product-variations .variationcolor .swatch.selected {
  border: 2px solid #000;
}
.product-variations .variationcolor .swatch.selected:after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: -7px;
  z-index: 1;
  display: block;
  margin-left: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 5px solid #282828;
}
.product-variations .variationcolor .swatch.selected:before {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: -10px;
  z-index: 2;
  display: block;
  margin-left: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
}
.product-variations .variationcolor .swatch a.out-of-stock {
  color: #dcdcdc;
}
.product-variations .variationcolor .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 .variationcolor .swatch:hover {
  border: 2px solid #000;
}
.product-variations .variationSize {
  margin-top: 25px;
}
.product-variations .variationsize,
.product-variations .variationDimension {
  /*li.label {
			display	: block;
			width	: auto;
		}

		li.selected a {
			display: block;
			color: @button-small-font-color;
			background-color: @button-small-bg;
		}*/
}
.product-variations .variationsize .swatch,
.product-variations .variationDimension .swatch {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.product-variations .variationsize .swatch a,
.product-variations .variationDimension .swatch a {
  position: relative;
  display: block;
  min-width: 32px;
  height: 32px;
  padding: 0 5px;
  border: 2px solid #000000;
  color: #000000;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  text-transform: uppercase;
  /*a {
				.cta-button;
				.button;
				.buttonSmSecondary;
			}
			a.out-of-stock {
				color: @light-gray
			}*/
}
.product-variations .variationsize .swatch.selected a,
.product-variations .variationDimension .swatch.selected a {
  background-color: #009c9a;
  border-color: #009c9a;
  color: #ffffff;
}
.product-variations .variationsize .swatch a.out-of-stock,
.product-variations .variationDimension .swatch a.out-of-stock {
  border-color: #dcdcdc;
  color: #dcdcdc;
}
.product-variations .variationsize .swatch a.out-of-stock:after,
.product-variations .variationDimension .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 .variationsize .swatch a:hover,
.product-variations .variationDimension .swatch a:hover {
  border-color: #009c9a;
  color: #009c9a;
  text-decoration: none;
}
.product-variations .variationsize .swatch.selected a:hover,
.product-variations .variationDimension .swatch.selected a:hover {
  color: #000000;
  border-color: #000000;
}
.product-variations .variationsize .sizing,
.product-variations .variationDimension .sizing {
  display: inline-block;
  /*.value {
				.body2;
				color			: @medium-gray;
				text-transform	: none;
				margin-left		: 15px;
			}*/
}
.product-variations .variationsize .sizing .user-rated-sizing,
.product-variations .variationDimension .sizing .user-rated-sizing,
.product-variations .variationsize .sizing .fit,
.product-variations .variationDimension .sizing .fit,
.product-variations .variationsize .sizing .sizing-separator,
.product-variations .variationDimension .sizing .sizing-separator {
  display: none;
}
.product-variations .variationsize .sizing a,
.product-variations .variationDimension .sizing a {
  border: 0;
  color: #009c9a;
  position: absolute;
  right: 0;
  text-transform: none;
}
.product-variations .variationsize .sizing .size-chart-link-open,
.product-variations .variationDimension .sizing .size-chart-link-open {
  top: -30px;
  z-index: 1;
}
.product-variations .variationsize .sizing .fit-guide-link-open,
.product-variations .variationDimension .sizing .fit-guide-link-open {
  top: -15px;
  z-index: 1;
}
.product-variations .select-alert-outOfStock {
  color: #ff0000;
  font-weight: bold;
}
.product-variations li.selected_color {
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #828282;
  display: block;
}
.product-variations .product_other_sizes {
  display: inline-block;
  margin-top: 1em;
  margin-right: 1em;
}
.select-alert,
#pdpMain .product-variations ul li.attribute ul.variationboxes li.label span.select-alert {
  font-weight: bold;
}
.ui-dialog {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  left: 50%;
  top: 50%;
  border: 2px solid #282828;
}
.ui-dialog .ui-dialog-titlebar {
  text-align: center;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  float: none;
  font-weight: bold;
  text-transform: uppercase;
}
.recommendations h2 {
  text-align: center;
}
.recommendations ul {
  list-style-type: none;
}
.recommendations ul:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 320px) {
  .recommendations ul {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.recommendations ul .row {
  margin-left: -10px;
  margin-right: -10px;
}
.recommendations ul li {
  /*
			.make-xs-column(6);
			.make-sm-column(6); 
			.make-md-column(12);
			.make-lg-column(12);
			*/
}
.recommendations ul li .product-image {
  max-height: 300px;
  overflow: hidden;
}
.recommendations ul li img {
  width: 100%;
}
.recommendations ul li .capture-product-id,
.recommendations ul li .tooltip-content {
  display: none;
}
.recommendations ul li .product-name {
  text-align: center;
}
.recommendations ul li .product-name a {
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
}
.recommendations ul li .product-price {
  text-align: center;
  font-size: 10px;
}
#pdpMain .features .secondary-pane,
#pdpMain .technology .secondary-pane,
#pdpMain #dump-elements .secondary-pane {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0;
}
@media (min-width: 320px) {
  #pdpMain .features .secondary-pane,
  #pdpMain .technology .secondary-pane,
  #pdpMain #dump-elements .secondary-pane {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #pdpMain .features .secondary-pane,
  #pdpMain .technology .secondary-pane,
  #pdpMain #dump-elements .secondary-pane {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  #pdpMain .features .secondary-pane,
  #pdpMain .technology .secondary-pane,
  #pdpMain #dump-elements .secondary-pane {
    float: left;
    width: 50%;
  }
}
#pdpMain .features .secondary-pane .video-trigger img,
#pdpMain .technology .secondary-pane .video-trigger img,
#pdpMain #dump-elements .secondary-pane .video-trigger img {
  display: block;
  height: auto;
  min-height: 250px;
  width: 100%;
}
#pdpMain .features .secondary-pane .video-trigger iframe,
#pdpMain .technology .secondary-pane .video-trigger iframe,
#pdpMain #dump-elements .secondary-pane .video-trigger iframe {
  width: 100%;
}
#pdpMain .features .secondary-pane .video-trigger.active a,
#pdpMain .technology .secondary-pane .video-trigger.active a,
#pdpMain #dump-elements .secondary-pane .video-trigger.active a {
  display: none;
}
#pdpMain .features .secondary-pane .video-trigger.active iframe,
#pdpMain .technology .secondary-pane .video-trigger.active iframe,
#pdpMain #dump-elements .secondary-pane .video-trigger.active iframe {
  display: block;
}
#tabs-menu-wrapper {
  background: transparent none;
  border: 0;
}
#tabs-menu-wrapper .tabs-menu {
  display: none;
}
#tabs-menu-wrapper .product-summary,
#tabs-menu-wrapper #size-chart {
  display: none;
}
@media (min-width: 768px) {
  #tabs-menu-wrapper #reviews h3 {
    font-size: 38px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
  }
}
#tabs-menu-wrapper .basics {
  clear: both;
  color: #ffffff;
  position: relative;
  background-color: #282828;
}
#tabs-menu-wrapper .basics:after {
  content: "";
  display: table;
  clear: both;
}
#tabs-menu-wrapper .basics:before {
  content: " ";
  position: absolute;
  z-index: 10000;
  display: block;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom: 15px solid #282828;
}
#tabs-menu-wrapper .basics h3 {
  font-size: 38px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding-top: 10px;
  margin-bottom: 0px;
  text-align: center;
}
#tabs-menu-wrapper .basics ul {
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}
#tabs-menu-wrapper .basics ul li {
  font-size: 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  background-color: transparent;
  background-position: center;
  display: inline-block;
  margin: 0 1em;
  height: 70px;
  padding-top: 10px;
  text-transform: uppercase;
}
#tabs-menu-wrapper .basics ul li span.name,
#tabs-menu-wrapper .basics ul li span.value {
  display: block;
}
#tabs-menu-wrapper .basics ul li .icon {
  background-image: url(../../images/sprites/MHW_Sprite-sheet.svg);
  height: 45px;
  margin: auto;
}
#tabs-menu-wrapper .basics ul li .icon.technology_breathable {
  background-position: -475px -263px;
  width: 55px;
}
#tabs-menu-wrapper .basics ul li .icon.technology_waterproof {
  background-position: -547px -263px;
  width: 30px;
}
#tabs-menu-wrapper .basics ul li .icon.fit {
  background-position: -590px -263px;
  width: 45px;
}
#tabs-menu-wrapper .basics ul li .icon.packCapacity {
  background-position: -336px -263px;
  width: 30px;
}
#tabs-menu-wrapper .basics ul li .icon.tentCapacity {
  background-position: -374px -263px;
  width: 45px;
}
#tabs-menu-wrapper .basics ul li .icon.weight {
  background-position: -644px -263px;
  width: 45px;
}
#tabs-menu-wrapper .basics ul li .icon.activity_020 {
  background-position: -425px -263px;
  width: 45px;
}
#tabs-menu-wrapper .basics ul li .icon.activity_021 {
  background-position: -17px -258px;
  width: 45px;
}
#tabs-menu-wrapper .basics ul li .icon.activity_022 {
  background-position: -250px -263px;
  width: 45px;
}
#tabs-menu-wrapper .basics ul li .icon.activity_023 {
  background-position: -421px -263px;
  width: 45px;
}
#tabs-menu-wrapper .basics ul li .icon.activity_024 {
  background-position: -164px -263px;
  width: 45px;
}
#tabs-menu-wrapper .basics ul li .icon.activity_028 {
  background-position: -69px -263px;
  width: 45px;
}
#tabs-menu-wrapper .basics ul li .icon.activity_001 {
  background: transparent url(../../images/icons/missing.png) center top no-repeat;
}
#tabs-menu-wrapper .basics ul li .icon.activity_002 {
  background: transparent url(../../images/icons/missing.png) center top no-repeat;
}
#tabs-menu-wrapper .basics ul li .icon.activity_003 {
  background: transparent url(../../images/icons/missing.png) center top no-repeat;
}
#tabs-menu-wrapper .basics ul li .icon.activity_004 {
  background: transparent url(../../images/icons/missing.png) center top no-repeat;
}
#tabs-menu-wrapper .basics ul li .icon.activity_005 {
  background: transparent url(../../images/icons/missing.png) center top no-repeat;
}
@media (max-width: 767px) {
  #tabs-menu-wrapper .basics ul li .icon.technology_breathable {
    background-position: -475px -25px;
  }
  #tabs-menu-wrapper .basics ul li .icon.technology_waterproof {
    background-position: -547px -25px;
  }
  #tabs-menu-wrapper .basics ul li .icon.fit {
    background-position: -590px -25px;
  }
  #tabs-menu-wrapper .basics ul li .icon.packCapacity {
    background-position: -336px -25px;
  }
  #tabs-menu-wrapper .basics ul li .icon.tentCapacity {
    background-position: -374px -25px;
  }
  #tabs-menu-wrapper .basics ul li .icon.weight {
    background-position: -644px -25px;
  }
  #tabs-menu-wrapper .basics ul li .icon.activity_020 {
    background-position: -425px -25px;
  }
  #tabs-menu-wrapper .basics ul li .icon.activity_021 {
    background-position: -17px -20px;
  }
  #tabs-menu-wrapper .basics ul li .icon.activity_022 {
    background-position: -250px -25px;
  }
  #tabs-menu-wrapper .basics ul li .icon.activity_023 {
    background-position: -421px -25px;
  }
  #tabs-menu-wrapper .basics ul li .icon.activity_024 {
    background-position: -164px -25px;
    width: 45px;
  }
  #tabs-menu-wrapper .basics ul li .icon.activity_028 {
    background-position: -69px -25px;
    width: 45px;
  }
}
#tabs-menu-wrapper .features .primary-pane,
#tabs-menu-wrapper .technology .primary-pane,
#tabs-menu-wrapper .features .productdetailpane,
#tabs-menu-wrapper .technology .productdetailpane {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
@media (min-width: 320px) {
  #tabs-menu-wrapper .features .primary-pane,
  #tabs-menu-wrapper .technology .primary-pane,
  #tabs-menu-wrapper .features .productdetailpane,
  #tabs-menu-wrapper .technology .productdetailpane {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #tabs-menu-wrapper .features .primary-pane,
  #tabs-menu-wrapper .technology .primary-pane,
  #tabs-menu-wrapper .features .productdetailpane,
  #tabs-menu-wrapper .technology .productdetailpane {
    float: left;
    width: 50%;
  }
}
#tabs-menu-wrapper .features .primary-pane h3,
#tabs-menu-wrapper .technology .primary-pane h3,
#tabs-menu-wrapper .features .productdetailpane h3,
#tabs-menu-wrapper .technology .productdetailpane h3 {
  font-size: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}
#tabs-menu-wrapper .features .primary-pane h2,
#tabs-menu-wrapper .technology .primary-pane h2,
#tabs-menu-wrapper .features .productdetailpane h2,
#tabs-menu-wrapper .technology .productdetailpane h2 {
  font-size: 38px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#tabs-menu-wrapper .features .primary-pane ul li,
#tabs-menu-wrapper .technology .primary-pane ul li,
#tabs-menu-wrapper .features .productdetailpane ul li,
#tabs-menu-wrapper .technology .productdetailpane ul li {
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#tabs-menu-wrapper .features {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  #tabs-menu-wrapper .features .primary-pane {
    right: 50%;
  }
}
#tabs-menu-wrapper .features .secondary-pane {
  background: #dcdcdc;
}
@media (min-width: 768px) {
  #tabs-menu-wrapper .features .secondary-pane {
    left: 50%;
  }
}
#tabs-menu-wrapper .features .secondary-pane .video:before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left: 15px solid #ffffff;
}
#tabs-menu-wrapper .features .productdetailpane {
  padding: 20px;
  background-color: #ffffff;
}
#tabs-menu-wrapper .features .productdetailpane ul {
  margin-bottom: 20px;
}
#tabs-menu-wrapper .features .productdetailpane ul li {
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  list-style: disc;
  padding: 5px 0;
  margin-left: 20px;
}
#tabs-menu-wrapper .features .productdetailpane ul.additionalDetails li {
  list-style: none;
  margin-left: 0;
}
#tabs-menu-wrapper .features h2 {
  font-size: 38px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1em;
  display: none;
}
#tabs-menu-wrapper .features .video img {
  width: 665px;
  height: 438px;
}
#tabs-menu-wrapper .features .video-trigger {
  display: flex;
}
#tabs-menu-wrapper .construction {
  clear: both;
  display: none;
  padding: 0;
}
#tabs-menu-wrapper .construction h2 {
  font-size: 38px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
}
#tabs-menu-wrapper .construction .container ul {
  text-align: center;
}
#tabs-menu-wrapper .construction .container ul li {
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: inline-block;
}
#tabs-menu-wrapper .construction .container ul li span.key {
  color: #009c9a;
  font-weight: bold;
}
#tabs-menu-wrapper .construction .container ul li:after {
  content: " / ";
}
#tabs-menu-wrapper .construction .container ul li:last-child:after {
  content: "";
}
#tabs-menu-wrapper .construction .video-trigger {
  display: flex;
}
#tabs-menu-wrapper .technology-content {
  background-color: #dcdcdc;
}
#tabs-menu-wrapper .technologycarousel {
  color: #000000;
  margin-bottom: 40px;
}
#tabs-menu-wrapper .technologycarousel .slick-dots {
  bottom: 20px;
  left: 20%;
  text-align: left;
  width: inherit;
}
#tabs-menu-wrapper .technologycarousel .slick-dots li button::before {
  content: " ";
  opacity: 1;
  width: 10px;
  height: 10px;
  border: 2px solid #000000;
  border-radius: 10px;
}
#tabs-menu-wrapper .technologycarousel .slick-dots li.slick-active button::before {
  opacity: 1;
  background: #000000;
}
#tabs-menu-wrapper .technologycarousel .technology.first-child {
  display: block;
}
#tabs-menu-wrapper .technologycarousel .technology .primary-pane {
  background: #dcdcdc;
  padding: 0;
}
#tabs-menu-wrapper .technologycarousel .technology .primary-pane .content {
  padding-top: 20px;
  padding: 10px;
}
#tabs-menu-wrapper .technologycarousel .technology .secondary-pane:after {
  content: " ";
  display: block;
  position: absolute;
  left: -1px;
  margin-top: -15px;
  top: 50%;
  z-index: 1;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left: 15px solid #dcdcdc;
}
#tabs-menu-wrapper .technologycarousel .technology h3 {
  font-size: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 2em;
}
#tabs-menu-wrapper .technologycarousel .technology h2 {
  font-size: 38px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1em;
  padding: .4em 0;
  border-top: 8px solid #000000;
  border-bottom: 4px solid #000000;
}
#tabs-menu-wrapper .technologycarousel .technology .text {
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-top: 15px;
  padding-bottom: 60px;
}
#tabs-menu-wrapper .technologycarousel .video-trigger {
  display: flex;
}
#tabs-menu-wrapper .contentslot {
  clear: both;
  color: white;
}
#tabs-menu-wrapper .contentslot:after {
  content: "";
  display: table;
  clear: both;
}
#tabs-menu-wrapper .contentslot .clear:after {
  content: "";
  display: table;
  clear: both;
}
#tabs-menu-wrapper .contentslot table tr,
#tabs-menu-wrapper .contentslot table td {
  border: 0;
  color: white;
}
#tabs-menu-wrapper .contentslot a {
  color: white;
  font-size: 10px;
  text-decoration: none;
}
body.site_mountainhardwear_ca_2016 .pdp-partner-links {
  display: none;
}
body.site_mountainhardwear_int #mhw-int-wheretobuy-btn,
body.site_mountainhardwear_ca #mhw-int-wheretobuy-btn {
  display: inline-block;
}
body.site_mountainhardwear_int .shop-partners-content,
body.site_mountainhardwear_ca .shop-partners-content {
  padding: 20px;
}
body.site_mountainhardwear_int .pdp-shop-partners,
body.site_mountainhardwear_ca .pdp-shop-partners {
  display: inline-block;
}
body.site_mountainhardwear_int .pdp-partner-links,
body.site_mountainhardwear_ca .pdp-partner-links,
body.site_mountainhardwear_int .pdp-store-link,
body.site_mountainhardwear_ca .pdp-store-link {
  display: none;
}
body.site_mountainhardwear_int #product-content,
body.site_mountainhardwear_ca #product-content {
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .product-col-wrapper #thumbnails_container {
    top: 50px;
  }
}
@media (min-width: 768px) {
  .features h3.toggle {
    display: none;
  }
  .swipe-message {
    display: none;
  }
  #tabs-menu-wrapper .tabRow .toggle ~ .toggle-content {
    display: block !important;
  }
  /*important to make app.js not hiding those elements */
  .tabRow .technology-content {
    clear: both;
  }
}
@media (max-width: 1023px) {
  .product-col-wrapper .active-awards {
    right: 0;
    top: 0;
  }
  .product-col-wrapper #thumbnails_container {
    clear: both;
    padding: 2.5px;
    position: relative;
    height: 96px;
    width: 100%;
  }
  .product-col-wrapper #thumbnails img {
    height: 95%;
    width: auto;
  }
  #product-images-wrapper .slick-prev {
    background-image: url("../../images/white_prev.png");
    position: absolute;
    left: 0;
    top: 0;
  }
  #product-images-wrapper .slick-next {
    background-image: url("../../images/white_next.png");
    left: initial;
    position: absolute;
    right: 0;
    top: 0;
  }
  #product-images-wrapper .slick-prev,
  #product-images-wrapper .slick-next {
    height: 100%;
    margin-top: 0px;
    width: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #tabs-menu-wrapper .technology {
    margin-left: 0;
    margin-right: 0;
  }
  #tabs-menu-wrapper .tabRow .technology-content {
    clear: both;
  }
  #tabs-menu-wrapper .tabRow .technology-content .slick-dots {
    left: 18%;
  }
  #tabs-menu-wrapper .features .primary-pane .content,
  #tabs-menu-wrapper .technology .primary-pane .content {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  #tabs-menu-wrapper .product-summary,
  #tabs-menu-wrapper #size-chart {
    display: block;
  }
  .swipe-message {
    font-size: 10px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #4e4f4f;
    display: block;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
  }
  .swipe-message:before,
  .swipe-message:after {
    margin: 0 10px;
    font-size: 16px;
  }
  .swipe-message:before {
    content: "←";
  }
  .swipe-message:after {
    content: "→";
  }
  a.size-chart-link-open {
    top: 0;
  }
  .product-col-wrapper .active-awards .active-award {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #product-mobile-image .active-award {
    display: none;
  }
  #product-mobile-image #thumbnails_container {
    position: relative;
    height: 96px;
  }
  #product-mobile-image #thumbnails_container #thumbnails {
    width: auto;
    height: 100%;
  }
  #product-mobile-image #thumbnails_container #thumbnails:after {
    content: "";
    display: table;
    clear: both;
  }
  #product-mobile-image #thumbnails_container #thumbnails li {
    height: 100%;
    margin-right: 0;
  }
  .product-col-1 {
    float: none;
  }
  .product-summary {
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
  }
  .product-summary:nth-child(2) {
    display: block;
  }
  .product-summary:nth-child(2) h3 {
    display: block;
  }
  .pdp-social {
    padding: 10px;
    text-align: center;
  }
  .pdp-social .social-icon {
    display: inline-block;
    margin-right: 10px;
  }
  .add-to-cart {
    width: 100% !important;
  }
  #tabs-menu-wrapper .technology {
    margin-left: 0;
    margin-right: 0;
  }
  #tabs-menu-wrapper .basics {
    padding-top: 35px;
    margin-top: 0;
  }
  #tabs-menu-wrapper .basics h3 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #tabs-menu-wrapper .basics:before {
    display: none;
  }
  #tabs-menu-wrapper .basics .basics-list {
    background: #ffffff;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 0;
  }
  #tabs-menu-wrapper .basics .basics-list:after {
    content: "";
    display: table;
    clear: both;
  }
  #tabs-menu-wrapper .basics .basics-list .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  #tabs-menu-wrapper .basics .basics-list li {
    margin: 1em 0;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #tabs-menu-wrapper .technology-content {
    position: relative;
  }
  #tabs-menu-wrapper .technology-content .slick-dots {
    z-index: -10;
  }
  #tabs-menu-wrapper .technology-content .slick-slide {
    padding-bottom: 40px;
  }
  #tabs-menu-wrapper .technology-content .swipe-message {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 1;
    color: #dcdcdc;
  }
  #tabs-menu-wrapper .technology-content .content {
    padding: 10px;
    text-align: center;
  }
  #tabs-menu-wrapper .technology-content .content .text {
    display: none;
  }
  #tabs-menu-wrapper .technology-content .content h3 {
    font-size: 38px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #ffffff;
    padding: 0;
    margin: 0;
  }
  #tabs-menu-wrapper .technology-content .content h2 {
    font-size: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    border: 0;
    padding: 0;
    margin: 0;
  }
  #tabs-menu-wrapper .technology-content .secondary-pane:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom: 15px solid #282828;
  }
  #tabs-menu-wrapper h2.toggle,
  #tabs-menu-wrapper h3.toggle {
    cursor: pointer;
    margin-bottom: 0;
    font-size: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
  }
  #tabs-menu-wrapper .basics,
  #tabs-menu-wrapper .construction,
  #tabs-menu-wrapper #reviews,
  #tabs-menu-wrapper .features,
  #tabs-menu-wrapper .contentslot,
  #tabs-menu-wrapper .product-summary,
  #tabs-menu-wrapper #size-chart,
  #tabs-menu-wrapper .addedTabs {
    background-color: transparent;
    padding: 0;
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
  }
  #tabs-menu-wrapper .toggle-content {
    font-size: 13px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
  }
  #tabs-menu-wrapper .contentslot {
    padding-top: 0;
  }
  #tabs-menu-wrapper .features {
    padding-top: 0;
  }
  #tabs-menu-wrapper .features .primary-pane {
    background-color: transparent;
    padding: 0;
    float: none;
  }
  #tabs-menu-wrapper .features .primary-pane .content {
    padding-top: 10px;
  }
  #tabs-menu-wrapper .features h2 {
    display: none;
  }
  #tabs-menu-wrapper .features ul.toggle-content {
    margin-top: 0;
  }
  #tabs-menu-wrapper .features ul.toggle-content li {
    padding-bottom: 20px;
  }
  #tabs-menu-wrapper .construction {
    display: block;
    padding-top: 0;
  }
  #tabs-menu-wrapper .construction .container ul {
    text-align: left;
  }
  #tabs-menu-wrapper .construction .container ul li {
    padding-bottom: 20px;
  }
  #tabs-menu-wrapper .construction .container ul li span.key {
    color: #1a1a1a;
  }
  #tabs-menu-wrapper .tab-contents {
    background-color: #282828;
    padding: 10px;
  }
  #tabs-menu-wrapper .tabRow .toggle {
    font-size: 22px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    display: block;
    color: #ffffff !important;
    border-top: 4px solid #ffffff;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: left;
  }
  #tabs-menu-wrapper .tabRow .toggle:after {
    content: "+";
    float: right;
  }
  #tabs-menu-wrapper .tabRow .toggle.expanded:after {
    content: "-";
  }
  #tabs-menu-wrapper .tabRow .toggle.expanded ~ .toggle-content {
    display: block;
  }
  #tabs-menu-wrapper .tabRow .toggle ~ .toggle-content {
    background: #ffffff;
    color: #1a1a1a;
    padding: 10px;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .product-col-wrapper .active-awards .active-award {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  #tabs-menu-wrapper .basics .basics-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  #tabs-menu-wrapper .basics .basics-list li {
    float: left;
    width: 50%;
  }
}
/**Size Chart **/
.sizechart-container {
  width: 100%;
  margin-bottom: 40px;
}
.sizechart-container h4 {
  font-size: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  border-bottom: 1px solid #1a1a1a;
  margin: 20px 55px;
}
.sizechart-container p {
  margin-left: 55px;
}
.sizechart-container table.sizechart-howTo tr td.title {
  padding-right: 20px;
}
.sizechart-container table.sizechart {
  width: 100%;
}
.sizechart-container table.sizechart tr {
  width: 100%;
  vertical-align: top;
}
.sizechart-container table.sizechart tr:nth-child(even) {
  background: #dcdcdc;
}
.sizechart-container table.sizechart tr th,
.sizechart-container table.sizechart tr td {
  text-align: left;
  text-transform: capitalize;
  padding: 10px 0;
  font-weight: normal /**overrides user agent styles **/;
}
.sizechart-container table.sizechart tr .title {
  padding-left: 55px;
}
.sizechart-container table.sizechart tr td {
  margin: 0;
  min-width: 65px;
}
.sizechart-container table.sizechart tr td:last-child {
  padding-right: 40px;
}
/*The swatches have a z-index of 1000 and some tooltip items have 1001, not sure what other z-indexs are in play so I set this to 1005 so it covers the swatches. All of these should be set to more reasonable numbers once we have time to go through and cleanup */
.mini-cart-content {
  z-index: 1005;
}
@media (max-width: 767px) {
  .product-col-1 #s7basiczoom_div {
    float: none;
  }
  .sizechart-container-mobile {
    width: 100%;
  }
  #thumbnails {
    height: 100%;
    /* Firefox */
  }
  #thumbnails li {
    height: 100%;
    /* Firefox */
    width: 33%;
    display: inline-block;
  }
  #thumbnails li a {
    display: block;
    /* Firefox */
    height: 100%;
    /* Firefox */
  }
  #thumbnails .slick-slider {
    height: 100%;
    /* Firefox */
  }
  #thumbnails .slick-slider .slick-list {
    height: 100%;
    /* Firefox */
  }
  #thumbnails .slick-slider .slick-list .slick-track {
    height: 100%;
    /* Firefox */
  }
  .sizechart-container h4 {
    font-size: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    border-bottom: 1px solid #1a1a1a;
    margin: 20px 25px;
  }
  .sizechart-container p {
    margin-left: 25px;
  }
  .sizechart-container table.sizechart {
    clear: both;
  }
  .sizechart-container table.sizechart tr {
    width: 100%;
    vertical-align: top;
  }
  .sizechart-container table.sizechart tr .title {
    padding-left: 10px;
  }
  .sizechart-container table.sizechart tr td:last-child {
    padding-right: 20px;
  }
  .features .primary-pane {
    clear: both;
  }
  #product-mobile-image {
    clear: both;
  }
  #product-images-wrapper .slick-prev,
  #product-images-wrapper .slick-next {
    display: none;
  }
  #tabs-menu-wrapper .features .productdetailpane {
    padding: 0;
  }
  .technology-content {
    padding-bottom: 20px;
  }
  .technology-content .primary-pane,
  .technology-content .secondary-pane {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .technology-content .primary-pane {
    text-align: center;
    padding-top: 20px;
  }
  .technology-content .primary-pane h3 {
    font-size: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
  }
  .technology-content .primary-pane h2 {
    font-size: 13px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
  }
  .technology-content .primary-pane .text {
    display: none;
  }
  .technology-content .primary-pane:before {
    content: " ";
    display: block;
    position: absolute;
    margin-left: -15px;
    margin-top: -15px;
    left: 50%;
    top: -14px;
    z-index: 1;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .technology-content .primary-pane,
  .technology-content .secondary-pane {
    float: left;
    width: 100%;
  }
}
.basics-list {
  /*Fixes issue with Safari cutting off content */
  min-height: 100px;
}
.basics-list:after {
  content: "";
  display: table;
  clear: both;
}
.basics-list li {
  vertical-align: top;
}
.fa-teal {
  color: #009c9a;
}
/*
 * Sleeping Bags SIZE & DIMENSION info pop-over
 */
.hint-wrapper {
  display: inline-block;
  position: absolute;
  margin: 0;
}
.hint-wrapper.row {
  margin: 0;
}
.hint-wrapper .icon-info i {
  font-size: 20px;
}
.hint-wrapper .icon-info .modal-trigger {
  display: none;
}
@media (max-width: 767px) {
  .hint-wrapper .icon-info .hint-trigger {
    display: none;
  }
  .hint-wrapper .icon-info .modal-trigger {
    display: block;
  }
}
.hint-wrapper .hint-contentWrapper {
  position: absolute;
  right: 17px;
}
.hint-wrapper .hint-contentWrapper .hint-content {
  float: left;
  padding: 0px;
  border: 1px solid #dcdcdc !important;
}
.hint-wrapper .hint-contentWrapper .right-triangle {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #dcdcdc;
  position: absolute;
  content: ' ';
}
.hint-wrapper .hint-contentWrapper-size {
  width: 424px;
  top: -119px;
}
.hint-wrapper .hint-contentWrapper-size .row {
  margin: 0;
}
.hint-wrapper .hint-contentWrapper-size .info-connector {
  float: left;
  margin-top: 119px;
}
.hint-wrapper .hint-contentWrapper-dim {
  width: 323px;
  top: -102px;
}
.hint-wrapper .hint-contentWrapper-dim .row {
  margin: 0;
}
.hint-wrapper .hint-contentWrapper-dim .info-connector {
  float: left;
  margin-top: 102px;
}
.hint-wrapper .is-hint-contentWrapper-hidden {
  display: none;
}
.hint-wrapper .is-hint-contentWrapper-visible {
  display: block;
  z-index: 1001;
}
.hint-wrapper .hint-contentWrapper-size,
.hint-wrapper .hint-contentWrapper-dim {
  position: absolute;
  right: 17px;
  display: none;
}
.hint-wrapper .hint-contentWrapper-size .hint-content,
.hint-wrapper .hint-contentWrapper-dim .hint-content {
  float: left;
  padding: 0px;
  border: 1px solid #dcdcdc !important;
}
.hint-wrapper .hint-contentWrapper-size .right-triangle,
.hint-wrapper .hint-contentWrapper-dim .right-triangle {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #dcdcdc;
  position: absolute;
  content: ' ';
}
.hint-wrapper .icon-info-size:hover + .hint-contentWrapper-size {
  display: block;
  z-index: 1001;
}
@media (max-width: 767px) {
  .hint-wrapper .icon-info-size:hover + .hint-contentWrapper-size {
    display: none;
  }
}
.hint-wrapper .icon-info-dim:hover + .hint-contentWrapper-dim {
  display: block;
  z-index: 1001;
}
@media (max-width: 767px) {
  .hint-wrapper .icon-info-dim:hover + .hint-contentWrapper-dim {
    display: none;
  }
}
/*
 * For moving the modal popup closer to the top on a mobile device.
 * This make sures all content is visible on the screen.
 * This might be refactored as a result of Andy's future changes to the Modal UI component
 */
@media (max-width: 767px) {
  .pagetype-productdetail #modal-content {
    top: 20px !important;
  }
  #sizechart_content:last-of-type {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  #s7basiczoom_div_zoomOutButton {
    top: 115px !important;
  }
  #s7basiczoom_div_zoomResetButton {
    top: 175px !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: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (min-width: 768px) and (max-width: 1023px) {
  #s7basiczoom_div_zoomResetButton {
    top: 55px;
  }
  .s7button {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
/*
 * TEMPORARY FIX
 * Vimeo videos don't play on the PDP, so hiding the videos.
 * We may fix this when we refactor the PDP.
 * It seems that the JS script that rearranges the page for mobile layout is breaking the videos.
 */
@media only screen and (max-width: 767px) {
  #featurevideo,
  .technology-content .secondary-pane {
    display: none;
  }
  .technology-content .primary-pane .text {
    display: block;
  }
}
