@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic);
html {
  font-size: 100%;
}
* {
  word-wrap: break-word !important;
}
button {
  font-family: 'Lato', sans-serif !important;
}
body {
  margin: 0;
  padding: 0;
  background: white;
  font-family: 'Lato', sans-serif !important;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3em;
  color: black;
  /*fixend*/

}
body .row-fluid {
  margin-bottom: 30px;
}
body .row-fluid:last-child {
  margin-bottom: 0px;
}
body .section-container-main-navigation {
  margin-bottom: 20px;
}
table.tableFixedLayout {
  table-layout: fixed;
  width: 100%;
}
.sb-site-container {
  background-color: transparent !important;
  z-index: inherit !important;
}
.inline {
  margin-bottom: 0px;
}
.inline.purchase-list-top-buttons li {
  margin-top: 3px;
  margin-bottom: 3px;
}
label.inline {
  display: inline;
}
.sb-slidebar {
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
}
a,
a:link,
a:hover,
a:visited,
a:active {
  text-decoration: none;
  color: black;
}
a:hover,
a:link:hover,
a:hover:hover,
a:visited:hover,
a:active:hover {
  color: #1a1a1a;
  text-decoration: underline;
}
a.active,
a:link.active,
a:hover.active,
a:visited.active,
a:active.active {
  text-decoration: underline;
  color: #1a1a1a;
  cursor: default;
}
h1 {
  font-size: 2.6em;
  line-height: 1.25em;
  color: black;
  margin: 10px 0 30px 0;
}
h2 {
  font-size: 2.6em;
  line-height: 1.25em;
  color: black;
  margin: 40px 0;
}
h3 {
  font-size: 2em;
  line-height: 1.25em;
  color: black;
  margin: 20px 0;
}
h4 {
  font-size: 1.75em;
  line-height: 1.25em;
  color: black;
  margin: 15px 0;
}
p:empty {
  margin-bottom: 0;
}
.form-horizontal.large-form-titles .control-label {
  width: 260px;
}
.form-horizontal.large-form-titles .controls {
  margin-left: 280px;
}
.required {
  color: #cc0000;
}
.small {
  font-size: 85%;
}
.strong {
  font-weight: 700;
}
.hide,
.hidden {
  display: none;
}
.hide[class*="span"],
.hidden[class*="span"] {
  display: none;
}
.hide[class*="span"]:first-child + [class*="span"],
.hidden[class*="span"]:first-child + [class*="span"] {
  margin-left: 0;
}
ul.inline > li.hide,
ul.inline > li.hidden,
ol.inline > li.hide,
ol.inline > li.hidden {
  display: none;
}
span.visible-desktop {
  display: inline;
}
.v-margin {
  margin: 5px 0;
}
.no-margin {
  margin: 0 !important;
}
.tab-content {
  overflow: visible;
}
.nowrap {
  white-space: nowrap !important;
}
.pointer-cursor,
.cursorhand {
  cursor: pointer;
}
.default-cursor {
  cursor: default;
}
.default-shopping-cart {
  background-color: #ffffcc;
}
.btn {
  border: 1px solid transparent !important;
  background: transparent;
  color: black !important;
  padding: 0 10px !important;
  line-height: 37px !important;
  text-decoration: none !important;
  text-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: 0s !important;
  -moz-transition: 0s !important;
  -o-transition: 0s !important;
  transition: 0s !important;
  overflow: hidden;
  margin-top: 0 !important;
  white-space: normal;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.btn:hover {
  background: transparent !important;
  border: 1px solid transparent !important;
}
.btn:active {
  background: #1d1d1d !important;
}
.btn:focus {
  background: transparent;
}
.btn .caret {
  margin-top: 17px;
}
.btn.btn-vspacer {
  margin-bottom: 5px !important;
}
.btn.btn-link {
  border: 0 !important;
  background: none !important;
  text-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: black !important;
  text-decoration: none !important;
}
.btn.btn-link:hover,
.btn.btn-link:active,
.btn.btn-link:focus {
  color: #1a1a1a !important;
  text-decoration: underline !important;
}
.btn.btn-large {
  font-size: 2em;
  padding: 10px 20px !important;
}
.btn.btn-mini {
  font-size: 12.5px !important;
}
.btn.btn-mini .caret {
  margin-left: 3px;
  margin-top: 6px;
}
.btn.btn-mini.dropdown-toggle {
  border-left: 1px solid black !important;
  margin-left: 4px !important;
}
.btn.addtopurchaselist-caret .caret {
  border-bottom-color: white;
  border-top-color: white;
}
.btn.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-secondary {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  color: black !important;
}
.btn-secondary:hover {
  background: rgba(26, 26, 26, 0) !important;
  border: 1px solid rgba(26, 26, 26, 0) !important;
}
.btn-secondary:active {
  background: transparent !important;
}
.btn-secondary:focus {
  background-color: transparent !important;
}
.btn-secondary.dropdown-toggle {
  border-left: 1px solid white !important;
}
.btn-primary {
  background-color: #ff4027 !important;
  border: 1px solid #ff4027 !important;
  color: white !important;
}
.btn-primary:hover {
  background: #ff6d5a !important;
  border: 1px solid #ff6d5a !important;
}
.btn-primary:active {
  background: #f31c00 !important;
}
.btn-primary:focus {
  background-color: #ff4027 !important;
}
.btn-view-more {
  height: 60px;
  line-height: 60px !important;
  margin-top: 40px;
  margin-bottom: 20px;
}
.btn-view-more:before {
  content: "↓";
  float: left;
}
.btn-view-more:after {
  content: "↓";
  float: right;
}
.btn-networks li {
  padding: 0 !important;
}
.btn-group > .btn {
  font-size: 0.9rem !important;
}
.nav-pills li a,
.nav-tabs li a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.nav-pills li a.selected-panel,
.nav-tabs li a.selected-panel {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent !important;
  color: black !important;
}
.nav-pills li a.selected-panel:hover,
.nav-tabs li a.selected-panel:hover {
  color: black !important;
  background: transparent !important;
  cursor: default;
}
.nav-pills li a:hover,
.nav-tabs li a:hover {
  background: rgba(128, 128, 128, 0) !important;
}
.nav-pills li.active a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent !important;
  color: black !important;
}
.nav-pills li.active a:hover {
  color: black !important;
  background: transparent !important;
  cursor: default;
}
.datepicker table tr td span.active {
  background: #ff4027 !important;
  color: white !important;
}
.datepicker td,
.datepicker th {
  text-align: center !important;
}
.datepicker .icon-arrow-left,
.datepicker .icon-arrow-right {
  color: black;
  font-family: FontAwesome;
  font-style: normal;
  line-height: 20px;
}
.datepicker .icon-arrow-left:after {
  content: "\f0d9";
}
.datepicker .icon-arrow-right:after {
  content: "\f0da";
}
.datepicker-days .active {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-image: none !important;
  background-color: transparent !important;
  color: black !important;
}
.input-prepend,
.input-append {
  align-items: stretch;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.input-prepend > .add-on,
.input-append > .add-on,
.input-prepend > li.add-on,
.input-append > li.add-on {
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: auto;
  padding: 4px 5px;
}
.append-prepend-container {
  display: inline-block;
}
.append-prepend-container .input-append,
.append-prepend-container .input-prepend {
  justify-content: end;
}
.well-box {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.well-box .row-fluid {
  margin: 0;
}
.well-box .btn {
  margin-bottom: 0;
}
.well-box hr {
  border-color: #e0e0e0;
}
.modal .modal-header h3 {
  color: black;
}
.modal iframe.span12 {
  margin-left: 0px;
}
.modal-footer .input-append + .btn {
  margin-left: 5px;
}
.boxshad {
  background: none transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.box {
  padding: 10px;
  margin-bottom: 10px;
}
.box form {
  margin-bottom: 0;
}
.box .control-group:last-child {
  margin-bottom: 0;
}
.alert {
  padding: 10px;
}
.alert.alert-businessaccount {
  color: black;
}
.alert.alert-businessaccount > h4 {
  font-size: 1.25em;
  font-weight: bold;
}
.alert.alert-businessaccount > h4:before {
  width: 15px;
  height: 18px;
  text-align: center;
  content: "!";
  font-size: 1.25em;
  display: inline-block;
  background: black;
  color: white;
  margin-right: 10px;
  padding: 7px 10px 10px 10px;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.alert.alert-businessaccount h4 {
  color: black;
}
.alert.alert-businessaccount .collapse.in {
  margin-top: 15px;
}
.alert.alert-businessaccount .table tr:first-child td.contentText {
  background: none !important;
  border: 0 !important;
}
.alert.alert-businessaccount .table td {
  text-align: left;
  border: 0;
}
.alert.alert-businessaccount .table table {
  background: white;
}
.alert.alert-businessaccount .table table th {
  background: black;
  color: white;
}
.alert.alert-businessaccount .table table td {
  border: 1px solid #999999;
}
.alert.alert-important:before {
  width: 15px;
  height: 18px;
  text-align: center;
  content: "!";
  font-size: 1.25em;
  display: inline-block;
  background: black;
  color: white;
  margin-right: 10px;
  padding: 7px 10px 10px 10px;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* warning message with a large icon based on Bootstrap5 */

.caption--large-icon {
  display: flex;
  align-items: center;
}
.caption--large-icon .icon {
  margin-right: 12px;
  position: static;
}
.ajaxloading-container {
  width: 100%;
  text-align: center;
}
.notify-option .ajaxloading-container {
  width: 50%;
  display: inline-block;
}
.basket-pop .ajaxloading-container {
  padding: 10px 0;
  min-height: 30px;
}
.ajaxloading-big {
  background: transparent url('../gif/ajax-loader-big.gif');
  width: 32px;
  height: 32px;
  margin: auto;
}
.ajaxloading-small {
  background: transparent url('../gif/ajax-loader-small.gif');
  width: 16px;
  height: 16px;
  margin: auto;
}
.area-red {
  border: 1px dashed #ff0008;
  padding: 7px;
}
.break {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.popover {
  z-index: 1039 !important;
  max-width: 265px;
  min-width: 235px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.popover .popover-title {
  background-color: #ff4027;
  color: white;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 5px 4px;
  font-size: 1em !important;
  min-height: 0 !important;
  line-height: normal !important;
}
.popover .popover-content {
  padding: 4px 4px;
}
.popover .popover-close {
  color: white;
  font-weight: bold;
  font-size: 1.25em;
  cursor: pointer;
  padding-left: 5px;
  line-height: normal;
  margin-top: -4px;
}
.popover .popover-close:hover {
  color: #bfbfbf;
}
.table-condensed td {
  vertical-align: top;
}
.table-condensed td:first-child {
  text-align: left;
}
.table-condensed td:last-child {
  text-align: right;
}
.table-ehf hr {
  margin: 3px 0;
}
.table-listing h5.well {
  margin-bottom: 0;
  color: #666666;
  font-weight: normal;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border-bottom: 0;
}
.table-listing .sortup span:after {
  content: "▲";
  text-decoration: none !important;
  font-size: 0.6em;
  margin-left: 3px;
}
.table-listing .sortdown span:after {
  content: "▼";
  text-decoration: none !important;
  font-size: 0.6em;
  margin-left: 3px;
}
.table-listing .table tr:nth-child(even) {
  background-color: #f3f3f3;
}
.table-listing .table tr.substitute {
  border: 1px solid #999999;
  border-top-width: 20px;
}
.table-listing .table tr.substitute > td:first-child:before {
  color: white;
  padding: 3px 7px;
  font-size: 0.75em;
  font-weight: 700;
  position: absolute;
  display: block;
  content: "Substitut ▼";
  margin-top: -31px;
  margin-left: -10px;
}
.table-listing .table table td {
  border-top: 0 !important;
  padding: 3px 0 !important;
}
.table-listing .table table tr {
  border: 0;
}
.table-listing .table table tr:nth-child(even) {
  background-color: transparent;
}
.table-listing .table .table-row-active {
  background-color: #fff9cf !important;
}
.table-listing .table-info {
  display: block;
  position: relative;
  margin-top: -12px;
  margin-bottom: 20px;
}
.table-listing .table-info.muted {
  color: #666666;
}
.table-listing .table-ehf tr,
.table-listing .table-ehf td {
  border: none !important;
  background-color: transparent !important;
  text-align: right;
}
.pagination {
  margin-top: 0;
}
.pagination .fa {
  vertical-align: baseline;
}
.catalog-page {
  margin-top: 60px;
}
textarea,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='time'],
input[type='week'],
input[type='text'],
input[type='number'],
input[type='email'],
input[type='tel'],
input[type='url'] {
  height: 39px;
  line-height: 39px;
  padding: 0 8px;
  margin: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  resize: none;
  box-sizing: border-box;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
textarea.input-mini,
input[type='text'].input-mini,
input[type='password'].input-mini,
input[type='datetime'].input-mini,
input[type='datetime-local'].input-mini,
input[type='date'].input-mini,
input[type='time'].input-mini,
input[type='week'].input-mini,
input[type='text'].input-mini,
input[type='number'].input-mini,
input[type='email'].input-mini,
input[type='tel'].input-mini,
input[type='url'].input-mini {
  text-align: center;
  padding: 0;
}
.input-prepend textarea,
.input-prepend input[type='text'],
.input-prepend input[type='password'],
.input-prepend input[type='datetime'],
.input-prepend input[type='datetime-local'],
.input-prepend input[type='date'],
.input-prepend input[type='time'],
.input-prepend input[type='week'],
.input-prepend input[type='text'],
.input-prepend input[type='number'],
.input-prepend input[type='email'],
.input-prepend input[type='tel'],
.input-prepend input[type='url'],
.input-append textarea,
.input-append input[type='text'],
.input-append input[type='password'],
.input-append input[type='datetime'],
.input-append input[type='datetime-local'],
.input-append input[type='date'],
.input-append input[type='time'],
.input-append input[type='week'],
.input-append input[type='text'],
.input-append input[type='number'],
.input-append input[type='email'],
.input-append input[type='tel'],
.input-append input[type='url'] {
  margin-bottom: 0;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  margin-bottom: 0;
}
fieldset select,
fieldset textarea,
fieldset input[type="text"],
fieldset input[type="password"],
fieldset input[type="datetime"],
fieldset input[type="datetime-local"],
fieldset input[type="date"],
fieldset input[type="month"],
fieldset input[type="time"],
fieldset input[type="week"],
fieldset input[type="number"],
fieldset input[type="email"],
fieldset input[type="url"],
fieldset input[type="search"],
fieldset input[type="tel"],
fieldset input[type="color"],
fieldset .uneditable-input,
fieldset button,
fieldset .btn {
  margin-bottom: 5px;
}
textarea {
  min-height: 75px !important;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.2em !important;
  resize: none;
  overflow-y: scroll;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.uneditable-input.span12 {
  width: 100%;
}
.typeahead li {
  text-align: left;
}
.typeahead a {
  font-weight: 600 !important;
  text-decoration: none;
  color: black !important;
  text-align: left;
}
.typeahead a strong {
  font-weight: 300 !important;
  color: #666666 !important;
}
.typeahead .active a {
  background-image: none !important;
  background-color: black !important;
  color: white !important;
}
.typeahead .active a strong {
  color: white !important;
}
select {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#formQuestion select,
#frmAddressEdit select,
.form-download-center select,
#frmGiftCertificate select,
.form-customer-service-search select,
#frmCheckout select {
  height: 39px;
}
.qty-container select {
  margin-bottom: 0px;
  width: auto;
  height: 39px;
}
.input-mini {
  width: 45px;
}
.table-striped tr.alert > td {
  background: none transparent !important;
}
.checkbox img,
.radio img {
  vertical-align: top;
}
/*********************************************/

/*     FLEXBOX ADDRESS SELECTOR CHECKOUT     */

/*********************************************/

#checkoutShippingAddressSelector,
#fbContainer,
.ejs-fbContainer,
.ejs-fb-container {
  margin-bottom: 5px;
}
#checkoutShippingAddressSelector .ejs-fb-container input,
#fbContainer .ejs-fb-container input,
.ejs-fbContainer .ejs-fb-container input,
.ejs-fb-container .ejs-fb-container input {
  margin-bottom: 0px;
}
#checkoutShippingAddressSelector #fbContainer input,
#fbContainer #fbContainer input,
.ejs-fbContainer #fbContainer input,
.ejs-fb-container #fbContainer input {
  margin-bottom: 0px;
}
#checkoutShippingAddressSelector .ffb-input,
#fbContainer .ffb-input,
.ejs-fbContainer .ffb-input,
.ejs-fb-container .ffb-input {
  height: 39px;
  /* required for webkit browsers (Safari, Chrome) */
  box-sizing: border-box;
  padding: 0px 8px;
  border: solid 1px #cccccc;
  width: -webkit-calc(100% - 39px) !important;
  width: calc(100% - 39px) !important;
  color: black;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}
#checkoutShippingAddressSelector .ffb-arrow,
#fbContainer .ffb-arrow,
.ejs-fbContainer .ffb-arrow,
.ejs-fb-container .ffb-arrow {
  background: none transparent;
  position: relative;
  border: solid 1px transparent;
  box-sizing: border-box;
  height: 39px;
  width: 39px;
  cursor: pointer;
}
#checkoutShippingAddressSelector .ffb-arrow:hover,
#fbContainer .ffb-arrow:hover,
.ejs-fbContainer .ffb-arrow:hover,
.ejs-fb-container .ffb-arrow:hover {
  background-color: rgba(26, 26, 26, 0);
  border: solid 1px rgba(26, 26, 26, 0);
}
#checkoutShippingAddressSelector .ffb-arrow:before,
#fbContainer .ffb-arrow:before,
.ejs-fbContainer .ffb-arrow:before,
.ejs-fb-container .ffb-arrow:before {
  content: "\f0d7";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: black;
  font-size: 16px;
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -5px;
}
#checkoutShippingAddressSelector .ffb,
#fbContainer .ffb,
.ejs-fbContainer .ffb,
.ejs-fb-container .ffb {
  border: solid 1px #cccccc;
  border-top: 0px;
  width: -webkit-calc(100% - 39px) !important;
  width: calc(100% - 39px) !important;
}
#checkoutShippingAddressSelector .ffb .content .row,
#fbContainer .ffb .content .row,
.ejs-fbContainer .ffb .content .row,
.ejs-fb-container .ffb .content .row {
  height: auto;
  margin-left: 0px;
  padding: 8px;
  color: black;
  font-size: 0.85em;
  border-bottom: solid 1px #cccccc;
}
#checkoutShippingAddressSelector .ffb .content .row.ffb-sel,
#fbContainer .ffb .content .row.ffb-sel,
.ejs-fbContainer .ffb .content .row.ffb-sel,
.ejs-fb-container .ffb .content .row.ffb-sel {
  background-color: #ff4027;
  color: white;
}
#checkoutShippingAddressSelector .ffb .content .row .ffb-match,
#fbContainer .ffb .content .row .ffb-match,
.ejs-fbContainer .ffb .content .row .ffb-match,
.ejs-fb-container .ffb .content .row .ffb-match {
  color: black;
}
#checkoutShippingAddressSelector .ffb .box,
#fbContainer .ffb .box,
.ejs-fbContainer .ffb .box,
.ejs-fb-container .ffb .box {
  text-align: center;
  border: 0px;
  background: none transparent;
  cursor: default;
}
#checkoutShippingAddressSelector .ffb .paging,
#fbContainer .ffb .paging,
.ejs-fbContainer .ffb .paging,
.ejs-fb-container .ffb .paging {
  padding: 5px;
}
/*******************************************/

/*          FONT-AWESOME: ICONS            */

/*******************************************/

[class^="icon-"],
[class*=" icon-"] {
  width: auto;
  height: auto;
  background: none transparent;
  margin-top: 0px;
}
.fa {
  color: transparent;
  font-size: 22px !important;
  vertical-align: middle;
}
.fa.fa-small {
  font-size: 14px !important;
}
.fa.fa-xsmall {
  font-size: 11px !important;
}
.fa.fa-large {
  font-size: 35px !important;
}
.fa.fa-inverted {
  color: black;
}
.fa.fa-tag {
  color: #f20707;
}
.fa.fa-error-color {
  color: #b94a48 !important;
}
.fa.fa-warning-color {
  color: #c09853 !important;
}
.fa.fa-stack-1x {
  font-size: 1em !important;
}
.fa.fa-stack-2x {
  font-size: 2em !important;
}
.fa.fa-stack-3x {
  font-size: 3em !important;
}
.fa.fa-stack-4x {
  font-size: 4em !important;
}
.fa.fa-stack-5x {
  font-size: 5em !important;
}
.customer-panel .fa {
  margin-top: -3px;
}
.btn .fa {
  line-height: 0.6em;
}
.btn .fa.fa-search,
.btn .fa.fa-search-plus,
.btn .fa.fa-shopping-cart {
  position: relative;
  top: -2px;
}
.layout-type .fa {
  color: #bbbbbb;
}
.active .fa {
  color: transparent;
}
.alert-info .fa {
  color: #3a87ad;
}
.alert-error .fa {
  color: #b94a48;
  margin-top: -2px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert-success .fa {
  color: #468847;
  margin-top: -2px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert-warning .fa {
  color: #c09853;
  margin-top: -2px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.icon-custom {
  width: 27px;
  height: 27px;
  line-height: 27px;
  overflow: hidden;
  background: transparent url('../png/icons-sprites.png') no-repeat 0 0;
}
.icon-custom.icon-user {
  background-position: 0px -90px;
}
.icon-custom.icon-cog {
  background-position: 0px -137px;
}
.icon-custom.icon-caretd {
  background-position: 0px -327px;
  width: 14px;
  height: 8px;
}
.icon-custom.icon-caretr {
  background-position: 0px -374px;
  width: 8px;
  height: 14px;
}
.icon-custom.icon-search {
  background-position: 0px 0px;
}
.icon-custom.icon-shopping-cart {
  background-position: 0px -187px;
  width: 25px;
  height: 19px;
}
.icon-custom.icon-home {
  background-position: 0px -467px;
  width: 21px;
  height: 20px;
}
.icon-custom.icon-questionmark {
  background-position: 0px -839px;
  width: 26px;
  height: 26px;
}
.icon-custom.icon-layout-grid {
  background-position: 0px -746px;
  width: 30px;
  height: 30px;
}
.icon-custom.icon-layout-grid.active {
  background-position: -51px -746px;
}
.icon-custom.icon-layout-list {
  background-position: 0px -793px;
  width: 30px;
  height: 30px;
}
.icon-custom.icon-layout-list.active {
  background-position: -51px -793px;
}
.icon-custom.icon-layout-cat {
  background-position: 0px -886px;
  width: 30px;
  height: 30px;
}
.icon-custom.icon-layout-cat.active {
  background-position: -51px -886px;
}
.icon-custom.icon-promo {
  background-position: -152px -280px;
  width: 14px;
  height: 14px;
}
.icon-specials {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1020;
}
.icon-specials .label-promo {
  background: transparent none;
}
img.img200 {
  width: 200px;
}
img.img150 {
  width: 150px;
}
img.img100 {
  width: 100px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */

}
.help-icon i {
  vertical-align: middle !important;
}
#backtotop {
  bottom: 70px;
  display: none;
  position: fixed;
  right: 30px;
  z-index: 1039;
}
#backtotop a {
  background: transparent;
  border: 0 none;
  color: black;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  width: 45px;
  height: 45px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
}
#backtotop a:hover {
  box-shadow: none;
  opacity: 0.8;
}
.text-center {
  text-align: center !important;
}
.box-ehf-popup hr {
  margin: 5px 0;
}
.box-ehf-popup .muted {
  display: inline-block;
  margin-top: 10px;
  border-top: 1px solid #dff0d8;
  padding: 1px 4px;
  background: #dff0d8;
  color: #529138;
}
.box-ehf-popup td {
  border: 0px;
}
.modal {
  z-index: 1050 !important;
}
.statusBarBackdrop {
  z-index: 9999 !important;
}
/******** HEADER *********/

.header-banner {
  background: #ff4027;
  color: white;
  margin-bottom: 20px;
  padding: .75em 0;
}
header .row-fluid {
  margin-bottom: 0;
}
header .row-fluid [class*="span"] {
  min-height: 1px;
}
header .logos > a {
  display: inline-block;
  max-width: 100%;
}
.header-nav {
  float: right;
  margin-top: 8px;
}
.header-nav li {
  margin-left: 8px;
}
/***** TOP SECTION *****/

.header-topsection {
  margin-top: 21px;
  margin-bottom: 10px !important;
  position: relative;
}
.header-topsection .row-fluid {
  margin-bottom: 0;
}
.header-topsection .btn {
  text-transform: uppercase;
}
.header-topsection .nav {
  margin: 0;
}
.header-topsection input[type='text'] {
  font-size: 15px;
  color: #666666;
  height: 37px;
  line-height: 37px;
  vertical-align: middle;
}
.header-topsection .input-append {
  width: 100%;
}
.header-topsection .search {
  position: relative;
}
.header-topsection .search .advanced-search {
  font-size: 0.9em;
  display: block;
  margin-right: 90px;
  float: right;
}
.header-topsection .search form {
  margin: 0;
  display: inline-block;
}
.header-topsection .search form.form-categoryquicksearch .btn-categoryquicksearch:focus,
.header-topsection .search form.form-categoryquicksearch .btn-categoryquicksearch:active {
  background: #d91900;
  border-color: #d91900;
}
.header-topsection .search .form-search input[type='text']::-webkit-input-placeholder {
  /* WebKit browsers */
  color: black !important;
}
.header-topsection .search .form-search input[type='text']:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black !important;
  opacity: 1;
}
.header-topsection .search .form-search input[type='text']::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black !important;
  opacity: 1;
}
.header-topsection .search .form-search input[type='text']:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: black !important;
}
.header-topsection .search .form-search input[type='text']::placeholder {
  color: black !important;
}
.header-topsection .search .icon-custom {
  margin-top: -5px;
}
.header-topsection .search .icon-search {
  width: 24px;
  height: 27px;
  margin-top: -3px;
}
.header-topsection .search .icon-caretd,
.header-topsection .search .icon-caretr {
  margin-top: 3px;
  width: 14px;
  height: 8px;
}
.header-topsection .search .icon-caretr {
  height: 14px;
  margin-top: 2px !important;
  margin-left: 5px;
}
.header-topsection .search .btn-go {
  margin-left: 0;
}
.header-topsection .login-text {
  min-height: 23px;
  line-height: 23px;
  margin-top: 7px;
  letter-spacing: 0px;
  font-size: 0.85em;
  color: black;
}
.header-topsection .wide50 {
  width: 50%;
  float: left;
}
.header-topsection .nav-myaccount {
  margin-right: 1px;
}
.header-topsection .nav-myaccount .nav-header {
  text-align: left;
}
.header-topsection .nav-myaccount .diffLink:link,
.header-topsection .nav-myaccount .diffLink:visited {
  color: transparent !important;
}
.header-topsection .nav-myaccount .diffLink:hover,
.header-topsection .nav-myaccount .diffLink:active {
  color: #ff4027 !important;
}
.header-topsection .nav-myservices .dropdown > .btn,
.header-topsection .nav-myaccount .dropdown > .btn {
  background: none;
  border-color: #ffc7c0 !important;
}
.header-topsection .nav-myservices .dropdown > .btn:hover,
.header-topsection .nav-myaccount .dropdown > .btn:hover {
  background: transparent !important;
}
.header-topsection .order-express {
  text-transform: uppercase;
  font-size: 1.15em;
}
.header-topsection .order-express a {
  color: black;
}
.header-topsection .order-express a:hover {
  text-decoration: underline;
}
.header-topsection .dropdown-menu {
  min-width: 210px;
  z-index: 1500 !important;
}
.header-topsection .nav-header {
  text-shadow: none;
  font-size: 0.9em;
  background: #282828;
  border-bottom: 1px solid #818181 !important;
  padding-left: 10px !important;
}
.header-topsection .nav-tabs {
  border: 0;
}
.header-topsection .nav-tabs .btn {
  text-align: left;
}
.header-topsection .nav-tabs li {
  margin-bottom: 0;
  width: 100%;
}
.header-topsection .nav-tabs li a {
  margin: 0;
}
.header-topsection .nav-tabs li .icon-custom {
  margin-top: -4px;
}
.header-topsection .nav-tabs li .icon-custom.icon-caretd {
  margin-top: 16px;
  float: right;
}
.header-topsection .nav-tabs li .icon-custom.icon-user,
.header-topsection .nav-tabs li .icon-custom.icon-cog {
  width: 26px;
  height: 27px;
}
.header-topsection .nav-tabs li.open .dropdown-menu {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  background: #d91900;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.header-topsection .nav-tabs li.open .dropdown-menu .btn {
  background: #ff4027 !important;
  border: 5px solid #d91900 !important;
  letter-spacing: 0;
  text-align: center;
}
.header-topsection .nav-tabs li.open .dropdown-menu .btn:hover {
  background: #ff290d !important;
  filter: none !important;
}
.header-topsection .nav-tabs li.open .dropdown-menu .divider {
  background: transparent;
  border: 0;
  border-top: 1px solid #818181;
}
.header-topsection .nav-tabs li.open .dropdown-menu li {
  width: auto;
}
.header-topsection .nav-tabs li.open .dropdown-menu a {
  color: white;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  padding: 6px 10px;
  white-space: normal;
}
.header-topsection .nav-tabs li.open .dropdown-menu a:hover {
  background: transparent !important;
  color: black;
  filter: none !important;
}
.header-topsection .nav-tabs li.open .dropdown-menu .dropdown-submenu:hover > a,
.header-topsection .nav-tabs li.open .dropdown-menu .dropdown-submenu:focus > a {
  background: none !important;
  background-image: none !important;
}
.header-topsection .customer-panel {
  margin-top: -30px;
}
.categoryquicksearch-popup {
  background: #d91900;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  color: white;
  display: none;
  padding: 10px;
  position: absolute;
  z-index: 1000;
}
.categoryquicksearch-popup h3 {
  color: white;
  margin: 0px 0px 10px 0px;
}
.cart {
  background: transparent;
  padding: 8px;
  font-weight: 400;
  cursor: pointer;
  min-height: 39px !important;
}
.cart:hover {
  background: rgba(26, 26, 26, 0);
}
.cart strong {
  font-weight: 700;
  font-size: 1.5em;
  display: inline-block;
  margin-right: 5px;
}
.cart .cart-info {
  height: auto !important;
}
.cart .cart-info .cart-products-qty-lbl {
  display: inline-block;
  font-size: 1em;
}
.cart .cart-info .cart-products-qty,
.cart .cart-info .cart-products-qty-lbl {
  top: 0;
  text-transform: none;
}
.cart + .cart-quote,
.basket-pop + .cart-quote,
.order-express + .cart-quote {
  margin-top: 5px;
}
.basket-pop {
  display: none;
  background: white;
  position: absolute;
  z-index: 1041;
  box-sizing: border-box;
  top: auto;
  left: 0;
  width: 1170px;
  border: 1px solid #ff4027;
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.5);
}
body .basket-pop {
  margin-top: 10px;
}
.basket-pop .basketpop-previewsection,
.basket-pop .basketpop-pricesection {
  padding: 1em !important;
}
.basket-pop .basketpop-header {
  background: #ff4027;
}
.basket-pop .basketpop-header h3 {
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.5em;
  font-weight: 700;
  color: white;
  white-space: nowrap;
}
.basket-pop .basketpop-header .basket-close {
  margin-top: 5px;
  margin-right: 5px;
}
.basket-pop .basketpop-header .basket-close .icon-remove {
  background-image: url("../png/glyphicons-halflings-white-2.png");
}
.basket-pop .basketpop-information {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border-top: 1px solid #dff0d8;
  background: #dff0d8;
  color: #529138;
}
.basket-pop .alert {
  margin-bottom: 0;
}
.basket-pop .basketpop-body {
  padding-top: 20px;
}
.basket-pop .basketpop-body .span4 {
  margin-top: 0;
}
.basket-pop .basketpop-body ul {
  width: 100%;
}
.basket-pop .basketpop-body ul li {
  vertical-align: middle;
}
.basket-pop .basketpop-body .basketpop-item {
  min-height: 50px;
}
.basket-pop .basketpop-body .basketpop-item li {
  padding-left: 0px;
  padding-right: 0px;
}
.basket-pop .basketpop-body .basketpop-item .basketpop-photo {
  min-width: 50px;
  padding-bottom: 2px;
}
.basket-pop .basketpop-body .basketpop-item .basketpop-qty {
  width: 45px;
  text-align: center;
}
.basket-pop .basketpop-body .basketpop-item .basketpop-description {
  width: 191px;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.basket-pop .basketpop-body .basketpop-item .basketpop-price {
  width: 85px;
  text-align: right;
  white-space: nowrap;
}
.basket-pop .btn {
  margin-top: 2px !important;
}
.basket-pop .btn i {
  margin-top: -2px;
  margin-left: 5px;
}
.basket-pop:before {
  content: "▲";
  position: absolute;
  width: 0;
  height: 0;
  color: #ff4027;
  margin-top: -14px;
  right: 85px;
}
.basket-pop.basket-pop-fixed {
  position: fixed !important;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
body .basket-pop.basket-pop-fixed {
  margin-top: 60px;
}
.basket-pop.basket-pop-fixed:before {
  right: 40px !important;
}
.basket-pop .basket-tools {
  margin-top: 26px;
}
.empty-basket-message .text-center {
  min-height: 38px;
  line-height: 36px;
}
#divShippingMethodCalculate li {
  margin-bottom: 10px;
}
#divShippingMethodCalculate li:last-child {
  margin-bottom: 0px;
}
/***** NAVIGATION ******/

/*
.main-navigation-position {
    height: 52px;
}

.main-navigation-mobile-disabled {
    display: none;
}

.main-navigation {
    position: absolute;
    margin: auto;
    padding: 0;
    width: 100%;
    top: 193px;
    height: 51px;
    z-index: 1030;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;


    .main-navig-search {
        display: none;
        text-align: center;

        form {
            margin-bottom: 0;
            border-bottom: 1px solid #fff;
        }

        input {
            width: 1073px;
            border: 1px solid #ececce;
            height: 51px;
            line-height: 51px;
            padding-left: 20px;
            text-align: center;
            font-family: 'Oxygen', sans-serif;
            font-weight: 400;
            color: #666;
            font-size: 18px;
            background: @customIconSprites 22px -684px;
            background-color: #ffffdf;
            margin: auto;
        }

        .typeahead {
            width: 100%;
            text-align: left;
        }

        .btn {
            height: 53px;
            width: 63px;
            margin-right: -1px;
        }

        .icon-custom {
            height: 26px;
            width: 26px;
            vertical-align: middle;
            margin-left: 3px;
            float: left;
        }

        .icon-caretr {
            margin-top: 6px;
            width: 9px;
            height: 14px;
        }
    }

    .navbar {
        height: 51px;
        margin-bottom: 0;
    }

    .row-fluid {
        margin-bottom: 0;
    }

    .alert {
        -webkit-border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        border-radius: 0px!important;
        margin-bottom: 0px;
    }
}
*/

.f-nav {
  position: fixed !important;
  width: 1170px;
  top: 0;
  left: 50%;
  margin-left: -585px;
  padding: 0;
  z-index: 1040;
  margin-top: 0px !important;
  -webkit-transform: translate3d(0, 0, 0);
}
.f-nav .navbar {
  height: auto;
}
.f-nav .submenu {
  margin-left: 0px !important;
}
.navbar {
  margin-bottom: 0;
}
.navbar .navbar-inner {
  border: 0px;
  background-color: transparent;
  padding: 0;
  min-height: 0;
  background-image: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  filter: none !important;
}
.navbar .navbar-inner a {
  font-size: 1.35em;
  line-height: 40px;
}
.navbar .navbar-inner .icon-custom {
  float: left;
}
.navbar .navbar-inner .icon-home {
  float: none;
}
.navbar .navbar-inner .menu-home {
  display: none;
  border-left: 0;
  margin-left: 0;
}
.navbar .navbar-inner .btn-cart,
.navbar .navbar-inner .btn-services,
.navbar .navbar-inner .btn-account,
.navbar .navbar-inner .btn-search,
.navbar .navbar-inner .btn-quote {
  padding: 15px 14px;
  line-height: 32px;
}
.navbar .navbar-inner .btn-cart .icon-custom,
.navbar .navbar-inner .btn-services .icon-custom,
.navbar .navbar-inner .btn-account .icon-custom,
.navbar .navbar-inner .btn-search .icon-custom,
.navbar .navbar-inner .btn-quote .icon-custom {
  width: 22px;
  height: 21px;
  margin-top: 2px;
}
.navbar .navbar-inner .btn-cart,
.navbar .navbar-inner .btn-quote {
  padding: 10px 14px;
  font-size: 1.4em;
  font-weight: 700;
  text-decoration: none;
  color: white;
  border: 0;
}
.navbar .navbar-inner .btn-cart .icon-custom,
.navbar .navbar-inner .btn-quote .icon-custom {
  width: 25px;
}
.navbar .navbar-inner .nav {
  width: 100%;
  position: inherit;
}
.navbar .navbar-inner .nav > li:first-child {
  text-indent: 0px !important;
}
.navbar .navbar-inner .nav > li {
  filter: none !important;
}
.navbar .navbar-inner .nav > li > a {
  color: white;
  text-shadow: none;
  padding: 5px 15px;
}
.navbar .navbar-inner .nav > li > a:hover {
  text-shadow: none;
}
.navbar .navbar-inner .nav .dropdown-toggle {
  text-indent: 0px !important;
}
.navbar .navbar-inner .nav .dropdown-toggle .caret {
  margin-top: 22px;
  margin-left: 5px;
  color: white;
  border-bottom-color: white !important;
  border-top-color: white !important;
}
.navbar .navbar-inner .nav .dropdown-menu {
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  z-index: 1500;
}
.navbar .navbar-inner .nav .dropdown-menu li a {
  line-height: normal;
  padding: 5px 15px;
  text-indent: 0px !important;
  text-transform: none;
}
.navbar .navbar-inner .nav .dropdown-menu li a:hover,
.navbar .navbar-inner .nav .dropdown-menu li a:focus {
  background-image: none !important;
  background: white;
  color: transparent;
  filter: none !important;
}
.navbar .navbar-inner .nav .dropdown-menu:after {
  border-bottom-color: transparent !important;
}
.navbar .navbar-inner .nav .dropdown-menu .dropdown-submenu {
  filter: none !important;
}
.navbar .navbar-inner .nav .dropdown-menu .dropdown-submenu a {
  text-indent: 0px !important;
  filter: none !important;
}
.navbar .navbar-inner .nav .dropdown-menu .dropdown-submenu a:after {
  margin-top: 5px;
}
.navbar .navbar-inner .nav .dropdown-menu .dropdown-submenu a:focus {
  background: none !important;
}
.navbar .navbar-inner .nav .dropdown-menu .dropdown-submenu > .dropdown-menu {
  margin-top: 0px;
}
.navbar .navbar-inner .nav .dropdown-menu .dropdown-submenu .dropdown-submenu a:after {
  display: none;
}
.navbar .navbar-inner .nav .banner-menu .level2 {
  box-shadow: none !important;
  width: 250px;
}
.navbar .navbar-inner .nav .banner-menu .level2 .level3 {
  width: 920px;
  box-shadow: none !important;
  position: absolute;
}
.navbar .navbar-inner .nav .banner-menu .level2 .level3 li {
  min-width: 150px;
  float: left;
}
.navbar .navbar-inner .nav .dropdown-menu > li > a:hover,
.navbar .navbar-inner .nav .dropdown-menu > li > a:focus,
.navbar .navbar-inner .nav .dropdown-submenu:hover > a,
.navbar .navbar-inner .nav .dropdown-submenu:focus > a {
  background: #ff4027 !important;
  background-image: none !important;
  color: white !important;
}
.navbar .navbar-inner .nav-quicklinks .nav > li > a {
  padding: 5px;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle,
.navbar-inverse .nav li.bigmenu.open > .dropdown-toggle,
.navbar-inverse .nav li.bigmenu.active > .dropdown-toggle,
.navbar-inverse .nav li.bigmenu.open.active > .dropdown-toggle,
.navbar-inverse .nav li > a:hover {
  background-color: transparent;
}
.navbar .navbar-inner .nav .dropdown-menu > li > a {
  color: white;
  font-weight: 300;
  font-size: 1em;
}
.navbar .navbar-inner .nav .dropdown-menu > li > a:hover {
  background-color: transparent !important;
}
.navbar .nav > li > .dropdown-menu {
  margin-top: 0px;
}
.navbar .nav > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.btn-navbar {
  float: left !important;
}
/*button fix for iphone*/

.navbar .navbar-inner .nav .dropdown-menu li a {
  position: relative !important;
  z-index: 1000000 !important;
}
.nav-rightlinks ul {
  margin-bottom: 0;
}
.nav-rightlinks ul li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
.nav-rightlinks ul a {
  border: 0 !important;
}
/******* SUBMENU ******/

.submenu {
  display: none;
  position: absolute;
  height: auto;
  background: white;
  width: 1170px;
  z-index: 1500;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  left: 0;
}
.submenu .nav-inner-items {
  position: relative !important;
  height: auto;
  /*same here include inner items in compiling flow and set height auto*/

}
.submenu.open {
  display: block;
}
.submenu .submenu-left {
  background: transparent;
  float: left;
}
.submenu .submenu-left > ul > li > a {
  margin-top: 0;
  margin-bottom: 0;
}
.submenu .submenu-left > ul > li > a.has-content:after {
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  margin-top: 5px;
  width: 0;
  height: 0;
}
.submenu .submenu-left > ul > li.opened > a {
  background-color: transparent;
}
.submenu .nav {
  margin: 0;
  width: 227px;
  min-height: 320px;
  background: transparent;
}
.submenu .nav .expand.opened .submenu-bigcontent {
  display: block !important;
}
.submenu .nav .expand > a {
  text-indent: 0px !important;
  color: white !important;
}
.submenu .nav .expand > a:hover {
  text-decoration: none;
  background-color: transparent !important;
}
.submenu .nav-stacked > li {
  float: none !important;
}
.submenu .nav-stacked > li > a {
  text-transform: none;
  font-weight: 300;
  font-size: 1em;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.submenu .nav-stacked > li > a:hover {
  background: transparent;
}
.submenu .nav-stacked > li.opened > a {
  background: transparent;
}
.submenu .catcolor {
  border-left: 2px solid #cccccc;
  padding-left: 7px;
}
.submenu .ajaxloading-container {
  position: absolute;
  top: 0;
  left: 228px;
  width: 892px;
  background: white !important;
  padding: 20px 10px 20px 40px !important;
  text-align: left !important;
}
.submenu .ajaxloading-container .ajaxloading-big,
.submenu .ajaxloading-container .ajaxloading-small {
  margin: 0 !important;
}
.submenu .submenu-bigcontent {
  position: absolute;
  top: 0;
  left: 228px;
  width: 901px;
  background: white;
  padding: 0 10px 0 30px;
  border: none;
  /*remove default styles which may spoil actual bigcontent’s size so it blends with submenu bg*/
  border-left: none;
  min-height: 318px;
}
.ie8 .submenu .submenu-bigcontent {
  width: 672px;
}
.submenu .submenu-bigcontent h3 {
  font-size: 1.7em;
  color: transparent;
}
.submenu .submenu-bigcontent h3 a {
  text-decoration: none;
}
.submenu .submenu-bigcontent a {
  line-height: 1.5em;
  text-transform: none;
  font-weight: 300;
  font-size: 1em;
  background-color: transparent !important;
  color: #435a66 !important;
}
.ie8 .submenu .submenu-bigcontent a {
  line-height: 0.9em;
  font-size: 0.9em;
}
.submenu .submenu-bigcontent a:hover {
  background-color: transparent !important;
}
.submenu .submenu-bigcontent .bigcontent-tophighlight {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.submenu .submenu-bigcontent .bigcontent-tophighlight ul > li {
  width: 18%;
  text-align: center;
  vertical-align: top;
}
.submenu .submenu-bigcontent .bigcontent-tophighlight ul > li a {
  display: inline-block;
}
.submenu .submenu-bigcontent .bigcontent-categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.submenu .submenu-bigcontent .span4 {
  margin: 0;
  width: 33%;
}
/******* HOME PAGE ******/

.flexslider {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
}
.flexslider .flex-direction-nav a {
  color: white;
  width: 42px !important;
  height: 42px !important;
  background-image: none !important;
  text-indent: 0 !important;
  line-height: 42px;
  text-align: center !important;
  background-image: url(../png/bg_direction_nav.png);
}
.flexslider .flex-direction-nav a.flex-prev:before {
  font-family: FontAwesome;
  content: "\f104" !important;
  color: #333333;
  font-size: 55px;
}
.flexslider .flex-direction-nav a.flex-next:before {
  font-family: FontAwesome;
  content: "\f105" !important;
  color: #333333;
  font-size: 55px;
}
/***** CATEGORY ****/

#CategoryDescription {
  margin-bottom: 20px;
}
#ListingCategories {
  margin-bottom: 30px;
}
#showSubCategories,
#hideSubCategories {
  text-decoration: underline;
}
#showSubCategories.active,
#hideSubCategories.active {
  color: #999999;
  text-decoration: none;
}
.category-listing {
  list-style: none;
}
.category-listing i {
  position: absolute;
  margin-left: -20px;
  margin-top: 3px;
}
.category-listing li {
  margin-bottom: 7px;
}
.category-listing li a:link,
.category-listing li a:visited {
  color: black;
}
.category-listing .opened .iconplus {
  display: none;
  visibility: hidden;
}
.category-listing .closed .iconminus {
  display: none;
  visibility: hidden;
}
.category-listing .closed ul {
  display: none;
  visibility: hidden;
}
.category-listing ul {
  margin-top: 7px;
}
.category-listing ul a {
  color: transparent;
}
.category-listing .btn-link {
  color: black;
  text-decoration: underline;
  font-size: 1.1em;
}
.category-listing .btn-link:hover {
  color: #666666;
  text-decoration: none;
}
.category-listing .box-photo {
  position: relative;
  text-align: center;
}
.category-listing .box-info .box-info-title {
  text-align: center;
}
.category-listing .box-info .box-info-title a {
  font-size: 1.3em;
  margin: .4em;
  display: inline-block;
}
.category-listing .box-info .box-info-description {
  text-align: center;
  font-size: .9em;
  margin: .2em .4em;
}
.categories-results li {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 5px;
  width: 24% !important;
  margin-left: 5px !important;
}
.categories-results li .btn {
  background: none !important;
  color: black !important;
  border: none !important;
  padding: 5px 0 !important;
  font-size: .95em;
  line-height: normal !important;
  text-align: left !important;
  text-decoration: underline !important;
  font-weight: normal !important;
}
.categories-results li .btn:hover {
  text-decoration: none !important;
  color: #1a1a1a !important;
}
.categories-results-accordion {
  -webkit-box-shadow: 0 0 7px #cccccc;
  -moz-box-shadow: 0 0 7px #cccccc;
  -o-box-shadow: 0 0 7px #cccccc;
  box-shadow: 0 0 7px #cccccc;
}
.categories-results-accordion a {
  text-decoration: none;
  font-weight: bold;
}
.categories-results-accordion a.accordion-toggle {
  background: black !important;
  color: white !important;
  padding: 15px !important;
}
.categories-results-accordion a.accordion-toggle:after {
  content: " ▼";
  float: right;
}
.categories-results-accordion a.collapsed:after {
  content: " ►";
  float: right;
}
/***** PRODUCT ****/

.zoomContainer {
  -ms-touch-action: none !important;
}
.flexslider {
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-x: snapInterval(0%, 100%);
}
#cmdSortResult,
#cmdEnterBy {
  width: 145px;
}
.product-qty-confirmation thead td {
  line-height: normal;
}
.product-qty-confirmation thead td.code-produit {
  width: 60px;
}
.product-qty-confirmation thead td.qte {
  width: 65px;
}
.product-qty-confirmation td {
  line-height: 40px;
}
.product-qty-confirmation td.qte {
  text-align: center;
}
.product-detail a {
  cursor: pointer;
}
.product-detail .product-image {
  position: relative;
}
.product-detail .product-image #carousel img {
  width: 80px;
}
.product-detail .product-image .product-detail-gallery-thumbs {
  max-height: 375px;
}
.product-detail .product-image .product-detail-gallery-thumbs li {
  float: none !important;
}
.product-detail .product-image #product-detail-gallery-thumbs {
  margin: 15px 0;
  position: relative;
}
.product-detail .product-image #product-detail-gallery-thumbs .slides img {
  width: 80px !important;
}
.product-detail .product-image #product-detail-gallery-thumbs .flex-direction-nav a {
  display: block;
  width: 20px;
  height: 80px;
  opacity: 0.6;
  background: #999999;
  color: white;
  text-align: center;
  line-height: 70px;
  font-weight: bold;
  font-size: 2em;
  top: 20px;
}
.product-detail .product-image #product-detail-gallery-thumbs .flex-direction-nav a.flex-next {
  right: 0;
}
.product-detail .product-image #product-detail-gallery-thumbs .flex-direction-nav a.flex-next:before {
  content: ">";
}
.product-detail .product-image #product-detail-gallery-thumbs .flex-direction-nav a.flex-prev {
  left: 0;
}
.product-detail .product-image #product-detail-gallery-thumbs .flex-direction-nav a:before {
  content: "<";
  font-size: 24px;
}
.product-detail .contentProductDescriptionNoteText {
  display: inline-block;
  margin-top: 10px;
  border-radius: 9px;
  padding: 2px 9px;
  color: white;
  background-color: black;
}
.product-detail .product-enlarge i {
  position: relative;
  top: 2px;
  left: 9px;
}
.product-detail .price {
  font-size: 2em;
}
.product-detail .price-per-quantity .price {
  font-size: 1.3em;
}
.product-detail .price-per-quantity td {
  padding: 5px;
}
.product-detail .nav-tabs {
  margin-bottom: -1px;
}
.product-detail .tab-content {
  padding: 10px;
  border: 1px solid #dddddd;
  overflow: visible;
}
.product-detail .tab-content > .tab-pane {
  overflow: hidden;
}
.product-detail .box-qty {
  padding: 20px 0;
}
.product-detail .box-qty.has-preferred-store {
  padding: 0;
  text-align: left;
}
.product-detail .addtocart-section {
  margin: 20px 0;
}
.product-detail .addtocart-section li {
  margin: 0 0 5px 0;
  padding-left: 0;
}
.product-detail .addtocart-section.text-right li {
  padding-right: 0;
  vertical-align: top;
}
.product-detail .addtocart-section .dropdown-menu li {
  margin: 0;
}
.product-detail table.attribute-grid th:first-child,
.product-detail table.attribute-grid td:first-child {
  min-width: 40px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.product-detail .addtocart-qte-section > li,
.product-detail .addtocart-qte-section .control-label {
  margin-bottom: 0;
}
.product-detail .product-review a {
  cursor: pointer;
}
.product-detail .product-review .review-user-rating .btn {
  float: right;
}
.product-detail .product-review .review-listing-header {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding-top: 10px;
}
.product-detail .product-review .review-user-name {
  padding-left: 10px;
}
.product-detail .product-review .review-user-name span {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.product-detail .product-review .review-user-desc-rating-stars {
  margin-bottom: 5px;
}
.product-detail .product-review .review-user-desc-title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.product-detail .product-review .review-user-desc-date {
  margin-bottom: 15px;
}
.product-detail .product-review .review-user-desc-content {
  margin-bottom: 5px;
}
.product-detail .product-review .review-user-rate {
  margin: 15px 0 5px 0;
}
.product-detail .rating a {
  cursor: default;
}
.product-detail .review-user-desc-rating-stars {
  cursor: default !important;
}
.product-detail .notify-option .product-notification-checkbox:checked + .fa:before {
  content: "\f046";
}
.review-stars {
  display: block;
  width: 120px;
  height: 18px;
  background: url(../png/review_stars.png) 0 0;
}
.review-stars.review-stars-pos-1,
.review-stars.review-stars-fix-1 {
  background-position: 0 -100%;
}
.review-stars.review-stars-pos-2,
.review-stars.review-stars-fix-2 {
  background-position: 0 -200%;
}
.review-stars.review-stars-pos-3,
.review-stars.review-stars-fix-3 {
  background-position: 0 -300%;
}
.review-stars.review-stars-pos-4,
.review-stars.review-stars-fix-4 {
  background-position: 0 -400%;
}
.review-stars.review-stars-pos-5,
.review-stars.review-stars-fix-5 {
  background-position: 0 -500%;
}
.review-stars a {
  float: left;
  display: block;
  width: 24px;
  height: 18px;
}
.review-stars a:hover {
  cursor: pointer;
}
/* responsive review stars while maintaining 120/18 proportion */

.review-stars-scalable-container {
  max-width: 120px;
}
.review-stars-scalable {
  padding-top: 15%;
  /* 120:18 ratio */
  position: relative;
  width: 100%;
}
.review-stars-scalable > .review-stars {
  background-size: 100%;
  margin-top: 0;
  margin-bottom: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: unset;
}
.review-stars-scalable .review-stars-by-user > a {
  width: 20%;
  height: 100%;
}
#productRatingPartialContainer .rating a {
  cursor: pointer;
}
#productRatingPartialContainer .review-stars {
  cursor: default !important;
}
#productImagePopUpBodyDiv {
  max-height: 600px;
  position: relative;
  text-align: center;
}
#productImagePopUpBodyDiv h4 {
  margin-top: 0;
}
#productImagePopUpBodyDiv a {
  position: absolute;
  top: 50%;
  background-image: url("../png/bg_direction_nav-2.png");
  display: block;
  width: 27px;
  height: 27px;
  text-indent: -9999px;
  cursor: pointer;
}
#productImagePopUpBodyDiv a.next-img {
  background-position: 27px 0;
  right: 15px;
}
.zoomLens {
  border: 0 !important;
}
#ProductPageForm .product-detail-options {
  float: right;
}
/**************************************************/

/*  PRODUCT PAGE WITH RIGHT INFORMATION */

.product-detail.product-detail-right-information p:last-child {
  margin-bottom: 0px;
}
.product-detail.product-detail-right-information #productRatingPartialContainer {
  margin-bottom: 30px;
}
.product-detail.product-detail-right-information #productRatingPartialContainer:last-child {
  margin-bottom: 0px;
}
.product-detail.product-detail-right-information .product-brand {
  margin-top: 0px;
}
.product-detail.product-detail-right-information .information-attributes li {
  margin-bottom: 5px;
}
.product-detail.product-detail-right-information .information-attributes li:last-child {
  margin-bottom: 0px;
}
.product-detail.product-detail-right-information .right-price-section {
  border: solid 4px #ff4027;
  padding: 20px;
}
.product-detail.product-detail-right-information .right-price-section .row-fluid {
  margin-bottom: 20px;
}
.product-detail.product-detail-right-information .right-price-section .row-fluid .purchase-list-row {
  margin-bottom: 5px;
}
.product-detail.product-detail-right-information .right-price-section .row-fluid:last-child {
  margin-bottom: 0px;
}
.product-detail.product-detail-right-information .right-price-section hr {
  border-top: solid 1px #dddddd;
}
.product-detail.product-detail-right-information .right-price-section .price-per-quantity {
  width: 100%;
  max-width: 300px;
}
.product-detail.product-detail-right-information .right-price-section .retail-price-value {
  margin-top: 10px;
}
.product-detail.product-detail-right-information .right-price-section .retail-price-value:first-child {
  margin-top: 0px;
}
.product-detail.product-detail-right-information .right-price-section .attribute-title {
  padding-top: 3px;
}
.product-detail.product-detail-right-information .right-price-section select {
  width: 100%;
}
.product-detail.product-detail-right-information .right-price-section .box-qty {
  padding: 0px;
}
.product-detail.product-detail-right-information .right-price-section .box-qty ul.unstyled {
  margin-bottom: 0px;
}
.product-detail.product-detail-right-information .right-price-section #ProductPageForm {
  margin-bottom: 0px;
}
.product-detail.product-detail-right-information .right-price-section .addtocart-section {
  margin-top: 0px;
}
.product-detail.product-detail-right-information .right-price-section .addtocart-section li {
  padding: 0px;
  margin: 0px;
}
.product-detail.product-detail-right-information .right-price-section .addtocart-section .input-addtocart-section {
  width: 85px;
  float: left;
}
.product-detail.product-detail-right-information .right-price-section .addtocart-section .button-addtocart-section {
  width: calc(100% - 85px);
  float: right;
}
.product-detail.product-detail-right-information .right-price-section .purchase-list-row .btn-group {
  display: block;
}
.product-detail.product-detail-right-information .right-price-section .purchase-list-row .btn-group > .btn:first-child {
  width: 85%;
  box-sizing: border-box;
}
.product-detail.product-detail-right-information .right-price-section .purchase-list-row .btn-group > .btn + .dropdown-toggle {
  width: 15%;
  box-sizing: border-box;
}
.product-detail.product-detail-right-information .product-review {
  border: solid 0px transparent;
}
.product-detail.product-detail-right-information .product-review h5 {
  border: solid 0px transparent;
  padding: 0px;
}
.product-detail.product-detail-right-information .product-review .review-user-rating .span3:first-child {
  padding: 0px;
}
/* ENDPRODUCTPAGERIGHTINFORMATION */

/**************************************************/

/*  PRODUCT PAGE 2020, 2021 LAYOUTS */

.product-detail--2020-1 .row-fluid:last-child,
.product-detail--2020-2 .row-fluid:last-child,
.product-detail--2021-1 .row-fluid:last-child,
.product-detail--2021-2 .row-fluid:last-child,
.product-detail--2020-1 p:last-child,
.product-detail--2020-2 p:last-child,
.product-detail--2021-1 p:last-child,
.product-detail--2021-2 p:last-child {
  margin-bottom: 0;
}
.product-detail--2020-1 .row-fluid div[class*="span"],
.product-detail--2020-2 .row-fluid div[class*="span"],
.product-detail--2021-1 .row-fluid div[class*="span"],
.product-detail--2021-2 .row-fluid div[class*="span"] {
  min-height: 0 !important;
}
.product-detail--2020-1 .product-image__image,
.product-detail--2020-2 .product-image__image,
.product-detail--2021-1 .product-image__image,
.product-detail--2021-2 .product-image__image {
  width: 100%;
}
.product-detail--2020-1 .product-detail__product-title,
.product-detail--2020-2 .product-detail__product-title,
.product-detail--2021-1 .product-detail__product-title,
.product-detail--2021-2 .product-detail__product-title {
  margin-bottom: 0px !important;
}
.product-detail--2020-1 .product-brand,
.product-detail--2020-2 .product-brand,
.product-detail--2021-1 .product-brand,
.product-detail--2021-2 .product-brand {
  margin-top: 0;
}
.product-detail--2020-1 .rating:after,
.product-detail--2020-2 .rating:after,
.product-detail--2021-1 .rating:after,
.product-detail--2021-2 .rating:after {
  content: "";
  display: block;
  clear: both;
}
.product-detail--2020-1 .rating > .row-fluid,
.product-detail--2020-2 .rating > .row-fluid,
.product-detail--2021-1 .rating > .row-fluid,
.product-detail--2021-2 .rating > .row-fluid {
  float: left;
  width: 48.717948717948715%;
  *width: 48.664757228587014%;
  margin-bottom: 0;
}
.product-detail--2020-1 .rating > .row-fluid:only-child,
.product-detail--2020-2 .rating > .row-fluid:only-child,
.product-detail--2021-1 .rating > .row-fluid:only-child,
.product-detail--2021-2 .rating > .row-fluid:only-child {
  width: 100%;
}
.product-detail--2020-1 .rating > .row-fluid:nth-child(2),
.product-detail--2020-2 .rating > .row-fluid:nth-child(2),
.product-detail--2021-1 .rating > .row-fluid:nth-child(2),
.product-detail--2021-2 .rating > .row-fluid:nth-child(2) {
  margin-left: 2.564102564102564%;
  *margin-left: 2.5109110747408616%;
}
.product-detail--2020-1 #productReviewsPartialContainer.product-review,
.product-detail--2020-2 #productReviewsPartialContainer.product-review,
.product-detail--2021-1 #productReviewsPartialContainer.product-review,
.product-detail--2021-2 #productReviewsPartialContainer.product-review {
  background-color: transparent !important;
}
.product-detail--2020-1 .addtocart-section,
.product-detail--2020-2 .addtocart-section,
.product-detail--2021-1 .addtocart-section,
.product-detail--2021-2 .addtocart-section {
  margin-top: 0 !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .product-detail--2020-1 .product-page-image-col,
  .product-detail--2020-2 .product-page-image-col {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .product-detail--2020-1 .product-page-info-col,
  .product-detail--2020-2 .product-page-info-col {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
}
.product-detail--2020-1 .configuration-attributes > .row-fluid,
.product-detail--2020-2 .configuration-attributes > .row-fluid {
  margin-bottom: 15px;
}
.product-detail--2020-1 .configuration-attributes > .row-fluid:last-child,
.product-detail--2020-2 .configuration-attributes > .row-fluid:last-child {
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .product-detail--2020-2 .thumbnails-gallery .product-image-thumbnails {
    margin-top: 15px;
  }
}
@media (min-width: 980px) {
  .product-detail--2020-2 .thumbnails-gallery .product-image-thumbnails {
    float: left;
    width: 80px;
    margin-right: 15px;
  }
}
.product-detail--2020-2 .thumbnails-gallery .slick-next,
.product-detail--2020-2 .thumbnails-gallery .slick-prev {
  background-color: transparent;
  color: black;
  border: 0;
}
@media (max-width: 979px) {
  .product-detail--2020-2 .thumbnails-gallery .slick-next,
  .product-detail--2020-2 .thumbnails-gallery .slick-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 980px) {
  .product-detail--2020-2 .thumbnails-gallery .slick-next,
  .product-detail--2020-2 .thumbnails-gallery .slick-prev {
    width: 100%;
    text-align: center;
    margin-bottom: 6px;
  }
}
.product-detail--2020-2 .thumbnails-gallery .slick-next .fa,
.product-detail--2020-2 .thumbnails-gallery .slick-prev .fa {
  color: black !important;
}
@media (max-width: 979px) {
  .product-detail--2020-2 .thumbnails-gallery .slick-next {
    left: auto;
    right: 0;
  }
}
@media (min-width: 980px) {
  .product-detail--2020-2 .thumbnails-gallery .slick-next {
    margin-bottom: 0;
    margin-top: 3px;
  }
}
@media (min-width: 980px) {
  .product-detail--2020-2 .thumbnails-gallery .slick-slide {
    margin-bottom: 3px;
    margin-top: 3px;
  }
  .product-detail--2020-2 .thumbnails-gallery .slick-slide:first-child {
    margin-top: 0;
  }
}
@media (max-width: 979px) {
  .product-detail--2020-2 .thumbnails-gallery .slick-slide {
    margin-left: 3px;
    margin-right: 3px;
  }
}
@media (max-width: 979px) {
  .product-detail--2020-2 .thumbnails-gallery .slick-slider {
    position: relative;
  }
}
@media (max-width: 979px) {
  .product-detail--2020-2 .thumbnails-gallery .slick-list {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.product-detail--2020-2 .thumbnails-gallery .slides {
  visibility: hidden;
}
@media (min-width: 980px) {
  .product-detail--2020-2 .thumbnails-gallery .product-image-main-image {
    float: right;
    width: calc(100% - 95px);
  }
}
.product-detail--2020-2 .thumbnails-gallery #product-detail-gallery-thumbs {
  margin-top: 0 !important;
}
@media (min-width: 980px) {
  .product-detail--2020-2 #zoom-info,
  .product-detail--2020-2 #enlarge-info {
    margin-left: 95px;
  }
}
.product-detail--2020-2 .information-attribute {
  margin-bottom: 15px;
}
.product-detail--2020-2 .information-attribute:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  /* larger product image modal */
  
  .modal.modal-product-image {
    bottom: 10%;
    margin-left: -465px;
    max-height: 980px;
    overflow-y: auto;
    width: 930px;
  }
  #productImagePopUpBodyDiv {
    max-height: 900px;
  }
}
@media screen and (min-width: 768px) {
  .product-page-col--sticky {
    padding-bottom: 10px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .product-detail--2021-1 .addtocart-section .btn-block,
  .product-detail--2021-2 .addtocart-section .btn-block {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .row-fluid.product-image__mosaic-row,
  .row-fluid.product-image__big-gallery-row {
    margin-bottom: 10px;
  }
  .product-image__mosaic-row > .span6 {
    float: left;
    margin-left: 2.127659574468085%;
    width: 48.93617021276595%;
  }
  .product-image__mosaic-row > .span6:first-child {
    margin-left: 0;
  }
  .product-image__big-gallery-row > .span4 {
    float: left;
    margin-left: 2.564102564102564%;
    width: 31.623931623931625%;
  }
  .product-image__big-gallery-row > .span4:first-child {
    margin-left: 0;
  }
}
/**************************************************/

.productbox {
  padding: 5px 5px 10px 5px;
  margin-bottom: 10px;
  position: relative;
}
.productbox.list-layout .box-photo {
  position: relative;
}
.productbox .unstyled li {
  padding: 0;
}
.productbox .product-img {
  cursor: pointer;
}
.productbox .qty-container {
  margin: 15px 0 15px 0;
}
.productbox .price-container {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.productbox .price-container:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.productbox .product-rating {
  margin: 8px 0;
}
.productbox .btn-link {
  padding: 0px !important;
  line-height: normal !important;
  text-align: left !important;
}
.productbox small .btn-link {
  font-size: 1em;
}
.productbox p {
  margin-top: 10px;
}
.pricePerQuantity-Qty {
  white-space: nowrap;
}
.grid-layout {
  text-align: center;
}
.grid-layout .productbox {
  position: relative;
}
.grid-layout .productbox .box-info {
  display: block;
}
.grid-layout .productbox .box-info a {
  line-height: normal;
  margin-bottom: 5px;
}
.grid-layout .productbox .box-qty {
  min-height: 0 !important;
}
.grid-layout .productbox .product-title {
  color: black;
  font-weight: 700;
  margin-bottom: 15px;
  word-wrap: break-word;
}
.grid-layout .productbox .box-photo {
  margin: 0 auto 10px auto;
  max-width: 100% !important;
}
.grid-layout .productbox .box-price {
  margin-top: 10px;
}
.grid-layout .productbox .box-price table {
  margin: 0 auto;
}
.grid-layout .product-rating {
  text-align: center;
}
.grid-layout .review-stars-scalable-container {
  margin-right: auto;
  margin-left: auto;
}
#PowerSearchSection {
  padding-left: 0px !important;
  margin-top: 0;
}
#PowerSearchSection .ps-item {
  clear: left;
}
.product {
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.product img {
  margin-bottom: 20px;
}
.product .product-title {
  display: inline-block;
  width: 100%;
  color: black;
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 15px;
  min-height: 50px;
}
.product strong {
  font-size: 1.35em;
  color: red;
  display: block;
  margin-bottom: 5px;
}
.product label.inline {
  display: inline;
}
.product .row-fluid {
  margin-bottom: 15px;
}
.product .row-fluid:last-child {
  margin-bottom: 0;
}
.list-layout {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0 !important;
}
.list-layout .strong,
.list-layout .price,
.list-layout .product-title a {
  font-size: 1.35em;
}
.list-layout .product-title a {
  font-weight: bold;
}
.list-layout .box-price {
  border-left: 1px solid #e5e5e5;
  padding-left: 25px;
}
.list-layout .box-price .price-per-quantity.table-condensed td:last-child {
  text-align: left !important;
  padding-left: 0;
}
.list-layout .box-price .btn.btn-mini .caret {
  margin-top: 8px;
  border-top: 4px solid black !important;
}
.list-layout .box-price .btn.btn-mini.dropdown-toggle {
  border-left: 1px solid black !important;
}
.list-layout .box-price table {
  width: 100%;
}
.list-layout .box-price .ehf-footer {
  margin-top: 10px;
}
.list-layout .box-price .btn.btn-mini.dropdown-toggle:first-child {
  border-left: 0 !important;
  margin-left: 0 !important;
}
.list-layout .product-brand {
  text-align: center;
}
.list-layout .addtocart,
.list-layout .addtoquote {
  margin-bottom: 5px;
}
.list-layout li:last-child > .addtocart,
.list-layout li:last-child > .addtoquote {
  margin-bottom: 0;
}
/* table layout */

.table--product .inline > li {
  margin-right: 2px;
  margin-bottom: 5px;
  padding-right: 0;
  padding-left: 0;
}
.table--product .table.price-per-quantity {
  width: 100%;
}
.table--product .table.price-per-quantity:last-child {
  margin-bottom: 0;
}
.table__cell--product-code {
  min-width: 60px;
}
.table__cell--product-code .table__text {
  word-wrap: anywhere !important;
}
@media screen and (max-width: 767px) {
  .table--product .table__cell {
    min-height: 10px;
  }
}
/* table layout end */

.purchaseListDropdown,
.controlListDropdown {
  position: relative;
}
.multiplePurchaseListDropdown {
  position: relative;
}
.addtopurchaselist-multiple,
.addtorecurringorder-multiple {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  background: #d91900;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.addtopurchaselist-multiple li a,
.addtorecurringorder-multiple li a {
  border-bottom: 1px solid transparent;
  color: white;
  font-weight: 300;
  padding: 6px 10px;
  text-decoration: none;
  white-space: normal;
}
.addtopurchaselist-multiple li a:hover,
.addtorecurringorder-multiple li a:hover {
  background: transparent !important;
  color: white;
  filter: none !important;
}
.addtopurchaselist-multiple li a:hover .fa,
.addtorecurringorder-multiple li a:hover .fa {
  color: white;
}
.addtopurchaselist-multiple li a.default-list,
.addtorecurringorder-multiple li a.default-list {
  font-weight: bold;
}
.addtopurchaselist-multiple li.divider,
.addtorecurringorder-multiple li.divider {
  background: transparent;
}
.addto-multiple.dropdown-menu {
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.addto-multiple.dropdown-menu.pull-right > li > a:after {
  border-color: transparent black transparent transparent;
  float: left;
  margin-right: 0;
  margin-left: -15px;
}
.addto-multiple.dropdown-menu.pull-right > li > a:hover:after,
.addto-multiple.dropdown-menu.pull-right > li > a:active:after,
.addto-multiple.dropdown-menu.pull-right > li > a:focus:after {
  border-color: transparent white transparent transparent;
}
.addto-multiple.dropdown-menu.pull-right .dropdown-submenu > .dropdown-menu {
  right: 100%;
  left: auto;
}
.addto-multiple.dropdown-menu > li > a {
  background: none !important;
  color: black;
  margin: 0;
}
.addto-multiple.dropdown-menu > li > a:after {
  border-left-color: black;
  border-width: 5px;
  margin-right: -15px;
}
.addto-multiple.dropdown-menu > li > a:hover,
.addto-multiple.dropdown-menu > li > a:active,
.addto-multiple.dropdown-menu > li > a:focus {
  background: transparent !important;
  color: white;
  filter: none !important;
}
.addto-multiple.dropdown-menu > li > a:hover:after,
.addto-multiple.dropdown-menu > li > a:active:after,
.addto-multiple.dropdown-menu > li > a:focus:after {
  border-left-color: white;
}
.addto-multiple.dropdown-menu > li > a:hover .fa,
.addto-multiple.dropdown-menu > li > a:active .fa,
.addto-multiple.dropdown-menu > li > a:focus .fa {
  color: white;
}
.addto-multiple.dropdown-menu .dropdown-menu {
  margin: -1px 0 0;
}
.product-detail .addtocart-section.text-right .addto-multiple.dropdown-menu {
  text-align: left;
}
.breadcrumb {
  margin: 0;
  border-radius: 0;
}
.breadcrumb li {
  text-shadow: none !important;
}
.breadcrumb .divider {
  color: black !important;
}
.filter-options li {
  margin: 0 0 10px 15px;
}
.filter-options li select {
  margin-bottom: 0;
  margin-left: 5px;
}
.filter-options .layout-type .icon-custom {
  vertical-align: middle;
}
.filter-options .layout-type .fa {
  margin-left: 10px;
  vertical-align: middle;
}
.filter-options .layout-type a:last-child {
  margin-right: 0px;
}
.filter-options > ul > li:first-child {
  margin-left: 0;
  padding-left: 0;
}
/****** Add to cart v2 ******/

/* product is in purchase list */

.add-to-preferred-list {
  background: none;
  border: 0;
  padding: 0;
}
.fa.add-to-preferred-list-icon {
  color: #dd0000 !important;
  font-size: 25px !important;
}
.is-in-purchaselist .fa.add-to-preferred-list-icon:before {
  content: "\f004";
}
.productbox .product-actions,
.product-image .product-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1020;
}
.productbox.productbox-promo .product-actions {
  top: 50px;
}
.product-detail.is-in-promo .product-actions {
  top: 60px;
}
/* product is in cart */

.product-image-container {
  display: inline-block;
  position: relative;
}
.product-image-container .in-cart-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}
.in-cart-indicator {
  display: none;
}
.is-in-cart .in-cart-indicator {
  display: block;
}
.fa.in-cart-icon {
  color: #ff4027 !important;
  font-size: 90px !important;
  text-shadow: 0px 0px 3px #999999;
}
.list-layout .fa.in-cart-icon {
  font-size: 80px !important;
}
.complementary-products-section .fa.in-cart-icon {
  font-size: 40px !important;
}
.is-touchspin.is-in-cart .product-main-image,
.is-touchspin.is-in-cart .product-image__mosaic-row img {
  opacity: .5;
}
/* toggle qty field with touchspin */

.btn-addtocart-toggle-spinner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* qty field with touchspin */

.qty-container-spinner,
.form-inline .qty-container-spinner {
  display: none;
}
.qty-container-spinner.show,
.form-inline .qty-container-spinner.show {
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.modal-footer .qty-container-spinner.input-append {
  margin-bottom: 0;
}
.modal-footer .qty-container-spinner.show {
  display: inline-block;
}
.qty-container-spinner {
  position: relative;
  /* uom */

  /* uom dropdown */

  /* validation */

}
.grid-layout .qty-container-spinner,
.complementary-product .qty-container-spinner {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.qty-container-spinner.inline > li {
  margin-bottom: 0;
  padding: 0;
}
.qty-container-spinner .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.qty-container-spinner .input-group input {
  margin-top: 0;
  margin-bottom: 0;
}
.qty-container-spinner .input-group .btn {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 1 !important;
  min-height: 0;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  width: auto !important;
  height: 100%;
}
.qty-container-spinner .input-group .btn .fa {
  vertical-align: baseline;
}
.qty-container-spinner .input-group-btn-vertical .btn {
  height: 50%;
  margin-left: 0;
}
.qty-container-spinner .add-on,
.qty-container-spinner li.add-on {
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: auto;
  padding: 4px 5px;
}
.qty-container-spinner select {
  height: auto !important;
  min-height: auto !important;
}
.qty-container-spinner .field-validation-error {
  top: 100%;
}
.qty-container-spinner .popover {
  line-height: normal;
}
/* Fix for old theme commpatibility */

#ProductPageForm .qty-container-spinner .input-group .btn {
  margin: 0 !important;
}
.span9 .grid-layout .fa.in-cart-icon {
  font-size: 70px !important;
}
.span9 .list-layout .fa.in-cart-icon {
  font-size: 60px !important;
}
@media screen and (min-width: 1200px) {
  .product-detail .fa.in-cart-icon {
    font-size: 140px !important;
  }
  .product-detail .product-image__mosaic .fa.in-cart-icon {
    font-size: 240px !important;
  }
}
@media screen and (max-width: 1199px) {
  /* Fix for old theme commpatibility */
  
  .grid-layout .productbox .box-price .qty-container.qty-container-spinner > li button.btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1199px) and (min-width: 980px) {
  .grid-layout .fa.in-cart-icon {
    font-size: 70px !important;
  }
  .list-layout .fa.in-cart-icon {
    font-size: 60px !important;
  }
  .product-image__mosaic .fa.in-cart-icon {
    font-size: 180px !important;
  }
  .span9 .grid-layout .fa.in-cart-icon {
    font-size: 50px !important;
  }
  .span9 .list-layout .fa.in-cart-icon {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .grid-layout .fa.in-cart-icon,
  .complementary-products-section .fa.in-cart-icon {
    font-size: 50px !important;
  }
  .list-layout .fa.in-cart-icon {
    font-size: 40px !important;
  }
  .product-image__mosaic .fa.in-cart-icon {
    font-size: 120px !important;
  }
  .span9 .grid-layout .fa.in-cart-icon {
    font-size: 40px !important;
  }
  .span9 .list-layout .fa.in-cart-icon {
    font-size: 30px !important;
  }
  .span9 .btn.bootstrap-touchspin-up,
  .span9 .btn.bootstrap-touchspin-down {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
}
@media screen and (max-width: 767px) {
  .complementary-products-section .fa.in-cart-icon {
    font-size: 90px !important;
  }
  .qty-container-spinner .btn {
    display: inline-block;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: auto;
  }
  .qty-container-spinner input {
    max-width: 70px;
  }
}
/****** END Add to cart v2 ******/

footer {
  color: #666666;
  line-height: 1.5em;
  margin-bottom: 40px;
}
footer .footerListTitle {
  font-size: 1.5em;
}
footer h3 {
  font-size: 1.6em;
  letter-spacing: normal;
}
footer .chat {
  margin: 20px 0 !important;
}
footer ul > li {
  margin-bottom: 4px;
}
footer .networks {
  margin-left: 10px;
}
footer .networks li {
  padding: 0 5px;
}
footer .networks li a {
  background: transparent url('../png/icons-sprites.png') no-repeat;
  width: 36px;
  height: 36px;
  text-indent: -10000px;
  display: block;
  overflow: hidden;
}
footer .networks .facebook a {
  background-position: -205px 0px;
}
footer .networks .facebook a:hover {
  background-position: -256px 0px;
}
footer .networks .twitter a {
  background-position: -205px -47px;
}
footer .networks .twitter a:hover {
  background-position: -256px -47px;
}
footer .networks .youtube a {
  background-position: -205px -93px;
}
footer .networks .youtube a:hover {
  background-position: -256px -93px;
}
footer .networks-text {
  line-height: 36px;
}
.product-brand {
  width: 100%;
  margin-top: 15px;
}
/***** PRICING ***/

.pricing strong {
  font-size: 1.85em;
  line-height: 1.5em;
}
.strike {
  text-decoration: line-through;
}
.product-navigation .divider {
  float: left;
  width: 1px;
  height: 150px;
  border-left: 1px solid black;
}
.product-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.product-navigation ul a {
  display: block;
  clear: both !important;
}
.product-navigation li {
  margin: 0 !important;
  padding: 10px;
}
.product-navigation li:first-child {
  padding-right: 20px;
  border-right: 1px solid #e5e5e5;
}
.product-navigation li:last-child {
  padding-left: 20px;
}
.complementary-product .productbox a {
  display: block;
  margin-bottom: 5px;
}
.complementary-product .productbox .dropdown-menu a {
  margin: 0;
}
.complementary-product .productbox > span {
  display: block;
  margin: 5px 0;
}
.complementary-product h5 {
  display: block;
  padding: 10px;
  font-weight: 300;
  color: white;
  background: #ff4027;
  text-align: center;
  /*
        &:before {
            content: "";
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #000;
            position: relative;
            left: 46%;
            top: 54px;
            }*/

}
.customerservice-box {
  background-color: #32688a;
  color: white !important;
  z-index: 1100;
  width: 100%;
  min-height: 32px;
  padding: 7px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
}
.customerservice-box .fa {
  color: white !important;
}
.customerservice-box .btn {
  background: #333333 !important;
  color: white !important;
  border: 0 !important;
  margin: 3px;
  box-sizing: border-box;
}
.customerservice-box .btn .fa {
  color: white !important;
  margin-right: 5px;
  font-size: 14px !important;
  position: relative;
  top: 1px;
}
.customerservice-box .btn:hover,
.customerservice-box .btn:active,
.customerservice-box .btn:focus {
  border: 0 !important;
}
.customerservice-box .fa-user,
.customerservice-box .fa-users {
  margin-right: 10px;
  color: white;
}
.customerservice-box.themepreview-box {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.basket-list .alert-purchaserulevalidation {
  padding-right: 14px;
}
.basket-list h3 {
  margin: 0;
  font-size: 1em;
}
.basket-list a.remove {
  display: block;
  min-width: 30px;
  min-height: 30px;
}
.basket-list .basket-list-header div {
  font-size: 1.1em;
  text-align: center;
}
.basket-list .basket-list-header div:first-child {
  text-align: left;
}
.basket-list .basket-tools {
  display: block;
  margin: 10px 0 !important;
}
.basket-list .basket-tools a {
  display: block;
  height: 40px;
}
.basket-list .basket-tools a.btn {
  height: auto;
}
.basket-list .basket-list-item {
  position: relative;
  padding: 10px;
}
.basket-list .basket-list-item:nth-child(2n) {
  background: #ededed;
}
.basket-list .basket-list-item.alert-error {
  background: #f2dede !important;
}
.basket-list .basket-list-item .basket-item-img {
  text-align: center;
}
.basket-list .basket-list-item .basket-item-title {
  text-align: left;
}
.basket-list .basket-list-item .basket-item-title h3 {
  font-weight: bold;
  margin-top: 0;
}
.basket-list .basket-list-item .basket-item-title h3 a {
  text-decoration: underline;
}
.basket-list .basket-list-item .basket-item-title p {
  margin-top: 10px;
}
.basket-list .basket-list-item .basket-item-comments {
  line-height: normal;
}
.basket-list .basket-list-item .basket-item-comments .basket-item-comment {
  margin: 0 5% 10px 0;
  width: 95%;
}
.basket-list .basket-list-item .basket-item-comments .icon-remove {
  cursor: pointer;
}
.basket-list .basket-list-item .basket-item-comments h5 {
  border-bottom: 1px dashed #cccccc;
}
.basket-list .basket-list-item .basket-item-comments ul li {
  margin-bottom: 5px;
}
.basket-list .basket-list-item .basket-item-comments ul li:last-child {
  margin-bottom: 0px;
}
.basket-list .basket-list-item .basket-item-comments [id^=comment] {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
.basket-list .basket-list-item .basket-item-comments .basket-item-comments-add {
  margin-top: 20px;
}
.basket-list .basket-list-item .basket-item-comments .basket-item-comments-add textarea {
  line-height: 1em !important;
  width: 95%;
  min-height: 80px;
  margin-bottom: 10px;
}
.basket-list .basket-list-item .basket-item-stock {
  text-align: center;
  line-height: 40px;
}
.basket-list .basket-list-item .basket-item-tools {
  line-height: 40px;
  text-align: right;
}
.basket-list .basket-list-item .basket-item-subprice {
  text-align: center;
}
.basket-list .basket-list-item .basket-item-qty {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.basket-list .basket-list-item .basket-item-qty input {
  padding: 0 9px;
  text-align: center;
  width: 30px;
}
.basket-list .basket-list-item .basket-item-qty .popover-content {
  line-height: 20px;
  font-weight: 400;
  font-size: 0.75em;
}
.basket-list .basket-list-item .basket-item-qty .basket-item-qty-inc a {
  box-sizing: border-box;
  display: inline-block !important;
  line-height: 38px !important;
  padding: 0 !important;
  text-align: center;
  width: 40px;
  height: 40px;
  min-height: 0 !important;
}
.basket-list .basket-list-item .basket-item-qty .basket-item-qty-inc a:hover,
.basket-list .basket-list-item .basket-item-qty .basket-item-qty-inc a:focus {
  text-decoration: none;
}
.basket-list .basket-list-item .basket-item-qty .basket-item-qty-inc input {
  border: 1px solid #999999;
  line-height: 40px;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 40px;
}
.basket-list .basket-list-item .basket-item-bo {
  text-align: center;
}
.basket-list .basket-list-item .basket-item-price {
  text-align: center;
}
.basket-list .basket-list-item .basket-item-price h3 {
  font-size: 1.7em;
  min-height: 40px;
  line-height: 40px;
}
.basket-list .basket-list-controls {
  padding-top: 20px;
}
.basket-list .basket-list-sidebar .shipping-address {
  padding-bottom: 5px;
  border-bottom: 1px solid #999999;
}
.basket-list .basket-list-sidebar .coupon {
  padding-bottom: 5px;
  border-bottom: 1px solid #999999;
}
.basket-list .basket-list-sidebar .coupon input {
  margin-bottom: 5px;
}
.basket-list .basket-list-sidebar .coupon .icon-remove {
  margin-top: 2px;
}
.basket-list .basket-list-sidebar a {
  cursor: pointer;
}
.basket-list .basket-list-sidebar a:hover {
  text-decoration: none;
}
.basket-list .basket-list-sidebar a i {
  margin-top: 16px;
  float: right;
}
.basket-list .basket-list-sidebar a i.icon-chevron-down {
  display: none;
}
.basket-list .basket-list-sidebar a i.icon-chevron-up {
  display: block;
}
.basket-list .basket-list-sidebar a i.icon-shopping-cart {
  margin-top: 9px;
}
.basket-list .basket-list-sidebar a.collapsed i.icon-chevron-down {
  display: block;
}
.basket-list .basket-list-sidebar a.collapsed i.icon-chevron-up {
  display: none;
}
.basket-list .basket-totals {
  border: 0;
}
.basket-list .basket-totals .table {
  margin-bottom: 20px;
}
.basket-list .basket-totals .table tr td:first-child {
  width: 70%;
  text-align: right;
}
.basket-list .basket-totals .table tr td:last-child {
  white-space: nowrap;
  text-align: right;
}
.basket-list .basket-totals .table tr.total td {
  background: #ededed;
}
.basket-list .coupon-form input {
  border-right: 0 !important;
}
.basket-list .coupon-list > div {
  margin-top: 5px;
  padding: 3px 0;
}
.basket-list .coupon-list > div span {
  display: block;
  margin: 0 0 5px 5px;
}
.basket-list .coupon-list > div span.label {
  text-align: center;
}
.basket-list .coupon-list > div .coupon-list-item-remove {
  float: right;
}
.basket-list .coupon-list > div .coupon-list-item-remove i {
  margin: 0 !important;
}
/* PURCHASE LIST */

#purchaseListResults .list-options .hidden-desktop a,
#frmBasketMerge .list-options .hidden-desktop a {
  display: inline-block;
  width: auto;
}
.item-table-list-number-cell {
  width: 100px;
}
/* CHECKOUT */

.checkout input {
  margin-bottom: 5px;
}
.checkout .comment-list {
  text-align: left;
  margin-left: 100px;
  word-wrap: break-word;
}
.checkout .checkout-accordion {
  margin: 0 0 15px 0;
}
.checkout .checkout-accordion .checkout-step-number {
  float: left;
  background: white;
  color: #999999;
  font-weight: normal;
  text-shadow: 0px 0px black;
  padding: 8px 12px;
  margin: 4px 8px 0 0;
  font-size: 1.3333em;
  border-radius: 3px;
  vertical-align: middle;
}
.checkout .checkout-accordion .sales-condition-accordion > div {
  padding: 0px !important;
  border: 0px !important;
}
.checkout .checkout-accordion .checkout-accordion-title {
  background: #ff4027;
}
.checkout .checkout-accordion .checkout-accordion-title a {
  color: white;
}
.checkout .checkout-accordion .checkout-accordion-title a:hover {
  text-decoration: none !important;
}
.checkout .checkout-accordion .checkout-accordion-title h4 {
  margin: 8px 0;
  font-size: 1.3em;
  color: white;
}
.checkout .checkout-accordion .checkout-accordion-title .fa {
  color: inherit;
}
.checkout .checkout-accordion .checkout-accordion-content form,
.checkout .checkout-accordion .checkout-accordion-content .row-fluid,
.checkout .checkout-accordion .checkout-accordion-content .alert {
  margin: 0;
}
.checkout .checkout-accordion .checkout-accordion-content .row-fluid {
  margin-bottom: 10px;
}
.checkout .checkout-accordion .checkout-accordion-content .row-fluid:last-child {
  margin-bottom: 0;
}
.checkout .commentCustomizerLine td {
  padding: 0px !important;
  border-top: 0px !important;
  background-color: transparent !important;
}
.checkout .commentCustomizerLine td .comment-list {
  margin-left: 30px;
}
.checkout .commentCustomizerLine td li {
  margin: 6px 0px;
}
.checkout .commentCustomizerLine td li:last-child {
  margin-bottom: 0px;
}
.checkout .order-review-content table td:first-child {
  width: 80px;
  text-align: center;
}
.checkout .order-review-content table .table-ehf {
  float: right;
}
.checkout .order-review-content table .order-review-content-picture,
.checkout .order-review-content table .order-review-content-description {
  text-align: left;
  word-wrap: break-word;
}
.checkout .order-review-content table .order-review-content-qty,
.checkout .order-review-content table .order-review-content-bo,
.checkout .order-review-content table .order-review-content-qty-to-ship {
  text-align: center;
}
.checkout .order-review-content table .order-review-content-price,
.checkout .order-review-content table .order-review-content-subtotal {
  text-align: right;
}
.checkout .order-review-content table .order-review-content-price .table-ehf td,
.checkout .order-review-content table .order-review-content-subtotal .table-ehf td {
  border: none;
  background: white;
}
.checkout #standingOfferAutorityInfo > p {
  margin-top: 25px;
}
.checkout .sales-conditions div {
  width: auto !important;
  font-size: 12px;
  text-transform: uppercase;
}
.Checkout .order-review-totals .table {
  margin-bottom: 20px;
  min-width: 360px;
  width: auto;
}
.order-review-totals .table tr td {
  width: auto;
}
.order-review-totals .table tr td:last-child {
  white-space: nowrap;
  text-align: right;
}
.order-review-totals .table tr td:first-child {
  width: 70%;
  text-align: right;
}
.order-review-totals .table tr.total td {
  background: #ededed;
}
@media screen and (min-width: 768px) {
  .form-select-token {
    width: auto !important;
    min-width: 220px;
  }
}
/* TRACKING DOCUMENTS */

/* adding vertical spacing between back and toolbar buttons on mobile   */

@media screen and (max-width: 767px) {
  .document-toolbar {
    margin-top: 10px;
  }
}
/* replicating bootstrap4's vertical alignment to handle buttons falling on multiple lines on lower resolutions */

.inline-buttons {
  margin-top: -5px;
  margin-bottom: -5px;
}
.inline-buttons > .inline-buttons__item {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .inline-buttons > .inline-buttons__item {
    /*  because of bootstrap2's .inline on the ul, li stays inline-block on lower res, which makes them not stack. This fixes it.   */
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .order-review-content-picture {
    width: 150px;
  }
}
.order-review-content-picture .ordre-review-product-picture {
  max-width: 150px;
}
/* MY ACCOUNT */

.contentText {
  margin-top: 15px;
}
.login-box .lostpassword-container {
  display: inline-block;
  float: left;
  margin-bottom: 0 !important;
}
.label .icon {
  vertical-align: bottom;
}
/* SHOPPING CART */

.basket-item-comments {
  word-wrap: break-word;
}
.basket-item-comments .accordion-group {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 0px;
}
.basket-item-comments .accordion-group .accordion-heading a:after {
  content: "▼";
  font-size: 9px;
  margin-left: 3px;
  position: relative;
  top: -1px;
  display: inline-block;
}
.basket-item-comments .accordion-group .accordion-heading a.collapsed:after {
  content: "▲";
}
#frmOrderLines .alert {
  margin-bottom: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}
#btnCollapseAllAttributes button strong,
#btnExpandAllAttributes button strong {
  font-size: 1.4em;
  margin-right: 5px;
}
/************************************
	Replicate the Bootstrap flexbox columns
*/

.flex-row {
  display: flex;
  flex-basis: 0;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-right: -15px;
  margin-left: -15px;
}
.flex-row:not(:last-child) {
  margin-bottom: 15px;
}
.flex-row__inner {
  flex-grow: 1;
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
/****** STORE LOCATOR ********/

.address-results > .findastorebox > li {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .flex-row--store-search {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .flex-row__inner--use-location {
    padding-right: 30px;
    border-right: 1px solid #e5e5e5;
  }
}
@media (max-width: 767px) {
  .currentLocation-search {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .flex-row__inner--search-address:not(:first-child) {
    padding-left: 30px;
  }
}
.flex-row__inner--search-address-button {
  width: auto;
  max-width: none;
  padding-left: 0px;
}
.flex-row--store-results {
  flex-wrap: wrap;
  margin-top: -15px;
  margin-bottom: -15px;
}
.flex-row__inner--store {
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .flex-row__inner--store {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .flex-row__inner--store {
    max-width: 33%;
  }
}
.flex-row__inner--store .boxshad {
  width: 100%;
}
@media (max-width: 768px) {
  .find-a-store-category-and-service .row-fluid > [class*="span"]:not(:last-child) {
    margin-bottom: 30px;
  }
}
.find-a-store-navigation-section {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .flex-row--search-all-stores {
    flex-wrap: wrap;
  }
}
.flex-row__inner--search-all-button {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .flex-row__inner--search-all-button {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .flex-row__inner--search-all-button {
    width: auto;
  }
}
/***************************************/

/*	STORE LOCATOR STORE INFO PAGE	*/

@media (max-width: 768px) {
  .store-info {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 0;
    flex-direction: column;
    align-items: stretch;
  }
}
.store-info__item--has-icon {
  position: relative;
}
.store-info__item--has-icon > .icon {
  position: absolute;
  top: 4px;
}
.store-info__item--has-icon > .icon.fa-map-marker {
  top: 3px;
  left: 2px;
}
.store-info__item--has-icon > .store-info__wrapper {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .store-info__details {
    order: 2;
  }
}
.store-info__item {
  margin-bottom: 15px !important;
}
.store-info__item:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .store-info__map {
    order: 1;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .store-info__services-and-categories .store-info__services-list {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .store-info__opening-hours .opening-hours {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .store-info__opening-hours .opening-exceptions {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
/***************************************/

/*	PREFERRED STORE SELECTED IN HEADER	*/

@media screen and (max-width: 767px) {
  .has-preferred-store {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .has-preferred-store .popover {
    position: absolute !important;
    box-sizing: border-box;
    width: 98% !important;
    margin-left: 1% !important;
  }
}
@media screen and (min-width: 768px) {
  .has-preferred-store .popover {
    min-width: 450px;
  }
}
.header-nav__preferred-store .fa {
  vertical-align: baseline !important;
  font-size: inherit !important;
  line-height: auto !important;
}
.header-nav__preferred-store .fa.fa-small {
  font-size: 65% !important;
  vertical-align: middle !important;
  margin-top: -4px;
}
.header-nav__preferred-store .store-info li {
  margin-left: 0;
  padding: 0 !important;
}
.header-nav__preferred-store .icon--store-status,
.header-nav__preferred-store .store-info__status {
  color: #cc0000;
}
.header-nav__preferred-store .store-info__item--name.is-opened .icon--store-status,
.header-nav__preferred-store .store-info__item--name.is-opened .store-info__status {
  color: #009900;
}
.header-nav__preferred-store .store-info__item hr {
  margin: 0px !important;
  border-top-color: transparent;
}
@media screen and (max-width: 767px) {
  .header-nav__preferred-store .store-info__item--buttons .btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
.tooltip--my-preferred-store {
  z-index: 1050;
}
.product-detail__preferred-store-quantity .product-detail__separator {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top-color: #dddddd;
  border-bottom: 0px;
}
/* TOOLTIP */

.field-validation-error {
  z-index: 1020;
  position: absolute;
  display: block;
  visibility: visible;
  opacity: .9;
  filter: alpha(opacity=90);
  margin-left: 0px;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 200px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: #b94a48;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font: normal 11px Arial, sans-serif;
  padding: 9px 10px;
  white-space: normal !important;
}
.field-validation-error:before {
  content: "" !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  border-bottom: 4px solid #b94a48 !important;
  border-right: 4px solid transparent !important;
  border-left: 4px solid transparent !important;
  position: absolute !important;
  margin-left: 0px !important;
  margin-top: 0px !important;
  top: -4px !important;
}
.field-validation-valid {
  display: none;
}
.modal fieldset .row-fluid {
  position: relative;
}
/****** FORMS ********/

#formCreateAccount .captcha .text-center,
#formNewsletter .captcha .text-center,
#formQuestion .captcha .text-center,
.add-credit-card .address-edit .captcha .text-center {
  text-align: left !important;
}
#formCreateAccount .captcha > .row-fluid > .span6 + .span6 > .row-fluid:first-child,
#formNewsletter .captcha > .row-fluid > .span6 + .span6 > .row-fluid:first-child,
#formQuestion .captcha > .row-fluid > .span6 + .span6 > .row-fluid:first-child,
.add-credit-card .address-edit .captcha > .row-fluid > .span6 + .span6 > .row-fluid:first-child {
  margin-bottom: 5px;
}
#frmMyProfile legend {
  margin-top: 30px;
}
#frmMyProfile fieldset:first-child > legend {
  margin-top: 0;
}
/****** STATUS BAR ********/

.statusbar {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 100% !important;
  left: 0 !important;
  top: 0 !important;
  margin-left: 0 !important;
  text-align: center !important;
  background: black !important;
  background: rgba(0, 0, 0, 0.9) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)" !important;
  z-index: 10000 !important;
}
.statusbar .modal-body {
  padding-top: 50px;
  padding-bottom: 20px;
}
.statusbar .modal-body ul {
  list-style: none;
}
.statusbar .modal-body a {
  color: white;
}
.statusbar .modal-body a:hover {
  color: #e6e6e6;
}
.statusbar .close {
  float: none !important;
  color: white;
  text-shadow: none !important;
  opacity: 1 !important;
  font-size: 0.85em;
  padding: 15px 0px 10px 0px;
  background: transparent !important;
  border: 0px !important;
  -webkit-appearance: none;
}
.statusbar .close:hover {
  opacity: 0.4 !important;
}
.statusbar .multipleMessage,
.statusbar .multipleMessageScroll {
  max-height: 240px;
}
.statusbar .multipleMessage h3,
.statusbar .multipleMessageScroll h3 {
  margin-bottom: 5px !important;
}
.statusbar .statusBarArrows a {
  display: block;
  height: 39px;
  text-indent: -10000px !important;
}
.statusbar #lnkStatusBarArrowsExpand {
  background: url(../animated-arrows.html) no-repeat 50% bottom;
}
.statusbar #lnkStatusBarArrowsCollapse {
  display: none;
  background: url(../animated-arrowsup.html) no-repeat 50% top;
}
.statusbar h3 {
  font-size: 1.15em;
  margin-bottom: 30px !important;
  color: white !important;
}
.statusbar i {
  vertical-align: middle !important;
  margin-right: 8px;
  margin-top: -3px;
  width: 32px !important;
  height: 32px !important;
}
.statusbar .yes,
.statusbar .no {
  float: none !important;
  color: #878787 !important;
  text-shadow: none !important;
  opacity: 1 !important;
  background: transparent !important;
  -webkit-apparance: none !important;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #282828 !important;
  padding: 5px 15px 3px 5px !important;
  margin: 0px 5px;
}
.statusbar .yes:hover,
.statusbar .no:hover {
  color: white !important;
  background: transparent !important;
  border-color: #878787 !important;
}
.statusbar .yes i,
.statusbar .no i {
  width: 16px !important;
  height: 16px !important;
}
.statusbar .icon-statusbar-success {
  width: 26px;
  height: 27px;
  background: transparent url('../png/icons-sprites.png') no-repeat -461px -46px !important;
}
.statusbar .icon-statusbar-warning {
  width: 26px;
  height: 27px;
  background: transparent url('../png/icons-sprites.png') no-repeat -461px 0px !important;
}
.statusbar .icon-statusbar-error {
  width: 26px;
  height: 27px;
  background: transparent url('../png/icons-sprites.png') no-repeat -461px -93px !important;
}
.statusbar .icon-yes-circle {
  width: 24px !important;
  background: transparent url('../png/icons-sprites.png') no-repeat -461px -140px !important;
}
.statusbar .icon-no-circle {
  width: 24px !important;
  background: transparent url('../png/icons-sprites.png') no-repeat -461px -187px !important;
}
.statusbar .icon-loading {
  background: transparent url(../gif/statusbar-loader.gif) no-repeat 0 0 !important;
}
.modal .modal-body,
.modal iframe {
  -webkit-overflow-scrolling: touch;
}
.ejs-add-credit-card-modal.modal .modal-body,
.ejs-add-credit-card-modal.modal iframe {
  min-height: 460px;
}
.ejs-update-credit-card-modal.modal .modal-body,
.ejs-update-credit-card-modal.modal iframe {
  min-height: 460px;
}
.ejs-update-bank-account-modal.modal .modal-body,
.ejs-update-bank-account-modal.modal iframe {
  min-height: 460px;
}
.ejs-add-bank-account-modal.modal .modal-body,
.ejs-add-bank-account-modal.modal iframe {
  min-height: 460px;
}
/************************************/

/*		CREDIT CARD ADD MODAL		*/

html.has-creditcard-modal,
html.has-creditcard-modal body {
  overflow: hidden;
}
@media screen and (min-width: 1550px) {
  .modal.modal--add-credit-card.fade.in {
    top: 5%;
  }
}
@media screen and (min-width: 980px) and (max-width: 1549px) {
  .modal.modal--add-credit-card.fade.in {
    top: 2%;
  }
}
.modal.modal--add-credit-card.is-screen-edit.is-associated .modal-card-btn-associate {
  display: none;
}
.modal.modal--add-credit-card.is-screen-edit.is-associated .modal-card-btn-confirm {
  display: inline-block;
}
.modal.modal--add-credit-card.is-screen-edit .modal-card-btn-associate {
  display: inline-block;
}
.modal.modal--add-credit-card.is-screen-edit .modal-card-btn-confirm {
  display: none;
}
.modal.modal--add-credit-card.is-screen-edit .modal__wrapper.modal__wrapper--card-slider {
  left: 0;
}
.modal.modal--add-credit-card.is-screen-associate .modal-card-btn-edit {
  display: inline-block;
}
.modal.modal--add-credit-card.is-screen-associate .modal__wrapper.modal__wrapper--card-slider {
  left: -100%;
  left: -webkit-calc(-100% - 15px);
  left: calc(-100% - 15px);
}
.modal.modal--add-credit-card.is-screen-associate .modal__wrapper.modal__wrapper--card-slider .modal__inner {
  box-sizing: border-box;
  padding-right: 1px;
  padding-left: 1px;
}
.modal.modal--add-credit-card .modal-card-btn-edit,
.modal.modal--add-credit-card .modal-card-btn-associate {
  display: none;
}
.modal.modal--add-credit-card form,
.modal.modal--add-credit-card .well,
.modal.modal--add-credit-card .address-select,
.modal.modal--add-credit-card .address-display.unstyled:last-child {
  margin-bottom: 0;
}
.modal.modal--add-credit-card .row-fluid {
  margin-bottom: 10px;
}
.modal.modal--add-credit-card .row-fluid:last-child {
  margin-bottom: 0 !important;
}
.modal.modal--add-credit-card .modal__body {
  overflow-x: hidden;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
.modal.modal--add-credit-card .modal__footer:before,
.modal.modal--add-credit-card .modal__footer:after {
  display: none;
}
.modal.modal--add-credit-card .modal__footer .inline > li {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .modal.modal--add-credit-card .modal__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .modal.modal--add-credit-card .modal__footer .inline {
    margin-right: 10px;
  }
  .modal.modal--add-credit-card .modal__footer .inline:last-child {
    margin-right: 0;
  }
  .modal.modal--add-credit-card .modal__footer .inline.text-left > li {
    padding-left: 0;
  }
  .modal.modal--add-credit-card .modal__footer .inline.text-right > li {
    padding-right: 0;
  }
  .modal.modal--add-credit-card .modal__footer .inline > li {
    width: auto;
  }
}
.modal.modal--add-credit-card .address-select__item:last-child > label {
  margin-bottom: 0;
}
.modal.modal--add-credit-card .field-validation-error {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .modal.modal--add-credit-card {
    width: 724px;
    margin-left: -362px;
  }
}
.add-card-complete-form {
  overflow: hidden;
}
.modal__wrapper.modal__wrapper--card-slider {
  overflow: hidden;
  position: relative;
  left: 0;
  /* no -webkit-transition because of bug in old IOS versions with CSS transitions and calc */
  transition: left .3s;
  width: 200%;
  width: -webkit-calc(200% + 30px);
  width: calc(200% + 30px);
}
.modal__wrapper.modal__wrapper--card-slider .modal__inner {
  float: left;
  margin-right: 0;
  margin-right: -webkit-calc(15px);
  margin-right: calc(15px);
  width: 50%;
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
}
/********************************************/

/*					RETURNS					*/

.table-return-types label:last-child {
  margin-bottom: 0px;
}
.returnDetailLink {
  padding-left: 20px;
}
.returnDetailLink > span,
.returnDetailLink > a {
  vertical-align: middle;
}
.formInputSectionFull > textarea,
.formInputSectionFull > input {
  width: 100% !important;
}
/*********************************************/

@media screen and (max-width: 552px) {
  .ejs-add-credit-card-modal.modal .modal-body,
  .ejs-add-credit-card-modal.modal iframe {
    min-height: 700px;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 552px) {
  .ejs-update-credit-card-modal.modal .modal-body,
  .ejs-update-credit-card-modal.modal iframe {
    min-height: 700px;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 768px) {
  .navbar .navbar-inner .nav .submenu-left .nav a,
  .navbar .navbar-inner .nav .nav-inner-items a {
    width: 228px;
    box-sizing: border-box;
  }
}
/* isk gift certificate*/

.searchGift,
.redeem-gift-certificate {
  font-size: 21px;
  padding: 4px 0;
}
.icon-gift-certificate {
  background-position: -100px -505px;
  width: 47px;
  height: 41px;
  vertical-align: middle;
  margin-top: -2px;
}
.tab-content {
  overflow: visible;
}
.pointer-cursor,
.cursorhand {
  cursor: pointer;
}
.contentText a {
  color: #1571b0;
}
.contentTextHighlight {
  margin-top: 30px;
  font-weight: bold;
}
.main-navigation .main-navig-search {
  display: none;
  text-align: center;
}
.main-navigation .main-navig-search form {
  margin-bottom: 0;
  position: relative;
}
.main-navigation .main-navig-search input,
.main-navigation .main-navig-search .typeahead {
  width: 1073px;
}
.main-navigation .main-navig-search input {
  width: 1073px;
  border: 1px solid #ececce;
  height: 51px;
  line-height: 51px;
  padding-left: 20px;
  text-align: center;
  font-family: 'Oxygen', sans-serif;
  font-weight: 400;
  color: #666666;
  font-size: 18px;
  background: transparent url('../png/icons-sprites.png') no-repeat 22px -684px;
  background-color: #ffffdf;
  margin: auto;
}
.main-navigation .main-navig-search .typeahead {
  width: 100%;
  text-align: left;
}
.main-navigation .main-navig-search .btn {
  height: 53px;
  width: 63px;
  margin-right: -1px;
}
.main-navigation .main-navig-search .icon-custom {
  height: 26px;
  width: 26px;
  vertical-align: middle;
  margin-left: 3px;
  float: left;
}
.main-navigation .main-navig-search .icon-caretr {
  margin-top: 6px;
  width: 9px;
  height: 14px;
}
.main-navigation .navbar .navbar-inner .nav-quicklinks ul.nav {
  text-align: right;
  position: static;
  display: block;
  float: none;
}
.main-navigation .navbar .navbar-inner .nav-quicklinks ul.nav li {
  float: none;
  display: inline-block;
}
.main-navigation .navbar .navbar-inner .nav-quicklinks ul.nav li:first-child {
  text-indent: 0;
}
.main-navigation .navbar .navbar-inner .nav-quicklinks ul.nav li:last-child {
  margin-right: 0;
}
.main-navigation:not(.f-nav) .navbar .navbar-inner .nav-collapse.collapse.span10 {
  width: 100%;
}
.navbar .nav {
  left: auto !important;
}
.navbar-inner .container.row-fluid {
  margin-bottom: 0;
}
.navbar-inner .nav-quicklinks {
  display: none;
}
.navbar-inner .nav-quicklinks .nav {
  margin: 0;
}
.navbar-inner .nav-quicklinks .nav li {
  padding: 0;
}
.navbar-inner .nav-quicklinks .nav li .icon-custom {
  float: none;
}
.navbar-inner .nav-quicklinks .nav li a {
  line-height: auto;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.navbar-inner .nav-quicklinks .nav li a:hover {
  background: none transparent !important;
}
.navbar-inner .nav-quicklinks .nav li.dropdown {
  position: static;
}
.navbar-inner .nav-quicklinks .nav li.open .box {
  background: #333333;
  border-right: 1px solid #2a2d2d;
  border-left: 1px solid #2a2d2d;
}
.navbar-inner .nav-quicklinks .nav li .dropdown-menu {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: #333333;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.navbar-inner .nav-quicklinks .nav li .dropdown-menu .btn {
  background: #ff9933 !important;
  border: 1px solid #ff9933 !important;
  margin: 10px 5px 0px 5px;
  letter-spacing: 0;
}
.navbar-inner .nav-quicklinks .nav li .dropdown-menu .btn:hover {
  background: #ffb033 !important;
  border: 1px solid #ffb033 !important;
}
.navbar-inner .nav-quicklinks .nav li .dropdown-menu .nav-header {
  padding: 10px 10px 5px 10px;
  font-size: 1em;
  font-weight: 400;
  color: #999999;
  text-shadow: 0px 0px 0px black;
}
.navbar-inner .nav-quicklinks .nav li .dropdown-menu .divider {
  background: transparent;
  border: 0;
  border-top: 1px solid #818181;
  margin-bottom: 1px;
}
.navbar-inner .nav-quicklinks .nav li .dropdown-menu li {
  width: auto;
}
.navbar-inner .nav-quicklinks .nav li .dropdown-menu a {
  color: white;
  border-bottom: 1px solid #3f3f3f;
  text-decoration: none;
  padding: 6px 10px !important;
  white-space: normal;
  font-size: 1em;
  text-transform: none;
}
.navbar-inner .nav-quicklinks .nav li .dropdown-menu a:hover {
  background: #474747 !important;
}
.navbar-inner .nav-quicklinks .nav li .dropdown-menu:after {
  content: '';
  display: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #333333 !important;
  position: absolute;
  top: -6px;
  left: 10px;
}
.well.well-sm {
  padding: 10px;
}
.well.well-sm:last-child {
  margin-bottom: 0px;
}
.checkout-customized-comment {
  margin-top: 10px !important;
}
.checkout-customized-comment ul {
  margin-bottom: 0px;
}
.checkout-customized-comment ul li {
  margin-bottom: 5px;
}
.checkout-customized-comment ul li:last-child {
  margin-bottom: 0px;
}
.nav-rightlinks ul {
  margin-bottom: 0;
}
.nav-rightlinks ul li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
.nav-rightlinks ul a {
  border: 0px !important;
}
@media screen and (min-width: 1200px) {
  .btn-navbar {
    display: none !important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1200px) {
  .main-navigation .main-navig-search input {
    width: 843px;
  }
  .navbar-inverse .nav-rightlinks a {
    padding: 0 7px;
    font-size: 0.9em;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .f-nav.main-navigation {
    padding: 0px !important;
  }
  .f-nav.main-navigation .main-navig-search input {
    width: 627px !important;
  }
  .nav-quicklinks .icon-custom {
    margin-top: -2px !important;
  }
}
@media screen and (max-width: 767px) {
  .nav-rightlinks {
    display: none !important;
  }
}
@media print {
  a[href]:after,
  .section-container-main-navigation,
  .header-topsection,
  .header-nav,
  footer {
    display: none !important;
  }
}
header .container {
  position: relative;
}
/*****************************************/

/*                         KLOUD PAY            */

/*****************************************/

@media screen and (min-width: 768px) {
  .amount-textbox,
  [data-priceDisplay="true"] {
    text-align: right !important;
  }
}
.invoicePaymentDetails:last-child {
  margin-bottom: 0px;
}
.invoicePaymentDetails > li {
  margin-bottom: 10px;
}
.invoicePaymentDetails > li:last-child {
  margin-bottom: 0px;
}
.documentSearchAdvancedSearch .span4 {
  padding-bottom: 30px;
}
.documentSearchAdvancedSearch .span4:last-child {
  padding-bottom: 0px;
}
.documentSearchAdvancedSearch .span4:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
.KPLLayoutKP header {
  margin-bottom: 30px;
  padding-top: 15px;
}
.KPLLayoutKP .header-nav {
  text-align: right;
}
.KPLLayoutKP .header-nav .dropdown-menu > li {
  text-align: left;
  margin-left: 0px;
}
.KPLLayoutKP .header-nav .dropdown-menu > li > a:hover,
.KPLLayoutKP .header-nav .dropdown-menu > li > a:active,
.KPLLayoutKP .header-nav .dropdown-menu > li > a:focus {
  color: black;
  filter: none;
  background: none transparent;
}
.KPLLayoutKP .noclickLabel > a,
.KPLLayoutKP .noclickLabel > a:link,
.KPLLayoutKP .noclickLabel > a:hover,
.KPLLayoutKP .noclickLabel > a:active,
.KPLLayoutKP .noclickLabel > a:visited,
.KPLLayoutKP .noclickLabel > a:focus {
  text-decoration: none !important;
  color: black !important;
  cursor: normal !important;
}
.kp-pageTitle {
  margin-bottom: 10px;
}
.KPTDashboard .tooltip.in {
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.KPTDashboard .tooltip.right .tooltip-arrow {
  border-right-color: #ff4027;
}
.KPTDashboard .tooltip-inner {
  background-color: #ff4027;
  color: white;
}
.KPTDashboard .input-append,
.KPTDashboard .input-prepend {
  margin: 0px;
}
.KPTDashboard .input-append textarea,
.KPTDashboard .input-prepend textarea,
.KPTDashboard .input-append input[type="text"],
.KPTDashboard .input-prepend input[type="text"],
.KPTDashboard .input-append input[type="password"],
.KPTDashboard .input-prepend input[type="password"],
.KPTDashboard .input-append input[type="datetime"],
.KPTDashboard .input-prepend input[type="datetime"],
.KPTDashboard .input-append input[type="datetime-local"],
.KPTDashboard .input-prepend input[type="datetime-local"],
.KPTDashboard .input-append input[type="date"],
.KPTDashboard .input-prepend input[type="date"],
.KPTDashboard .input-append input[type="time"],
.KPTDashboard .input-prepend input[type="time"],
.KPTDashboard .input-append input[type="week"],
.KPTDashboard .input-prepend input[type="week"],
.KPTDashboard .input-append input[type="text"],
.KPTDashboard .input-prepend input[type="text"],
.KPTDashboard .input-append input[type="number"],
.KPTDashboard .input-prepend input[type="number"],
.KPTDashboard .input-append input[type="email"],
.KPTDashboard .input-prepend input[type="email"],
.KPTDashboard .input-append input[type="tel"],
.KPTDashboard .input-prepend input[type="tel"],
.KPTDashboard .input-append input[type="url"],
.KPTDashboard .input-prepend input[type="url"] {
  height: 30px !important;
  line-height: 20px !important;
  min-height: 0px !important;
  padding-top: 2px;
  padding-bottom: 2px;
  min-width: 95px;
}
.KPTDashboard .input-append .add-on,
.KPTDashboard .input-prepend .add-on {
  background-color: transparent;
  color: black;
  text-shadow: none;
}
.kp-summarybox {
  padding: 20px;
  text-align: center;
  border: solid 1px transparent;
}
.kp-summarybox.kp-invertedbox {
  background-color: #ff4027;
  color: white;
  border-color: #ff4027;
}
.kp-summarybox.kp-invertedbox h3,
.kp-summarybox.kp-invertedbox p,
.kp-summarybox.kp-invertedbox a,
.kp-summarybox.kp-invertedbox a:link,
.kp-summarybox.kp-invertedbox a:hover,
.kp-summarybox.kp-invertedbox a:active,
.kp-summarybox.kp-invertedbox a:visited,
.kp-summarybox.kp-invertedbox a:focus,
.kp-summarybox.kp-invertedbox .fa {
  color: white !important;
}
.kp-summarybox h3,
.kp-summarybox p {
  margin-bottom: 10px;
}
.kp-summarybox h3:last-child,
.kp-summarybox p:last-child {
  margin-bottom: 0px;
}
.kp-summarybox h3 {
  margin-top: 0px;
  font-size: 18px;
  line-height: 1.1em;
}
.kp-summarybox .kp-summarybox-total-amount {
  font-size: 34px;
  line-height: 1.1em;
}
.kp-summarybox .kp-summarybox-credit-amount {
  font-size: 34px;
  line-height: 1.1em;
}
.kp-summarybox .kp-summarybox-total-history,
.kp-summarybox .kp-summarybox-credit-history {
  font-size: 12px;
  line-height: 1.1em;
}
.kp-summary-table td {
  padding: 10px 5px;
}
.kp-summary-table td.kp-pricecell {
  text-align: right;
}
.kp-table-total--summary {
  border-top: solid 3px #ff4027;
}
body .row-fluid.kp-results-header {
  margin-bottom: 10px;
}
.kp-results-resultsperpage {
  text-align: right;
}
.kp-invoice-table td,
.kp-credit-table td,
.kp-invoice-table th,
.kp-credit-table th {
  vertical-align: middle;
}
.kp-invoice-table td span:after,
.kp-credit-table td span:after,
.kp-invoice-table th span:after,
.kp-credit-table th span:after {
  font-family: "fontawesome";
  font-size: 8px;
  line-height: 8px;
  position: relative;
  top: -2px;
  left: 4px;
}
.kp-invoice-table td.sortdown span:after,
.kp-credit-table td.sortdown span:after,
.kp-invoice-table th.sortdown span:after,
.kp-credit-table th.sortdown span:after {
  content: "\f078";
}
.kp-invoice-table td.sortup span:after,
.kp-credit-table td.sortup span:after,
.kp-invoice-table th.sortup span:after,
.kp-credit-table th.sortup span:after {
  content: "\f077";
}
.kp-invoice-table.table-striped tbody > tr.selected > td,
.kp-credit-table.table-striped tbody > tr.selected > td,
.kp-invoice-table.table-striped tbody > tr:nth-child(2n+1).selected > td,
.kp-credit-table.table-striped tbody > tr:nth-child(2n+1).selected > td,
.kp-invoice-table.table-striped tbody > tr.selected > th,
.kp-credit-table.table-striped tbody > tr.selected > th,
.kp-invoice-table.table-striped tbody > tr:nth-child(2n+1).selected > th,
.kp-credit-table.table-striped tbody > tr:nth-child(2n+1).selected > th {
  background-color: #ffffcc !important;
}
.kp-invoice-headerTotals td,
.kp-invoice-headerTotals th {
  text-align: right;
  background-color: transparent;
  color: black;
  vertical-align: middle;
}
.inverted-header {
  color: white;
}
.inverted-header .kp-invoice-total-headers {
  text-align: right;
}
.inverted-header .kp-invoice-total-headers[data-price="false"] {
  text-align: left;
}
.inverted-header th,
.inverted-header td {
  background-color: #ff4027;
  color: white;
}
.fa.termsAmount-icon {
  margin-right: 4px;
  line-height: 1em !important;
  color: #ff4027 !important;
}
table td.kp-invoice-dataAmount {
  vertical-align: middle;
}
table td.kp-invoice-dataAmount:last-child {
  white-space: nowrap;
}
table td.kp-invoice-dataAmount:last-child .kp-invoiceInfo-mobile {
  white-space: normal;
  color: white;
  background-color: #ff4027;
}
table td.kp-invoice-dataAmount input {
  max-width: 100px;
}
.tooltip {
  white-space: normal;
}
@media screen and (min-width: 1200px) {
  .inverted-header .kp-invoice-total-headers {
    white-space: nowrap;
    font-size: 85%;
  }
  html[lang="en"] .inverted-header .kp-invoice-total-headers {
    font-size: 90%;
  }
  table td.kp-invoice-dataAmount {
    white-space: nowrap;
  }
  .kp-invoice-headerTotals td,
  .kp-invoice-headerTotals th {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1199px) {
  .kp-invoiceNumber {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
  }
}
.kp-invoiceInfo-mobile {
  color: black;
  background-color: transparent;
  padding: 6px;
  font-size: 0.7em;
  line-height: 1.3em;
  margin-top: 4px;
}
table td.kp-invoice-dataAmount {
  text-align: right;
}
.kp-table-total td,
.kp-table-total th {
  text-align: right;
}
.unselectedFilter {
  opacity: 0.35;
}
.kp-InvoiceFilters input {
  display: none;
}
.kpInvoiceFilters-noresults {
  display: none;
}
td.kp-PaymentPopup-Amount,
th.kp-PaymentPopup-Amount {
  text-align: right;
}
.kp-PaymentPopup-TermDiscount small {
  font-size: 70%;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .kp-invoice-table {
    position: relative;
    left: 50%;
    transform: translate(-50%);
  }
  table .kp-checkboxCell {
    width: 50px;
    text-align: center;
    box-sizing: border-box;
  }
  .kpInvoiceFilters-noresults {
    display: none !important;
  }
  .kp-invoice-dataAmount.hidden-phone {
    display: table-cell;
  }
  .kp-topButtons-right {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .kp-invoice-table.flip-scroll,
  .kp-credit-table.flip-scroll {
    border: 0px;
    margin-bottom: 0px;
  }
  .kp-invoice-table.flip-scroll tr:not(:last-child),
  .kp-credit-table.flip-scroll tr:not(:last-child) {
    margin-bottom: 15px;
  }
  .kp-invoice-table.table-striped tbody > tr:not(.selected) > td,
  .kp-credit-table.table-striped tbody > tr:not(.selected) > td,
  .kp-invoice-table.table-striped tbody > tr:not(.selected) > th,
  .kp-credit-table.table-striped tbody > tr:not(.selected) > th {
    background-color: transparent;
  }
  table td.kp-invoice-dataAmount {
    text-align: right;
  }
  table td.kp-invoice-dataAmount .input-append > input {
    width: 120px;
  }
  .kp-filterHidden {
    display: none !important;
  }
  .mobilePayThisInvoice .fa-check-square-o,
  .mobilePayAll .fa-check-square-o,
  .mobileCreditAll .fa-check-square-o,
  .mobileApplyThisCredit .fa-check-square-o {
    display: none;
  }
  .ejs-kpInvoiceLine.selected .mobilePayThisInvoice .fa-check-square-o,
  .ejs-kpCreditLine.selected .mobileApplyThisCredit .fa-check-square-o,
  .mobilePayAll.selected .fa-check-square-o,
  .ejs-btnCreditAll.selected .fa-check-square-o {
    display: inline-block;
  }
  .ejs-kpInvoiceLine.selected .mobilePayThisInvoice .fa-square-o,
  .ejs-kpCreditLine.selected .mobileApplyThisCredit .fa-square-o,
  .mobilePayAll.selected .fa-square-o,
  .ejs-btnCreditAll.selected .fa-square-o {
    display: none;
  }
}
.ejs-search-panel-select .fa {
  -webkit-transition: width 0.2s, height 0.2s, -webkit-transform 0.2s, top 0.2s;
  /* Safari */
  transition: width .2s, height .2s, transform .2s, top .2s;
  position: relative;
  top: 1px;
}
.ejs-search-panel-select.opened .fa {
  transform: rotate(180deg);
  position: relative;
  top: 2px;
}
/*  END KLOUDPAY    */

/*****************************************/

/*		PAYMENT EXTENSION SECURE PAGE	*/

/*****************************************/

.LayoutKPECreditCardSecureLink .kpe-pci-frame {
  border: solid 1px #d8d8d8;
  height: 530px;
  width: 100%;
}
.LayoutKPECreditCardSecureLink .secure-add-card__header {
  padding: 30px 0 !important;
  height: auto !important;
  text-align: center !important;
}
.LayoutKPECreditCardSecureLink .secure-add-card__logo {
  display: inline-block !important;
  float: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  max-width: none !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.LayoutKPECreditCardSecureLink .secure-add-card__logo .logo__img {
  width: auto !important;
}
.LayoutKPECreditCardSecureLink .kpe-pci-container {
  border: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
  padding: 0;
  width: 100%;
}
.LayoutKPECreditCardSecureLink .btn-primary .fa {
  color: white !important;
}
.LayoutKPECreditCardSecureLink h1,
.LayoutKPECreditCardSecureLink h2,
.LayoutKPECreditCardSecureLink h3,
.LayoutKPECreditCardSecureLink h4,
.LayoutKPECreditCardSecureLink h5 {
  margin-top: 0 !important;
  display: block !important;
}
.LayoutKPECreditCardSecureLink h1:last-child,
.LayoutKPECreditCardSecureLink h2:last-child,
.LayoutKPECreditCardSecureLink h3:last-child,
.LayoutKPECreditCardSecureLink h4:last-child,
.LayoutKPECreditCardSecureLink h5:last-child {
  margin-bottom: 0px !important;
}
.LayoutKPECreditCardSecureLink .kpe-bigsection-title {
  font-size: 1.375rem;
}
.LayoutKPECreditCardSecureLink .address-edit__item {
  margin-bottom: 10px;
}
.LayoutKPECreditCardSecureLink .address-edit__item:last-child {
  margin-bottom: 0;
}
.LayoutKPECreditCardSecureLink .address-edit__item input,
.LayoutKPECreditCardSecureLink .address-edit__item select {
  margin-bottom: 5px;
}
.LayoutKPECreditCardSecureLink .secure-add-card__title {
  margin-top: 30px !important;
  margin-bottom: 60px !important;
}
.LayoutKPECreditCardSecureLink .secure-add-card__desc {
  margin-bottom: 60px !important;
}
.LayoutKPECreditCardSecureLink .btn-large .fa {
  margin-right: 8px;
  top: -1px;
}
.LayoutKPECreditCardSecureLink footer {
  padding: 30px 0 !important;
  margin: 0 !important;
  background-image: none !important;
  background-color: #ff4027 !important;
  color: white !important;
}
.LayoutKPECreditCardSecureLink footer a:link,
.LayoutKPECreditCardSecureLink footer a:active,
.LayoutKPECreditCardSecureLink footer a:hover,
.LayoutKPECreditCardSecureLink footer a:visited {
  color: white !important;
}
.LayoutKPECreditCardSecureLink footer *,
.LayoutKPECreditCardSecureLink footer .container {
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background: none transparent !important;
  min-height: 0px !important;
}
.LayoutKPECreditCardSecureLink .secure-link__footer-sep {
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
}
@media screen and (min-width: 769px) {
  .LayoutKPECreditCardSecureLink .kpe-default-card {
    display: flex;
    flex-wrap: no-wrap;
    align-items: center;
  }
  .LayoutKPECreditCardSecureLink .kpe-default-card__label,
  .LayoutKPECreditCardSecureLink .kpe-default-card__checkbox {
    min-height: 0;
  }
  .LayoutKPECreditCardSecureLink .kpe-default-card__label label,
  .LayoutKPECreditCardSecureLink .kpe-default-card__checkbox label {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .LayoutKPECreditCardSecureLink footer {
    text-align: center !important;
  }
  .LayoutKPECreditCardSecureLink footer [class*="span"] {
    margin-bottom: 15px !important;
  }
  .LayoutKPECreditCardSecureLink footer [class*="span"]:last-child {
    margin-bottom: 0 !important;
  }
  .LayoutKPECreditCardSecureLink footer .text-right {
    text-align: center !important;
  }
}
/*****************************/

/*  QUANTITY BY WAREHOUSE */

.quantity-per-warehouse .table {
  margin-bottom: 0;
}
.modal .quantity-per-warehouse .table {
  border: 1px solid #dddddd;
}
.table__row.table__row--sticky .table__cell {
  background-color: white;
  position: sticky;
  top: 0;
}
.modal .table__row.table__row--sticky .table__cell {
  position: static;
}
.product-detail__quantity-by-warehouse,
.productbox__quantity-by-warehouse {
  max-height: 300px;
  overflow-y: auto;
}
.button.button--auto {
  width: auto !important;
}
.button.button--px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.caption .icon {
  position: relative;
  top: -1px;
}
/**********************/

/*  VIDEO FROM CMS  */

.video.video--cms {
  max-width: 100%;
}
/****************************************/

/*	PROMOTION ICON MANAGED BY CUSTOMER	*/

.promotion-icon,
.fee-icons {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1020;
}
.promotion-icon.promotion-icon--image,
.fee-icons.promotion-icon--image {
  max-width: 30px;
}
.fee-icons {
  right: auto;
  left: 5px;
}
.Ecom-PurchaseListPage .fee-icons {
  top: 25px;
}
.fee-icons__icon {
  display: inline-block;
}
.fee-icons__icon--text {
  padding: 3px 5px;
}
.fee-icons__icon--image {
  max-width: 30px;
}
/*******************************/

/*	TIME SLOTS POPUP SELECTOR	*/

.modal-backdrop {
  z-index: 1041;
}
@media screen and (min-width: 768px) {
  .modal--time-slot-selector {
    width: 724px;
    margin-left: 0;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .modal--time-slot-selector.fade.in {
    top: 5%;
  }
}
@media screen and (min-width: 980px) {
  .modal--time-slot-selector {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .modal--time-slot-selector {
    width: 1170px;
  }
}
.flex-row--time-slots-popup {
  flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
  .flex-row--time-slots-popup {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1200px) {
  .flex-row__inner--time-slots-popup-left {
    flex: 0 0 300px;
    max-width: 300px;
    border-right: solid 1px #e0e0e0;
  }
}
.flex-row__inner--time-slots-popup-right {
  width: 100%;
}
.modal__wrapper--shipping-methods:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .time-slot-selector .separator {
    display: none;
  }
}
.time-slot-selector__wrapper {
  margin-top: 30px;
  border-top: solid 1px #e0e0e0;
  padding-top: 30px;
}
.shipping-methods__shipping-method:not(:last-child) {
  margin-bottom: 15px;
}
.shipping-methods__description {
  padding-left: 20px;
}
.time-slots-no-results {
  display: block;
  text-align: center;
  position: relative;
  top: 50px;
  font-weight: bold;
}
/********************************/

/*	TIME SLOT DATE TIME PICKER	*/

.flex-row__time-slot-selector {
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .flex-row__time-slot-selector {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .flex-row__inner--time-slots-calendar {
    width: auto;
    flex: 0 0 auto;
  }
}
.time-slot-selector__date-picker:not(:last-child) {
  margin-bottom: 15px;
}
.time-slot-selector__date-picker .datepicker {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .time-slot-selector__date-picker .datepicker {
    width: auto;
  }
}
.time-slot-selector__date-picker .datepicker .table-condensed {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .time-slot-selector__date-picker .datepicker .table-condensed {
    width: auto;
  }
}
.time-slot-selector__date-picker .day {
  padding: 10px !important;
  cursor: pointer;
  color: #ff4027 !important;
}
.time-slot-selector__date-picker .day.disabled {
  color: #dddddd !important;
  cursor: not-allowed !important;
}
.time-slot-selector__date-picker .day.active {
  background-color: #ff4027 !important;
  background-image: none !important;
  border: 0;
  color: white !important;
}
.time-slot-selector__date-picker .day:hover {
  background: none transparent !important;
}
.time-slot-selector__date-picker .day .list__item:not(:last-child) {
  margin-bottom: 5px;
}
.time-slot-selector__legend .list__item:not(:last-child) {
  margin-bottom: 10px;
}
.time-slot-selector__legend-color {
  display: inline-block;
  height: 18px;
  width: 18px;
  background-color: #ff4027;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.time-slot-selector__legend-color--not-available {
  background-color: #dddddd;
}
.table--time-slots-rows td.table__cell:first-child {
  padding-left: 0;
}
.table--time-slots-rows td.table__cell:last-child {
  padding-right: 0;
}
.table--time-slots-rows td.table__cell--time-slot-row-select {
  text-align: center;
}
.radio--time-slot-select {
  display: inline-block;
  text-align: left;
}
.radio--time-slot-select:last-child {
  margin-bottom: 0;
}
/************************************/

/*		TIME SLOTS IN CHECKOUT		*/

.time-slots-details__information:not(:last-child) {
  margin-bottom: 10px;
}
.time-slots-details__information .icon {
  position: relative;
  top: -2px;
}
/****************************************/

/*	CREDIT CARD ADD WITH ADDRESS	    */

@media screen and (min-width: 768px) and (max-width: 979px) {
  .row-fluid .credit-card__image {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .row-fluid .credit-card__edit {
    width: 100%;
    clear: left;
    margin-left: 0;
    margin-top: 15px;
  }
}
#AddCardModal .pci-frame {
  border: 0;
}
@media (max-width: 570px) {
  #AddCardModal .pci-frame {
    height: 655px;
  }
}
.fee-list__desc-icon {
  margin-left: 3px;
}
/* Large desktop */

@media screen and (min-width: 1201px) {
  .header-topsection form.form-search {
    width: 85%;
  }
  .header-topsection form input[type='text'] {
    width: 85%;
  }
  .header-topsection form .typeahead {
    width: 75%;
  }
  .form-advanced-search .typeahead {
    width: 852px;
  }
  #TellAFriendSectionModalBody {
    max-height: 500px;
  }
}
/* Desktop 1024x768 screen support */

@media screen and (min-width: 980px) and (max-width: 1200px) {
  body {
    letter-spacing: 0;
  }
  h2 {
    font-size: 2.3em;
    line-height: 1.25em;
  }
  .basket-pop {
    width: 940px;
  }
  .basket-pop .btn-secondary {
    height: 30px;
    line-height: 1.6em !important;
    padding: 10px 0 0 0 !important;
  }
  .basket-pop .basketpop-price {
    width: 80px !important;
  }
  .basket-pop:before {
    right: 70px;
  }
  .header-topsection .nav-myaccount span,
  .header-topsection .nav-myservices span {
    display: inline-block;
    width: 75px;
    white-space: normal;
    line-height: 1.1em;
    font-size: 1em;
    position: absolute;
    margin-top: 3px;
  }
  .header-topsection .nav-myaccount .icon-caretd,
  .header-topsection .nav-myservices .icon-caretd {
    margin-top: 16px !important;
  }
  .header-topsection .btn-searchink .icon-caretr {
    width: 11px !important;
  }
  .header-topsection form.form-search {
    width: 82%;
  }
  .header-topsection form input[type='text'] {
    width: 82% !important;
  }
  .header-topsection form .typeahead {
    width: 70%;
  }
  .navbar-inverse .nav > li > a {
    color: white;
  }
  .navbar-inverse .nav > li > a:hover {
    background: #333333;
  }
  .navbar-inverse .nav .active a {
    background: #1e1e1e;
  }
  .navbar-inverse .nav .active a:hover {
    background: #333333;
  }
  .navbar-inverse .nav-rightlinks a {
    padding: 0 7px;
    font-size: 0.9em;
  }
  .f-nav {
    width: 940px;
    margin-left: -470px;
  }
  .f-nav .submenu {
    margin-left: -42px;
  }
  .main-navigation .main-navig-search input {
    width: 843px;
  }
  .submenu {
    width: 940px;
  }
  .submenu .nav-stacked > li > a {
    font-size: 1em;
  }
  .submenu .ajaxloading-container {
    width: 662px;
  }
  .submenu .submenu-bigcontent {
    width: 672px;
    padding: 0 10px 20px 30px;
  }
  .submenu .submenu-bigcontent .bigcontent-tophighlight {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .submenu .submenu-bigcontent .bigcontent-tophighlight ul > li {
    width: 18%;
    text-align: center;
    vertical-align: top;
  }
  .submenu .submenu-bigcontent .span4 {
    margin: 0;
    width: 33%;
  }
  .grid-layout .btn {
    padding: 0 8px !important;
  }
  .form-advanced-search .typeahead {
    width: 682px;
  }
  #TellAFriendSectionModalBody {
    max-height: 500px;
  }
  .zoomContainer {
    width: 300px !important;
    height: 300px !important;
  }
  .zoomContainer .zoomWindow {
    width: 300px !important;
    height: 300px !important;
  }
  .flyerinfo .flyer-btn .icon-download-alt {
    display: none;
  }
}
@media screen and (max-width: 979px) {
  .nav-header {
    text-align: center;
  }
  .nav-menu .brand {
    font-size: 1.25em;
    padding-left: 0;
  }
  .main-navigation-position {
    padding: 18px 5px;
  }
  #backtotop {
    bottom: 20px !important;
    right: 10px !important;
  }
  #backtotop.focused {
    display: none !important;
  }
  .btn-group {
    margin-bottom: 5px;
  }
  .flyerinfo .flyer-btn a {
    font-size: 12px;
  }
  .flyerinfo .flyer-btn a .icon-download-alt {
    display: none;
  }
  .navbar .navbar-inner .btn-cart,
  .navbar .navbar-inner .btn-services,
  .navbar .navbar-inner .btn-account,
  .navbar .navbar-inner .btn-search {
    padding: 5px 10px !important;
    margin: 0px;
  }
  #fbContainer .ffb-input {
    width: 75% !important;
  }
  #fbContainer .paging .btn {
    padding: 0px 7px !important;
  }
  #fbContainer .paging input {
    padding: 10px 2px;
  }
  #PowerSearchSection {
    margin-top: 0;
    padding-left: 0!important;
  }
}
/* Portrait tablet to landscape and desktop */

@media screen and (min-width: 768px) and (max-width: 979px) {
  .field-validation-error {
    display: block;
  }
  .field-validation-error:before {
    position: absolute;
    left: 10%;
    top: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 2px 4px 2px;
    border-color: transparent transparent #b94a48 transparent;
  }
  body {
    letter-spacing: 0;
  }
  h2 {
    font-size: 1.75em;
    font-weight: 400;
    line-height: 1.25em;
  }
  .cart {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1em;
  }
  .cart .cart-icon {
    margin-left: 10px;
    margin-right: 10px;
  }
  .cart .cart-caret {
    display: none;
  }
  .cart .cart-products-qty-lbl {
    font-size: 0.6em !important;
  }
  .basket-pop {
    width: 724px;
  }
  .basket-pop .row-fluid .span6 {
    width: 100%;
    margin-left: 0;
  }
  .basket-pop .basketpop-pricesection .span6 {
    width: 100%;
    margin: 0;
  }
  .basket-pop .btn-secondary {
    width: 100% !important;
    height: 37px;
    line-height: 37px;
    padding: 0;
    width: auto;
    text-align: center;
    margin-top: 2px;
  }
  .basket-pop .btn-large {
    width: 99% !important;
    font-size: 0.90em !important;
  }
  .basket-pop .btn-large i {
    display: none;
  }
  .basket-pop .basketpop-photo {
    text-align: left;
  }
  .basket-pop .basketpop-description {
    width: 307px !important;
  }
  .basket-pop .basketpop-price {
    width: 80px !important;
  }
  .basket-pop .basketpop-btn {
    float: right;
  }
  .basket-pop:before {
    right: 55px;
  }
  .header-nav li {
    margin-left: 0;
    padding-left: 5px !important;
    padding-right: 4px !important;
  }
  .header-nav a {
    font-size: 0.85em;
  }
  .header-topsection .nav-myaccount span,
  .header-topsection .nav-myservices span {
    display: inline-block;
    width: 72px;
    white-space: normal;
    line-height: 1.1em;
    font-size: 0.85em;
    position: absolute;
    margin-top: 6px;
  }
  .header-topsection form.form-search {
    width: 76%;
  }
  .header-topsection form input[type='text'] {
    width: 75% !important;
  }
  .login-text {
    font-size: 0.95em;
  }
  .navbar .btn-navbar {
    display: none;
  }
  .nav-collapse {
    height: auto;
    overflow: visible;
    float: left;
    clear: none;
  }
  .nav-collapse .nav {
    float: left;
  }
  .nav-collapse .nav > li {
    float: left;
  }
  .nav-collapse a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
  }
  .f-nav {
    width: 724px;
    padding: 0;
    margin-left: -362px;
  }
  .f-nav .nav > li > a {
    font-size: 1em!important;
  }
  .f-nav .container {
    width: 100%;
  }
  .f-nav.main-navigation {
    padding: 0px!important;
  }
  .f-nav.main-navigation .main-navig-search input {
    width: 627px!important;
  }
  .f-nav .submenu {
    margin-left: -42px;
  }
  .nav-quicklinks a {
    padding: 10px 10px !important;
  }
  .nav-quicklinks .icon-custom {
    margin-top: -2px !important;
  }
  .product {
    padding: 10px 5px;
  }
  .product a {
    font-size: 1.05em;
  }
  .product strong {
    font-size: 1.15em;
  }
  .table-listing table,
  .complementary-product {
    font-size: .85em;
  }
  .complementary-product ul li:nth-child(3) {
    width: 100%;
  }
  .complementary-product ul li:nth-child(3) button {
    width: 100%;
    margin-top: 10px;
  }
  .list-layout .box-price {
    padding-left: 20px;
  }
  .grid-layout .productbox .box-price {
    min-height: 150px;
  }
  .main-section .grid-layout .span2 {
    width: 31.914893617021278% !important;
    *width: 31.861702127659576% !important;
    margin-left: 2.127659574468085% !important;
  }
  .main-section .grid-layout .span2:first-child,
  .main-section .grid-layout .span2:nth-child(4) {
    margin-left: 0 !important;
  }
  .basket-list .basket-list-item .basket-item-qty .basket-item-qty-inc a {
    width: 5px;
  }
  .basket-list .basket-list-item .basket-item-price h3 {
    font-size: 1em;
  }
  .form-advanced-search .typeahead {
    width: 520px;
  }
  .zoomContainer {
    width: 228px !important;
    height: 228px !important;
  }
  .zoomContainer .zoomWindow {
    width: 228px !important;
    height: 228px !important;
  }
  .submenu {
    width: 719px;
  }
  .submenu .submenu-bigcontent {
    width: 450px;
  }
}
/* Landscape phone to portrait tablet */

@media screen and (max-width: 767px) {
  /*header, .main-section, footer{
  		margin-left: 5px;
  		margin-right: 5px;
  	}*/
  
  h1 {
    font-size: 1.8em;
  }
  .row-fluid [class*="span"] {
    min-height: 0px;
  }
  .flip-scroll table,
  .flip-scroll thead,
  .flip-scroll tbody,
  .flip-scroll th,
  .flip-scroll td,
  .flip-scroll tr {
    display: block;
  }
  .flip-scroll thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .main-section .btn {
    display: block;
    margin-bottom: 5px;
  }
  .main-section .btn:last-child,
  .main-section .btn:only-child {
    margin-bottom: 0px;
  }
  .main-section #fbContainer .btn {
    display: inline-block;
  }
  .main-section .pull-right,
  .main-section .pull-left {
    float: none;
  }
  .flip-scroll {
    display: block;
  }
  .flip-scroll tr {
    border: 1px solid #cccccc;
  }
  .flip-scroll tr td {
    border: none;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-left: 40%;
    white-space: normal;
    text-align: left;
  }
  .flip-scroll tr td.list-options {
    padding-left: 5%;
    text-align: right !important;
  }
  .flip-scroll tr td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: normal;
    word-break: keep-all;
    text-align: left;
    font-weight: bold;
    content: attr(data-title);
    font-size: 10px;
    line-height: 12px;
  }
  .field-validation-error:before {
    position: absolute;
    left: 10%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 2px 4px 2px;
    border-color: transparent transparent #b94a48 transparent;
  }
  .field-validation-error {
    display: block;
  }
  .basket-pop-fixed {
    position: relative;
  }
  .ellipsis {
    position: relative;
    height: 100px;
    padding-right: 22px;
    overflow: hidden;
  }
  .ellipsis:after {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 4px;
    font-size: 2em;
  }
  .search {
    margin-bottom: 15px;
  }
  .search .advanced-search {
    font-size: 1.1em !important;
    letter-spacing: 0;
    margin: 10px 3% 10px 0 !important;
  }
  .search .form-search {
    width: 100%;
    float: left;
  }
  .search .form-search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    border: 0;
    margin-right: -40px;
  }
  .search .btn-go {
    height: 40px;
    width: 40px;
    background-position: -90px -547px;
  }
  .search .btn-go:hover {
    background-position: -90px -547px !important;
  }
  .main-navigation {
    position: relative;
    padding: 5px;
    top: 0;
    width: auto;
    height: auto;
    background: white;
  }
  .main-navigation .navbar {
    width: auto;
    height: auto;
  }
  .main-navigation .navbar .navbar-inner {
    border-width: 0px!important;
    min-height: 0!important;
  }
  .main-navigation .navbar .navbar-inner .container {
    width: 100%!important;
  }
  .main-navigation .navbar .navbar-inner .btn-navbar {
    line-height: 0!important;
    padding: 7px 10px!important;
    margin: 0px!important;
  }
  .main-navigation .navbar .navbar-inner li {
    border-left: 0!important;
    border-right: 0!important;
  }
  .main-navigation .navbar .navbar-inner li a {
    border-left: 0!important;
    border-right: 0!important;
  }
  .main-navigation .navbar .navbar-inner li a:after {
    top: 0!important;
  }
  .main-navigation .navbar .navbar-inner li a.open:after {
    content: "-";
    top: -2px !important;
  }
  .main-navigation .navbar .navbar-inner li:first-child > a {
    -webkit-box-shadow: inset 0px 4px 5px -3px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 0px 4px 5px -3px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0px 4px 5px -3px rgba(0, 0, 0, 0.7);
  }
  .main-navigation .navbar .navbar-inner .dropdown-menu li {
    border: 0!important;
  }
  .main-navigation .navbar .navbar-inner .dropdown-menu li a,
  .main-navigation .navbar .navbar-inner .dropdown-menu li a:link,
  .main-navigation .navbar .navbar-inner .dropdown-menu li a:hover,
  .main-navigation .navbar .navbar-inner .dropdown-menu li a:visited,
  .main-navigation .navbar .navbar-inner .dropdown-menu li a:active {
    text-align: center;
    font-size: 16px!important;
    font-weight: 400!important;
    text-indent: 0!important;
    padding: 10px 20px!important;
    border: 0!important;
    border-bottom: 1px solid transparent !important;
    text-transform: uppercase!important;
    background: transparent;
  }
  .main-navigation .navbar .navbar-inner .dropdown-menu li a:hover,
  .main-navigation .navbar .navbar-inner .dropdown-menu li a:focus {
    background: transparent !important;
  }
  .main-navigation .navbar .navbar-inner .dropdown-menu li a:after {
    margin-right: -5px;
  }
  .main-navigation .navbar .navbar-inner .dropdown-menu li.dropdown-submenu a {
    text-indent: 0!important;
  }
  .main-navigation .navbar .navbar-inner .dropdown-menu li.dropdown-submenu a:after {
    content: "+" !important;
    margin-right: 19px;
  }
  .main-navigation .navbar .navbar-inner .dropdown-menu li.dropdown-submenu.opened a:after {
    content: "-" !important;
    margin-right: 11px;
    margin-top: 8px;
  }
  .main-navigation .navbar .navbar-inner .dropdown-menu li.dropdown-submenu.opened a:focus {
    content: "" !important;
  }
  .main-navigation .navbar .navbar-inner .dropdown-menu li .dropdown-submenu a:link,
  .main-navigation .navbar .navbar-inner .dropdown-menu li .dropdown-submenu a:hover,
  .main-navigation .navbar .navbar-inner .dropdown-menu li .dropdown-submenu a:visited,
  .main-navigation .navbar .navbar-inner .dropdown-menu li .dropdown-submenu a:active {
    text-indent: 0!important;
    font-size: 16px;
    font-weight: 300!important;
    padding: 10px 0!important;
    background: transparent !important;
    color: #cccccc !important;
  }
  .main-navigation .navbar .navbar-inner .dropdown-menu li .dropdown-submenu a:hover,
  .main-navigation .navbar .navbar-inner .dropdown-menu li .dropdown-submenu a:focus {
    text-decoration: none;
    background: transparent !important;
  }
  .main-navigation .submenu {
    -webkit-box-shadow: 0px 0px 0px 0px transparent !important;
    -moz-box-shadow: 0px 0px 0px 0px transparent !important;
    box-shadow: 0px 0px 0px 0px transparent !important;
  }
  .main-navigation .submenu .submenu-left li > a {
    text-align: center;
    font-size: 16px!important;
    padding: 10px 20px!important;
    border-bottom: 1px solid transparent !important;
    text-transform: uppercase;
    background: transparent;
  }
  .main-navigation .submenu .submenu-left li:first-child > a {
    -webkit-box-shadow: inset 0px 4px 5px -3px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 0px 4px 5px -3px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0px 4px 5px -3px rgba(0, 0, 0, 0.7);
  }
  .main-navigation .submenu .submenu-left li.opened a:after {
    border: 0!important;
  }
  .main-navigation .submenu .submenu-left li.expand > a:after {
    right: 7px!important;
    content: "+" !important;
    margin-top: 8px!important;
    display: block!important;
  }
  .main-navigation .submenu .submenu-left li.expand.opened > a:after {
    right: 21px!important;
    content: "-" !important;
  }
  .main-navigation .submenu .submenu-content .bigcontent-categories li a {
    font-size: 16px;
    padding: 10px 0!important;
    border-bottom: 1px solid transparent !important;
    background: transparent !important;
    color: #cccccc !important;
  }
  .main-navigation .submenu .submenu-content .bigcontent-categories li a:hover,
  .main-navigation .submenu .submenu-content .bigcontent-categories li a:focus {
    background: transparent !important;
  }
  .main-navigation .submenu .submenu-content .bigcontent-categories li:first-child > a {
    -webkit-box-shadow: inset 0px 4px 5px -3px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 0px 4px 5px -3px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0px 4px 5px -3px rgba(0, 0, 0, 0.7);
  }
  .nav-rightlinks {
    display: none !important;
  }
  .header-nav {
    width: 100%;
    text-align: center;
  }
  .navbar-inner {
    background-color: white;
  }
  .navbar-inner .row-fluid {
    margin-bottom: 0;
  }
  .header-topsection .span6,
  .header-topsection .span4,
  .header-topsection .span2 {
    float: left !important;
  }
  .header-topsection .customer-panel {
    margin-top: 0;
    width: 100%;
  }
  .header-topsection .customer-panel .nav-myservices .dropdown-menu {
    width: 200% !important;
  }
  .header-topsection .customer-panel.span4 {
    width: 77%;
  }
  .header-topsection .span2 {
    width: 22%;
  }
  .header-topsection .cart {
    height: auto;
    margin-top: 0;
    line-height: 35px;
    margin-left: 1px;
  }
  .header-topsection .cart .cart-icon {
    margin-left: 5px !important;
  }
  .header-topsection .cart .cart-products-qty {
    margin: 0 10px;
    font-size: 1.5em;
    font-weight: 700;
  }
  .header-topsection .cart .cart-products-qty-lbl {
    padding: 0;
    margin-left: 5px;
  }
  .header-topsection .search form {
    display: block !important;
  }
  .header-topsection .search form .btn-go {
    width: 15%;
  }
  .header-topsection .search form input[type='text'] {
    padding-left: 13%;
    width: 67% !important;
    text-align: center;
  }
  .header-topsection .search form.form-categoryquicksearch {
    width: 50px;
    position: absolute;
    top: 0;
  }
  .basket-pop {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 1px;
  }
  .basket-pop .basketpop-header .span11 {
    float: left;
    width: auto;
  }
  .basket-pop .basketpop-header .span1 {
    float: right;
    width: auto;
  }
  .basket-pop .basketpop-body .basketpop-pricesection .span5 {
    float: left;
    width: auto;
  }
  .basket-pop .basketpop-body .basketpop-pricesection .span7 {
    float: right;
    width: auto;
  }
  .basket-pop .basket-tools a {
    width: 100% !important;
  }
  .basket-pop .btn {
    margin-top: 2px;
  }
  .basket-pop:before {
    display: none;
  }
  .typeahead {
    width: 97% !important;
  }
  .typeahead a {
    padding: 5px 10px!important;
  }
  .nav-myaccount .dropdown-menu a,
  .nav-myservices .dropdown-menu a {
    padding: 10px 10px !important;
  }
  .nav-myaccount .dropdown-menu a.btn,
  .nav-myservices .dropdown-menu a.btn {
    padding: 6px 10px !important;
  }
  .nav-myservices .dropdown-menu {
    left: -100%;
    width: 249.6% !important;
  }
  .nav-myservices .divider {
    display: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 0 !important;
  }
  .nav-collapse .nav .level2 {
    margin: 0;
  }
  .nav-collapse .nav .level2 > li a {
    border-radius: 0;
    padding: 10px 5px;
    line-height: 40px;
    background: #ff4027;
    color: white;
  }
  .nav-collapse .nav .level2 .expand.dropdown-submenu > a:active,
  .nav-collapse .nav .level2 .expand.dropdown-submenu > a:focus {
    background: #ff4027 !important;
  }
  .nav-collapse .nav .level2 .expand.dropdown-submenu > a:active:after,
  .nav-collapse .nav .level2 .expand.dropdown-submenu > a:focus:after {
    content: " -";
  }
  .nav-collapse .nav .level2 .expand.dropdown-submenu > a:after {
    border: 0;
    margin-right: 24px;
    top: 0;
  }
  .nav-collapse .nav .level2 .level3 {
    margin: 0;
  }
  .nav-collapse .nav .level2 .level3.opened {
    display: block !important;
  }
  .nav-collapse .nav .level2 .level3 li a {
    background: #ff4027;
    color: white;
    border-radius: 0;
    display: block;
  }
  .nav-collapse .nav .dropdown-submenu {
    text-indent: 5px;
  }
  .nav-collapse .nav .dropdown-submenu a {
    border-radius: 0;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 0;
  }
  .login-text {
    display: none;
  }
  .logos {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  .navbar .brand {
    text-decoration: none;
    color: white;
    font-weight: 700;
    border: 0;
  }
  .navbar b {
    display: none !important;
  }
  .navbar a {
    color: white;
    border-bottom: 1px solid #2b2d2c;
    padding: 20px 0px;
  }
  .navbar .submenu-left {
    float: none;
  }
  .navbar .bigcontent-tophighlight {
    display: none;
  }
  .navbar .expand > a:after {
    content: " +";
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 2em;
    font-weight: 700;
  }
  .navbar .expand.opened > a:after {
    content: " -";
    position: absolute;
    right: 10px;
    font-size: 2em;
    font-weight: 700;
  }
  .navbar .nav {
    margin-bottom: 0;
  }
  .navbar .nav > li {
    position: relative;
  }
  .navbar .nav > li > a {
    padding: 10px 5px !important;
    border-radius: 0;
  }
  .btn-navbar {
    background: #ff4027 !important;
    padding: 7px 10px !important;
    line-height: 37px !important;
    margin-top: 10px !important;
  }
  .btn-navbar .icon-bar {
    width: 12px !important;
    height: 3px !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  .category-listing {
    list-style: none;
    margin: 0 0 5px 0;
  }
  .category-listing .iconplus,
  .category-listing .iconminus {
    display: none;
    visibility: hidden;
  }
  .category-listing > li {
    margin: 0;
    border-left: 1px solid #cccccc !important;
    border-right: 1px solid #cccccc !important;
    border-bottom: 1px solid #cccccc !important;
  }
  .category-listing > li:first-child {
    border-radius: 5px 5px 0 0;
    border-top: 1px solid #cccccc !important;
  }
  .category-listing > li:last-child {
    border-radius: 0 0 5px 5px;
  }
  .category-listing > li a {
    display: block;
    width: 100%;
    text-decoration: none !important;
    margin: 0;
    min-height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .category-listing > li a:hover,
  .category-listing > li a:active,
  .category-listing > li a:focus {
    color: white !important;
    background: rgba(26, 26, 26, 0) !important;
  }
  .category-listing > li ul {
    margin-left: 0;
  }
  .category-listing > li ul li {
    list-style: none;
  }
  .category-listing > li ul li a {
    height: 25px;
    line-height: 25px;
  }
  .category-listing .closed ul {
    display: none;
    visibility: hidden;
  }
  .form-horizontal .control-label {
    display: block;
    float: none;
    text-align: left;
    margin-bottom: 3px;
    text-indent: 0px;
  }
  .form-horizontal .controls {
    display: block;
    margin-left: 0px;
  }
  footer .networks {
    margin-left: 0;
  }
  footer .networks-text {
    display: block;
    width: 100%;
  }
  footer .row-fluid {
    margin-bottom: 10px;
  }
  .submenu {
    display: none;
    position: relative;
    width: 100%;
  }
  .submenu.submenu-opened {
    display: block;
  }
  .submenu .nav {
    width: 100%;
  }
  .submenu .nav-stacked > li {
    position: relative;
  }
  .submenu .nav-stacked > li > a {
    background: none !important;
  }
  .submenu .nav-stacked > li > a:hover {
    background: #484848;
  }
  .submenu .nav-stacked > li.expand > a:after {
    content: "+";
  }
  .submenu .nav-stacked > li.opened > a {
    background-color: #484848 !important;
    background: none !important;
  }
  .submenu .nav-stacked > li.opened > a:after {
    content: "-";
  }
  .submenu .submenu-left a {
    padding: 15px 24px !important;
    margin: 0 !important;
    background: #333333;
    background-image: none !important;
    border-bottom: 1px solid #3f3f3f;
    color: white !important;
  }
  .submenu .submenu-left a:hover {
    background: #3f3f3f;
  }
  .submenu .ajaxloading-container {
    position: relative;
    left: 0;
    width: 100%;
    padding: 0;
    min-height: 30px;
  }
  .submenu .submenu-bigcontent {
    position: relative;
    left: 0px !important;
    width: 100%;
    padding: 0;
    min-height: 0 !important;
  }
  .submenu .submenu-bigcontent h3 {
    display: none;
  }
  .submenu .submenu-bigcontent .bigcontent-tophighlight {
    border: 0;
    padding: 0;
    margin: 0;
  }
  .submenu .submenu-bigcontent .bigcontent-tophighlight ul li {
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .submenu .submenu-bigcontent .bigcontent-tophighlight ul li br {
    display: none;
  }
  .submenu .submenu-bigcontent .bigcontent-tophighlight ul li a {
    padding: 10px 24px 10px 32px !important;
    display: block;
    text-decoration: none;
    color: white;
    background: #666666 !important;
    background-image: none !important;
    border-bottom: 1px solid #6e6e6e;
  }
  .submenu .submenu-bigcontent .bigcontent-tophighlight ul li a:first-child {
    display: none;
  }
  .submenu .submenu-bigcontent .bigcontent-tophighlight ul li a:hover {
    background: #6e6e6e !important;
  }
  .submenu .submenu-bigcontent .bigcontent-tophighlight ul li a:after {
    content: "";
  }
  .submenu .submenu-bigcontent .bigcontent-categories li {
    padding-left: 0;
    text-indent: 0;
  }
  .submenu .submenu-bigcontent .bigcontent-categories li a {
    padding: 10px 24px 10px 32px !important;
    display: block;
    text-decoration: none;
    color: white;
    background: #666666 !important;
    background-image: none !important;
    border-bottom: 1px solid #6e6e6e;
  }
  .submenu .submenu-bigcontent .bigcontent-categories li a:hover {
    background: #6e6e6e !important;
  }
  .submenu .submenu-bigcontent .bigcontent-categories li a:after {
    content: "";
  }
  .submenu .submenu-bigcontent .bigcontent-categories li:before {
    content: "";
  }
  .submenu .submenu-bigcontent .bigcontent-categories .span4 {
    width: 100%;
  }
  .btn-view-more {
    background: transparent !important;
    border-color: transparent !important;
  }
  .btn-view-more:active {
    background: transparent !important;
    border-color: transparent !important;
  }
  .btn-view-more:hover {
    background: rgba(26, 26, 26, 0);
    border-color: transparent !important;
  }
  .list-layout.productbox {
    background: white;
    -webkit-box-shadow: 0 0 7px #cccccc;
    -moz-box-shadow: 0 0 7px #cccccc;
    -o-box-shadow: 0 0 7px #cccccc;
    box-shadow: 0 0 7px #cccccc;
    border-bottom: 0;
    margin-bottom: 10px !important;
    padding: 10px 0;
  }
  .list-layout.productbox .box-photo,
  .list-layout.productbox .box-info,
  .list-layout.productbox .box-price {
    text-align: center;
  }
  .list-layout.productbox .box-photo {
    margin-bottom: 10px;
  }
  .list-layout.productbox .box-photo img {
    width: 50%;
  }
  .list-layout.productbox .box-price {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
  }
  .list-layout.productbox .box-price table {
    margin: 15px auto 0 auto;
  }
  .list-layout.productbox button.addtocart {
    width: 90%;
    margin: 0 0 5px 0;
  }
  .basket-item-comments .cancel-add-new-comment {
    float: right;
  }
  .grid-layout .span2 .productbox {
    position: relative;
    min-height: 0 !important;
  }
  .grid-layout .span2 .productbox .box-info {
    display: block;
    min-height: 0;
  }
  .grid-layout .span2 .productbox .box-info a {
    height: auto;
    line-height: normal;
    margin-bottom: 0;
  }
  .grid-layout .span2 .productbox .box-info .product-title {
    min-height: 0;
  }
  .grid-layout .span2 .productbox .box-price {
    min-height: 0;
  }
  .grid-layout .span2 .productbox .box-qty {
    min-height: 0;
  }
  .grid-layout .span2.row-fluid {
    margin-bottom: 0 !important;
  }
  .product-detail .product-image {
    text-align: center;
  }
  .product-detail .product-image .flex-direction-nav a {
    width: 30px !important;
  }
  .product-detail .product-attributes-container .product-attributes-config select {
    width: 100%;
    margin-bottom: 10px;
  }
  .product-detail .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .product-detail .addthis_button {
    margin-left: 15px;
  }
  #purchaseListResults .flip-scroll td:before {
    line-height: 12px;
  }
  #purchaseListResults .list-options {
    padding-left: 10%;
    height: 40px;
  }
  #btnCreatePurchaseList,
  #btnMergePurchaseLists,
  #btnRenamePurchaseList,
  #btnSchedulePurchaseLists,
  #addPurchaseListToCart .btn,
  #purchaseListActions .btn {
    width: 100%;
    margin-bottom: 5px;
  }
  #addPurchaseListToCart,
  #purchaseListActions {
    float: none;
  }
  .filter-options li {
    margin: 5px 0;
  }
  #listViewTableBody .ejs-product td {
    min-height: 30px;
  }
  #ProductPageForm .product-detail-options {
    float: none;
  }
  #ProductPageForm .product-detail-options .btn-group {
    width: 100%;
    margin-bottom: 5px;
  }
  #ProductPageForm .product-detail-options .btn-group .dropdown-menu {
    width: 100% !important;
    margin-bottom: 5px;
  }
  #ProductPageForm .product-detail-options button {
    margin-bottom: 5px;
    width: 100%;
  }
  .form-advanced-search #cmdAdvancedSearch {
    width: 100%;
  }
  .form-advanced-search .typeahead {
    width: 97% !important;
  }
  .account-icons li {
    margin: 5px 0;
  }
  .account-icons a {
    display: block;
    background: transparent;
    color: white;
    padding: 10px;
    text-decoration: none;
  }
  .account-icons a:hover {
    background: rgba(26, 26, 26, 0);
    color: white;
  }
  .alert-purchaserulevalidation .btn,
  .basket-list-item .btn {
    width: 100%;
    margin-top: 10px;
  }
  .checkout .comment-list {
    margin-left: 30px;
  }
  .checkout .order-review-content table td:first-child {
    width: auto;
    text-align: center;
  }
  .checkout .order-review-content table td:first-child.commentCustomizerLine {
    padding-left: 0px;
    width: 100%;
    text-align: left;
  }
  .checkout .order-review-content table td:first-child.commentCustomizerLine tr {
    border: 0px !important;
  }
  .checkout .order-review-content table td:before {
    width: 38%;
  }
  .checkout .order-review-content table .order-review-content-picture,
  .checkout .order-review-content table .order-review-content-description {
    text-align: center;
  }
  .checkout .order-review-content table .order-review-content-qty,
  .checkout .order-review-content table .order-review-content-bo,
  .checkout .order-review-content table .order-review-content-qty-to-ship {
    text-align: center;
  }
  .checkout .order-review-content table .order-review-content-price,
  .checkout .order-review-content table .order-review-content-subtotal {
    text-align: center;
  }
  #fbContainer .paging {
    text-align: center;
  }
  #fbContainer .paging .page,
  #fbContainer .paging a {
    width: 10%;
  }
  .ejs-find-a-store-result #map-canvas {
    height: 400px;
    margin: 0 40px;
  }
  .ejs-find-a-store-result #map-canvas img {
    max-width: none;
  }
  .ejs-find-a-store-result .address-results {
    height: auto;
    overflow: auto;
  }
  .product-detail .product-review {
    border: 0;
  }
  .product-detail .product-review .review-listing-header {
    border: 0;
    padding-top: 0;
  }
  .product-detail .product-review .review-user-rating {
    text-align: center;
  }
  .product-detail .product-review .review-user-rating .review-stars {
    margin: 0 auto;
  }
  .product-detail .product-review .review-user-rating .btn {
    float: none;
  }
  .product-detail .product-review .review-user-rating .span2 {
    margin-bottom: 20px;
  }
  .product-detail .product-review .review-user-rating .span2:first-child {
    padding-left: 0;
  }
  .powersearch-section.sb-slidebar {
    padding: 10px;
    background: white;
    color: black;
  }
  .powersearch-section.sb-slidebar h5 {
    margin-top: 20px;
    padding-left: 10px;
    line-height: 40px;
    background: #d9d9d9;
  }
  .powersearch-section.sb-slidebar h5:first-child {
    margin-top: 0;
  }
  .powersearch-section.sb-slidebar label {
    min-height: 30px;
    padding-top: 10px;
    vertical-align: middle;
    border-bottom: 1px solid #d9d9d9;
  }
  .image-category-listing .span3 {
    margin-bottom: 20px;
  }
  .modal .modal-body {
    max-height: 250px;
  }
  .modal-footer {
    text-align: center;
  }
  .modal-footer .btn + .btn {
    margin-left: 0px;
  }
  .product-detail .modal-footer .btn {
    width: 100%;
  }
  .popover {
    left: 0px !important;
    margin-left: 0px !important;
    max-width: 100% !important;
    position: static !important;
  }
  .popover .arrow {
    display: none;
  }
  .inline.purchase-list-top-buttons > li {
    display: block;
    padding: 0px;
  }
}
/* Landscape phones and down */

@media screen and (max-width: 480px) {
  .cart-icon {
    margin-left: 20% !important;
  }
  .header-topsection .nav-tabs li .icon-custom.icon-caretd {
    margin-right: -8px;
  }
  .header-topsection .span4 {
    width: 72% !important;
  }
  .header-topsection .span2 {
    width: 27.6% !important;
  }
  .basket-pop .basketpop-photo {
    width: 20%;
  }
  #btnSchedulePurchaseLists,
  .btn-link {
    line-height: 24px !important;
  }
  #LoginForm .btn {
    display: block;
  }
  #ListingProducts .row-fluid {
    margin-bottom: 0;
  }
  .login-box .btn-primary,
  .login-box .btn-secondary {
    width: 100%;
    margin-top: 10px !important;
  }
  .category-listing li {
    border: none;
  }
  .productbox {
    padding: 5px;
  }
  .productbox .box-info ul {
    margin-bottom: 0;
  }
  .main-section .nav-tabs > li > a,
  .main-section .nav-pills > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 360px) {
  .header-topsection .span4 {
    width: 72% !important;
  }
  .header-topsection .span2 {
    width: 27.6% !important;
  }
  #lstCurrencySelector {
    margin-top: 15px;
  }
}
/* Mobile Phone Portrait */

@media screen and (max-width: 320px) {
  .header-topsection .nav-myaccount span,
  .header-topsection .nav-myservices span {
    letter-spacing: 0;
  }
  .nav-myaccount span,
  .nav-myservices span {
    display: none !important;
  }
  #lstCurrencySelector {
    margin-top: 15px;
  }
  .checkoutCommentSection {
    padding-left: 0px !important;
    font-size: 0.85em;
    line-height: 1em;
  }
}
/* RETINA */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  
}
/*---- HACKS FOR IE8 ----*/

.ie8 * {
  font-family: Arial, Helvetica, sans-serif !important;
  letter-spacing: 0 !important;
}
.ie8 .btn {
  padding: 0 8px !important;
}
.ie8 .header-topsection .form-search-input {
  width: 300px;
}
.ie8 .header-topsection .form-searchink {
  display: inline;
}
.ie8 .header-topsection .search .btn-searchink.opened {
  left: 60px !important;
}
.ie8 .header-topsection .search .searchink-popup {
  width: 200px;
}
.ie8 .header-topsection .search .searchink-popup select {
  max-width: 170px;
}
.ie8 .header-topsection .nav-myaccount,
.ie8 .header-topsection .nav-myservices {
  letter-spacing: normal;
}
.ie8 .header-topsection .nav-myaccount a,
.ie8 .header-topsection .nav-myservices a {
  font-size: 12px;
}
.ie8 .header-topsection .nav-tabs li .icon-custom.icon-cog {
  width: 23px;
}
.ie8 .basket-pop {
  max-width: 940px;
}
.ie8 .basket-pop .basketpop-body .basketpop-pricesection .basketpop-modify,
.ie8 .basket-pop .basketpop-body .basketpop-pricesection .basketpop-select {
  letter-spacing: normal;
  font-size: 10px;
  height: 35px;
}
.ie8 .navbar-inner a {
  font-size: 1em;
}
.ie8 .submenu {
  width: 940px;
  z-index: 10000;
}
.ie8 .submenu .submenu-bigcontent {
  width: 672px;
}
.ie8 .submenu .submenu-bigcontent a {
  line-height: 0.9em;
  font-size: 0.9em;
}
.ie8 .productbox {
  border: 1px solid #cccccc;
}
.ie8 .complementary-product .productbox .qty-container input {
  width: 39px !important;
}
.ie8 .complementary-product h5:before {
  top: 73px;
  left: 40%;
}
@charset "UTF-8";
/* CSS Document */

h1,
h2 {
  font-family: Oswald !important;
}
ul,
h3 {
  font-family: 'Roboto', sans-serif;
}
li,
p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 22px;
}
button {
  font-family: 'Roboto', sans-serif !important;
}
body {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
}
#navMenu {
  translate: 100px;
}
.product-kit-list {
  display: none;
}
.bobble-bill-container {
  position: relative;
  padding: 32px;
  height: 250px;
}
.bobble-bill-container h1 {
  color: #008776 !important;
  left: 365px;
  position: absolute;
  font-size: 96px;
}
.bobble-bill {
  position: absolute;
  left: 72px;
  background: url("../png/red-white-and-bill3c40.png") no-repeat center;
  background-size: contain;
  width: 250px;
  height: 250px;
}
@media all and (max-width: 600px) {
  .bobble-bill-container h1 {
    color: #008776 !important;
    left: 67px !important;
    position: absolute;
    font-size: 36px !important;
    top: -27px;
  }
  .bobble-bill-container {
    position: relative;
    padding: 32px;
    height: 257px;
    margin-top: 64px;
  }
  .bobble-bill {
    left: 21px;
  }
}
.row-fluid {
  margin-bottom: 30px;
}
.row-fluid:last-child,
.row-fluid:only-child {
  margin-bottom: 0px;
}
/* TITLES */

h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  margin-bottom: 20px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h1:only-child,
h2:only-child,
h3:only-child,
h4:only-child,
h5:only-child {
  margin-bottom: 0px;
}
h1 {
  color: black;
  font-size: 2.222222222222222em;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
}
.span4 h1 {
  color: #303030 !important;
}
h2 {
  color: black !important;
  font-size: 1.666666666666667em;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
}
h3 {
  color: black;
  font-size: 1.388888888888889em;
  line-height: 1em;
  font-weight: 700;
}
h4 {
  color: black;
  font-size: 1.222222222222222em;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
}
h5 {
  color: black;
  font-size: 1em;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
}
header .header-top-container .logos > a {
  display: block;
}
header .header-top-container .logos > a img {
  width: 57px;
  margin: 12px 0px;
}
/*Does wierd stuff to the formating of banners on the (balls/bags/shoe) pages*/

body:not(.homePage) {
  overflow-x: visible;
}
body:not(.homePage) .logos {
  margin-top: 5px;
}
body:not(.homePage) .main-navigation {
  margin-top: 4px;
}
html {
  font-size: 18px;
}
body:not(.homePage) section.main-section {
  margin-top: -15px !important;
}
/*Does wierd stuff to the formating of banners on the (balls/bags/shoe) pages end*/

.home-video-background {
  text-align: center;
  background-color: #1f1f1f;
  overflow: hidden;
  position: relative;
  top: 102px;
}
.home-video-background video {
  width: 2000px;
  position: absolute;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.sb-site-container {
  position: relative;
  overflow: hidden;
}
.home-content-section {
  position: absolute;
  top: 0px;
  width: 100%;
}
#videoplayerContainer {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
#videoplayerContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* login & cart formatting*/

header {
  position: relative;
}
.absoluteHeader header {
  position: absolute;
  width: 100%;
  z-index: 500;
}
header .headerSearchContainer {
  margin-right: 10px !important;
}
header .top-section-links > li {
  padding: 0px;
  margin-top: 10px;
  vertical-align: middle;
}
header .top-section-links > li:last-child,
header .top-section-links > li:only-child {
  margin-right: 0px;
}
header .top-section-links .shopping-bag-links {
  height: 24px;
}
header .top-section-links .shopping-bag-links:hover {
  height: 24px;
}
header .top-section-links .shopping-bag-links:hover .cart-products-qty {
  color: #57dbc4 !important;
}
header .top-section-links .shopping-bag-links:hover .icon-shopping-bag {
  background: url("../png/shopping%20cart62a5.png") center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
header .signin-link {
  margin-bottom: 0px;
  display: inline-block;
  text-transform: uppercase;
}
header .signin-link a:link,
header .signin-link a:visited {
  padding: 0px;
  border: 0px;
  margin-right: 0px;
  text-decoration: none;
  -webkit-transition: background-color 0.1s, border-color 0.1s, color 0.1s !important;
  /* Safari */
  transition: background-color 0.1s, border-color 0.1s, color 0.1s !important;
  font-size: 0.6em;
  line-height: 1.2em;
}
header .signin-link .cart-total {
  margin-left: 0px;
}
@media all and (min-width: 320px) and (max-width: 425px) {
  .topLinksContainerMobile {
    margin-top: 32px !important;
    margin-right: 8px !important;
  }
}
@media all and (min-width: 426px) and (max-width: 767px) {
  .topLinksContainerMobile {
    margin-top: 32px !important;
    margin-right: 32px;
  }
}
.dropdown.signin-link {
  background: url("../png/person-18f99.png") center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 29px 29px;
  margin-top: 9px;
}
.dropdown.signin-link:hover {
  background: url("../png/personfdd0.png") center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 29px 29px;
}
.dropdown-toggle.ejs-header-menu text {
  color: transparent !important;
}
.signin-link a {
  color: white !important;
  font-size: 12px;
  font-weight: 600;
}
/* login & cart formating end*/

/*Main navigation dropdown icon*/

.nav-menu .caret {
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 3px;
}
/*Main navigation dropdown icon end*/

/*homepage top banner & slides formating*/

.homePage .flexslider-container,
.homePage .flexslider .slides,
.homePage .flex-viewport {
  width: 100%;
  height: 59vh;
  background-color: black;
}
.homePage .image-caption {
  position: absolute;
  top: 30%;
  width: 80%;
  max-width: 600px;
  text-align: left;
  margin-left: 5%;
}
.homePage .image-caption h2 {
  font-size: 75px;
  letter-spacing: -2px !important;
}
.homePage .image-caption h3 {
  font-size: 48px;
}
.homePage .image-caption p {
  max-width: 450px;
}
.homePage .image-caption li {
  padding-left: 0px;
}
.homePage .image-caption .button.black-text {
  border: solid 1px black !important;
  color: black !important;
}
.homePage .image-caption.left-center {
  position: absolute;
  top: 30%;
  width: 50%;
  max-width: 700px;
  text-align: center;
  margin-left: 5%;
}
.homePage .image-caption.left-center h6.footnote {
  font-size: 13px;
  text-align: center !important;
  text-transform: uppercase;
  margin-top: 20px;
}
.homePage .image-caption.right {
  position: absolute;
  top: 30%;
  right: 3%;
  width: 55%;
  max-width: none;
  text-align: center !important;
  margin-left: 5%;
  padding-right: 15px;
}
.homePage .image-caption.right h4 {
  text-align: center !important;
}
.homePage .image-caption.right p {
  text-align: center !important;
  margin: 0;
  padding: 0;
  max-width: none;
}
.homePage .image-caption.center {
  position: absolute;
  top: 80%;
  transform: translateY(-50%);
  width: 80%;
  max-width: none;
  text-align: center !important;
  margin-left: 10%;
  margin-right: 10%;
  padding-right: 15px;
}
.homePage .image-caption.center p {
  max-width: none;
}
.homePage .image-caption.center img {
  margin: 0 auto 10px auto;
}
.homePage .home-banner-btn {
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}
.homePage .homepage-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%), 0;
}
.homePage .image-caption.center.top {
  position: absolute;
  top: 30%;
  width: 80%;
  max-width: none;
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
}
.homePage .image-caption:after {
  content: " ";
}
.homePage .mobile-caption {
  padding: 40px 0px;
}
.homePage .white-text {
  color: white;
}
.homePage .subheading {
  font-family: 'Oswald';
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center !important;
}
.homePage .slides .fluid-width-video-wrapper {
  padding-top: 56% !important;
}
.homePage #mobileSlider img {
  max-height: 500px !important;
}
.homePage .row-fluid.text-center {
  margin-top: -15px;
}
.homePage .flex-control-nav {
  bottom: 4%;
  text-align: left;
  padding-left: 60px;
  z-index: 3;
  opacity: 0;
  transition: opacity .2s;
}
.homePage .flex-control-nav li a {
  width: 40px;
  height: 5px;
  background: #006b5d;
  border-radius: 100px;
}
.homePage .flex-control-nav li a.flex-active {
  background: #57dbc4;
}
.homePage .flex-control-nav.active {
  opacity: 1;
}
.homePage .flexslider {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 0px;
  border-radius: 0 !important;
  overflow: hidden;
  max-height: 60vh;
}
.homePage .flexslider .slides > li {
  width: 101%;
  height: 100%;
  min-height: 59vh;
  -webkit-backface-visibility: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: none;
  /* Hide the slides before the JS is loaded. Avoids image jumping */

}
.homePage div.homepageShowcase.centerme {
  display: none !important;
}
/*homepage top banner & slides formating end*/

/*homepage tiles*/

.home-features {
  background: white!important;
  width: 100%;
  height: auto;
  min-height: 40vh;
  min-height: 150px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  z-index: 1 !important;
  position: relative;
}
/*homepage tiles end*/

/*Big banner that showcases a single product*/

.single-product-showcase {
  width: 100%;
  min-height: 515px;
  padding: 40px;
  background: #191c1b;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.single-product-showcase h1 {
  color: white !important;
  font-size: 57px;
}
.single-product-showcase p {
  font-weight: 400;
  font-size: 16px;
  color: white ;
  display: block;
  margin-bottom: 400px !important;
}
.single-product-showcase .wording {
  width: 50vw;
  max-width: 625px;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translate(0, -50%);
}
.single-product-showcase .wording-image {
  width: 45vw;
  position: absolute;
  top: 60%;
  right: 40px;
  transform: translate(0, -50%);
}
.single-product-showcase .button.menu-button.bw {
  font-weight: 700 !important;
  width: 130px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
  background: #006b5d;
  border-radius: 100px;
  color: white;
  border: none !important;
  letter-spacing: 0.5px;
  text-decoration: none!important;
}
.single-product-showcase .button.menu-button.bw:hover {
  font-weight: 700 !important;
  width: 130px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
  background: #57dbc4;
  border-radius: 100px;
  color: #003730;
  border: none !important;
  letter-spacing: 0.5px;
  text-decoration: none!important;
}
/*Big banner that showcases a single product end*/

/* This is the container div for the YouTube video */

.youtube-frame {
  width: 100%;
  height: auto;
  border-radius: 0;
  margin-bottom: 10px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: visible;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* This is the container div for the YouTube video end*/

/* Navigation menu */

.dropdown-menu {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 0px;
  padding: 0px;
  text-align: left;
}
.dropdown-menu li.divider {
  display: none;
}
.dropdown-menu a:link,
.dropdown-menu a:visited {
  font-size: 0.722222em;
  background-color: white;
  line-height: 1.2em;
  padding: 12px !important;
  font-weight: 400;
  white-space: normal;
}
/* Navigation menu end */

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background-image: linear-gradient(to bottom, #71d8c4, #008776) !important;
  color: #003730 !important;
}
.caret {
  vertical-align: middle;
  margin-left: 6px;
  margin-top: -2px;
  border-top-color: 4px solid white !important;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid white !important;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
/* Cart formatting & style */

.basket-pop {
  display: none;
  background: linear-gradient(0deg, rgba(0, 107, 93, 0.05), rgba(0, 107, 93, 0.05)), #fafdfa;
  position: absolute;
  z-index: 1041;
  box-sizing: border-box;
  top: auto;
  left: 0;
  width: 1170px;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0px 0px 0px 16px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 2px 6px 2px rgba(0, 0, 0, 0.15) !important;
}
.basket-pop .basketpop-previewsection,
.basket-pop .basketpop-pricesection {
  padding-right: 20px!important;
  padding-left: 20px!important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.med-divider {
  position: relative;
  left: 0px;
  top: 43px;
  right: 0px;
  display: inline-block;
  overflow-x: visible;
  overflow-y: visible;
  width: 100%;
  height: 1px;
  margin: 0px auto 12px;
  float: none;
  clear: none;
  border-style: none;
  border-width: 0px;
  background-color: #6f7976 !important;
  list-style-type: none;
  z-index: 1003;
}
body .basket-pop .basketpop-previewsection .basketpop-lineitem {
  width: 100%;
  border-bottom: 1px solid #6f7976 !important;
  padding: 12px 0px;
  display: flex;
  justify-content: space-between;
}
body .basket-pop {
  right: auto;
  left: auto;
  margin-top: -10px !important;
  text-align: left;
  right: -60px;
  width: 390px;
  top: 57px;
  max-height: 700px;
  overflow: hidden;
  overflow-y: scroll;
}
body .basket-pop:before {
  display: none;
}
body .basket-pop .basketpop-header {
  background: linear-gradient(0deg, rgba(0, 107, 93, 0.05), rgba(0, 107, 93, 0.05)), #fafdfa;
  height: 25px;
  text-align: center;
  padding-top: 10px;
}
body .basket-pop .basketpop-header .med-divider {
  top: 0px;
  color: #6f7976 !important;
}
body .basket-pop .basketpop-header h3 {
  display: inline-block;
  color: #3f4946;
  font-size: 32px;
  font-weight: 400;
  margin-left: 0px;
  font-family: Oswald;
}
body .basket-pop .basketpop-header a.order-express {
  color: white;
}
body .basket-pop .basketpop-header .basket-close {
  margin-top: 0px;
  margin-left: 16px;
}
body .basket-pop .basketpop-body .basketpop-item li {
  vertical-align: top;
}
body .basket-pop .basketpop-pricesection .b-button {
  padding-left: 20px !important;
  padding-right: 20px;
  display: block;
  font-weight: 500 !important;
}
body .basket-pop .basketpop-pricesection .b-button.checkout {
  color: #0b1f1b !important;
  background-color: #d1e7e1 !important;
  font-weight: 700 !important;
  border-radius: 100px;
  font-size: 16px;
  line-height: 24px;
  border: none !important;
  margin-top: 29px;
  margin-bottom: 16px;
}
body .basket-pop .basketpop-pricesection .b-button.checkout:hover {
  color: #003730 !important;
  background-color: #71d8c4 !important;
  font-size: 16px;
  border-radius: 100px;
  border: none !important;
}
body .basket-pop .basketpop-pricesection .row-fluid {
  margin-bottom: 15px;
}
body .basket-pop .basketpop-pricesection .row-fluid:last-child,
body .basket-pop .basketpop-pricesection .row-fluid:only-child {
  margin-bottom: 0px;
}
body .basket-pop .basketpop-previewsection {
  padding-bottom: 0px !important;
}
body .basket-pop .basketpop-previewsection .basketpop-lineitem {
  width: 100%;
  border-bottom: 1px solid #dedede;
  padding: 12px 0px;
  display: flex;
  justify-content: space-between;
}
body .basket-pop .basketpop-previewsection .basketpop-lineitem:last-child {
  border-bottom: none;
}
body .basket-pop .basketpop-previewsection .med-divider {
  top: 0px;
  margin-top: 12px;
}
body .basket-pop .basketpop-previewsection .basketpop-prodinfo {
  padding: 12px 0px;
  font-weight: 500;
  font-size: 16px;
  color: #06201b !important;
}
body .basket-pop .basketpop-previewsection .basketpop-prodinfo a:link,
body .basket-pop .basketpop-previewsection .basketpop-prodinfo a:hover,
body .basket-pop .basketpop-previewsection .basketpop-prodinfo a:visited,
body .basket-pop .basketpop-previewsection .basketpop-prodinfo a:active {
  text-decoration: none;
  color: #06201b !important;
}
body .basket-pop .basketpop-previewsection .basketpop-prodinfo .blue {
  color: #008776;
  font-weight: 500;
  font-size: 11px;
}
body .basket-pop .basketpop-previewsection .basketpop-photo,
body .basket-pop .basketpop-previewsection .basketpop-description {
  float: left;
  text-align: left;
  width: 70%;
}
body .basket-pop .basketpop-previewsection .basketpop-photo {
  margin-right: 12px;
  width: 30%;
}
body .basket-pop .basketpop-previewsection .basketpop-qty {
  float: left;
}
body .basket-pop .basketpop-previewsection .basketpop-price {
  float: left;
  padding-left: 30px;
  font-weight: 400;
  font-size: 22px;
  color: #06201b !important;
}
body .basket-pop .basketpop-subtotal {
  display: flex;
  justify-content: space-around;
  padding: 20px 0px;
  background-color: #cde8e1;
  font-family: Oswald;
  position: relative;
  top: 10px;
}
body .basket-pop .basketpop-subtotal a {
  font-weight: 500;
  font-size: 11px;
  text-decoration: none !important;
  color: #006b5d !important;
  padding: 10px 12px;
}
body .basket-pop .basketpop-subtotal a:hover {
  font-weight: 500;
  font-size: 11px;
  text-decoration: none !important;
  border-radius: 100px;
  background: rgba(0, 107, 93, 0.08) !important;
  padding: 10px 12px;
  justify-content: center;
  align-items: center;
}
body .basket-pop .basketpop-subtotal span {
  color: #06201b !important;
  padding: 10px 12px;
  font-weight: 400;
  font-size: 22px;
}
body .basket-pop .basketpop-qty span {
  color: #191c1b !important;
  font-weight: 500;
  font-size: 14px;
}
.basket-pop.basket-pop-fixed {
  margin-top: 57px !important;
  left: 50% !important;
  margin-left: -585px !important;
}
/* Cart formatting & style end */

/*find a store page */

.no-results-store {
  margin-bottom: 30px;
}
.product-find-store {
  margin-top: 30px;
  margin-bottom: 30px;
}
.find-shop-page .row-fluid {
  margin-bottom: 0px;
  margin-top: 0px;
}
.ejs-find-a-store.resultFound {
  opacity: 0;
}
.ejs-find-a-store {
  background: url("../png/find-a-stored79e.png") center no-repeat !important;
  background-size: cover !important;
  box-sizing: border-box;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  margin-bottom: 32px;
  height: 600px;
}
.ejs-find-a-store > .container {
  text-align: center;
  background: #e0ece9;
  opacity: 0.9;
  border-radius: 28px;
  padding: 22px 134px;
  box-sizing: border-box;
  color: black;
  margin-top: 321px;
}
.ejs-find-a-store > .container h1 {
  color: #1a1c1b !important;
  font-size: 1.8em;
}
.ejs-find-a-store .boxshad {
  margin-bottom: 0;
  padding: 0;
}
.ejs-find-a-store .boxshad:hover,
.ejs-find-a-store .boxshad:active {
  border-color: transparent !important;
}
.ejs-find-a-store .form-search {
  width: 100%;
  text-align: center;
  border-color: transparent !important;
  margin-left: auto;
  margin-right: auto;
}
.ejs-find-a-store .form-search label {
  display: block;
  color: white;
}
.ejs-find-a-store .form-search input {
  border: 0px !important;
}
.ejs-find-a-store .form-search .input-xlarge {
  width: 80%;
  border-radius: 100px;
  background-color: #fafdfa;
}
.ejs-find-a-store img {
  height: 600px;
  width: 100%;
}
.ejs-find-a-store .form-search .btn {
  border: solid 0px transparent !important;
  width: fit-content;
  height: fit-content;
  margin-left: -48px;
  overflow: hidden;
}
.ejs-find-a-store .form-search input {
  border-radius: 100px !important;
}
h4 a {
  color: #006b5d !important;
}
@media (min-width: 1200px) {
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 731px;
  }
}
.find-a-store-results {
  background-color: white;
}
.find-a-store-results > .container {
  box-sizing: border-box;
  width: 100% !important;
}
.find-a-store-results > .container .ejs-navigation-section {
  margin-bottom: 0px;
  display: none;
}
@media (min-width: 1558px) {
  .ejs-find-a-store-result .address-results {
    float: left;
    width: 334px;
    max-height: 800px;
    overflow-y: scroll;
    margin-left: 15px;
  }
  .ejs-find-a-store-result .address-results .boxshad.box {
    display: none !important;
  }
  .ejs-find-a-store-result .address-results h5 {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
  }
  .ejs-find-a-store-result .row-fluid {
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .ejs-find-a-store-result .map-results {
    margin-left: 385px;
    width: 78% !important;
  }
  .ejs-find-a-store-result #map-canvas > iframe {
    height: 800px !important;
    width: 100% !important;
  }
  .ejs-map-canvas {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 1224px) and (max-width: 1557px) {
  .ejs-find-a-store-result .address-results {
    float: left;
    width: 334px;
    max-height: 800px;
    overflow-y: scroll;
    margin-left: 15px;
  }
  .ejs-find-a-store-result .address-results .boxshad.box {
    display: none !important;
  }
  .ejs-find-a-store-result .address-results h5 {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
  }
  .ejs-find-a-store-result .row-fluid {
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .ejs-find-a-store-result .map-results {
    margin-left: 375px;
    width: 70% !important;
  }
  .ejs-find-a-store-result #map-canvas > iframe {
    height: 800px !important;
    width: 100% !important;
  }
  .ejs-map-canvas {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 1004px) and (max-width: 1223px) {
  .ejs-find-a-store-result .address-results {
    float: left;
    width: 334px;
    max-height: 800px;
    overflow-y: scroll;
    margin-left: 15px;
  }
  .ejs-find-a-store-result .address-results .boxshad.box {
    display: none !important;
  }
  .ejs-find-a-store-result .address-results h5 {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
  }
  .ejs-find-a-store-result .row-fluid {
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .ejs-find-a-store-result .map-results {
    margin-left: 395px;
    width: 60% !important;
  }
  .ejs-find-a-store-result #map-canvas > iframe {
    height: 800px !important;
    width: 100% !important;
  }
  .ejs-map-canvas {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 768px) and (max-width: 1003px) {
  .ejs-find-a-store-result .address-results {
    float: left;
    width: 334px;
    max-height: 800px;
    overflow-y: scroll;
    margin-left: 15px;
  }
  .ejs-find-a-store-result .address-results .boxshad.box {
    display: none !important;
  }
  .ejs-find-a-store-result .address-results h5 {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
  }
  .ejs-find-a-store-result .row-fluid {
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .ejs-find-a-store-result .map-results {
    margin-left: 382px;
    width: 50% !important;
  }
  .ejs-find-a-store-result #map-canvas > iframe {
    height: 800px !important;
    width: 100% !important;
  }
  .ejs-map-canvas {
    margin-left: auto;
    margin-right: auto;
  }
}
/*find a store page end */

/*regional manager profiles*/

.regionalmanagers {
  padding-top: 50px;
}
.regionalmanagers h2 {
  text-align: center;
  padding-bottom: 20px;
  color: #303030 !important;
}
.regionalmanagers .regionals {
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  justify-content: center;
  margin-bottom: 32px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  gap: 32px;
}
.regionalmanagers .rsm {
  padding: 10px;
}
.regionalmanagers .rsm img {
  width: 350px;
  border-radius: 12px;
}
.regionalmanagers .rsm .info {
  padding: 10px 0 0px;
}
.regionalmanagers .rsm .info h2 {
  margin-top: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  font-size: 16px;
  line-height: 1.2em;
  font-family: 'Lato', sans-serif !important;
  color: #303030 !important;
}
.regionalmanagers .rsm .info h5 {
  color: #3e3e3e;
  font-size: 1em;
  line-height: 1em;
  text-transform: lowercase;
  font-weight: 300;
  font-style: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald;
}
.regionalmanagers .rsm:hover {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
/*regional manager profiles end*/

/* left column- find a store results (email/number) formatting*/

.address-results.visible-phone .form-search {
  width: 100%;
  background: black;
  padding-bottom: 20px;
  color: white;
  padding-top: 12px;
  margin-bottom: 20px;
}
.address-results h5 {
  text-align: center;
  line-height: 1.2em;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: solid 1px #c2c2c2 !important;
}
.address-results .form-search {
  width: 100%;
  background: white;
  padding-bottom: 5px;
  color: black;
}
.address-results .form-search label {
  cursor: default;
}
.address-results .ejs-find-a-store-search-value {
  width: 80%;
  box-shadow: none;
}
.address-results ul.findastorebox .boxshad {
  padding: 0px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: solid 1px #c2c2c2 !important;
  text-align: center;
  font-size: 0.85em !important;
}
.address-results ul.findastorebox .boxshad .findastorebox > li {
  margin-bottom: 10px;
  line-height: 1.1em;
}
.address-results ul.findastorebox .boxshad .findastorebox > li .strong {
  font-size: 1.2em;
  text-transform: uppercase;
  font-style: italic;
  color: #303030 !important;
}
.address-results ul.findastorebox .boxshad .findastorebox > li:last-child,
.address-results ul.findastorebox .boxshad .findastorebox > li:only-child {
  margin-bottom: 0px;
}
.address-results ul.findastorebox .boxshad .findastorebox > li a:linknot(.b-button),
.address-results ul.findastorebox .boxshad .findastorebox > li a:visitednot(.b-button) {
  display: inline-block;
  border: none !important;
  background: transparent !important;
  color: black !important;
  line-height: 1em !important;
  padding: 10px !important;
  font-size: 0.9em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s !important;
  /* Safari */
  transition: background-color 0.2s, border-color 0.2s, color 0.2s !important;
}
.address-results ul.findastorebox .boxshad img {
  float: none !important;
  position: relative;
  top: -20px;
}
.address-results ul.findastorebox .boxshad:hover {
  box-shadow: none !important ;
  border-color: transparent !important;
  border-bottom: solid 1px #c2c2c2 !important;
}
.address-results ul.findastorebox li:last-child .boxshad {
  border-color: transparent !important;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
/* left column- find a store results (email/number) formatting end*/

/*Bunch of mobile formatting shit*/

@media screen and (max-width: 767px) {
  .top-link-header {
    top: -33px !important;
  }
  .main-navigation {
    top: 10px !important;
  }
  .stormnationHomepage {
    padding: 0px;
  }
  body .btn:not(.btn-go, .ejs-find-a-store-dosearch) {
    display: block !important;
    box-sizing: border-box;
  }
  body .basket-pop {
    position: fixed;
  }
  .row-fluid {
    margin-bottom: 15px;
  }
  .row-fluid:last-child,
  .row-fluid:only-child {
    margin-bottom: 0px;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    /* width: 100%; */
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    margin-bottom: 15px;
  }
  [class*="span"]:last-child,
  .uneditable-input[class*="span"]:last-child,
  .row-fluid [class*="span"]:last-child,
  [class*="span"]:only-child,
  .uneditable-input[class*="span"]:only-child,
  .row-fluid [class*="span"]:only-child {
    margin-bottom: 0px;
  }
  .logos {
    float: none;
    margin: 5px 0px;
  }
  .box-qty .text-right {
    text-align: left;
  }
  body .btn-group {
    display: block;
  }
  body .btn-group > .addtopurchaselist {
    display: inline-block !important;
  }
  body .btn-group > .btn + .dropdown-toggle {
    display: inline-block !important;
  }
  body .basket-pop {
    margin-left: 0px;
  }
  .homepageShowcase {
    padding: 20px 0;
  }
  .grid-layout [class*='span'] .productbox {
    padding: 0 0 10px;
    margin: 0 10px;
    border: none;
  }
  .grid-layout [class*='span']:nth-child(odd) .productbox {
    margin-left: 0px;
  }
  .grid-layout [class*='span']:nth-child(even) .productbox {
    margin-right: 0px;
  }
  body .coverstock-section .over-coverstock {
    margin-top: 185px;
  }
  .homePage section.main-section {
    margin-left: 0px;
    margin-right: 0px;
  }
  .homePage section.main-section #main-section > .section-body-container .container {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .stormNationImage {
    width: 50%;
    margin-bottom: 20px;
  }
  .stormNationImage:nth-child(odd) {
    padding-left: 0;
  }
  .stormNationImage:nth-child(even) {
    padding-right: 0;
  }
  .homePageDarkContent .stromnationViewMore:link,
  .homePageDarkContent .stromnationViewMore:visited {
    position: static;
    display: block;
    text-align: center;
  }
  .ejs-find-a-store > .span12 {
    padding: 20px;
  }
  .ejs-find-a-store .form-search .input-xlarge {
    width: 60%;
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
    display: inline-block !important;
  }
  .ejs-find-a-store .form-search .btn {
    width: 45px !important;
    display: inline-block !important;
    margin-bottom: 0px;
  }
  .findastorebox .b-button {
    width: 80% !important;
  }
  .ejs-find-a-store-result #map-canvas {
    margin: 0px !important;
    box-sizing: border-box;
  }
  .address-results ul.findastorebox .boxshad .findastorebox > li a:link,
  .ejs-find-a-store-result .boxshad .findastorebox > li a:link,
  .address-results ul.findastorebox .boxshad .findastorebox > li a:visited,
  .ejs-find-a-store-result .boxshad .findastorebox > li a:visited {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .row-fluid.athletesPageContent {
    margin-bottom: 15px !important;
  }
  .athleteInfoTableContainer {
    overflow-y: hidden;
    overflow-x: scroll;
    width: 100%;
  }
  .athleteInfoTableContainer table {
    min-width: 700px;
  }
  .ejs-find-a-store-result {
    display: flex;
    flex-direction: column;
  }
  .ejs-find-a-store-result .address-results {
    float: none;
    width: 350px;
    max-height: 800px;
    overflow-y: scroll;
  }
  .ejs-find-a-store-result .address-results.visible-phone {
    width: 100%;
    overflow: visible;
    margin: 0px;
    max-height: none;
    box-sizing: border-box;
  }
  .ejs-find-a-store-result .row-fluid {
    margin-top: 0px;
  }
  .ejs-find-a-store-result .map-results {
    padding-left: 0px;
    float: none;
    margin-bottom: 0px;
  }
  .ejs-find-a-store-result .map-results iframe {
    pointer-events: none;
  }
  .ejs-find-a-store-result #map-canvas > iframe {
    height: 500px !important;
  }
  .supportDarkSection table {
    display: block;
  }
  .supportDarkSection table tbody,
  .supportDarkSection table tr,
  .supportDarkSection table td {
    display: block;
    width: 100%;
  }
  .supportDarkSection table td {
    border-right: 0px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: solid 1px #4a4a4a;
  }
  .supportDarkSection table td:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: solid 0px #4a4a4a;
  }
  .staffList > li {
    width: 50%;
  }
  .grid-layout > [class*="span"] {
    width: 50% !important;
    display: inline-block !important;
    float: left;
  }
  .grid-layout > [class*="span"]:nth-child(odd) {
    clear: left;
  }
  .product-page-row .container {
    padding: 30px 0px;
    margin-bottom: 30px;
  }
  #divProductRatingReviewListing .review-stars {
    float: none;
    margin-bottom: 20px;
  }
  .product-review-text {
    padding-right: 0px;
  }
  .teamListing {
    margin-right: 5%;
    margin-left: 5%;
  }
  .span3.text-center {
    width: 50%;
    padding: 5px;
  }
  .teamListing .amateur {
    width: 33%;
  }
  .teamListing .advisory,
  .teamListing .international {
    width: 25%;
  }
  .ejs-basket-controls .ejs-shipping-section,
  .ejs-basket-controls .shoppingCart-bottom {
    width: 100%;
  }
  .ejs-basket-controls .ejs-shipping-section #frmShippingAddress {
    width: 100%;
    padding-left: 0px;
  }
  .ejs-basket-controls .ejs-shipping-section #divShippingMethod input[type="radio"] {
    float: none;
  }
}
/*Bunch of mobile formatting shit*/

/* left column- find a store results (email/number)*/

.ejs-find-a-store-result .boxshad {
  padding: 0px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 0.85em !important;
}
.ejs-find-a-store-result .boxshad .findastorebox > li {
  margin-bottom: 10px;
  line-height: 1.1em;
}
.ejs-find-a-store-result .boxshad .findastorebox > li:last-child,
.ejs-find-a-store-result .boxshad .findastorebox > li:only-child {
  margin-bottom: 0px;
}
.ejs-find-a-store-result .boxshad .findastorebox > li a:link:not(.b-button),
.ejs-find-a-store-result .boxshad .findastorebox > li a:visited:not(.b-button) {
  display: inline-block;
  width: 80%;
  background: transparent !important;
  color: black !important;
  line-height: 1em !important;
  padding: 27px !important;
  text-transform: uppercase !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s !important;
  /* Safari */
  transition: background-color 0.2s, border-color 0.2s, color 0.2s !important;
}
.ejs-find-a-store-result .boxshad img {
  float: none !important;
  position: relative;
  top: -20px;
}
.ejs-find-a-store-result .boxshad:hover {
  border-color: #0090bf !important;
}
#map-canvas > iframe {
  border: 0px !important;
}
.ejs-navigation-section {
  margin-bottom: 30px;
}
.nav-quicklinks.span2 {
  display: none;
}
/* left column- find a store results (email/number) end*/

/* PRODUCT PAGE CUSTOM */

.complementary-product {
  text-align: center;
}
.complementary-product .med-divider {
  top: 0px;
}
.complementary-product a {
  margin-top: 20px;
  margin-bottom: -5px !important;
  padding-top: 16px;
  padding-bottom: 0px;
  font-size: 14px;
  font-weight: 300 !important;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-family: Oxygen, sans-serif;
  line-height: 24px;
}
#product-detail-picture {
  position: relative;
  z-index: 300;
  padding-top: 50px;
  -webkit-transform: translate3d(0, 0, 0);
}
#product-detail-picture .spinImage {
  opacity: 0;
  margin-top: -90px;
  width: 75%;
  margin-left: 3%;
  -webkit-transition: opacity 2s ease-in;
  -moz-transition: opacity 2s ease-in;
  -ms-transition: opacity 2s ease-in;
  -o-transition: opacity 2s ease-in;
  transition: opacity 2s ease-in;
}
#product-detail-picture .spinImage.showSpin {
  opacity: 1;
  margin-top: -70px;
  width: 75%;
  margin-left: 3%;
}
#product-detail-picture .proshopbutton {
  width: 32%;
  float: left;
  margin-top: 20px;
}
#product-detail-picture .btn-group .addtopurchaselist-caret,
#product-detail-picture .btn-group .addtopurchaselist {
  border: solid 1px black !important;
  line-height: .2em;
  font-size: 14px !important;
}
#product-detail-picture .btn-group .addtopurchaselist-caret:hover,
#product-detail-picture .btn-group .addtopurchaselist:hover,
#product-detail-picture .btn-group .addtopurchaselist-multiple a:link:hover {
  color: white!important;
  background-color: #303030 !important;
}
#product-detail-picture .addtopurchaselist-multiple li {
  display: block;
  padding: 0px;
}
#product-detail-gallery-main-img {
  -webkit-overflow-scrolling: touch;
  display: inline;
  min-height: 470px;
  max-height: 750px;
  max-width: 750px;
}
.product-picture-custom {
  position: absolute;
  z-index: 999;
  top: 100px;
  width: 45%;
  text-align: center;
  left: 600px;
}
.product-page-row {
  margin-bottom: 0px;
}
.product-page-row .container {
  padding-top: 70px;
  padding-bottom: 20px;
}
.product-page-row:last-child .container {
  border-bottom: 0px;
}
.product-page-row .med-divider {
  z-index: -1;
  margin-top: 12px;
}
.product-page-row .span6 {
  padding-bottom: 50px;
}
.zoomWindowContainer {
  display: none;
}
#product-detail-picture.product-detail .review-stars {
  display: inline-block;
  vertical-align: middle;
  height: 14px!important;
  width: 99px !important;
  background-image: url("../png/review_stars-2.png") !important;
}
#product-detail-picture.product-detail .review-stars.review-stars-pos-1,
#product-detail-picture.product-detail .review-stars.review-stars-fix-1 {
  background-position: 0px -14px !important;
  width: 15px !important;
}
#product-detail-picture.product-detail .review-stars.review-stars-pos-2,
#product-detail-picture.product-detail .review-stars.review-stars-fix-2 {
  background-position: 0px -28px !important;
  width: 36px !important;
}
#product-detail-picture.product-detail .review-stars.review-stars-pos-3,
#product-detail-picture.product-detail .review-stars.review-stars-fix-3 {
  background-position: 0px -42px !important;
  width: 57px !important;
}
#product-detail-picture.product-detail .review-stars.review-stars-pos-4,
#product-detail-picture.product-detail .review-stars.review-stars-fix-4 {
  background-position: 0px -56px !important;
  width: 78px !important;
}
#product-detail-picture.product-detail .review-stars.review-stars-pos-5,
#product-detail-picture.product-detail .review-stars.review-stars-fix-5 {
  background-position: 0px -70px !important;
}
#product-detail-picture.product-detail .review-stars a {
  width: 21px;
  height: 14px;
}
#product-detail-picture.product-detail .review-stars a:last-child {
  width: 15px;
}
#product-detail-picture.product-detail .linkAddReview {
  display: inline-block;
  font-size: 0.8em;
  font-style: italic;
  vertical-align: middle;
  margin-left: 10px;
}
#product-detail-picture.product-detail .linkAddReview:link,
#product-detail-picture.product-detail .linkAddReview:visited {
  text-decoration: underline;
}
#product-detail-picture.product-detail .linkAddReview:hover,
#product-detail-picture.product-detail .linkAddReview:active {
  text-decoration: none;
}
#product-detail-picture.product-detail h1 {
  margin-bottom: 15px;
  margin-top: -10px;
}
#product-detail-picture.product-detail .price {
  font-style: italic;
}
#product-detail-picture.product-detail .productDescription {
  font-size: 14px;
}
#product-detail-picture.product-detail .product-description-2020 {
  margin: 20px auto 20px auto;
}
#product-detail-picture.product-detail .product-description-2020 .container {
  width: 100%;
}
#product-detail-picture.product-detail .product-description-2020 .row-fluid .span6 {
  width: 100%;
  display: block !important;
  text-align: left;
  margin: 0;
  padding: 0;
}
#product-detail-picture.product-detail .product-description-2020 h2,
#product-detail-picture.product-detail .product-description-2020 h3 {
  font-family: Oxygen, sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  font-style: normal !important;
  text-transform: uppercase;
}
#product-detail-picture.product-detail .product-description-2020 p {
  font-size: 14px;
  font-weight: 400;
}
#product-detail-picture.product-detail .addthis_sharing_toolbox {
  margin-top: 20px;
}
#product-detail-picture.product-detail .attribute-title {
  font-size: 14px;
  margin-bottom: 5px;
}
#product-detail-picture.product-detail .attribute-value select {
  background: none transparent;
  border: solid 1px black;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-family: "Lato", sans-serif !important;
  height: auto !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  color: black;
}
#product-detail-picture.product-detail .attribute-value select#Weight {
  width: 90px;
}
#product-detail-picture.product-detail .box-qty {
  padding: 0px;
}
#product-detail-picture.product-detail .addtocart-section {
  margin: 0px;
}
#product-detail-picture.product-detail .addtocart-section li {
  margin: 0 0 15px 0;
}
#product-detail-picture.product-detail .addtoCartQtyLabel {
  display: block;
  font-style: italic;
}
#product-detail-picture.product-detail .addtoCartQtyLabel label {
  font-size: 0.9em;
  line-height: 1em;
}
#product-detail-picture.product-detail .addtoCartQtyInput input {
  background: none transparent;
  border: solid 3px black;
  color: black;
  height: 44px;
}
#product-detail-picture.product-detail #product-detail-gallery-thumbs {
  overflow: hidden;
  position: relative;
}
#product-detail-picture.product-detail #product-detail-gallery-thumbs ul {
  width: 100%;
}
#product-detail-picture.product-detail #product-detail-gallery-thumbs li {
  text-align: center;
  margin-bottom: 10px;
  display: block;
}
#product-detail-picture.product-detail #product-detail-gallery-thumbs li:last-child {
  margin-bottom: 0px;
}
#product-detail-picture.product-detail #product-detail-gallery-thumbs li a {
  display: inline-block;
  box-sizing: border-box;
  border: solid 3px transparent;
  width: 100%;
}
#product-detail-picture.product-detail #product-detail-gallery-thumbs li a:hover,
#product-detail-picture.product-detail #product-detail-gallery-thumbs li a:active {
  border: solid 3px black;
}
#product-detail-picture.product-detail #product-detail-gallery-thumbs li a.active {
  border: 2px solid #6d6d6d !important;
}
#product-detail-picture.product-detail .mobile-product-thumbs #product-detail-gallery-thumbs li {
  width: 16%;
  display: inline-flex;
}
.product-detail .product-review {
  border: 0px;
}
.product-detail .product-review .review-user-desc-content {
  margin-bottom: 5px;
  font-family: Oxygen, sans-serif;
  font-size: 16px;
  color: black;
  font-weight: 200;
}
.product-detail .product-review .review-user-desc-title {
  font-family: Oswald, sans-serif;
  font-weight: normal;
}
.product-detail .product-review .review-user-desc-date {
  margin-bottom: 6px;
  margin-top: 10px;
  font-size: 12px;
  font-family: Oswald, sans-serif;
  color: #9c9797;
}
.product-detail .product-review .review-user-rate small {
  font-size: 73%;
}
.product-detail .product-review h5 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  float: none;
  padding: 0px;
  margin-bottom: 10px;
  border: 0px;
  text-align: center;
  font-family: Oswald, sans-serif;
}
.product-detail .product-review h5 .review-user-desc-rating-stars {
  display: inline-block;
  margin-left: 20px;
}
.product-detail .product-review h5 .review-user-desc-rating-stars.review-stars {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
  margin-top: -8px;
  height: 27px!important;
  width: 193px !important;
  background-image: url("../png/review_stars_reviews.png") !important;
}
.product-detail .product-review h5 .review-user-desc-rating-stars.review-stars.review-stars-pos-1,
.product-detail .product-review h5 .review-user-desc-rating-stars.review-stars.review-stars-fix-1 {
  background-position: 0px -27px !important;
}
.product-detail .product-review h5 .review-user-desc-rating-stars.review-stars.review-stars-pos-2,
.product-detail .product-review h5 .review-user-desc-rating-stars.review-stars.review-stars-fix-2 {
  background-position: 0px -54px !important;
}
.product-detail .product-review h5 .review-user-desc-rating-stars.review-stars.review-stars-pos-3,
.product-detail .product-review h5 .review-user-desc-rating-stars.review-stars.review-stars-fix-3 {
  background-position: 0px -81px !important;
}
.product-detail .product-review h5 .review-user-desc-rating-stars.review-stars.review-stars-pos-4,
.product-detail .product-review h5 .review-user-desc-rating-stars.review-stars.review-stars-fix-4 {
  background-position: 0px -108px !important;
}
.product-detail .product-review h5 .review-user-desc-rating-stars.review-stars.review-stars-pos-5,
.product-detail .product-review h5 .review-user-desc-rating-stars.review-stars.review-stars-fix-5 {
  background-position: 0px -135px !important;
}
.product-detail .product-review h5 .review-user-desc-rating-stars.review-stars a {
  width: 21px;
  height: 14px;
}
.product-detail .product-review h5 .review-user-desc-rating-stars.review-stars a:last-child {
  width: 15px;
}
.product-detail .product-review .review-listing-header {
  border-top: 0px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  border-bottom-color: #c2c2c2;
}
.product-review-text {
  padding-right: 210px;
}
.review-stars-block {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
  margin-top: -8px;
  height: 24px!important;
  width: 110px !important;
  background-image: url("../png/starrating_boxes6b15.png") !important;
}
.review-stars-block.review-stars-block-pos-1,
.review-stars-block.review-stars-block-fix-1 {
  background-position: 0px 0px !important;
}
.review-stars-block.review-stars-block-pos-2,
.review-stars-block.review-stars-block-fix-2 {
  background-position: 0px -22px !important;
}
.review-stars-block.review-stars-block-pos-3,
.review-stars-block.review-stars-block-fix-3 {
  background-position: 0px -44px !important;
}
.review-stars-block.review-stars-block-pos-4,
.review-stars-block.review-stars-block-fix-4 {
  background-position: 0px -66px !important;
}
.review-stars-block.review-stars-block-pos-5,
.review-stars-block.review-stars-block-fix-5 {
  background-position: 0px -200px !important;
}
.review-stars-block a {
  width: 21px;
  height: 14px;
}
.review-stars-block a:last-child {
  width: 15px;
}
#divProductRatingReviewListing > .row-fluid {
  border-bottom: solid 1px #c2c2c2;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 0px;
}
#divProductRatingReviewListing .review-stars {
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin-bottom: 0px;
  margin-top: 0px;
  height: 27px!important;
  width: 193px !important;
  /* height: 16px!important;
		width: 91px !important; */
  background-image: url("../png/review_stars_reviews.png") !important;
}
#divProductRatingReviewListing .review-stars.review-stars-pos-1,
#divProductRatingReviewListing .review-stars.review-stars-fix-1 {
  background-position: 0px -27px !important;
  width: 29px !important;
  /* background-position: 0px -17px!important;
	      width: 17px !important; */

}
#divProductRatingReviewListing .review-stars.review-stars-pos-2,
#divProductRatingReviewListing .review-stars.review-stars-fix-2 {
  background-position: 0px -54px !important;
  width: 70px !important;
  /* background-position: 0px -34px!important;
	      width: 37px !important; */

}
#divProductRatingReviewListing .review-stars.review-stars-pos-3,
#divProductRatingReviewListing .review-stars.review-stars-fix-3 {
  background-position: 0px -81px !important;
  width: 111px !important;
  /* background-position: 0px -51px!important;
	      width: 55px !important; */

}
#divProductRatingReviewListing .review-stars.review-stars-pos-4,
#divProductRatingReviewListing .review-stars.review-stars-fix-4 {
  background-position: 0px -108px !important;
  width: 152px !important;
  /* 		  background-position: 0px -68px!important;
	      width: 74px !important; */

}
#divProductRatingReviewListing .review-stars.review-stars-pos-5,
#divProductRatingReviewListing .review-stars.review-stars-fix-5 {
  background-position: 0px -135px !important;
  /* background-position: 0px -68px!important; */

}
#divProductRatingReviewListing .review-stars a {
  width: 21px;
  height: 14px;
}
#divProductRatingReviewListing .review-stars a:last-child {
  width: 15px;
}
#divProductRatingReviewListing .review-circles {
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin-bottom: 0px;
  margin-top: 0px;
  /* height: 27px!important;
		width: 193px !important; */
  height: 16px!important;
  width: 91px !important;
  background-image: url("../png/review_circle_reviews.png") !important;
}
#divProductRatingReviewListing .review-circles.review-circles-pos-1,
#divProductRatingReviewListing .review-circles.review-circles-fix-1 {
  /* background-position: 0px -27px!important;
	      width: 29px !important; */
  background-position: 0px -17px !important;
  width: 17px !important;
}
#divProductRatingReviewListing .review-circles.review-circles-pos-2,
#divProductRatingReviewListing .review-circles.review-circles-fix-2 {
  /* background-position: 0px -54px!important;
	      width: 70px !important; */
  background-position: 0px -34px !important;
  width: 37px !important;
}
#divProductRatingReviewListing .review-circles.review-circles-pos-3,
#divProductRatingReviewListing .review-circles.review-circles-fix-3 {
  /* background-position: 0px -81px!important;
	      width: 111px !important; */
  background-position: 0px -51px !important;
  width: 55px !important;
}
#divProductRatingReviewListing .review-circles.review-circles-pos-4,
#divProductRatingReviewListing .review-circles.review-circles-fix-4 {
  /* background-position: 0px -108px!important;
	      width: 152px !important; */
  background-position: 0px -68px !important;
  width: 74px !important;
}
#divProductRatingReviewListing .review-circles.review-circles-pos-5,
#divProductRatingReviewListing .review-circles.review-circles-fix-5 {
  /* background-position: 0px -135px!important; */
  background-position: 0px -68px !important;
}
#divProductRatingReviewListing .review-circles a {
  width: 21px;
  height: 14px;
}
#divProductRatingReviewListing .review-circles a:last-child {
  width: 15px;
}
#divProductRatingReviewListing .review-circles-thick {
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin-bottom: 0px;
  margin-top: 0px;
  /* height: 27px!important;
		width: 193px !important; */
  height: 22px!important;
  width: 125px !important;
  background-image: url("../png/review_circle_reviews_thick.png") !important;
}
#divProductRatingReviewListing .review-circles-thick.review-circles-thick-pos-1,
#divProductRatingReviewListing .review-circles-thick.review-circles-thick-fix-1 {
  /* background-position: 0px -27px!important;
	      width: 29px !important; */
  background-position: 0px -2px !important;
  width: 24px !important;
}
#divProductRatingReviewListing .review-circles-thick.review-circles-thick-pos-2,
#divProductRatingReviewListing .review-circles-thick.review-circles-thick-fix-2 {
  /* background-position: 0px -54px!important;
	      width: 70px !important; */
  background-position: 0px -24px !important;
  width: 48px !important;
}
#divProductRatingReviewListing .review-circles-thick.review-circles-thick-pos-3,
#divProductRatingReviewListing .review-circles-thick.review-circles-thick-fix-3 {
  /* background-position: 0px -81px!important;
	      width: 111px !important; */
  background-position: 0px -48px !important;
  width: 74px !important;
}
#divProductRatingReviewListing .review-circles-thick.review-circles-thick-pos-4,
#divProductRatingReviewListing .review-circles-thick.review-circles-thick-fix-4 {
  /* background-position: 0px -108px!important;
	      width: 152px !important; */
  background-position: 0px -70px !important;
  width: 98px !important;
}
#divProductRatingReviewListing .review-circles-thick.review-circles-thick-pos-5,
#divProductRatingReviewListing .review-circles-thick.review-circles-thick-fix-5 {
  /* background-position: 0px -135px!important; */
  background-position: 0px -94px !important;
}
#divProductRatingReviewListing .review-circles-thick a {
  width: 21px;
  height: 14px;
}
#divProductRatingReviewListing .review-circles-thick a:last-child {
  width: 15px;
}
/* PRODUCT PAGE CUSTOM end */

/* BERADCRUMB */

.breadcrumb {
  background: none transparent;
  padding: 0px;
  text-transform: uppercase;
}
.breadcrumb li {
  font-size: 0.72em;
}
.category-listing > li {
  margin-bottom: 15px;
}
.category-listing > li:last-child,
.category-listing > li:only-child {
  margin-bottom: 0px;
}
/* BERADCRUMB end */

/*Filters on product pages*/

@media (min-width: 1200px) {
  .row-fluid .span8 {
    width: 69.81196581196582%;
    margin-top: 64px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row-fluid .span3 {
    width: 26.92817679558011% !important;
    margin-top: 32px;
  }
}
@media (min-width: 1200px) {
  .row-fluid .span3 {
    width: 18.076923076923077% !important;
    margin-right: auto !important;
    margin-left: 50px !important;
    margin-top: 64px;
  }
}
#PowerSearchSection {
  margin-left: 0px;
  padding: 20px 8px 20px 8px !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
#PowerSearchSection .powersearch-section > div {
  margin-bottom: 25px !important;
}
#PowerSearchSection .powersearch-section > div h5 {
  margin-bottom: 5px;
  padding-left: 8px;
  color: #303030;
}
#PowerSearchSection .powersearch-section > div:last-child,
#PowerSearchSection .powersearch-section > div:only-child {
  margin-bottom: 0px !important;
}
#PowerSearchSection .btn {
  background-color: #262626 !important;
  border: #303030 !important;
  color: white !important;
  margin: 0 auto !important;
  margin-bottom: 32px !important;
  width: 90%;
}
#PowerSearchSection .ps-filteritem.unstyled {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#PowerSearchSection .ps-item-title {
  padding: 12px 10px 12px 10px;
  color: #006b5d !important;
  margin-top: 8px;
  font-weight: 500;
  font-size: 14px;
}
#PowerSearchSection .ps-item-title:hover {
  padding: 12px 10px 12px 10px;
  border-radius: 100px;
  background-color: rgba(0, 107, 93, 0.08);
  color: #006b5d !important;
}
#PowerSearchSection .ps-filteritem {
  margin-bottom: 0px;
  /*> li:hover{
			background-color: rgba(0, 107, 93, 0.08);
			color: #006B5D !important;
			border-radius: 100px;
			
			margin-left: 0px;
			padding: 8px;	

			label{
				margin-bottom: 0px;
				font-size:0.9em;
				color: #006B5D !important;
			}

			input[type="radio"], input[type="checkbox"]{
				margin-top: 4px;
			}

			&:last-child, &:only-child{
				border-bottom: 0px;
			}
		}*/

}
#PowerSearchSection .ps-filteritem > li {
  margin-left: 0px;
  padding: 8px;
}
#PowerSearchSection .ps-filteritem > li label {
  margin-bottom: 0px;
  font-size: 0.9em;
  color: #9d9c9c;
}
#PowerSearchSection .ps-filteritem > li input[type="radio"],
#PowerSearchSection .ps-filteritem > li input[type="checkbox"] {
  margin-top: 4px;
}
#PowerSearchSection .ps-filteritem > li:last-child,
#PowerSearchSection .ps-filteritem > li:only-child {
  border-bottom: 0px;
}
#PowerSearchSection label.checkbox {
  padding-left: 0px;
}
#PowerSearchSection label.checkbox input {
  display: none;
}
#PowerSearchSection label.checkbox input:checked + span.ps-item-title {
  color: #006b5d !important;
  background-color: rgba(0, 107, 93, 0.08);
  border-radius: 100px;
}
#PowerSearchSection .ps-showmore-showless {
  font-size: 0.8em;
}
.ejs-product-attributes li select {
  margin-bottom: 10px;
}
.ejs-product-attributes li:last-child select,
.ejs-product-attributes li:only-child select {
  margin-bottom: 0px;
}
.ejs-product-attributes .Weight {
  display: none;
}
.coupon .input-append {
  font-size: 1em !important;
}
.coupon .input-append input {
  width: 100%;
  margin-bottom: 5px;
}
.coupon .input-append .btn {
  display: block;
  width: 100%;
}
.darkBackgroundSection {
  background-color: #1f1f1f;
}
.homePageDarkContent {
  background-color: #1f1f1f;
  border-top: solid 10px #0c79b2;
  padding: 70px 0px;
  color: white;
}
.homePageDarkContent .homePageStormnationTitle {
  text-align: center;
  color: white;
  border-bottom: solid 1px #707070;
  margin-bottom: 70px;
  padding-bottom: 8px;
}
.homePageDarkContent .homePageStormnationTitle small {
  font-weight: 300;
  color: white !important;
}
.homePageDarkContent > .container {
  position: relative;
}
.homePageDarkContent .stromnationViewMore:link,
.homePageDarkContent .stromnationViewMore:visited {
  position: absolute;
  right: 0px;
  top: 40px;
  color: #0c79b2;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 0.8em;
  font-weight: bold;
}
.homePageDarkContent .stromnationViewMore:hover,
.homePageDarkContent .stromnationViewMore:active {
  color: #1ba7f0;
  text-decoration: none;
}
.ps-item-count.muted {
  display: none !important;
}
/* /*Filters on product pages end */

/*Homepage banner formatting*/

.main-section-container {
  padding-top: 104px;
  min-height: 100vh;
  box-sizing: border-box;
}
.stormnationHomepage {
  padding: 0px 40px;
  border-bottom: solid 1px #cbcbcb;
  position: relative;
}
.stormnationHomepage .stormNationImage {
  position: relative;
}
.size-guide {
  width: 100%;
  height: 100%;
}
.size-guide ul {
  margin: 20px auto;
  width: 300px;
  background-color: white;
}
.size-guide ul li {
  display: inline-block;
  background: linear-gradient(to right, white, #ededed);
  width: 80px;
  padding: 7px;
  font-size: 12px;
  border-bottom: 0.25px solid #999999;
}
.size-guide li:first-child,
.size-guide li:nth-child(2),
.size-guide li:nth-child(3) {
  background: linear-gradient(to right, #5983b1, #41779d);
  color: white;
}
.size-guide li.bg-grey {
  background: #d1d1cf;
}
/*Homepage banner formatting end*/

/*Banners above pages*/

.contentPageTitle.allaccessories {
  background: url("../png/allproducts_hpb1058e.png") center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contentPageTitle.stormaccessories {
  background: url("../png/storm_websitebanners_storm_webbanner11b405.png") center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contentPageTitle.clothing,
.contentPageTitle.allclothing {
  background: url("../png/allproducts_hpb1058e.png") no-repeat center;
  background-size: cover;
}
.contentPageTitle.stormclothing {
  background: url("../png/storm_websitebanners_storm_webbanner11b405.png") no-repeat center;
  background-size: cover;
}
.contentPageTitle.allapparel {
  background: url("../png/allproducts_hpb1058e.png") no-repeat center;
  background-size: cover;
}
.contentPageTitle.rotogripballs,
.contentPageTitle.rotogripbags,
.contentPageTitle.rotogripaccessories {
  background: url("../png/rg_websitebanner_temp_1190eb.png") center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 200px;
}
.contentPageTitle.allballs,
.contentPageTitle.balls,
.contentPageTitle.stormballs {
  background: url("../png/allproducts_hpb1058e.png") center;
  background: linear-gradient(to bottom, #191c42, #030226) center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contentPageTitle.allballs {
  background: url("../png/allproducts_hpb1058e.png") center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contentPageTitle.stormballs {
  background: url("../jpg/storm-ball-bannerbe5d.jpg") center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contentPageTitle.stormballs h2 {
  line-height: 1.3em;
}
.contentPageTitle.bags,
.contentPageTitle.allbags {
  background: url("../png/allproducts_hpb1058e.png") center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contentPageTitle.stormballbags {
  background: url("../png/storm_websitebanners_storm_webbanner11b405.png") center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contentPageTitle.blackfriday {
  background: url("../png/s-free-ship134b.png") no-repeat center top;
  background-size: cover;
}
h1 > span {
  color: white !important;
}
.contentPageTitle.colleges {
  background: url("../jpg/collegiate_banner21ed8.jpg") no-repeat center top;
  background-size: cover;
}
.contentPageTitle.sycproducts {
  background: url("../jpg/syc_product_bannerc675.jpg") no-repeat center center;
  background-size: cover;
}
.contentPageTitle.ptlp {
  background: url("../png/ptlpheader01fc0e.png") no-repeat center;
  background-position-y: 0px;
  background-size: cover;
  object-fit: contain;
  width: 100%;
  min-height: 600px;
}
.contentPageTitle.ptlp img {
  width: 10%;
  max-width: 300px;
  margin: -40px auto 0 auto;
  visability: hidden;
  display: none;
}
.contentPageTitle.gdpr {
  background: url("../jpg/gdpr-bg0d3b.jpg") no-repeat center bottom;
  background-size: cover;
}
.contentPageTitle.warranty {
  background: url("../jpg/warranty-bgd10d.jpg") no-repeat center center;
  background-size: cover;
}
.contentPageTitle.shoes {
  background: url("../png/3g-stepup96b7.png") no-repeat center bottom;
  background-size: cover;
}
.contentPageTitle.3gshoeaccessory {
  background: url("../jpg/shoes-banner-dark28490.jpg") no-repeat center;
  background-size: cover;
}
.contentPageTitle.rg-athletes,
.contentPageTitle.roto_grip_athletes,
.contentPageTitle.rotogripathletes,
.contentPageTitle.rotogripclothing {
  background: url("../png/rg_websitebanner_temp_1190eb.png") no-repeat center center;
  background-size: cover;
}
.contentPageTitle.rg-athletes h1,
.contentPageTitle.roto_grip_athletes h1,
.contentPageTitle.rotogripathletes h1,
.contentPageTitle.rotogripclothing h1 {
  text-shadow: 2px 2px 5px black;
}
.contentPageTitle.staff,
.contentPageTitle.athletes {
  background: url("../jpg/storm_banner_default36d0b.jpg") no-repeat center center;
  background-size: cover;
}
.contentPageTitle.careerTitle {
  background: url("../jpg/careers_head_bg685b.jpg") no-repeat center;
  background-size: cover;
}
/*Banners above pages end*/

/*banner formation above the pages*/

.contentPageTitle {
  background: url("../png/3g-stepup96b7.png") no-repeat center;
  background-size: cover;
  height: auto;
  min-height: 340px;
  max-height: auto;
  position: relative;
}
.contentPageTitle .span12 > div {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*Headline text for banners on product pages*/

  /*Headline text for banners on product pages end*/

  /*Thin banner underneath main navigation*/

  /*Thin banner underneath main navigation end*/

  /*RG banner for prduct pages (balls/bags/accessories)*/

  /*RG banner for prduct pages (balls/bags/accessories) end*/

  /*Storm banner for prduct pages (balls/bags/accessories)*/

  /*Storm banner for prduct pages (balls/bags/accessories) end*/

  /*900 Global banner for prduct pages (balls/bags/accessories)*/

  /*900 Global banner for prduct pages (balls/bags/accessories) end*/

  /*Master banner for prduct pages (balls/bags/accessories)*/

  /*Master banner for prduct pages (balls/bags/accessories) end*/

}
.contentPageTitle .span12 > div p {
  color: white;
  font-size: 0.8888888888888889em;
  padding: 0 10%;
}
.contentPageTitle .span12 > div .slogan-hpb {
  width: 100%;
  margin-top: 14px;
  padding: 5px;
  background: #303030 !important;
  box-sizing: border-box;
}
.contentPageTitle .span12 > div .slogan-hpb h2 {
  font-size: 12px !important;
  color: white !important;
}
.contentPageTitle .span12 > div .rotogrip {
  width: 100%;
  height: 340px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 100px !important;
}
.contentPageTitle .span12 > div .rotogrip h1 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px 5px black;
}
.contentPageTitle .span12 > div .rotogrip .rg-sub-menu {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -103px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 312px;
  width: 100%;
  height: 40px;
  padding: 6px 0;
  margin-bottom: 50px;
  background-color: white;
}
.contentPageTitle .span12 > div .rotogrip .rg-sub-menu a {
  width: 110px;
  font-weight: 500;
  font-size: 14px;
  font-family: oswald;
  background-color: #be0b25;
  border-radius: 100px;
  padding: 0 20px;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 3px;
}
.contentPageTitle .span12 > div .rotogrip .rg-sub-menu a:hover {
  background-color: #ffb3af;
  /* M3/Elevation Light/1 */
  border-radius: 100px;
  color: #68000e !important;
}
.contentPageTitle .span12 > div .storm-home-banner {
  width: 100%;
  height: 340px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.contentPageTitle .span12 > div .storm-home-banner h1 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 2px 4px 15px black;
  color: white;
}
.contentPageTitle .span12 > div .storm-home-banner .sub-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 312px;
  width: 100%;
  height: 40px;
  padding: 6px 0;
  margin: 0 auto 0 auto;
}
.contentPageTitle .span12 > div .storm-home-banner .sub-menu a {
  width: 110px;
  font-size: 14px;
  font-family: oswald;
  background: white;
  color: #303030;
  padding: 0 20px;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2px;
  margin: 0 3px;
}
.contentPageTitle .span12 > div .storm-home-banner .sub-menu a:hover {
  background-color: #0090bf;
  color: white;
}
.contentPageTitle .span12 > div .global,
.contentPageTitle .span12 > div .global-athletes {
  width: 100%;
  height: 340px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../png/vecteezy_old-dark-wood-wall-texture-background_1259181website%202f5dd.png") center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid pink;
}
.contentPageTitle .span12 > div .global h1,
.contentPageTitle .span12 > div .global-athletes h1 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px 5px black;
}
.contentPageTitle .span12 > div .global .global-sub-menu,
.contentPageTitle .span12 > div .global-athletes .global-sub-menu {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -103px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 312px;
  width: 100%;
  height: 40px;
  padding: 6px 0;
  margin-bottom: 50px;
  background-color: white;
}
.contentPageTitle .span12 > div .global .global-sub-menu a,
.contentPageTitle .span12 > div .global-athletes .global-sub-menu a {
  width: 110px;
  font-weight: 500;
  font-size: 14px;
  font-family: oswald;
  background: #7f5600;
  border-radius: 100px;
  color: white!important;
  padding: 0 20px;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 3px;
}
.contentPageTitle .span12 > div .global .global-sub-menu a:hover,
.contentPageTitle .span12 > div .global-athletes .global-sub-menu a:hover {
  background-color: #ffba3e;
  /* M3/Elevation Light/1 */
  border-radius: 100px;
  color: #432c00 !important;
}
.contentPageTitle .span12 > div .master-banner {
  width: 100%;
  height: 340px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../jpg/master3_hpb6a26.jpg") center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contentPageTitle .span12 > div .master-banner h1 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px 5px black;
}
/*Header section formation above the pages end*/

/*Banner for 900 Global Athletes page*/

.global-athletes {
  background: url("../jpg/900global_banner5d5f.jpg") no-repeat center center;
  background-size: cover;
}
/*Banner for 900 Global Athletes page end*/

.teamListing {
  max-width: 940px;
  margin-top: 0px;
}
.teamListing a:link:hover {
  text-decoration: none;
}
.teamListing .med-divider {
  top: 0px;
  z-index: 1;
}
.teamListing .text-left {
  text-align: left;
}
.teamListing .playerName {
  margin-top: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.teamListing .tour {
  color: #7c7c7c;
  font-size: 15px;
  font-weight: 300;
  padding-bottom: 20px;
}
.teamListing h2 {
  font-style: normal;
}
.teamListing .athletesPageContent {
  margin-bottom: 30px;
}
.teamListing .boxshad {
  padding: 3px !important;
}
/*Athlete bio page format & styling*/

.athleteInfo li {
  margin-bottom: 6px;
}
.athleteInfo li:last-child,
.athleteInfo li:only-child {
  margin-bottom: 0px;
}
.athleteInfoTable {
  width: 100%;
}
.athleteInfoTable th {
  background: #c2c2c2;
  padding: 10px;
  font-size: 0.9em;
}
.athleteInfoTable td {
  border-bottom: solid 1px #c2c2c2;
  padding: 10px;
  text-align: center;
  color: #0c79b2;
  font-size: 0.9em;
}
.athleteInfoTableContainer {
  margin-bottom: 30px !important;
}
.athleteInfoTableContainer:last-child,
.athleteInfoTableContainer:only-child {
  margin-bottom: 0px !important;
}
.flexsliderAthlete li {
  margin-right: 30px;
  text-align: center;
  box-sizing: border-box;
}
.flexsliderAthlete li:last-child,
.flexsliderAthlete li:only-child {
  margin-right: 0px;
}
/*Athlete bio page format & styling end*/

/*Mobile button for homepage banners*/

.main-section p {
  margin-bottom: 16px !important;
}
.main-section p:last-child,
.main-section p:only-child {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 1199px) {
  .form-search .form-search-input {
    width: 170px;
  }
  body .basket-pop .btn-secondary {
    height: auto;
  }
  .basket-pop.basket-pop-fixed {
    margin-left: -420px !important;
  }
  .grid-layout .btn {
    padding: 10px 25px !important;
    display: inline-block !important;
    margin-top: 3px !important;
  }
  .supportDarkSection table td {
    padding: 0px 30px;
  }
}
.flexslider .slides > li {
  height: auto !important;
  position: relative;
}
/*Mobile button for homepage banners end*/

/*Mobile homepage banner position & format*/

@media screen and (max-width: 979px) {
  .homePage .flexslider .slides > li {
    height: auto !important;
  }
  .homePage .flexslider .slides > li p {
    color: white;
  }
  .homePage .flexslider .slides > li h2 {
    font-size: 2.7em;
    color: white;
  }
  .homePage .flexslider .slides > li .subheading {
    font-family: 'Oswald';
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center !important;
  }
  .homePage .flexslider .slides > li .mobile-caption {
    text-align: center;
    position: absolute;
    bottom: 30px !important;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .homePage .flexslider .slides > li .mobile-caption img {
    margin: 0 auto 10px auto;
  }
  .homePage .flexslider .slides > li .mobile-caption.middle {
    width: 70%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -30%);
    text-align: center;
  }
  .homePage .flexslider .slides > li .mobile-caption.middle img {
    margin: 0 auto 10px auto;
  }
  .homePage .flexslider .slides > li .mobile-caption.middle.top {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .homePage .flexslider-container,
  .homePage .flexslider .slides,
  .homePage .flex-viewport {
    background-color: white;
  }
  .homePage .flex-control-nav {
    bottom: -5px;
    text-align: center;
    padding-left: 0px;
  }
  .home-video-background {
    top: 49px;
  }
  header .header-top-container .logos > a img {
    margin-top: 16px;
  }
  #open-search-button {
    display: inline-block;
    padding: 0px 10px !important;
  }
  #open-search-button .fa.fa-inverted {
    color: black !important;
  }
  .absoluteHeader header {
    position: static;
  }
  body .section-container-main-navigation .main-navigation.f-nav .navbar .navbar-inner .nav-collapse > .nav {
    margin-top: 5px;
  }
  .basket-pop.basket-pop-fixed {
    margin-left: -362px !important;
  }
  .nav-quicklinks {
    margin-top: 6px;
  }
  .stormnationHomepage .homePageStormnationTitle {
    margin-top: 30px;
  }
  .stormnationHomepage .row-fluid {
    margin-bottom: 30px !important;
  }
  .f-nav .container {
    box-sizing: border-box;
  }
  .f-nav .nav > li > a {
    font-size: 0.72222222em !important;
  }
  .f-nav.main-navigation {
    padding-bottom: 5px !important;
  }
  body .section-container-main-navigation .main-navigation.f-nav .navbar .navbar-inner .nav-collapse > .nav {
    margin-top: 10px;
  }
  body .section-container-main-navigation .main-navigation.f-nav .nav-quicklinks .nav > li > a {
    padding: 0px !important;
  }
  /*.basket-list .basket-list-item .basket-item-qty .basket-item-qty-inc a{
  		height: auto !important;
  		width: 20px !important;
  		box-sizing: border-box;
  		padding-left: 0px !important;
  		padding-right: 0px !important;
  	}*/
  
  body .section-container-main-navigation .main-navigation.f-nav .nav-quicklinks .nav > li > a {
    padding: 10px 5px !important;
  }
  .main-section-container {
    position: relative;
  }
  .home-video-background {
    z-index: 1;
  }
  .homePage .flexslider {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-height: 875px;
  }
  .homePageOverVideo {
    position: relative;
  }
  .homePageOverVideo p,
  .homePageOverVideo .homePageButtons {
    width: 100%;
    text-align: center;
  }
  .homePageOverVideo p.inline li,
  .homePageOverVideo .homePageButtons.inline li {
    vertical-align: middle;
  }
  .main-section .row-fluid.careerPageContent {
    margin-bottom: 50px !important;
  }
  .main-section .row-fluid.careerPageContent:last-child,
  .main-section .row-fluid.careerPageContent:only-child {
    margin-bottom: 0px !important;
  }
  .supportDarkSection table td {
    padding: 0px 15px;
  }
  .grid-layout .productbox .box-price {
    min-height: 0px;
    margin-top: 0px;
  }
  .product-picture-custom {
    top: 55px;
    padding-top: 10px;
  }
  .product-picture-custom.product-image img {
    max-width: 767px;
  }
  #product-detail-picture {
    height: auto;
  }
  .general-wgt .ejs-product-attributes {
    margin-bottom: 0px !important;
  }
  .general-wgt .span6 {
    width: 100%;
  }
  #product-detail-picture.product-detail.container {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  #product-detail-picture.product-detail.container .row-fluid:last-child,
  #product-detail-picture.product-detail.container .row-fluid:only-child {
    margin-bottom: 0px !important;
  }
  #product-detail-picture.product-detail.container #product-detail-gallery-thumbs li {
    text-align: right;
  }
  body .coverstock-section .over-coverstock {
    top: -142px !important;
    margin-top: 42px !important;
  }
}
/*Mobile homepage banner position & format end*/

/*Mobile hompage banners*/

@media all and (max-width: 640px) {
  /*Controls big product showcase on mobile*/
  
  .single-product-showcase {
    width: 100%;
    height: auto;
    min-height: 200px;
    padding: 40px 20px;
    background: linear-gradient(to top right, #262626, #172845);
    box-sizing: border-box;
    position: relative;
  }
  .single-product-showcase h1 {
    color: white;
    font-size: 36px;
  }
  .single-product-showcase p {
    color: white ;
  }
  .single-product-showcase .wording {
    width: 100%;
    position: relative;
    left: 20px;
    top: 40px;
    transform: translate(0, 0);
    margin-bottom: 50px;
  }
  .single-product-showcase .wording-image {
    height: auto;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    display: block;
  }
  /*Controls big product showcase on mobile end*/
  
  body:not(.absoluteHeader) .section-body-container > .row-fluid {
    margin-bottom: 0px !important;
  }
}
/*Mobile hompage banners end*/

/*SOMETHING TO DO WITH MOBILE FORMATTING*/

/* RETINA */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  
}
@media all and (min-width: 320px) and (max-width: 599px) {
  .ejs-find-a-store-result .map-results {
    margin-left: 0px;
    width: 100% !important;
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  #open-search-button {
    display: inline-block;
    padding: 0px !important;
  }
  .stormnationHomepage .homePageStormnationTitle {
    font-size: 2em;
    margin-bottom: 30px;
    margin-top: 15px;
  }
  .headerSearchContainer {
    display: block!important;
    position: absolute;
    right: 0;
    margin-top: 10px!important;
  }
  #mobileVideoImage {
    min-width: 300px !important;
  }
  .homePage .flex-control-nav {
    bottom: -5px;
  }
  .homePageOverVideo .homePageTitle {
    font-size: 32px;
  }
  .homePageOverVideo .homePageText {
    font-size: 0.9em;
  }
  .homePageOverVideo .homePageButtons .watchVideoLink {
    margin-right: 0px;
  }
  .homePageOverVideo .homePageButtons li {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .homePageOverVideo .homePageButtons li:last-child,
  .homePageOverVideo .homePageButtons li:only-child {
    margin-bottom: 0px;
  }
  .homePageOverVideo .homePageButtons li a {
    margin: 0px;
    width: 166px;
  }
  .homePageOverPic.mobile {
    margin-top: -260px;
  }
  .homePageOverPic .homePageTitle {
    font-size: 32px;
  }
  .homePageOverPic .homePageText {
    font-size: 0.9em;
  }
  .homePageOverPic .homePageText.mobile {
    width: 90%;
  }
  .homePageOverPic .homePageButtons .watchVideoLink {
    margin-right: 0px;
  }
  .homePageOverPic .homePageButtons li {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .homePageOverPic .homePageButtons li:last-child,
  .homePageOverPic .homePageButtons li:only-child {
    margin-bottom: 0px;
  }
  .homePageOverPic .homePageButtons li a {
    margin: 0px;
    width: 166px;
  }
  .homePageOverPic.mobile ul.inline > li {
    margin-left: -25%;
  }
  .ejs-find-a-store {
    padding: 0px;
  }
  .ejs-find-a-store > .container {
    max-width: 90% !important;
    padding: 50px 30px;
  }
  .ejs-find-a-store > .container h1 {
    font-size: 1.2em;
  }
  .homepageShowcase h2 {
    font-size: 1.8em;
  }
  .contentPageTitle #titleMoveTarget h1 {
    font-size: 1.8em;
  }
  .advisory,
  .international {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .homePageOverVideo.mobile {
    top: 8%;
  }
  .homePageOverPic.mobile {
    top: 285px;
  }
  .homePageOverPic.mobile .homePageButtons.mobile {
    margin-left: -32px;
  }
}
/*SOMETHING TO DO WITH MOBILE FORMATTING END*/

/*IE*/

.ie .grid-layout .productbox {
  border: none;
}
/* ==========================================================================
   jQuery InstaStream - A jQuery plugin for the Instagram API
   ========================================================================== */

/* -----------------------------------------
   laoding
----------------------------------------- */

.loading {
  background: url('../png/loading.png') no-repeat left top;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation: spining 1s;
  animation: spining 1s;
  opacity: .6;
}
@-webkit-keyframes spining {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-90deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
  }
  75% {
    -webkit-transform: rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-358deg);
  }
}
@keyframes spining {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-90deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
  }
  75% {
    -webkit-transform: rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-358deg);
  }
}
/* -----------------------------------------
   slider
----------------------------------------- */

.slider-wrapper {
  position: relative;
}
.slider-menu {
  position: absolute;
  height: 16px;
  top: 45%;
  width: 100%;
  display: none;
}
.slider-menu a {
  display: block;
  position: absolute;
  opacity: .5;
}
.slider-menu a:hover {
  opacity: 1;
}
.slider-menu .prev {
  left: -24px;
}
.slider-menu .next {
  right: -24px;
}
.slider-content:after,
.slider-content:before {
  clear: both;
  content: "";
  display: table;
}
.slider-item {
  float: left;
  margin-left: 4%;
}
.slider-item header {
  display: none;
}
.slider-item:first-child {
  margin-left: 0;
}
.slider-item h4 {
  text-align: center;
}
.slider-col1 {
  width: 100%;
  margin-left: 0;
  float: none;
}
.slider-col2 {
  width: 47.8%;
}
.slider-col3 {
  width: 30.37%;
}
.slider-col4 {
  width: 21.75%;
}
/* Add classes if you want more than 4 results */

.slider-col6 {
  width: 13.33%;
}
/* Add classes if you want more than 4 results */

/* -----------------------------------------
   frame
----------------------------------------- */

.frame {
  background-color: white;
  box-shadow: none;
  border: 0px solid #131313;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.frame a {
  display: block;
  border: 0px solid black;
  cursor: pointer;
  z-index: 100;
}
.frame a img {
  z-index: 0;
  max-width: 100%;
  background-color: white;
  /*border:1px solid #FFF;*/
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.frame a span {
  display: block;
  position: absolute;
  width: 100%;
}
.frame a span.frame-reflect {
  background: transparent url('../png/reflect.png') no-repeat center center;
  top: 0;
  left: 0;
  text-indent: -999em;
  height: 100%;
  display: none;
}
.frame a span.frame-more {
  background: transparent url('../png/bg_more.png') no-repeat center top;
  left: 0;
  top: -38px;
  height: 38px;
  color: white;
  text-indent: -999em;
}
.frame a span.frame-title {
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  background-image: -moz-linear-gradient(bottom, rgba(20, 0, 0, 0.2) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.2)), color-stop(1, transparent));
  left: 0;
  bottom: -50px;
  height: 15%;
}
.frame a span.frame-title em {
  font-style: normal;
  display: inline-block;
  padding: 2px 4px 0 4px;
  font-size: 11px;
  line-height: 15px;
  background-color: black;
  color: white;
  box-shadow: none;
}
/*Dont know what this is doing*/

.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid white;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: black;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: black;
}
.datepicker table tr td.today.active:hover {
  color: white;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, gray);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, gray);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(gray));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, gray);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, gray);
  background-image: linear-gradient(to bottom, #b3b3b3, gray);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: gray gray #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: gray;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 white;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  background: white;
  font-size: 14px;
}
.datepicker.dropdown-menu td:last-child {
  text-align: center;
}
.datepicker.dropdown-menu .icon-arrow-left,
.datepicker.dropdown-menu .icon-arrow-right {
  background: none;
}
.datepicker.dropdown-menu .icon-arrow-left:after,
.datepicker.dropdown-menu .icon-arrow-right:after {
  color: black;
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.datepicker.dropdown-menu .icon-arrow-left:after {
  content: "<";
}
.datepicker.dropdown-menu .icon-arrow-right:after {
  content: ">";
}
.datepicker-dropdown:before {
  top: -4px;
}
.zoomContainer {
  height: 1px!important;
  width: 1px!important;
  left: -9999px !important;
}
/*Dont know what this is doing end*/

/*product page format*/

.general-wgt {
  margin-top: -15px;
  /*text color on product page*/

  /*text color on product page end*/

  /*Product image*/

  /*Messes up RG & 900G ball product page header format*/

  /*Messes up RG & 900G ball product page header format end*/

  /*Product image end*/

  /*Qty input box for products*/

  /*Qty input box for products end*/

  /*Qty formatting*/

  /*Qty formatting end*/

  /*Price on product page*/

  /*Price on product page end*/

  /*Add to shopping cart button*/

  /*Add to shopping cart button end*/

}
.general-wgt p > strong {
  color: #303030;
}
.general-wgt #product-detail-picture .row-fluid {
  max-width: 1540px;
  margin-bottom: 0px;
}
.general-wgt #product-detail-picture.product-detail h1 {
  margin-top: 5px;
}
.general-wgt .ajaxloading-container {
  width: 100%;
  height: 0px !important;
  text-align: center;
  padding: 0;
  min-height: 30px;
  min-width: 55px;
}
.general-wgt .color-selector {
  display: inline-block;
  padding-bottom: 5px;
}
.general-wgt .span2.product-thumbs {
  position: relative;
  top: 90px;
  left: 2%;
  width: 8%;
}
.general-wgt .product {
  padding: 0px;
  max-height: inherit;
}
.general-wgt .product img {
  margin-bottom: 0px;
}
.general-wgt .product-picture-custom.product-image {
  width: 0px;
}
.general-wgt .price-before-discount {
  position: relative;
  top: -4px;
}
.general-wgt .span4 {
  padding-top: 0px !important;
}
.general-wgt .span6 {
  margin-left: 0px !important;
}
.general-wgt input {
  border: solid 1px #303030 !important;
}
.general-wgt li {
  display: inline-block;
  padding-right: 5px;
  padding-top: 5px;
}
.general-wgt .addtocart-qte-section > li {
  float: left;
}
.general-wgt .price-current {
  width: 300px;
  font-family: Oxygen, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #0090bf;
  text-transform: uppercase;
  font-style: normal !important;
}
.general-wgt .med-divider {
  top: 0px !important;
}
.general-wgt #product-detail-gallery-main-img {
  width: 100%;
}
.general-wgt .ejs-addtopurchaselist {
  font-size: 14px;
}
.general-wgt .ejs-addtocart {
  color: #0b1f1b !important;
  background-color: #d1e7e1;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 24px;
  border-radius: 100px;
  text-decoration: none !important;
  border: none;
}
.general-wgt .ejs-addtocart:hover {
  color: #003730 !important;
  background-color: #71d8c4 !important;
}
/*'Spin me' ball position on ball products*/

.ballwidget {
  margin-top: -15px;
}
.ballwidget #product-detail-picture .row-fluid {
  max-width: 1540px;
}
.ballwidget .ajaxloading-container {
  width: 100%;
  height: 0px !important;
  text-align: center;
  padding: 0;
  min-height: 30px;
}
.ballwidget .color-selector {
  display: inline-block;
  padding-bottom: 5px;
}
.ballwidget .span4 {
  padding-top: 0px !important;
}
.ballwidget .span2.product-thumbs {
  position: relative;
  top: 60px;
  left: 2%;
  width: 8%;
}
.ballwidget .product {
  margin-bottom: 0px;
  padding: 0px;
  max-height: inherit;
}
.ballwidget .med-divider {
  top: 0px !important;
}
/*'Spin me' ball position on ball products end*/

/*Seems to be the ball page*/

#product-detail-picture {
  -webkit-transform: translate3d(0, 0, 0);
  background: url(../jpg/productpicturebackground2ecc.jpg) top center no-repeat;
  background: #ededed;
  background-size: cover;
  width: 100%;
}
#product-detail-picture .row-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  margin-bottom: 15px;
}
#product-detail-picture .span4 {
  padding-top: 47px;
  padding-left: 30px;
  width: 36%;
}
#product-detail-picture .span4 p {
  background-color: transparent !important;
}
#product-detail-picture .span4 p span {
  background-color: transparent !important;
}
#product-detail-picture .line-image {
  padding-bottom: 15px;
}
/*code I dont know part 3*/

.tab-content {
  overflow: visible !important;
}
.product {
  float: left;
  display: block;
  text-align: center;
  padding-right: 0px;
  padding-left: 30px;
  padding-top: 40px;
  width: 50%;
  min-height: 1px;
  max-height: 500px;
  margin-bottom: 0;
}
.product #product-detail-gallery-main-img-reel {
  max-width: 750px;
  max-height: 750px;
}
.bag-scheduling .fa {
  display: inline;
}
.bag-scheduling input {
  height: 40px;
  width: 99%;
}
.bag-scheduling #scheduleStartDate {
  width: 65%;
}
.bag-scheduling .schedulebag {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.bag-scheduling .schedulebag .bag-control {
  width: 25%;
}
.bag-scheduling .schedulebag .bag-control:first-child {
  width: 46%;
}
.bag-scheduling h5 {
  font-style: normal;
  margin-bottom: 5px;
  text-transform: none;
}
.bag-scheduling hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
#addPurchaseListToCart {
  display: flex;
  justify-content: space-between;
}
#addPurchaseListToCart .b-button {
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 880px) {
  .schedulebag,
  #addPurchaseListToCart {
    flex-direction: column;
  }
  .schedulebag button,
  #addPurchaseListToCart button {
    margin-bottom: 5px;
  }
  .bag-scheduling .schedulebag .bag-control,
  .bag-scheduling .schedulebag .bag-control:first-child {
    width: 100%;
    padding-bottom: 5px;
  }
}
.purchaselist-contents {
  margin-top: 25px;
}
.purchaselist-contents .med-divider {
  top: 0px;
  z-index: 0;
}
.reel.reel-overlay.frame-0 {
  cursor: pointer;
}
.flexslider {
  margin: 0px !important;
}
.span2.product-thumbs {
  position: relative;
  top: 60px;
  left: -15px;
  width: 8%;
}
.mobile-product-thumbs {
  display: none;
}
.mobile-product-thumbs li {
  width: 70px;
}
.mobile-product-thumbs li img {
  margin-bottom: 0px !important;
}
.spinMe {
  float: right;
  font-size: .7em;
  margin-top: -20px;
  color: #303030;
  font-style: italic;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
}
.w-row:after {
  clear: both;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col-6 {
  width: 45%;
}
.playerContent {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.playerContent h3 {
  padding-top: 20px;
  font-size: 1.4em;
  text-transform: none;
  font-style: normal;
}
.playerContent h2 {
  font-style: normal;
}
.playerContent .span12 {
  margin-left: 0px;
}
.playerContent .med-divider {
  top: 0px;
  z-index: 1;
}
/*code I dont know part 3 end*/

/*Weigh block section on ball product pages*/

.weightblock-div {
  position: relative;
  margin-bottom: 80px;
  padding-right: 70px;
  padding-left: 109px;
  background-color: transparent;
  /*Weight block & ball weight info slides end*/

}
.weightblock-div .weightblock-col {
  position: static;
  display: block;
  padding-top: 50px;
  padding-left: 70px;
  /*Weightblock & ball weight info slides*/

}
.weightblock-div .weightblock-col .med-divider.weightblock {
  top: -20px;
}
.weightblock-div .weightblock-col .p2-text-formating.weightblock {
  margin-bottom: 42px;
}
.weightblock-div .weightblock-col .p2-text-formating {
  font-family: Oxygen, sans-serif;
  font-size: 14px;
}
.weightblock-div .weightblock-col .weightblock-links {
  display: block;
  margin-top: 30px;
}
.weightblock-div .weightblock-col .weightblock-links .w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.weightblock-div .weightblock-col .weightblock-links a {
  color: #303030;
}
.weightblock-div .weightblock-col .weightblock-links p {
  font-family: Oxygen, sans-serif;
  font-size: 14px;
}
.weightblock-div .weightblock-col .weightblock-links.rotogrip a {
  color: #303030 !important;
}
.weightblock-div .weightblock-col .weightblock-links.global a {
  color: #303030 !important;
}
.weightblock-div .weightblock-col .core-button {
  width: 100%;
  text-align: center;
  visibility: visible;
}
.weightblock-div .weightblock-col .core-button.hide {
  visibility: hidden;
}
.weightblock-div .weightblock-col .weightblock-tech-col {
  margin-top: 30px;
}
.weightblock-div .weightblock-col .w-col-4 {
  width: 33.33333333%;
}
.weightblock-div .weightblock-col h6 {
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #303030 !important;
}
.weightblock-div .weightblock-col .h6-specs-slider-1.weightblock {
  display: block;
  margin-top: 0px;
  clear: none;
  font-weight: 300;
  text-align: center;
}
.weightblock-div .weightblock-col .h6-specs-slider-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
.weightblock-div .weightblock-col .p1-specs-slider-1.weightblock {
  margin-top: 20px;
  margin-bottom: 20px !important;
  float: none;
  clear: none;
  font-family: Oswald, sans-serif;
  font-size: 3em;
  font-weight: 300;
  letter-spacing: -3px;
}
.weightblock-div .weightblock-col .p1-specs-slider-1 {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #303030 !important;
  font-size: 52px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}
.weightblock-div .weightblock-col .h6-heading {
  margin-top: 9px;
  margin-bottom: 0px;
  font-weight: 300;
  text-transform: capitalize;
}
.weightblock-div .weightblock-col .h6-heading a {
  color: #303030;
  text-decoration: none;
}
.weightblock-div .weightblock-col-2 {
  margin-top: 0%;
  padding-top: 1px;
}
.weightblock-div .weightblock-col-2 .core {
  padding-top: 50px;
  padding-bottom: 30px;
  max-width: 750px;
  max-height: 750px;
  margin-left: auto;
  margin-right: auto;
}
.weightblock-div .weightblock-col-2 #weightblock-image-reel {
  max-width: 750px;
  max-height: 750px;
}
.weightblock-div .weightblock-col-2 .flex-direction-nav {
  display: none;
}
.weightblock-div .weightblock-col-2 .spinImage {
  opacitiy: 0;
  margin-left: 60px;
  width: 80%;
  -webkit-transition: opacity 2s ease-in;
  -moz-transition: opacity 2s ease-in;
  -ms-transition: opacity 2s ease-in;
  -o-transition: opacity 2s ease-in;
  transition: opacity 2s ease-in;
}
.weightblock-div .weightblock-col-2 .spinImage.showSpin {
  opacitiy: 1;
  margin-left: 12%;
  width: 80%;
}
/*Weigh block section on ball product pages end*/

/*Place order button on bag pop up form&style*/

.b-button,
.b-button:link,
.b-button:visited {
  display: inline;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 0px;
  border-radius: 2px;
  opacity: 1;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Oxygen, sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
  /*position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;*/
  margin-top: 0px;
  /* margin-left: 0px; */
  padding-right: 32px;
  padding-left: 32px !important;
  border: 1px solid black;
  background-color: #006b5d;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.b-button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #0090bf;
  background-color: #0090bf;
  color: white !important;
  text-decoration: none !important;
}
/*Place order button on bag pop up form&style end*/

/*Technical specifications for ball product page*/

.specs-block {
  background: #262729;
  text-align: center;
  padding: 50px 10px 50px 10px;
  box-sizing: border-box;
}
.specs-block h2 {
  margin-bottom: 20px;
  padding-bottom: 40px;
  margin-top: 20px;
  font-family: Oswald, sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: white !important;
}
.specs-block .spec-icon-container {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}
.specs-block .spec-icon-container .spec-icon-div {
  display: block;
  margin-right: auto;
  margin-left: auto;
  clear: none;
}
.specs-block .spec-icon-container .spec-icon-div .spec-icon {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  width: 90px;
}
.specs-block .spec-icon-container .spec-icon-div img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
}
.specs-block .spec-icon-container .button.specs {
  display: block;
  width: 220px;
  margin-top: 53px;
  color: white;
  font-size: 12px;
}
.specs-block .spec-icon-container a.w-button.button.specs {
  text-decoration: none;
}
.specs-block .spec-icon-container .button.specs:hover {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  background-color: #303030;
  color: #c0bebe;
}
/*Technical specifications for ball product page end*/

/*Something to do with ball specs*/

/* Circular Content Carousel Style */

.ca-container {
  position: relative;
  margin: 25px auto 20px auto;
  height: 400px;
  width: 69%;
}
.ca-container .med-divider {
  top: 0px;
  z-index: 99;
}
.carousel-gradient {
  position: absolute;
  z-index: 100;
  right: 0;
  bottom: 0;
  /* left: 0; */
  /* float: right; */
  height: 100%;
  width: 30px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(70%, white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 70%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 70%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 70%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 70%);
}
.ca-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.ca-wrapper {
  background-image: linear-gradient(rgba(255, 255, 255, 0), white 90%);
}
.ca-item {
  position: relative;
  float: left;
  width: 200px;
  height: 100%;
  text-align: center;
}
.ca-more {
  position: absolute;
  bottom: 10px;
  right: 0px;
  padding: 4px 15px;
  font-weight: bold;
  text-align: center;
  color: white;
  font-family: "Georgia", "Times New Roman", serif;
  font-style: italic;
}
.ca-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: white url(../png/slidercross9e72.png) no-repeat center center;
  width: 27px;
  height: 27px;
  text-indent: -9000px;
  outline: none;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  opacity: 0.7;
}
.ca-close:hover {
  opacity: 1.0;
}
.ca-item-main {
  padding: 25px;
  /*Ball specs text color*/

}
.ca-item-main p {
  margin-bottom: 15px !important;
}
.ca-item-main h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oxygen, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  padding-top: 10px;
}
.ca-item-main .spec-number {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #303030;
  font-size: 2.25em;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}
.ca-item h3 {
  font-family: 'Coustard', sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  color: black;
  margin-bottom: 20px;
  height: 85px;
  text-align: center;
  text-shadow: 0px 1px 1px #e4ebe9;
}
.ca-item h4 {
  font-family: "Georgia", "Times New Roman", serif;
  font-style: italic;
  font-size: 12px;
  text-align: left;
  border-left: 10px solid #b0ccc6;
  padding-left: 10px;
  line-height: 24px;
  margin: 10px;
  position: relative;
}
.ca-item h4 span {
  text-indent: 40px;
  display: block;
}
.ca-item h4 span.ca-quote {
  color: #f4eee3;
  font-size: 100px;
  position: absolute;
  top: 20px;
  left: 0px;
  text-indent: 0px;
}
.ca-content-wrapper {
  position: absolute;
  width: 0px;
  /* expands to width of the wrapper minus 1 element */
  height: 440px;
  top: 5px;
  text-align: left;
  z-index: 10000;
  overflow: hidden;
}
.ca-content {
  width: 660px;
  overflow: hidden;
}
.ca-content-text {
  font-size: 14px;
  font-style: italic;
  font-family: "Georgia", "Times New Roman", serif;
  margin: 10px 20px;
  padding: 10px 20px;
  line-height: 24px;
}
.ca-content-text p {
  padding-bottom: 5px;
}
.ca-content h6 {
  margin: 25px 20px 0px 35px;
  font-size: 32px;
  padding-bottom: 5px;
  color: black;
  font-family: 'Coustard', sans-serif;
}
.ca-content ul {
  margin: 20px 35px;
  height: 30px;
}
.ca-content ul li {
  float: left;
  margin: 0px 2px;
}
.ca-content ul li a {
  color: white;
  background: black;
  padding: 3px 6px;
  font-size: 14px;
  font-family: "Georgia", "Times New Roman", serif;
  font-style: italic;
}
.ca-content ul li a:hover {
  background: white;
  color: black;
  text-shadow: none;
}
.ca-nav span {
  width: 25px;
  height: 38px;
  background: transparent url(../png/sliderarrowse2bb.png) no-repeat top left;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  left: -30px;
  text-indent: -9000px;
  opacity: 0.7;
  cursor: pointer;
  z-index: 100;
}
.ca-nav span.ca-nav-next {
  background-position: top right;
  left: auto;
  right: -30px;
}
.ca-nav span:hover {
  opacity: 1.0;
}
/*Something to do with ball specs end*/

/*wierd line below the ball weight on the weight block section of ball pages*/

.coverstock {
  text-align: center;
  background-color: #ececec;
  padding-top: 100px;
}
.coverstock img {
  padding-top: 60px;
  width: 100%;
}
.coverstock .med-divider {
  color: black;
  z-index: 0;
}
/*wierd line below the ball weight on the weight block section of ball pages end*/

.coverstock-section {
  transform: translate3d(0, 0, 0);
  clear: none;
  background-color: black;
  /*Background color and formatting for ball reaction section banner*/

  /*Background color and formatting for ball reaction section banner end*/

}
.coverstock-section .title {
  background-color: #222324;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.coverstock-section .title h1 {
  color: white !important;
}
.coverstock-section .title.rotogrip {
  background-color: #222324;
}
.coverstock-section .title.rotogrip h1 {
  color: white !important;
}
.coverstock-section #videoplayerContainer {
  z-index: -1;
}
.coverstock-section .coverstock-video-background iframe {
  z-index: -1;
}
.coverstock-section .over-coverstock {
  margin-top: -150px;
  position: relative;
  top: -300px;
}
.coverstock-section .over-coverstock .watchVideoLink {
  color: white;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  font-size: 0.8rem;
  vertical-align: middle;
  padding-top: 5px;
}
.coverstock-section .over-coverstock .watchVideoLink .watchVideoIcon {
  display: inline-block;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  background-color: white;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  padding-top: 9px;
  box-sizing: border-box;
  margin-left: 12px;
  margin-top: -5px;
}
.coverstock-section .over-coverstock .watchVideoLink .watchVideoIcon span.fa.fa-caret-right {
  color: black;
}
.coverstock-section .w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  width: 100%;
  text-align: center;
}
.coverstock-section .w-container .h1-generic-header {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.coverstock-section .w-container h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  color: white;
}
.coverstock-section .w-container .med-divider {
  position: relative;
  left: 0px;
  top: -29px;
  right: 0px;
  display: inline-block;
  overflow-x: visible;
  overflow-y: visible;
  width: 100%;
  height: 1px;
  margin: 0px auto 12px;
  float: none;
  clear: none;
  border-style: none;
  border-width: 0px;
  background-color: #dedede;
  list-style-type: none;
}
.coverstock-section .w-container .p2-text-formating.center {
  margin-bottom: 51px;
  text-align: center;
}
.coverstock-section .w-container .p2-text-formating {
  font-family: Oxygen, sans-serif;
  font-size: 14px;
  color: white;
}
.coverstock-section .w-container .w-button.button {
  display: block;
  margin-right: auto;
  margin-bottom: 84px;
  margin-left: auto;
  width: 220px;
  margin-top: 0px;
  padding-right: 72px;
  padding-left: 72px;
  border-color: #6f6d6d;
  color: white;
  background: black;
}
.coverstock-section .w-container a.w-editable.w-button.button {
  text-decoration: none;
}
.coverstock-section .w-container .w-button.button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  background-color: #6f6d6d;
  color: #c0bebe;
}
.coverstock-section .w-container:after {
  clear: both;
}
.coverstock-section .w-container:before,
.coverstock-section .w-container:after {
  content: " ";
  display: table;
}
.coverstock-section .w-video {
  width: 100%;
  position: relative;
  padding: 0;
  z-index: -1;
  opacity: .7;
}
.coverstock-section .w-video iframe,
.coverstock-section .w-video object,
.coverstock-section .w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.coverstock-section .w-embed:after {
  clear: both;
}
.coverstock-section .w-embed:before,
.coverstock-section .w-embed:after {
  content: " ";
  display: table;
}
.rotogrip-video-container {
  background: linear-gradient(to bottom, #ededed, white);
  width: 100%;
  height: auto;
  padding: 40px;
  text-align: center;
  box-sizing: border-box;
}
/*code I dont know part 4 end*/

/* ==========================================================================
   Responsive Video Container -- by Jared 7-21-2020
   ========================================================================== */

.youtube-frame {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid $litGrey;
}
.video-container {
  position: relative;
  padding-bottom: 50.25%;
  padding-top: 35px;
  height: 0;
  overflow: visible;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.additional-videos {
  background-color: white;
  padding-top: 50px;
  text-align: center;
}
.additional-videos .med-divider {
  top: 0px;
}
.additional-videos .videos {
  padding-bottom: 40px;
}
.additional-videos .additional-video {
  display: inline-block;
  width: 30%;
  padding: 10px;
}
/* ==========================================================================
   Responsive Video Container -- by Jared 7-21-2020
   ========================================================================== */

/*Ball reaction videos on ball pages*/

.reactions {
  display: flex;
}
.reactions .reaction {
  width: 33.33333%;
}
.reaction-header {
  background-color: black;
  border-right: 0.2px solid #626262;
}
.reaction-header h3 {
  padding-top: 25px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: white;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}
.reaction-footer {
  background-color: black;
  border-right: 0.2px solid #626262;
}
.reaction-footer .controls {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.reaction-footer .controls img {
  padding: 5px;
}
.reaction-footer .controls .dir-control {
  width: 30px;
}
.reaction-footer .controls .play-control {
  width: 40px;
}
.reaction-footer .controls .control {
  border: 2.5px solid #303030;
  border-radius: 50%;
  margin: 0px;
  padding: 6.25px;
  width: 25px;
  height: 25px;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
}
.reaction-footer .controls .control,
.reaction-footer .controls .control .play-left,
.reaction-footer .controls .control .play-right,
.reaction-footer .controls .control:before {
  display: inline-block;
  vertical-align: middle;
  transition: border 0.3s, width 0.3s, height 0.3s, margin 0.3s;
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.reaction-footer .controls .control:before {
  content: "";
  height: 25px;
}
.reaction-footer .controls .control.pause .play-left,
.reaction-footer .controls .control.pause .play-right {
  margin: 0;
  border-left: 8.25px solid #303030;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
  height: 21.65px;
}
.reaction-footer .controls .control.pause .play-left {
  border-right: 5px solid transparent;
}
.reaction-footer .controls .control.play .play-left {
  margin-left: 5px;
  border-left: 10.825px solid #303030;
  border-top: 6.25px solid transparent;
  border-bottom: 6.25px solid transparent;
  border-right: 0px solid transparent;
  height: 12.5px;
}
.reaction-footer .controls .control.play .play-right {
  margin: 0;
  border-left: 10.825px solid #303030;
  border-top: 6.25px solid transparent;
  border-bottom: 7.25px solid transparent;
  height: 0px;
}
.reaction-footer .controls .control:hover {
  border-color: #161616;
}
.reaction-footer .controls .control:hover .play-left,
.reaction-footer .controls .control:hover .play-right {
  border-left-color: #161616;
}
.reel-indicator {
  background-color: #303030 !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 11px !important;
}
.fade-in {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}
.fade-in.in-view {
  opacity: 1;
}
.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}
.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.bounce-up {
  opacity: 0;
  -moz-transition: all 900ms ease-out;
  -webkit-transition: all 900ms ease-out;
  -o-transition: all 900ms ease-out;
  transition: all 900ms ease-out;
  -moz-transform: translate3d(0px, 50px, 0px);
  -webkit-transform: translate3d(0px, 50px, 0px);
  -o-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate3d(0px, 50px, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bounce-up.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.bounce-down {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, -50px, 0px);
  -webkit-transform: translate3d(0px, -50px, 0px);
  -o-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate3d(0px, -50, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bounce-down.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.spec-icon:nth-child(2) {
  transition-delay: .1s;
}
.spec-icon:nth-child(3) {
  transition-delay: .2s;
}
.spec-icon:nth-child(4) {
  transition-delay: .3s;
}
.spec-icon:nth-child(5) {
  transition-delay: .4s;
}
.spec-icon:nth-child(6) {
  transition-delay: .5s;
}
.reaction:nth-child(1) {
  transition-delay: .1s;
}
.reaction:nth-child(2) {
  transition-delay: .2s;
}
.reaction:nth-child(3) {
  transition-delay: .3s;
}
.unstyled.videoContainer > li {
  height: 100px !important;
}
.comparison-block table tr {
  border-bottom: 1px solid lightgray;
}
.comparison-block table tr:not(:first-child) th,
.comparison-block table tr:not(:first-child) td {
  transform: scaleX(0.62);
  padding: 15px 0 15px 35px;
  box-sizing: border-box;
}
.comparison-block table tr th,
.comparison-block table tr td {
  color: #303030;
}
.comparison-block table tr th .muted,
.comparison-block table tr td .muted {
  color: black;
}
.comparison-block table tr th img,
.comparison-block table tr td img {
  width: 100%;
  height: auto;
}
.additional-block {
  padding: 40px 100px;
  box-sizing: border-box;
}
.additional-block strong,
.additional-block b {
  text-transform: uppercase;
  display: inline-block;
  font-style: italic;
  margin-right: 10px;
}
.additional-block ul li {
  line-height: 2rem;
  transform: scaleX(0.62);
}
.additional-block ul li a {
  color: #303030 !important;
}
/*Ball reaction videos on ball pages end*/

/******End of Ball Page******/

#ProductTiles {
  padding-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
}
#ProductTiles_loading {
  float: left;
}
#all.selected {
  border-bottom: 3px solid #303030;
  -webkit-transition: all 650ms ease;
  -moz-transition: all 650ms ease;
  -ms-transition: all 650ms ease;
  -o-transition: all 650ms ease;
  color: #303030;
}
#all.selected:hover {
  color: white !important;
}
#Signature.selected {
  border-bottom: 3px solid black;
  -webkit-transition: all 650ms ease;
  -moz-transition: all 650ms ease;
  -ms-transition: all 650ms ease;
  -o-transition: all 650ms ease;
  color: black;
}
/*Storm ball line logos*/

#Premier.selected {
  border-bottom: 3px solid #303030;
  -webkit-transition: all 650ms ease;
  -moz-transition: all 650ms ease;
  -ms-transition: all 650ms ease;
  -o-transition: all 650ms ease;
  color: #93742b;
}
#Master.selected {
  border-bottom: 3px solid #7b7c7f;
  -webkit-transition: all 650ms ease;
  -moz-transition: all 650ms ease;
  -ms-transition: all 650ms ease;
  -o-transition: all 650ms ease;
  color: #7b7c7f;
}
#Thunder.selected {
  border-bottom: 3px solid #003b71;
  -webkit-transition: all 650ms ease;
  -moz-transition: all 650ms ease;
  -ms-transition: all 650ms ease;
  -o-transition: all 650ms ease;
  color: #003b71;
}
#Tropical.selected {
  border-bottom: 3px solid #3f8025;
  -webkit-transition: all 650ms ease;
  -moz-transition: all 650ms ease;
  -ms-transition: all 650ms ease;
  -o-transition: all 650ms ease;
  color: #3f8025;
}
#Hot.selected {
  border-bottom: 3px solid #d46a00;
  -webkit-transition: all 650ms ease;
  -moz-transition: all 650ms ease;
  -ms-transition: all 650ms ease;
  -o-transition: all 650ms ease;
  color: #d46a00;
}
#Ice.selected {
  border-bottom: 3px solid #00b3ef;
  -webkit-transition: all 650ms ease;
  -moz-transition: all 650ms ease;
  -ms-transition: all 650ms ease;
  -o-transition: all 650ms ease;
  color: #00b3ef;
}
#new_arrival.selected {
  border-bottom: 3px solid #303030;
  -webkit-transition: all 650ms ease;
  -moz-transition: all 650ms ease;
  -ms-transition: all 650ms ease;
  -o-transition: all 650ms ease;
  color: #00b3ef;
}
#sale.selected {
  border-bottom: 3px solid #303030;
  -webkit-transition: all 650ms ease;
  -moz-transition: all 650ms ease;
  -ms-transition: all 650ms ease;
  -o-transition: all 650ms ease;
  color: #00b3ef;
}
/*Storm ball line logos end*/

#searchFilter.show {
  display: block;
  z-index: 1;
}
#ball-search-btn {
  padding: 0px 0px 10px;
}
.product-listing-menu.centerme {
  max-width: 1240px;
}
.shipspecial {
  background-color: #eaeaea;
  position: absolute;
  bottom: -10px;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-family: Oswald, sans-serif;
  font-style: italic;
  font-weight: 400;
}
.complementary-product h2 {
  font-size: 1em;
  font-style: normal;
  margin: 10px 0;
}
.complementary-product img {
  width: 100%;
}
.complementary-product .med-divider {
  z-index: -1;
}
/*Product page formatting*/

.products {
  max-width: 1240px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.products .product-tile {
  text-align: center !important;
  width: 33.333%;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
  /*Product item text color*/

  /*Product item text color end*/

}
.products .product-tile h2 {
  font-family: 'Oswald' !important;
  font-size: 1.1em;
  text-transform: uppercase;
  font-style: italic !important;
  margin-left: auto;
  margin-right: auto;
  color: #222324 !important;
}
.products .product-tile .pricing-info {
  display: inline-block;
}
.products .product-tile #ballPrice {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: .85em;
}
.products .product-tile #colorCount {
  width: 100%;
  display: flex;
  text-align: center;
  font-size: .85em;
  flex-direction: column;
  justify-content: center;
  min-height: 60px;
}
.products .product-tile .brand-logo {
  width: 100%;
  height: 32px;
  text-align: center;
  margin: 8px auto 8px auto;
  position: relative;
  z-index: -1 !important;
}
.products .product-tile .brand-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  padding: 0;
  float: none !important;
  z-index: 1 !important;
}
.products .product-tile .oil-condition {
  width: 100%;
  display: none;
}
.products .product-tile .oil-condition img {
  width: 138px;
  height: 28px;
  margin: 0 auto;
  padding: 0;
  float: none !important;
}
.products .product-tile .product-line {
  width: 100%;
}
.products .product-tile .product-line img {
  width: 61px;
  margin: 0 auto;
  padding: 0;
  float: none !important;
}
.products .product-tile #colorCount.hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity;
}
.products .product-tile .vertDivider {
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
}
.products .product-tile .price {
  color: #303030 !important;
}
.products .product-tile .image {
  display: inline-block;
  border-radius: 12px;
  width: 95%;
}
.products .product-tile .image img {
  border-radius: 12px;
  object-fit: cover;
}
.products .product-tile .flexslider {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: opacity .2s;
  margin-top: -3px !important;
}
.products .product-tile .flexslider.showme {
  visibility: visible;
  opacity: 100;
  color: #02c66f;
}
.products .product-tile .flexslider .slides img {
  width: 60px;
  height: 60px;
}
.products .product-tile .flexslider .flex-prev {
  left: -20px;
}
.products .product-tile .flexslider .flex-next {
  right: -20px;
}
.products .product-tile img {
  float: left;
  width: 100%;
}
.products .product-tile .new-arrival-icon {
  position: absolute;
  display: inline-block;
  background: #ee4447;
  color: white;
  height: 2rem;
  width: 2.5rem;
  text-align: center;
  vertical-align: middle;
  line-height: 2rem;
  font-size: .8em;
}
.products .product-tile .new-arrival-icon:after {
  transform: rotate(60deg);
}
@keyframes beat {
  from {
    transform: rotate(-20deg) scale(1);
  }
  to {
    transform: rotate(-20deg) scale(1.1);
  }
}
.products .boxshad {
  padding-top: 10px;
  box-sizing: border-box;
  border: solid 1px transparent;
  /*Product page hover state border*/

  /*Product page hover state border end*/

}
.products .boxshad:hover {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  background-color: transparent!important;
}
body .row-fluid:last-child {
  margin-bottom: 0px !important;
}
/*Product page formatting end*/

/*product page mobile formatting*/

@media (max-width: 767px) {
  body .products .product-tile {
    width: 33%;
  }
  .product-tile .flexslider {
    display: none;
  }
  .products .product-tile .vertDivider {
    padding-left: 4px;
    padding-right: 4px;
  }
  .products .product-tile .pricing-info {
    width: 100%;
  }
  .products.centerme {
    width: 100%;
  }
  .products .boxshad {
    padding-left: 0px;
    padding-right: 0px;
  }
  .homeBowlPicture {
    width: 100%;
  }
  .homepageShowcase.centerme {
    width: 100%;
  }
  body .products .product-tile {
    width: 50%;
  }
}
/*product page mobile formatting end*/

/******* TOGGLE ****/

.tglbuttons .tglbutton {
  float: left;
  text-align: center;
  padding-left: 8px;
}
.tglbuttons .tglbutton h1 {
  margin-bottom: 0px;
  color: black;
}
.tglbuttons .tglbutton .linebtn {
  height: auto;
  margin-right: 0px;
}
.tgl {
  display: none;
}
.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection,
.tgl *::-moz-selection,
.tgl *:after::-moz-selection,
.tgl *:before::-moz-selection,
.tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 110px;
  height: 1.8em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tgl + .tgl-btn:after,
.tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}
.tgl-flip + .tgl-btn {
  padding: 2px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  font-family: sans-serif;
  -webkit-perspective: 100px;
  perspective: 100px;
}
.tgl-flip + .tgl-btn:after,
.tgl-flip + .tgl-btn:before {
  display: inline-block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 1.8em;
  font-weight: bold;
  color: white;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 2px;
}
.tgl-flip + .tgl-btn:after {
  content: attr(data-tg-on);
  background: #02c66f;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.tgl-flip + .tgl-btn:before {
  background: #888888;
  content: attr(data-tg-off);
}
.tgl-flip + .tgl-btn:active:before {
  -webkit-transform: rotateY(-20deg);
  transform: rotateY(-20deg);
}
.tgl-flip:checked + .tgl-btn:before {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.tgl-flip:checked + .tgl-btn:after {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  left: 0;
  background: #303030;
}
.tgl-flip:checked + .tgl-btn:active:after {
  -webkit-transform: rotateY(20deg);
  transform: rotateY(20deg);
}
/********END TOGGLE *****/

/* Nav*/

.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
  display: block;
}
.w-nav[data-collapse="all"] .w-dropdown-list {
  position: static;
}
@media screen and (max-width: 479px) {
  .span3.text-center {
    width: 100%;
    padding: 5px;
  }
  .advisory,
  .international {
    width: 100% !important;
  }
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
  height: 110px;
}
/* Nav bar Lnks*/

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: white !important;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700 !important;
  background-color: #191c1b !important;
}
/* Nav bar Lnks end*/

.w-nav-menu {
  position: relative;
  float: right;
}
.w--nav-menu-open {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #c8c8c8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay .w--nav-menu-open {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] .w--nav-menu-open {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] .w--nav-menu-open {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button.w--open {
  background-color: #c8c8c8;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
  .core-button {
    width: 100% !important;
  }
}
.section-title {
  border-bottom: solid 1px #cecece;
  padding-bottom: 10px;
}
/*Log in screen*/

.login-screen {
  padding-top: 50px;
}
table.login {
  width: 100%;
  padding-bottom: 30px;
}
table.login .checkbox {
  text-align: left;
}
table.login th {
  text-align: left;
  padding: 10px 0px;
}
table.login p {
  text-align: left;
}
table.login h3 {
  font-size: .8em;
  text-align: left;
  border-bottom: solid 1px #cecece;
  padding-bottom: 10px;
}
table.login h2 {
  font-size: 1em;
}
table.login tr td:nth-child(1) {
  width: 65%;
}
table.login td {
  padding-top: 30px;
  vertical-align: top;
}
table.login .span5 {
  margin-right: 30px;
  width: inherit;
}
table.login .span7 {
  width: 80%;
}
table.login .span7.fullwidth {
  width: 100%;
}
table.login .form-horizontal .controls {
  margin-left: 0px;
}
table.login button {
  background-color: #006b5d !important;
  color: white !important;
  padding: 10px 24px !important;
}
table.login button:hover {
  background-color: #57dbc4 !important;
  color: #003730 !important;
}
table.login #LostPasswordSend,
table.login #cmdSignIn {
  margin-top: 16px !important;
}
/*Log in screen end*/

table.login.mobileonly {
  display: none;
  visibility: hidden;
}
table.login.desktoponly {
  display: inline-block;
  visibility: visible;
}
.basket-list .basket-list-item .basket-item-qty .basket-item-qty-inc a {
  padding: 3px !important;
}
.basket-list .basket-list-item .basket-item-qty .basket-item-qty-inc input {
  margin-top: 0px !important;
  height: 30px;
  line-height: 30px;
}
.basket-list .basket-list-item {
  background: white !important;
}
/*Shopping cart section*/

.shoppingcart-header {
  margin-top: 45px;
  margin-bottom: 35px;
  width: 100%;
}
.shoppingcart-header .title {
  float: left;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 32px;
  color: #191c1b !important;
}
.shoppingcart-header .link-right {
  float: right;
  font-size: 14px;
  color: #cacaca !important;
}
.shoppingcart-header .link-right a {
  color: inherit;
}
.shoppingcart-header .link-right i {
  color: inherit;
  padding-right: 3px;
  margin-top: -3px;
}
.empty-basket-message a.span6.btn.btn-secondary.v-margin:hover {
  color: #003730 !important;
  background-color: #71d8c4 !important;
  border: 1px solid #71d8c4 !important;
}
.empty-basket-message a.span6.btn.btn-secondary.v-margin {
  float: left;
  background-color: white !important;
  color: #006b5d !important;
  border: 1px solid #6f7976 !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.1px;
  margin-left: 0px !important;
  padding: 14px !important;
  border-radius: 100px !important;
}
.shoppingCart {
  width: 100%;
}
.shoppingCart p {
  color: #303030;
  margin-bottom: 0px !important;
}
.shoppingCart p.sku {
  font-size: 12px;
}
.shoppingCart .span5 {
  width: 35%;
  padding-left: 25px;
}
.shoppingCart thead {
  text-align: left;
}
.shoppingCart thead th {
  color: #191c1b !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.1px;
  letter-spacing: 0.5px;
}
.shoppingCart .med-divider {
  top: 0px;
  z-index: -1;
  margin: 0px auto 5px;
}
.shoppingCart .basket-item-img {
  width: 150px;
}
.shoppingCart .itemPrice {
  width: 15%;
}
.shoppingCart td {
  text-align: left !important;
}
.shoppingCart .item-qty {
  border: solid 1px #cacaca !important;
  background-color: #ececec !important;
  height: 30px !important;
  width: 40px !important;
}
.shoppingCart .ejs-remove-basketline {
  float: right;
}
.shoppingCart .ejs-basket-item-qty-minus {
  margin-top: 3px;
  margin-bottom: 3px;
  vertical-align: middle;
}
.shoppingCart .ejs-basket-item-qty-plus {
  margin-top: 3px;
  margin-bottom: 3px;
  vertical-align: middle;
}
.shoppingCart .ejs-remove-basketline i {
  padding: 8px;
  padding-bottom: 12px;
}
/*Shopping cart section end*/

/*Modify cart page*/

.med-divider {
  position: relative;
  left: 0px;
  top: 43px;
  right: 0px;
  display: inline-block;
  overflow-x: visible;
  overflow-y: visible;
  width: 100%;
  height: 1px;
  margin: 0px auto 12px;
  float: none;
  clear: none;
  border-style: none;
  border-width: 0px;
  background-color: #dedede;
  list-style-type: none;
  z-index: 1003;
}
/*big 'x' removal icon */

.fa {
  color: black;
}
.active .fa {
  color: #eeeeee;
}
.fa.fa-x-large {
  font-size: 55px !important;
}
/*big 'x' removal icon end*/

/*Buttons- most notably on the modify cart page*/

.btn {
  color: #0b1f1b !important;
  background-color: #d1e7e1 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  padding: 10px 24px !important;
  border-radius: 100px !important;
  text-decoration: none !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s !important;
  /* Safari */
  transition: background-color 0.2s, border-color 0.2s, color 0.2s !important;
}
.btn:hover {
  color: #003730 !important;
  background-color: #71d8c4 !important;
}
.price {
  color: #303030 !important;
  font-weight: 900;
}
.subtotal {
  color: #222324 !important;
}
.total {
  font-weight: 900;
}
.btn-small {
  font-size: 0.6533333333333333em !important;
  line-height: 1em !important;
  padding: 10px !important;
  color: white !important;
  background-color: #006b5d !important;
}
.btn-small:hover {
  color: #003730 !important;
  background-color: #57dbc4 !important;
}
/*Buttons- most notably on the modify cart page end*/

/*Modify cart page end*/

/*checking out section*/

.checkout-summary {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.checkout-summary legend {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif !important;
  color: black;
  padding-bottom: 15px;
}
.ejs-shipping-section {
  float: left;
  width: 49%;
  margin-right: 10px;
  padding: 5px;
}
.shoppingCart-bottom {
  padding: 5px;
  width: 48%;
  float: left;
}
.shoppingCart-bottom .med-divider {
  top: 0px;
  z-index: -1;
}
.shoppingCart-bottom td > * {
  vertical-align: bottom;
}
.shoppingCart-bottom p {
  font-size: 16px;
  margin-bottom: 0px !important;
}
.shoppingCart-bottom .control-label {
  text-transform: uppercase;
  cursor: auto;
}
.shoppingCart-bottom #CouponCode {
  width: 25%;
  margin-right: 10px;
  float: left;
  height: 42px;
  line-height: 48px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black #afaaaa;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: transparent;
  font-family: Oxygen, sans-serif;
  color: #4d565d;
  font-size: 21px;
  font-weight: 300;
  box-shadow: none;
}
.shoppingCart-bottom a.btn.btn-secondary.btn-block.ejs-shopping-cart-coupon-apply:hover {
  background-color: #0090bf !important;
  color: white !important;
}
.shoppingCart-bottom .coupon-form {
  display: flex;
  justify-content: space-between;
}
.shoppingCart-bottom .ejs-shopping-cart-coupon-field {
  width: 73%;
  height: 40px;
}
.shoppingCart-bottom .ejs-shopping-cart-coupon-apply {
  width: 25%;
  border: 1px solid #cfcfcf !important;
  color: #979797 !important;
  font-size: 12px !important;
  border-radius: 2px !important;
  padding: 14px !important;
  height: 40px;
  background-color: white !important;
}
.shoppingCart-bottom .row-fluid.mobile {
  display: none;
}
.shoppingCart-bottom .bottom-btns {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  justify-content: left;
}
.shoppingCart-bottom .mobile-bottom-btns {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.table-subtotal {
  width: 100%;
}
.table-subtotal td {
  text-align: right;
}
.table-subtotal .subtotal {
  color: #303030;
}
/*checking out section end*/

@media (max-width: 767px) {
  .shoppingCart-bottom #CouponCode {
    text-align: left;
    width: 100%;
  }
  .shoppingCart-bottom .control-label {
    text-align: left;
  }
  .shoppingCart .ejs-basket-item-qty-minus {
    margin-top: 3px;
    margin-bottom: 3px;
    vertical-align: middle;
    width: 100% !important;
  }
  .shoppingCart .ejs-basket-item-qty-plus {
    margin-top: 3px;
    margin-bottom: 3px;
    vertical-align: middle;
    width: 100% !important;
  }
  .shoppingCart .label {
    white-space: normal;
  }
  .basket-list .basket-list-item .basket-item-qty .basket-item-qty-inc input {
    width: 100%;
  }
}
@media screen and (max-width: 577px) {
  .shoppingCart-bottom .row-fluid.mobile {
    display: block;
  }
  .shoppingCart-bottom .row-fluid.mobile .bottom-btn {
    padding-bottom: 10px;
  }
  .desktop.bottom-btns {
    display: none;
  }
  #cartTopButton .bottom-btn {
    float: none;
  }
  body .columnme .twocolumn {
    width: 100%;
  }
  body .columnme .threecolumn {
    width: 100%;
  }
  body .columnme .fourcolumn {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  table.login .span5,
  table.login .span7 {
    width: 95%;
  }
  table.login #LostPasswordSend {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 824px) {
  table.login .span5 {
    margin-left: 0px;
  }
  table.login .span5,
  table.login .span7 {
    width: 100%;
  }
  table.login.mobileonly {
    display: inline-block;
    visibility: visible;
  }
  table.login.desktoponly {
    display: none;
    visibility: hidden;
  }
  #accCheckout .checkout-columns {
    flex-direction: column;
  }
  #accCheckout #col1,
  #accCheckout #col2,
  #accCheckout #col3 {
    display: block;
    width: 100%;
  }
  .tglbuttons .tglbutton {
    float: none;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }
}
.centerme {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.centerme-wide {
  width: 95%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.centerme-narrow {
  width: 70%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.lowerme20 {
  padding-top: 20px;
}
.lowerme40 {
  padding-top: 40px;
}
.lowerme60 {
  padding-top: 60px;
}
.lowerme80 {
  padding-top: 80px;
}
.lowerme100 {
  padding-top: 100px;
}
.lowerme200 {
  padding-top: 200px;
}
.flexme {
  display: flex;
  justify-content: space-between;
}
ul.vertical-list {
  margin-left: 0px;
}
ul.vertical-list li {
  list-style: none;
  display: list-item;
}
.not-used {
  color: grey;
}
.widenme500 {
  width: 500px;
}
.asterisk {
  color: red;
}
.has-error {
  border-color: red !important;
}
.success-alert {
  border-radius: 3px;
  background-color: #5cc489;
  color: white;
  display: none;
  padding: 10px 2px;
  text-align: center;
}
.fail-alert {
  border-radius: 3px;
  color: white;
  display: none;
  padding: 10px 2px;
  text-align: center;
  background-color: #ef3a3a;
}
.small-space:first-child {
  padding-bottom: 5px;
}
.columnme {
  max-width: 1240px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.columnme .span5 {
  width: 100%;
}
.columnme .twocolumn {
  width: 50%;
}
.columnme .threecolumn {
  width: 33%;
}
.columnme .fourcolumn {
  width: 25%;
}
.checkout a,
.checkout span,
.checkout label {
  font-size: 12px;
}
.checkout h3 {
  font-size: 14px;
  text-transform: uppercase;
}
.checkout input.span12 {
  height: 2em!important;
  line-height: 1em;
}
.checkout table {
  border: 1px solid #cacaca;
  width: 100%;
  margin-bottom: 12px;
}
.checkout th {
  background: whitesmoke;
  text-align: left;
  padding: 10px;
}
.checkout td {
  padding-left: 2%;
  padding-right: 2%;
  font-size: 12px;
}
.checkout .spacer {
  height: 10px;
}
.checkout .table {
  width: 100%;
}
.checkout .title {
  text-transform: uppercase;
  margin-top: 45px;
  margin-bottom: 35px;
}
.checkout .section-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background: linen;
}
.checkout #accReturningCustomer #loginEmail,
.checkout #accReturningCustomer #loginPassword {
  height: 2em!important;
  line-height: 1em;
  width: 300px;
}
.checkout #accReturningCustomer td {
  padding: 2%;
}
.checkout .order-fulfill {
  text-align: center;
  padding: 10px 0px;
  font-size: 18px;
  color: #214a5f;
}
.checkout .checkout-assistance {
  font-size: 12px;
}
#accCheckout {
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
#accCheckout form {
  display: inline;
}
#accCheckout:after {
  content: '';
  display: inline-block;
  width: 100%;
}
#col1,
#col2,
#col3 {
  width: 33%;
  vertical-align: top;
}
.checkout-columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#col1 {
  padding-right: 8px;
}
#col3 {
  padding-left: 8px;
}
#shippingcharges .carrier {
  padding-top: 5px;
}
#shippingcharges .carrier h5 {
  margin-bottom: 5px;
}
#accReturningCustomer {
  width: 100%;
}
#accReturningCustomer .stormbutton {
  border: 1px solid #cfcfcf !important;
  color: #979797 !important;
  font-size: 12px !important;
  border-radius: 2px !important;
  width: 100px;
  padding: 15px !important;
}
#accReturningCustomer .stormbutton:hover {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: black !important;
  background-color: #303030 !important;
  color: #c0bebe !important;
}
#payment-info #add-payment {
  border: 1px solid #303030 !important;
  background-color: #303030 !important;
  color: white !important;
  font-size: 12px !important;
  border-radius: 2px !important;
  width: 420px;
  padding: 15px !important;
  margin-bottom: 10px;
}
#payment-info #add-payment:hover {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #0090bf !important;
  background-color: #0090bf !important;
  color: white  !important;
}
#shippinginfo-tbl .span6,
#shippinginfo-tbl .span8 {
  margin-left: 0px;
  width: 100%;
}
#shippinginfo-tbl .row-fluid {
  margin-bottom: 0px;
}
.ejs-shopping-cart-coupon-list.coupon-list {
  margin-top: 5px;
}
#totalsContainer {
  background-color: #ececec;
}
#totalsContainer .total-item {
  text-align: right;
}
#totalsContainer .total-item:first-child {
  padding-top: 10px;
}
#totalsContainer .total-item:last-child {
  padding-bottom: 10px;
}
#totalsContainer .total-item span:first-child {
  padding-right: 20px;
}
#totalsContainer .total-item span:nth-child(2) {
  padding-right: 10px;
}
.customerservice-box {
  position: fixed;
  top: 104px;
  display: flex;
  flex-direction: column;
  width: inherit;
  border-bottom-right-radius: 9px;
}
#coupon .ejs-checkout-coupon-apply {
  color: #0b1f1b !important;
  background-color: #d1e7e1 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  padding: 10px 24px !important;
  border-radius: 100px !important;
  text-decoration: none !important;
  margin-top: 20px !important;
  margin-bottom: 16px;
}
#coupon .ejs-checkout-coupon-apply:hover {
  color: #003730 !important;
  background-color: #71d8c4 !important;
}
.dashboard th,
.dashboard .sectionheader {
  margin-bottom: 0px;
}
.dashboard .header {
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 600;
  margin-top: 6px;
}
.dashboard th {
  padding-left: 0px;
  font-size: 1.3em;
  text-transform: uppercase;
}
.dashboard tr {
  font-size: .7em;
}
.dashboard td {
  padding: 8px 0px 8px 0px;
}
.dashboard .med-divider {
  top: 0px;
  z-index: -1;
}
.purchase-list h4,
.user-search h4,
.address-search h4,
.myprofile h4 {
  color: #747474;
  font-size: 14px;
}
.purchase-list .title,
.user-search .title,
.address-search .title,
.myprofile .title {
  text-transform: uppercase;
  font-weight: 600;
}
.purchase-list legend,
.user-search legend,
.address-search legend,
.myprofile legend {
  padding-top: 60px;
}
.purchase-list .buttons,
.user-search .buttons,
.address-search .buttons,
.myprofile .buttons {
  width: 350px;
  float: right;
  text-align: right !important;
}
.purchase-list .btn,
.user-search .btn,
.address-search .btn,
.myprofile .btn {
  border: solid 1px black !important;
  background-color: black !important;
  padding-right: 32px !important;
  padding-left: 32px !important;
  color: white !important;
}
.purchase-list .btn:hover,
.user-search .btn:hover,
.address-search .btn:hover,
.myprofile .btn:hover {
  border: solid 1px #0090bf !important;
  background-color: #0090bf !important;
  color: white !important;
}
.purchase-list .med-divider {
  top: 0px;
  z-index: 0;
}
.purchase-list .no-bottom {
  margin-bottom: 0px;
}
.purchase-list .blue a {
  color: #0d879e;
}
.purchase-list .purchase-list-result .btn {
  border: none !important;
}
.purchase-list .purchase-list-result .btn:hover {
  background-color: transparent !important;
  text-decoration: underline !important;
}
.purchase-list .purchase-list-result th,
.purchase-list .purchase-list-result th > a {
  text-transform: uppercase;
  color: #0d879e;
}
.purchase-list .purchase-list-result .list-options a {
  padding-right: 10px;
}
.purchase-list .purchase-list-result a.blue {
  color: #0d879e;
  font-size: 14px;
}
.item-table-list-number-cell {
  width: 150px;
}
.account-icons li.header {
  font-weight: 600;
  font-size: .8em;
}
.account-icons li {
  border-bottom: solid 1px #cecece;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: .8em;
  text-transform: uppercase;
}
.account-icons a {
  color: black;
}
.account-icons a:hover {
  color: #0090bf;
  text-decoration: none;
}
/*Order review*/

#order-review .table .order-review-content-picture {
  width: 75px !important;
  padding: 1% !important;
}
#order-review #modify-order {
  color: #0b1f1b !important;
  background-color: #d1e7e1 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  padding: 10px 24px !important;
  border-radius: 100px !important;
  text-decoration: none !important;
  margin-bottom: 10px;
}
#order-review #modify-order:hover {
  color: #003730 !important;
  background-color: #71d8c4 !important;
}
#order-review .table tr td:first-child {
  width: 70%;
  text-align: left;
}
#order-review .table .subtotal {
  font-size: 12px;
}
#order-review .table span {
  font-size: 16px;
}
#order-review .price {
  color: #303030 !important;
}
/*Order review end*/

/*Mobile checkout format*/

@media screen and (max-width: 824px) {
  .leftTab {
    padding-top: 0px !important;
  }
  .leftTab .leftTab-mobileMenu {
    top: 12px;
  }
  .category-mobileMenu a,
  .leftTab-mobileMenu a {
    padding-left: 0px !important;
  }
  .category-mobileMenu .toggle,
  .leftTab-mobileMenu .toggle {
    visibility: visible;
  }
  .category-mobileMenu .menu li .header,
  .leftTab-mobileMenu .menu li .header,
  .category-mobileMenu .header,
  .leftTab-mobileMenu .header {
    display: none;
  }
  .category-mobileMenu ul.menu,
  .leftTab-mobileMenu ul.menu {
    padding-left: 0px;
  }
  .filters {
    height: inherit;
  }
  .category-mobileMenu {
    display: block;
  }
  .category-btns {
    display: none;
  }
  .menu,
  .contents {
    width: 100% !important;
  }
  .contents {
    padding-top: 50px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: left;
  }
  .category-mobileMenu {
    background: #ea1c90;
    position: relative;
    height: 50px;
    width: 100%;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .category-mobileMenu a {
    display: block;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: 10px;
  }
  .category-mobileMenu a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .category-mobileMenu a i {
    color: white;
  }
  .category-mobileMenu #mobile-menu-header {
    color: white;
  }
  .leftTab-mobileMenu {
    background: #ea1c90;
    position: relative;
    top: 15px;
    height: 50px;
    width: 100%;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .leftTab-mobileMenu a {
    display: block;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
  }
  .leftTab-mobileMenu a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .leftTab-mobileMenu a i {
    color: white;
  }
  .leftTab-mobileMenu #mobile-menu-header {
    color: white;
  }
  .category-mobileMenu .menu,
  .leftTab-mobileMenu .menu {
    visibility: hidden;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .category-mobileMenu .menu a:hover,
  .leftTab-mobileMenu .menu a:hover {
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .slideDown {
    animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
  }
  @keyframes slideDown {
    0% {
      transform: translateY(-20%);
    }
    50% {
      transform: translateY(8%);
    }
    100% {
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slideDown {
    0% {
      -webkit-transform: translateY(-20%);
    }
    50% {
      -webkit-transform: translateY(8%);
    }
    100% {
      -webkit-transform: translateY(0%);
    }
  }
  .slideUp {
    animation-name: slideUp;
    -webkit-animation-name: slideUp;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
  }
  @keyframes slideUp {
    0% {
      transform: translateY(0%);
    }
    50% {
      transform: translateY(8%);
    }
    100% {
      transform: translateY(-200px);
    }
  }
  @-webkit-keyframes slideUp {
    0% {
      -webkit-transform: translateY(0%);
    }
    50% {
      -webkit-transform: translateY(8%);
    }
    100% {
      -webkit-transform: translateY(-200px);
    }
  }
}
/*Mobile checkout format end*/

#cmdConfirm {
  color: #0b1f1b !important;
  background-color: #d1e7e1 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  padding: 10px 24px !important;
  border-radius: 100px !important;
  text-decoration: none !important;
  width: 100%;
}
#cmdConfirm:hover {
  color: #003730 !important;
  background-color: #71d8c4;
}
/*Email section of web*/

.email-section {
  background-color: #ececec;
  background: url("../jpg/home-banner-mountains8b49.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #cacaca;
}
.email-section .w-input.field {
  padding: 8px 0px !important;
}
.email-section .email-container {
  padding-top: 45px;
  padding-bottom: 30px;
}
.email-section .w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.email-section .submitting {
  display: none;
  padding-left: 100px;
  padding-top: 30px;
}
.email-section .section-heading {
  text-align: center;
}
.email-section .section-heading .email-text {
  position: relative;
  left: 0px;
  top: -18px;
  right: 0px;
  font-weight: 300;
}
.email-section .section-heading h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Oswald';
  font-size: 2.6em;
  font-style: italic;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  color: white;
  line-height: 1.2;
  max-width: 90%;
}
.email-section .section-heading .med-divider {
  position: relative;
  left: 0px;
  top: -29px;
  right: 0px;
  display: inline-block;
  overflow-x: visible;
  overflow-y: visible;
  width: 100%;
  height: 1px;
  margin: 0px auto 12px;
  float: none;
  clear: none;
  border-style: none;
  border-width: 0px;
  background-color: #dedede;
  list-style-type: none;
  z-index: 1;
  display: none;
}
.email-section .form-wrapper {
  display: block;
  width: 500px;
  margin: 20px auto 0px;
}
.email-section .form-wrapper .w-form-done.success-message {
  border-radius: 3px;
  background-color: #5cc489;
  color: white;
  display: none;
  padding: 10px 2px;
  text-align: center;
}
.email-section .form-wrapper .w-form-fail {
  border-radius: 3px;
  color: white;
  display: none;
  padding: 10px 2px;
  text-align: center;
  background-color: #ef3a3a;
}
.email-section .form-wrapper .form {
  display: inline-block;
  width: 690px;
  margin-left: -59px;
  padding-left: 0px;
  float: none;
  text-align: left;
}
.email-section .form-wrapper .form .field {
  width: 71%;
  height: 50px;
  float: left;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black white;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: transparent;
  font-family: Oxygen, sans-serif;
  color: white;
  font-size: 21px;
  font-weight: 300;
  box-shadow: none;
}
.email-section .form-wrapper .form .w-input,
.email-section .form-wrapper .form .w-select {
  display: block;
  padding: 8px 12px;
  margin-bottom: 10px;
  line-height: 1.42857143;
  vertical-align: middle;
  color: white !important;
}
.email-section .form-wrapper .form input::-webkit-input-placeholder {
  color: white !important;
}
.email-section .form-wrapper .form input:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
}
.email-section .form-wrapper .form input::-moz-placeholder {
  /* Firefox 19+ */
  color: white !important;
}
.email-section .form-wrapper .form input:-ms-input-placeholder {
  color: white !important;
}
.email-section .form-wrapper .form input.w-button {
  -webkit-appearance: button;
}
.email-section .form-wrapper .form .submit-button {
  margin-top: 0px;
  display: inline;
  width: 25%;
  height: 50px;
  margin-left: 11px;
  float: none;
  border: 1px solid rgba(133, 133, 133, 0.61);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  font-family: Oswald;
  font-size: 15px;
  font-weight: 700 !important;
  font-style: italic;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  border: 0px transparent;
  color: white;
  background-color: #303030;
}
.email-section .form-wrapper .form .submit-button:hover {
  background-color: #aa412c;
  border: none !important;
}
.email-section .form-wrapper .form .w-button {
  padding: 9px 15px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
/*Email section of web end*/

/*Footer*/

.main-section.dark {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 87px;
  padding: 0px;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 0px;
  border-bottom: 1px none #191c1b;
  background-color: #191c1b;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  font-family: Oxygen, sans-serif;
  font-weight: 400;
}
.main-section.dark .w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
}
.main-section.dark .w-container:before,
.main-section.dark .w-container:after {
  content: " ";
  display: table;
}
.main-section.dark .w-container:after {
  clear: both;
}
.main-section.dark .w-row:before,
.main-section.dark .w-row:after {
  content: " ";
  display: table;
}
.main-section.dark .w-row:after {
  clear: both;
}
.main-section.dark .w-col-1 {
  width: 8.33333333%;
}
.main-section.dark .w-col-2 {
  width: 20%;
}
.main-section.dark .w-col-3 {
  width: 20%;
}
.main-section.dark .w-col-4 {
  width: 33%;
}
.main-section.dark .w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.main-section.dark .w-container .footer-block {
  margin-top: -95px;
  margin-bottom: 36px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.main-section.dark .w-container .footer-block .infocol {
  margin-top: 82px;
}
.main-section.dark .w-container .footer-block .footer-h3-link {
  margin-top: 0px;
  margin-bottom: 0px;
  color: white;
  font-style: normal;
  text-transform: uppercase;
}
.main-section.dark .w-container .footer-block .footer-h3-link a {
  text-decoration: none;
}
.main-section.dark .w-container .footer-block .footer-paragraph-links {
  color: white !important;
  font-weight: 600;
  font-size: 14px;
}
.main-section.dark .w-container .footer-block .footer-paragraph-links a {
  text-decoration: none;
}
.main-section.dark .w-container .footer-block h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}
.main-section.dark .w-container .footer-block h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.main-section.dark .w-container .footer-block .footer-h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  font-style: normal;
}
.main-section.dark .w-container .footer-block .med-divider.top {
  position: static;
  left: 0px;
  top: 41px;
  right: 0px;
  display: block;
  margin-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}
.main-section.dark .w-container .footer-block .contact-footer {
  font-family: Oxygen, sans-serif;
  color: #b6b6b6;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.main-section.dark .w-container .footer-block p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 10px;
}
.main-section.dark .footer-section {
  margin-top: 46px;
  padding-top: 27px;
  padding-bottom: 50px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #3b3b3b transparent #9e9e9e;
  background-color: #202020;
}
.main-section.dark .footer-section .w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.main-section.dark .footer-section .w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.main-section.dark .footer-section .co-image-container.storm:hover {
  text-align: left;
  background-color: transparent !important;
  padding-top: 0px !important;
}
.main-section.dark .footer-section .co-image-container.roto-grip {
  text-align: center;
  background-color: transparent !important;
  padding-top: 0px !important;
}
.main-section.dark .footer-section .co-image-container.master {
  text-align: right;
  background-color: transparent !important;
  padding-top: 0px !important;
  display: none;
}
.main-section.dark .footer-section .policy-links {
  padding-left: 40px;
  color: #7c7c7c;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
}
.main-section.dark .footer-section .policy-links a {
  color: #7c7c7c;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
}
.main-section.dark .footer-section .all-rights-reserved {
  color: #7c7c7c;
  font-size: 11px;
  font-weight: 300;
  text-align: right;
}
/*footer links*/

footer a:link,
footer a:visited {
  font-size: 0.7222222222222222em;
  color: white;
  text-decoration: none;
}
footer a:hover,
footer a:active {
  color: white!important;
  text-decoration: underline !important;
}
/*footer links*/

/*Footer end*/

@media (max-width: 767px) {
  .form {
    position: relative;
    top: -25px;
    display: inline-block;
    margin-top: 0px;
    padding: 0px 0px 0px 83px;
  }
  .email-section .form-wrapper .form {
    margin-left: 0px;
    padding-right: 0px;
  }
  .form-wrapper {
    width: 90% !important;
  }
  .w-input.field {
    width: 100% !important;
  }
  .email-section .field {
    margin-left: 0px !important;
  }
  .email-section .submit-button {
    left: 0px;
    margin-left: 0px !important;
  }
  .submit-button {
    position: relative;
    left: -10px;
    top: 21px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 100% !important;
    float: none;
    clear: left;
  }
  .w-col {
    padding-left: 0px !important;
  }
  body .basket-pop {
    max-height: 500px;
  }
}
@media (max-width: 479px) {
  .form-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .form {
    width: 349px;
  }
  .email-section .form-wrapper .form {
    width: 100%;
    margin-left: 0px;
  }
  .field {
    width: 88% !important;
    margin-bottom: 5px !important;
    margin-left: -9px !important;
    float: none !important;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
    font-size: 15px !important;
  }
  .submit-button {
    margin-left: 0px !important;
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }
  .w-col {
    width: 100% !important;
  }
  .proshop-search-field {
    padding-right: 10% !important;
    padding-left: 10% !important;
  }
  .shipspecial {
    margin-top: 12px;
    margin-bottom: -10px;
    background-color: #eaeaea;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-family: Oswald, sans-serif;
    font-style: italic;
    font-weight: 400;
  }
}
/*Navigation formatting*/

.white {
  position: fixed;
  left: 0px;
  top: -7px;
  right: 0px;
  display: block;
  background-color: white;
  color: white;
  text-transform: uppercase;
}
.black {
  position: fixed;
  left: 0px;
  top: -7px;
  right: 0px;
  display: block;
  background-color: #191c1b;
  color: white;
  text-transform: uppercase;
  height: 48px;
}
.white.featured-title {
  margin-bottom: 21px;
  text-align: center;
}
.navigation-links {
  position: relative;
  left: 0px;
  top: 73px;
  right: 0px;
  z-index: 1001;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  margin-top: -25px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 8px 0px 6px 0px;
  float: none;
  clear: both;
  background-color: #191c1b;
  text-align: center;
}
.navigation-links > ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 30%;
  position: relative;
}
.navigation-links > ul > li {
  float: left;
}
.w-nav .mobile-logo-nav {
  display: none;
}
.navigation-links .mobile-login,
.navigation-links .mobile-logoff,
.navigation-links .mobile-proshop-button,
.navigation-links .mobile-search-menu-item {
  display: none;
}
.navigation-links .mobile-search-menu-item .overlay-search .form-search-input {
  width: 140px;
  font-family: "Open Sans Light", sans-serif;
  font-size: 15px;
  background: 0 0;
  font-weight: 300;
  border: 0;
  box-shadow: none;
}
.navigation-links .mobile-search-menu-item .overlay-search .btn-go {
  background-color: white !important;
  border: none 1px #c2c2c2 !important;
  line-height: 1em !important;
}
/*weird toggle button displays when deleted*/

.mobile-menu-button {
  display: none;
  margin: 10px;
  float: left;
}
.mobile-menu-button .mobile-nav-menu-button {
  width: 40px;
}
/*weird toggle button displays when deleted end*/

/*Navigation formatting end*/

/*Top-nav master logo size & color*/

.company-logos a {
  color: white;
}
.icon-master-logo {
  height: 28px;
  background-image: url("../png/master_white_logo1acec.png");
  background-repeat: no-repeat;
  position: relative;
  top: 5px;
  left: 8px;
}
.co-image-container:hover {
  background-color: #006590;
  padding-top: 0px;
}
/*Top-nav master logo size & color end*/

.menu-item.mobile-company-logos.in {
  margin-left: 0px;
  width: 90%;
}
.nav-menu > li {
  position: relative;
}
/*TopNav Logos*/

.company-logos {
  position: fixed;
  margin-top: -114px;
  z-index: 1040;
  padding-top: 0px;
  height: fit-content;
  display: flex;
  flex-direction: row;
}
.nav-logo {
  width: 45%;
}
.nav-logo1 {
  height: 50%;
}
.nav-logo2 {
  height: 70%;
}
.nav-logo3 {
  height: 55%;
}
.storm-logo {
  width: 85px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.roto-grip-logo {
  width: 85px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.global-logo {
  width: 85px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.three-g-logo {
  width: 85px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.master-logo {
  width: 85px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.storm-logo:hover {
  background: #008776;
}
.roto-grip-logo:hover {
  background: #d12030;
}
.global-logo:hover {
  background: #fcb326;
}
.three-g-logo:hover {
  background: #5e5e5e;
}
.master-logo:hover {
  background: #006590;
}
/*TopNav Logos End*/

/* Jared new Global styles 4-7-21 */

/*TopNav Logos*/

.company-logos {
  position: fixed;
  margin-top: -114px;
  z-index: 1040;
  padding-top: 0px;
}
.company-logos .co-image-container {
  display: inline-block;
  height: 38px;
}
.company-logos .co-image-container .global img {
  height: 26px;
}
.company-logos .co-image-container.shoes-3g {
  height: 34px;
}
.company-logos .co-image-container .rotogrip {
  height: 40px;
}
.company-logos .co-image-container img {
  margin-top: 4px;
}
.company-logos .co-image-container.shoes-3g:hover {
  background: #5e5e5e;
  height: 38px;
  padding-top: 0px;
}
.company-logos .co-image-container.global:hover {
  background: #fcb426;
  height: 39px;
  padding-top: 0px;
}
.company-logos .co-image-container.rotogrip:hover {
  background: #e31936;
  height: 41px;
  padding-top: 0px !important;
}
.company-logos .co-image-container a {
  width: 40px;
  padding: 0px 20px 0px 20px;
  border: 0px;
  margin-right: 0px;
  text-decoration: none;
  -webkit-transition: background-color 0.1s, border-color 0.1s, color 0.1s !important;
  transition: background-color 0.1s, border-color 0.1s, color 0.1s !important;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
}
.co-divider {
  position: relative;
  left: 0px;
  top: -4px;
  right: 0px;
  display: inline-block;
  overflow-x: visible;
  overflow-y: visible;
  width: 10px;
  height: 1px;
  /* margin: 0px auto 12px; */
  float: none;
  clear: none;
  border-style: none;
  border-width: 0px;
  background-color: transparent;
  list-style-type: none;
  z-index: 1003;
  transform: rotate(90deg);
}
.menu-item.search-menu-item .w-nav-link {
  padding-top: 8px;
  padding-left: 0px;
}
/*TopNav Logos end*/

/*cart quantity style*/

.cart-products-qty {
  float: left;
  margin-right: 4px;
  margin-top: -3px;
  font-size: .7em;
  color: #d1e7e1 !important;
  font-weight: 700;
}
.bag-title {
  white-space: nowrap;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 2px;
  font-family: Oxygen, sans-serif;
  color: white !important;
  margin-top: 10px;
  position: absolute;
  vertical-align: bottom;
  display: none;
}
.icon-shopping-bag {
  background: url("../png/shopping%20cart-12616.png") center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
/*Shopping bag color and size end*/

/*cart quantity style end*/

/*Search Icon*/

#toggleSearch .icon-search-icon {
  background: url("../png/search1c3c3.png") center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}
#toggleSearch .icon-search-icon:hover {
  background: url("../png/search1-hover6757.png") center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}
#toggleSearch .icon-close-icon {
  background: url("../png/new-close12b8e.png") center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}
#toggleSearch .icon-close-icon:hover {
  background: url("../png/close1-hover4624.png") center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}
/*Search Icon end*/

@media (max-width: 1112px) {
  .flexme {
    flex-direction: column;
    width: 100%;
  }
  .line-filter {
    padding-right: 0px;
  }
  .availabilities:nth-child(1) {
    padding-left: 0px;
  }
  .availabilities .button.menu-button {
    padding-right: 32px;
    padding-left: 32px !important;
  }
}
@media all and (max-width: 1020px) {
  .navigation-links .proshop-button {
    display: none;
  }
  .overlay nav .search-container {
    margin-right: -112px !important;
  }
  .product-thumbs {
    display: none !important;
  }
  .mobile-product-thumbs {
    display: inline-block;
    position: relative;
    top: -10px;
  }
  .general-wgt .mobile-product-thumbs {
    top: 0px;
  }
  #product-detail-gallery-main-img {
    min-height: 1px;
  }
  .weightblock-div {
    padding-left: 5% !important;
    padding-right: 5% !important;
    text-align: center;
  }
  .weightblock {
    text-align: center !important;
  }
  .core-info {
    width: 33% !important;
  }
  .coverstock-section .over-coverstock {
    top: -200px;
  }
  .general-wgt .breadcrumb {
    display: none;
  }
  .general-wgt .span6 {
    width: 100%;
  }
  /* turned off border-top so line wasn't showing under ball on smaller widths 7-14-20 - Jared */
  
  #product-detail-picture {
    padding-top: 10px;
  }
  #product-detail-picture .row-fluid {
    text-align: center;
  }
  #product-detail-picture .span4 {
    float: none;
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
  }
  #product-detail-picture h1 {
    margin-top: 10px;
  }
  #product-detail-picture .proshopbutton {
    float: none;
  }
  .product {
    float: none;
    display: inline-block;
    width: 100% !important;
  }
}
@media all and (max-width: 650px) {
  .navigation-links .mobile-search-menu-item,
  .navigation-links .mobile-proshop-button {
    left: -7px !important;
  }
  .reactions {
    display: block;
  }
  .reactions .reaction {
    width: 100%;
  }
  .additional-videos .videos {
    margin-right: 10px;
    padding-right: 10px;
  }
  .additional-videos .additional-video {
    width: 100%;
  }
}
@media all and (max-width: 510px) {
  .navigation-links .mobile-search-menu-item,
  .navigation-links .mobile-proshop-button {
    left: 0px !important;
  }
  .menu-item .mobile-company-logos {
    margin-left: 0px;
    margin-right: 0px;
  }
  .menu-item .mobile-company-logos .co-image-container {
    margin-left: 2px;
    margin-right: 2px;
  }
  .core-info {
    width: 100% !important;
  }
}
@media screen and (max-height: 480px) {
  li.menu-item.in {
    line-height: 12px;
  }
  .mobile-company-logos {
    visibility: hidden;
  }
}
@media all and (max-width: 824px) {
  .mobile-product-thumbs {
    top: 0px;
  }
  .general-wgt .product {
    margin-top: 30px;
    padding-top: 0px;
  }
  .general-wgt #product-detail-picture {
    padding-top: 0px;
  }
  .general-wgt .single-price-display {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .company-logos {
    display: none;
  }
  .menu-item .mobile-company-logos {
    text-align: center;
    display: inline-block;
  }
  /****Hamburger Menu******/
  
  .c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: -6px;
  }
  .c-hamburger:focus {
    outline: none;
  }
  .c-hamburger span {
    display: block;
    position: absolute;
    top: 25px;
    left: 6px;
    right: 6px;
    height: 1px;
    background: #262729;
  }
  .c-hamburger span::before,
  .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: white;
    content: "";
  }
  .c-hamburger span::before {
    top: -6px;
  }
  .c-hamburger span::after {
    bottom: -6px;
  }
  .c-hamburger--htx {
    background-color: #262729;
  }
  .c-hamburger--htx span {
    transition: background 0s 0.3s;
  }
  .c-hamburger--htx span::before,
  .c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
  }
  .c-hamburger--htx span::before {
    transition-property: top, transform;
  }
  .c-hamburger--htx span::after {
    transition-property: bottom, transform;
  }
  /* active state, i.e. menu open */
  
  .c-hamburger--htx.is-active {
    background-color: transparent;
  }
  .c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
  }
  .c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  .c-hamburger--htx.is-active span {
    background: none;
    transition: transform .3s;
    transform: rotate(-90deg);
  }
  .c-hamburger--htx.is-active span::before,
  .c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
  }
  /****END Hamburger Menu******/
  
  .navigation-links .logo-nav {
    display: none;
  }
  .mobile-menu-button {
    display: inline-block;
  }
  /* This is the mobile logo I'm trying to center April 4th, 2017 */
  
  .w-nav .mobile-logo-nav.icon-storm-bolt-icon {
    display: inline-block;
    font-size: 75px;
    width: 100px;
    color: white;
    text-decoration: none;
    margin-top: 16px;
    margin-right: 60px;
  }
  #mobileLogoNav {
    text-align: center;
    margin-top: 10px;
  }
  .w-nav .med-divider {
    background: transparent;
  }
  .navigation-links {
    background: transparent;
  }
  .navigation-links .mobile-proshop-button {
    display: flex;
    margin-top: 12px;
    margin-bottom: 70px;
  }
  .menu-item.mobile-company-logos,
  .menu-item.mobile-proshop-button {
    border-bottom: none !important;
  }
  .top-section-links .signin-link {
    display: none;
  }
  .navigation-links .mobile-login,
  .navigation-links .mobile-logoff {
    display: inline-block;
  }
  .navigation-links .mobile-search-menu-item {
    display: inline-block;
  }
  .navigation-links .mobile-search-menu-item form {
    margin-bottom: 6px;
  }
  .navigation-links .search-menu-item {
    display: none;
  }
  .navigation-links {
    top: -10px;
    z-index: 1004;
  }
  body .top-link-header {
    margin-right: 10px !important;
  }
  body .basket-pop {
    right: 0px;
    position: fixed;
  }
  .w-nav {
    height: 55px;
  }
  .home-video-background {
    top: 0px;
  }
  .main-section-container {
    padding-top: 40px;
  }
  .navigation-links {
    margin-top: 0px;
    border-bottom: none;
  }
  .navigation-links > ul {
    height: auto;
    left: -30px;
  }
  .navigation-links > ul li {
    width: 100%;
  }
  .navigation-links > ul li.menu-item {
    text-align: left;
    margin-right: 0;
    width: 100%;
    border-bottom: solid 1px #c2c2c2;
  }
  .navigation-links > ul li.menu-item a {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 900;
    font-style: normal;
    font-size: 16px;
    padding-left: 0px;
    width: 100%;
  }
  .overlay-slidedown {
    visibility: hidden !important;
    -webkit-transform: translateY(-100%) !important;
    transform: translateY(-100%) !important;
    -webkit-transition: -webkit-transform 0s ease-in-out, visibility 0s 0s !important;
    transition: transform 0s ease-in-out, visibility 0s 0s !important;
  }
  /******** MOBILE MENU OVERLAY ********/
  
  .nav-menu.slideout {
    position: fixed;
    width: 70%;
    box-sizing: border-box;
    height: 100%;
    top: 48px;
    top: 0;
    left: 0;
    background: white;
    z-index: 5000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    /*background: rgba(153,204,51,0.9);*/
  
  }
  /* Overlay closing cross */
  
  .nav-menu.slideout .slideout-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 10px;
    overflow: visible;
    border: none;
    background: url(../png/cross2.png) no-repeat center center;
    background-size: 40px 40px;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 9;
  }
  /* Menu style */
  
  .nav-menu.slideout nav {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: 300px;
    margin-bottom: 400px;
  }
  .nav-menu.slideout nav .search-container {
    margin-right: 34px;
  }
  .nav-menu.slideout ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    font-family: oswald;
    position: relative;
  }
  .nav-menu.slideout li {
    opacity: 0;
    transform: translateY(-100px) scale(0);
    transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 70ms, opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1) 70ms;
    transition-delay: .5s;
  }
  .nav-menu.slideout li.in {
    opacity: 1;
    font-family: oswald;
    transform: translateY(0px) scale(1);
    transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 70ms, opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1) 70ms;
  }
  .nav-menu.slideout li.in .main-nav-link {
    padding: 14px 0 14px;
  }
  .nav-menu.slideout li.in a {
    text-indent: 14px;
  }
  .nav-menu.slideout li.in:nth-child(1) {
    transition-delay: .2s;
  }
  .nav-menu.slideout li.in:nth-child(2) {
    transition-delay: .3s;
  }
  .nav-menu.slideout li.in:nth-child(3) {
    transition-delay: .4s;
  }
  .nav-menu.slideout li.in:nth-child(4) {
    transition-delay: .5s;
  }
  .nav-menu.slideout li.in:nth-child(5) {
    transition-delay: .6s;
  }
  .nav-menu.slideout li.in:nth-child(6) {
    transition-delay: .7s;
  }
  .nav-menu.slideout li.in:nth-child(7) {
    transition-delay: .8s;
  }
  .nav-menu.slideout li.in:nth-child(8) {
    transition-delay: .9s;
  }
  .nav-menu.slideout li.in:nth-child(9) {
    transition-delay: 1s;
  }
  .nav-menu.slideout li.in:nth-child(10) {
    transition-delay: 1.1s;
  }
  .nav-menu.slideout li.in:nth-child(11) {
    transition-delay: 1.2s;
  }
  .nav-menu.slideout li.in:nth-child(12) {
    transition-delay: 1.3s;
  }
  .nav-menu.slideout li.in > ul.dropdown-menu li {
    visibility: visible;
    height: 48px;
  }
  /* Effects */
  
  .nav-menu.slideout-slidedown {
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
  }
  .nav-menu.slideout-slidedown.closeme {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.6s ease-in-out, visibility 0s 0.6s;
    transition: transform 0.6s ease-in-out, opacity 0.35s ease-in-out, visibility 0s 0.6s;
    z-index: -1;
  }
  .nav-menu.slideout-slidedown.open {
    visibility: visible;
    top: 48px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    overflow: scroll;
  }
  .nav-collapse .dropdown-menu {
    float: none;
    max-width: none;
    max-width: 100vw;
    margin: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  /*Mobile Menu*/
  
  .nav-menu .dropdown-menu {
    display: block;
    position: relative;
    box-shadow: 0 0 0 0 !important;
    width: 100%;
    margin-top: 9px;
    background: white;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    border: 0 !important;
  }
  .nav-menu .dropdown-menu a {
    font-weight: 300;
    letter-spacing: .5px;
    padding: 14px 0 13px 0 !important;
  }
  .nav-menu .dropdown-menu .level2 {
    margin-top: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  .nav-menu .dropdown-menu li {
    display: block;
    width: auto;
    height: 48px !important;
    margin: 0 !important;
  }
  .nav-menu .dropdown-menu li:nth-child(1) {
    height: 10px;
  }
  .nav-menu .dropdown-menu li:first-child {
    padding-top: 2px;
    border-top: 1px solid #c2c2c2;
  }
  .nav-menu .dropdown-menu li a {
    font-weight: 300;
    letter-spacing: 0.6px;
    padding: 0;
    color: #222324 !important;
  }
  .nav-menu .dropdown-menu li a:link {
    width: auto;
    line-height: 1;
  }
  .nav-menu .dropdown-menu li a:hover {
    background: none;
    color: #191c1b !important;
  }
  .nav-menu .dropdown-menu li a:active {
    color: gray;
  }
  .nav-menu .dropdown-menu li a:focus {
    background: none;
  }
  .nav-menu .dropdown-menu li:last-child {
    border-bottom: none;
  }
  .nav-menu .dropdown-menu li.menu-item {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
  .nav-menu .dropdown-menu li .level2 {
    background-color: #f1f1f1;
    min-width: none;
    z-index: 1;
  }
  .caret {
    vertical-align: middle;
    margin-left: 6px;
    margin-top: -2px;
  }
  /******** END MOBILE MENU OVERLAY ****/
  
  /*****Product page *****/
  
  #product-detail-picture {
    padding-top: 10px;
  }
  #product-detail-picture .row-fluid {
    text-align: center;
  }
  #product-detail-picture .span4 {
    float: none;
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
  }
  #product-detail-picture h1 {
    margin-top: 10px;
  }
  #product-detail-picture.product-detail .attribute-value select#Weight {
    width: 190px;
  }
  .general-wgt .product-detail .breadcrumb,
  .ballwidget .product-detail .breadcrumb {
    display: none;
  }
  .ballwidget .single-price-display {
    padding-bottom: 0px;
    padding-top: 10px;
  }
  .weightblock-div .weightblock-col {
    padding-left: 0px;
  }
  .product {
    float: none;
    display: inline-block;
    width: 100%;
  }
  .ballwidget .ejs-addtocart {
    width: 290px;
  }
  .find-proshop-section .w-container {
    margin-left: 0;
    width: 100%;
    left: 0;
  }
  body .coverstock-section .over-coverstock {
    top: -350px;
    margin-top: 185px;
  }
  #product-detail-picture.product-detail h1 {
    margin-top: 15px;
  }
  /*****End of Product page ****/
  
  .recent-videos .video {
    width: 100%;
  }
  #ProductTiles .product-tile .flexslider {
    display: none;
  }
  .row-fluid.ejs-category-info.ejs-product-listing {
    margin-bottom: 0px;
  }
  .ejs-basket-controls .ejs-shipping-section,
  .ejs-basket-controls .shoppingCart-bottom {
    width: 100%;
  }
  .ejs-basket-controls .ejs-shipping-section #frmShippingAddress {
    width: 100%;
    padding-left: 0px;
  }
  .ejs-basket-controls .ejs-shipping-section #divShippingMethod input[type="radio"] {
    float: none;
  }
}
/****end of Media 824 *****/

.button.menu-button {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  padding-right: 26px;
  padding-left: 26px !important;
  font-family: 'Oswald';
  font-size: 15px;
  letter-spacing: 0.5px;
  font-style: italic;
  font-weight: 700;
}
.button.menu-button.bw {
  font-weight: 700 !important;
  width: 130px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
  background: #006b5d;
  border-radius: 100px;
  color: white;
  border: none !important;
  letter-spacing: 0.5px;
  text-decoration: none!important;
}
.button.menu-button.bw:hover {
  font-weight: 700 !important;
  width: 130px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
  background: #57dbc4;
  border-radius: 100px;
  color: #003730;
  border: none !important;
  letter-spacing: 0.5px;
  text-decoration: none!important;
}
/*Proshop butto style*/

.proshop-button {
  z-index: 1000;
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 50px;
  padding-left: 0px;
  float: right;
}
.button.proshopbutton {
  /*border: 1px solid #8A928F !important;*/
  background: #d1e7e1;
  border-radius: 100px;
  color: #0b1f1b !important;
}
.button.proshopbutton:hover {
  background-color: #71d8c4;
  /*border: 1px solid #71D8C4 !important;*/
  border-radius: 100px;
  color: #003730 !important;
}
/*Proshop butto style end*/

.button.submit-button.newsletter-submit:Hover {
  border-style: solid;
  border-width: 1px;
  border-color: #0090bf;
  background-color: #0090bf;
  color: white;
}
.button {
  display: block;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 0px;
  border-radius: 2px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Oxygen, sans-serif;
  color: white;
  font-weight: 300;
  text-align: center;
}
/*Top nav format*/

.main-nav-link {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 14px 8px 10px;
  background-color: transparent;
  opacity: 0.97;
  -webkit-transition: opacity 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, opacity 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  font-family: Oxygen, sans-serif;
  color: #4d4d4d;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
/*Top nav format end*/

/*Storm bolt icon navbar*/

.logo-nav {
  position: fixed;
  top: 24px;
  left: 32px;
  display: block;
  text-align: center;
  float: left;
  background-image: url("../svg/storm%20corporate%20logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 80px;
  object-fit: contain;
}
/* .logo-nav:hover{
	position:fixed;
	top:54px;
	left:20px;
    display: block;
    text-align: center;
	float:left;
	background-image: url("/medias/STORM CORPORATE LOGO.svg");
	background-repeat: no-repeat;
	width:100px;
	height:40px;
	object-fit: contain;
	
} */

/*Storm bolt icon navbar end*/

/*top nav text decoration*/

a.w-nav-link.main-nav-link,
a.w-nav-link.top-nav-link,
a.w-button.button.menu-button {
  text-decoration: none;
}
/*top nav text decoration end*/

.hvr-float {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  transform: translateY(-4px);
}
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  transform: translateY(0);
}
.logo-image {
  width: 100px;
}
.absoluteHeader .top-link-header {
  position: fixed;
  z-index: 1003;
}
.top-link-header {
  right: 0;
  width: auto !important;
  position: fixed;
  z-index: 1003;
  top: -6px;
  margin-right: 60px !important;
}
header .row-fluid [class*="span"] {
  min-height: 1px;
  width: 100% !important;
}
/*div#main-section {
	padding-top: 120px;
}*/

.topLinksContainerMobile {
  margin-top: 5px;
}
/*Leadership Page*/

.leadership p {
  font-size: 14px;
}
.leadership .ceo {
  background-color: #070707;
  display: inline-block;
  color: white;
}
.leadership .ceo h2 {
  color: white;
  text-align: left;
  margin-bottom: 0px;
}
.leadership .ceo h3 {
  color: white;
}
.leadership .ceo img {
  width: 49%;
  float: left;
}
.leadership .ceo .ceo-info {
  float: left;
  text-align: left;
  margin-top: 80px;
  margin-bottom: 50px;
  width: 45%;
}
.leadership h2 {
  text-align: center;
  margin-top: 10px;
}
.leadership h3 {
  font-weight: 300;
  font-size: 1em;
}
.leadership .vps {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  text-align: center;
}
.leadership .vp {
  width: 350px;
  padding-bottom: 40px;
}
.leadership .vp h2 {
  text-align: center;
  margin-bottom: 0px;
  color: #303030;
}
.leadership .vp p,
.leadership .vp h2,
.leadership .vp h3 {
  margin-right: 15px;
  margin-left: 15px;
}
.leadership .vp h3 {
  color: #303030;
}
/*Leadership Page*/

.mobile {
  display: none;
}
@media all and (max-width: 620px) {
  .filters .desktop {
    display: none;
  }
  .filters .mobile {
    display: block;
  }
  #searchFilter {
    margin-bottom: 10px;
    margin-left: 20px;
  }
  #totalCountLabel {
    display: none;
  }
}
/*********** SEARCH DROPDOWN ************/

/* Overlay style */

.overlay {
  position: fixed;
  width: 100%;
  height: 72px;
  top: 100px;
  left: 0;
  background-color: #191c1b;
}
/* Overlay closing cross */

.overlay .overlay-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 10px;
  overflow: hidden;
  border: none;
  background: url(../png/cross2.png) no-repeat center center;
  background-size: 40px 40px;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 1003;
}
/* Menu style */

/*messes with the search bar dropdown display- when deleted, the search bar is visable while scrolling */

.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.overlay nav .search-container {
  margin-right: 31px;
}
.overlay nav .overlay-search .form-search-input {
  /*width: 300px;*/
  font-family: "Open Sans Light", sans-serif;
  font-size: 20px;
  background: 0 0;
  font-weight: 300;
  border: 0;
  box-shadow: none;
  background-color: #dae5e1;
  border-radius: 100px !important;
}
.overlay nav .overlay-search ::-webkit-input-placeholder {
  color: #3f4946;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: auto;
  padding-top: auto;
}
.overlay nav .overlay-search ::-moz-placeholder {
  color: #3f4946;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: auto;
  padding-top: auto;
}
.overlay nav .overlay-search ::-ms-placeholder {
  color: #3f4946;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: auto;
  padding-top: auto;
}
.overlay nav .overlay-search ::placeholder {
  color: #3f4946;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: auto;
  padding-top: auto;
}
.overlay nav .overlay-search textarea,
.overlay nav .overlay-search input[type='text'],
.overlay nav .overlay-search input[type='password'],
.overlay nav .overlay-search input[type='datetime'],
.overlay nav .overlay-search input[type='datetime-local'],
.overlay nav .overlay-search input[type='date'],
.overlay nav .overlay-search input[type='time'],
.overlay nav .overlay-search input[type='week'],
.overlay nav .overlay-search input[type='text'],
.overlay nav .overlay-search input[type='number'],
.overlay nav .overlay-search input[type='email'],
.overlay nav .overlay-search input[type='tel'],
.overlay nav .overlay-search input[type='url'] {
  height: 39px;
  line-height: 39px;
  padding-left: 20px;
  padding-bottom: 16px;
  padding-top: 16px;
  margin: 0;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  border-radius: 100px !important;
  resize: none;
  box-sizing: border-box;
}
.overlay nav .overlay-search .btn-go {
  background-color: #191c1b !important;
  border: none 1px #c2c2c2 !important;
  /*border-bottom: solid 1px black !important;
			border-radius: 0px 6px 6px 0px !important;
			-webkit-border-radius: 0px 6px 6px 0px !important;*/
  line-height: 1em !important;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 30%;
  position: relative;
}
.overlay ul li {
  display: block;
  height: 20%;
  height: calc(20%);
  min-height: 54px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.overlay ul li a {
  font-size: 54px;
  font-weight: 300;
  display: block;
  color: white;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
/* Effects */

.overlay-slidedown {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
  z-index: 999;
}
.overlay-slidedown.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  z-index: 999;
}
/*messes with the search bar dropdown display- when deleted, the search bar is visable while scrolling end*/

/*********** SEARCH DROPDOWN end ************/

/*messes up the formatting of the nav-bar when deleted*/

.w-nav-link .btn-go {
  border: none 1px #c2c2c2 !important;
  /*border-bottom: solid 1px black !important;
		border-radius: 0px 6px 6px 0px !important;
		-webkit-border-radius: 0px 6px 6px 0px !important;*/
  font-size: 0.722222em !important;
  line-height: 1em !important;
  padding: 7px !important;
  height: 27px;
  background-color: transparent !important;
}
/*messes up the formatting of the nav-bar when deleted end*/

/*Search bar container- messes up logo-nav when deleted*/

.searchContainer {
  width: 100%;
  margin: 10px auto;
  position: relative;
}
/*Search bar container- messes up logo-nav when deleted end*/

/*get directions button*/

.b-button {
  background: #006b5d !important;
  color: white !important;
  border-radius: 100px !important;
  justify-content: center !important;
  align-items: center !important;
  border: none !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.b-button:hover {
  background: #57dbc4 !important;
  color: #003730 !important;
  border-radius: 100px !important;
  justify-content: center !important;
  align-items: center !important;
  border: none !important;
}
/*get directions button end*/

/*college teams page*/

.grid-image {
  font-size: 16px;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 8px;
  width: calc(24%);
  margin-right: 10px;
}
@media screen and (min-width: 50em) {
  .grid-image {
    width: calc(24%);
  }
  .image:nth-of-type(2n) {
    margin-right: 8px;
  }
}
.grid-image:hover img {
  transform: scale(1.15);
}
figure {
  margin: 0;
}
.grid-image img {
  border: none;
  max-width: 100%;
  height: auto;
  display: block;
  background: #cccccc;
  transition: transform 0.2s ease-in-out;
}
/*college teams page end*/

/*Brand ambassadors*/

.sexytabs > .tabsNav {
  text-align: center;
  font-weight: 500;
  margin: 50px 0 0;
  padding: 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.sexytabs > .tabsNav > li {
  display: inline-block;
  background: white;
  padding: 0.6em 0;
  position: relative;
  width: 16.6%;
  margin: 0 0 0 -4px;
  top: -1px;
}
.sexytabs > .tabsNav > li:before,
.sexytabs > .tabsNav > li:after {
  opacity: 0;
  transition: 0.3s ease;
}
.sexytabs > .tabsNav > li.ui-tabs-active:before,
.sexytabs > .tabsNav > li.ui-tabs-active:after,
.sexytabs > .tabsNav > li.ui-state-hover:before,
.sexytabs > .tabsNav > li.ui-state-hover:after,
.sexytabs > .tabsNav > li.ui-state-focus:before,
.sexytabs > .tabsNav > li.ui-state-focus:after {
  opacity: 1;
}
.sexytabs > .tabsNav > li:before,
.sexytabs > .tabsNav > li.ui-state-active.ui-state-hover:before,
.sexytabs > .tabsNav > li.ui-state-active.ui-state-focus:before {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 2px 3px rgba(32, 32, 32, 0.5);
  top: 50%;
  bottom: 0px;
  left: 5px;
  right: 5px;
  border-top-right-radius: 100px 10px;
  border-bottom-right-radius: 100px 10px;
  border-bottom-left-radius: 100px 10px;
}
.sexytabs > .tabsNav > li:after,
.sexytabs > .tabsNav > li.ui-state-active.ui-state-hover:after,
.sexytabs > .tabsNav > li.ui-state-active.ui-state-focus:after {
  content: "";
  background: white;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  bottom: -6px;
  margin-left: -6px;
  transform: rotate(45deg);
  box-shadow: inset 3px 3px 3px rgba(32, 32, 32, 0.5), inset 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.sexytabs > .tabsNav > li.ui-state-hover:before,
.sexytabs > .tabsNav > li.ui-state-focus:before {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.sexytabs > .tabsNav > li.ui-state-hover:after,
.sexytabs > .tabsNav > li.ui-state-focus:after {
  box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2), inset 1px 1px 1px opacify(rgba(0, 0, 0, 0.2), 0.1);
}
.sexytabs > .tabsNav > li.ui-state-focus a {
  text-decoration: underline;
}
.sexytabs > .tabsNav > li:focus {
  outline: none;
}
.sexytabs > .tabsNav > li a {
  color: #444444;
  text-decoration: none;
}
.sexytabs > .tabsNav > li a:focus {
  outline: none;
}
.sexytabs > .tabsNav > li a span {
  position: relative;
  top: -0.5em;
}
.sexytabs.dark > .tabsNav {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.sexytabs.dark > .tabsNav > li {
  background: #333333;
}
.sexytabs.dark > .tabsNav > li:before,
.sexytabs.dark > .tabsNav > li.ui-state-active.ui-state-hover:before,
.sexytabs.dark > .tabsNav > li.ui-state-active.ui-state-focus:before {
  box-shadow: 0 2px 3px rgba(255, 255, 255, 0.3);
}
.sexytabs.dark > .tabsNav > li:after,
.sexytabs.dark > .tabsNav > li.ui-state-active.ui-state-hover:after,
.sexytabs.dark > .tabsNav > li.ui-state-active.ui-state-focus:after {
  background: #333333;
  box-shadow: inset 3px 3px 3px rgba(255, 255, 255, 0.3), inset 1px 1px 1px opacify(rgba(255, 255, 255, 0.3), 0.2);
}
.sexytabs.dark > .tabsNav > li.ui-state-hover:before,
.sexytabs.dark > .tabsNav > li.ui-state-focus:before {
  box-shadow: none;
}
.sexytabs.dark > .tabsNav > li.ui-state-hover:after,
.sexytabs.dark > .tabsNav > li.ui-state-focus:after {
  box-shadow: inset 1px 1px 0px opacify(rgba(255, 255, 255, 0.3), 0.1);
}
.sexytabs.dark > .tabsNav > li a {
  color: white;
}
.lightpage li,
.darkpage li {
  padding-bottom: 15px;
  font-size: 12px;
}
.lightpage .columns,
.darkpage .columns {
  text-align: center;
  -moz-column-width: 13.5em;
  -webkit-column-width: 13.5em;
  column-width: 13.5em;
}
.lightpage img,
.darkpage img {
  width: 60px;
  float: left;
  margin: 0 1em 1em 0;
  border-radius: 3px;
}
.lightpage h1,
.darkpage h1 {
  text-align: center;
}
.sexytabs {
  width: 90%;
  min-width: 360px;
  margin: auto;
}
.contents {
  padding: 20px 25px;
  min-height: 200px;
}
.darkpage {
  background: #333333;
  color: white;
}
.darkpage,
.lightpage {
  padding: 50px 0;
}
/*Brand ambassadors end*/

/* juicer news feed */

body .juicer-feed ul.j-filters {
  flex-direction: row-reverse !important;
  background: #fbfbfb;
  height: 60px;
}
body .juicer-feed ul.j-filters li.all {
  background: #fbfbfb;
}
body .juicer-feed ul.j-filters li {
  color: black;
  background: #fbfbfb;
  text-align: center;
  font-weight: normal;
  margin-top: 12px;
}
body .juicer-feed ul.j-filters li::after {
  background: #0090bf !important;
}
body .juicer-feed ul.j-filters li.selected,
body .juicer-feed ul.j-filters li.highlight {
  color: #0090bf !important;
}
body .juicer-feed .j-stacker {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
body .juicer-feed .j-stacker .j-stack {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body .juicer-feed .feed-item {
  border: none !important;
}
body .juicer-feed .j-message p {
  font-weight: 500;
  text-transform: none;
  color: black !important;
}
@media (max-width: 1020px) {
  body .juicer-feed ul.j-filters {
    margin-top: 14px;
  }
  body .juicer-feed ul.j-filters li {
    width: 140px;
  }
}
@media (max-width: 824px) {
  .homePage .flexslider .slides > li {
    width: 101%;
    height: 100%;
    min-height: 65vh !important;
    -webkit-backface-visibility: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: none;
    /* Hide the slides before the JS is loaded. Avoids image jumping */
  
  }
  .syc-main-section {
    flex-direction: column !important;
  }
  .syc-big-one,
  .syc-big-two {
    width: 100% !important;
  }
  #blog {
    padding-top: 0px !important;
  }
  #stormpost {
    width: 100%;
    margin: 40px 0 0px 0;
    background: white;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
  }
  #stormpost p {
    margin-bottom: 20px;
  }
  body .juicer-feed ul.j-filters {
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: 100%;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    direction: ltr;
    position: fixed;
    z-index: 99;
    top: 20px;
  }
  body .juicer-feed ul.j-filters li {
    flex: 0 0 32%;
  }
  body .juicer-feed ul.j-filters li:hover:after {
    background: none !important;
  }
  body .juicer-feed ul.j-filters li::after {
    background: #0090bf !important;
  }
  body .juicer-feed .j-stacker-wrapper {
    margin-top: 65px;
  }
}
body.homePage ul.j-filters.filters {
  display: none !important;
}
/* end juicer */

h1 em {
  display: none;
}
h2 em {
  color: #662d91 !important;
}
p em {
  display: none;
}
.btn-blue {
  display: none;
}
#titleMoveTarget img {
  display: none;
}
.contentPageTitle.shoes h1 {
  display: none;
}
.storm-home-banner .sub-menu a {
  display: none;
}
.box-photo {
  margin-bottom: 20px;
}
.boxshad.productbox .unstyled img {
  height: 20px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}
/*Search page card formatting*/

.product-title {
  text-align: center !important;
  margin-top: 20px;
  font-weight: 500;
  z-index: 100;
  position: relative;
}
.unstyled .line-image {
  position: relative;
  top: -20px;
  height: 60px !important;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.boxshad.productbox .unstyled div {
  height: 30px;
}
.btn-primary:hover {
  background-color: white !important;
  border: solid 2px #303030 !important;
}
/*Search page card formatting end*/

body .row-fluid {
  margin-bottom: 0px;
}
@media screen and (max-width: 1020px) {
  .med-divider.top {
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    display: inline-block !important;
    width: 100% !important;
    height: 1px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
    float: none !important;
    top: -1px !important;
    z-index: 1 !important;
    background-color: #b6b6b6 !important;
  }
  .main-section.dark {
    position: static;
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .w-col {
    width: 100% !important;
    left: auto;
    right: auto;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .email-section .form-wrapper .form {
    width: 100%;
    margin-left: 0px;
  }
  .footer-h2 {
    margin-top: 10px !important;
  }
  .policy-links {
    margin-top: -11px;
    padding-bottom: 7px;
    padding-left: 10px !important;
    text-align: center;
  }
  .all-rights-reserved {
    padding-top: 50px;
    text-align: center !important;
  }
  .infocol {
    padding-right: 30px;
    padding-left: 30px;
  }
  .weightblock-div .weightblock-col {
    padding-left: 0px;
  }
  .weightblock-div .weightblock-col-2 .spinImage {
    margin-left: 0px;
  }
  .weightblock-div .weightblock-col-2 .spinImage.showSpin {
    margin-left: 5%;
  }
  .main-section.dark .footer-section .co-image-container.storm {
    float: right;
  }
  .main-section.dark .footer-section .co-image-container.master {
    float: left;
  }
}
.btn.btn-primary {
  border: none !important;
  color: #0b1f1b !important;
  background-color: #d1e7e1;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 24px;
  border-radius: 100px;
  text-decoration: none !important;
}
.btn.btn-primary:hover {
  color: #003730 !important;
  background-color: #71d8c4 !important;
}
.products .product-tile .price {
  color: #006b5d !important;
}
.price.blue {
  color: #0090bf !important;
}
.syc-left h1 {
  color: #002d72 !important;
}
.syc-right h1 {
  color: #002d72 !important;
}
.syc-sponsors h1 {
  color: #002d72 !important;
}
.h1-generic-header.left {
  color: black !important;
}
.complementary-product.container {
  color: black !important;
}
.ejs-basket-line-comments-section {
  margin-bottom: 0px;
}
.med-divider.top {
  background-color: transparent !important;
}
.tab-pane > .med-divider {
  display: none;
}
.weightblock-links .med-divider {
  background-color: transparent !important;
}
.title {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
}
/*.statusBarBackdrop {
    display: none !important;
}

.modal-backdrop {
    display: none !important;
}

.statusbar {
	display: none !important;
}*/

.btn-view-more {
  height: fit-content;
}
.btn-go:hover {
  background-color: transparent !important;
}
.middle-name h1 {
  display: none !important;
}
#categoryTitle {
  display: none !important;
}
.general-wgt li {
  display: flex;
  padding-right: 5px;
  padding-top: 5px;
}
.breadcrumb > li {
  display: inline-block !important;
}
/* FOOTER */

.footer-container {
  padding: 96px;
  background-color: #191c1b;
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.newsletter-container {
  width: 30%;
  height: 100%;
  text-align: center;
}
.corporate-logo {
  width: 100%;
  height: fit-content;
}
.corporate-logo svg {
  width: 100%;
}
.white-text {
  color: #fafdfa !important;
}
.divider {
  width: .2%;
  background-color: white;
  border-radius: 100px;
}
.links-container {
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin-left: 16px;
}
.upper-links {
  display: flex;
  flex-direction: row;
}
.links {
  width: 100%;
  text-align: left;
}
.links h1 {
  color: white !important;
  font-size: 32px;
}
.subscribe-container h1 {
  margin-bottom: 0px;
  text-align: center;
  color: white;
  font-size: 96px;
}
ul {
  list-style-type: none !important;
  margin: 0px !important;
}
.links > ul > li > a {
  font-size: 16px !important;
  font-style: normal !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
  line-height: normal;
  color: white !important;
  text-decoration: none !important;
}
.social-links {
  display: flex;
  flex-direction: row;
  gap: 64px;
  width: 100%;
  height: fit-content;
}
.social {
  width: fit-content;
  display: flex;
  flex-direction: row;
  gap: 16px;
  height: 24px;
}
/*Storm Social*/

.storm-fb {
  width: 24px;
  height: 100%;
  background: url("../png/s-facebook.png") no-repeat left;
  background-size: contain;
}
.storm-fb:hover {
  width: 24px;
  background: url("../png/s-facebook-hover.png") no-repeat left;
  background-size: contain;
}
.storm-insta {
  width: 24px;
  height: 100%;
  background: url("../png/s-insta.png") no-repeat left;
  background-size: contain;
}
.storm-insta:hover {
  width: 24px;
  background: url("../png/s-insta-hover.png") no-repeat left;
  background-size: contain;
}
.storm-tw {
  width: 24px;
  height: 100%;
  background: url("../png/s-twitter1.png") no-repeat left;
  background-size: contain;
}
.storm-tw:hover {
  width: 24px;
  background: url("../png/s-twitter-hover1.png") no-repeat left;
  background-size: contain;
}
.storm-yt {
  width: 24px;
  height: 100%;
  background: url("../png/s-youtube.png") no-repeat left;
  background-size: contain;
}
.storm-yt:hover {
  width: 24px;
  height: 100%;
  background: url("../png/s-youtube-hover.png") no-repeat left;
  background-size: contain;
}
/*Roto Social*/

.roto-fb {
  width: 24px;
  height: 100%;
  background: url("../png/r-facebook-hover.png") no-repeat left;
  background-size: contain;
}
.roto-fb:hover {
  width: 24px;
  background: url("../png/r-facebook.png") no-repeat left;
  background-size: contain;
}
.roto-insta {
  width: 24px;
  height: 100%;
  background: url("../png/r-insta-hover.png") no-repeat left;
  background-size: contain;
}
.roto-insta:hover {
  width: 24px;
  background: url("../png/r-insta.png") no-repeat left;
  background-size: contain;
}
.roto-tw {
  width: 24px;
  height: 100%;
  background: url("../png/r-twitter2.png") no-repeat left;
  background-size: contain;
}
.roto-tw:hover {
  width: 24px;
  background: url("../png/r-twitter-hover2.png") no-repeat left;
  background-size: contain;
}
.roto-yt {
  width: 24px;
  height: 100%;
  background: url("../png/r-youtube.png") no-repeat left;
  background-size: contain;
}
.roto-yt:hover {
  width: 24px;
  height: 100%;
  background: url("../png/r-youtube-hover.png") no-repeat left;
  background-size: contain;
}
/*Global Social*/

.global-fb {
  width: 24px;
  height: 100%;
  background: url("../png/g-facebook.png") no-repeat left;
  background-size: contain;
}
.global-fb:hover {
  width: 24px;
  background: url("../png/g-facebook-hover.png") no-repeat left;
  background-size: contain;
}
.global-insta {
  width: 24px;
  height: 100%;
  background: url("../png/g-insta.png") no-repeat left;
  background-size: contain;
}
.global-insta:hover {
  width: 24px;
  background: url("../png/g-insta-hover.png") no-repeat left;
  background-size: contain;
}
.global-tw {
  width: 24px;
  height: 100%;
  background: url("../png/g-twitter1.png") no-repeat left;
  background-size: contain;
}
.global-tw:hover {
  width: 24px;
  background: url("../png/g-twitter-hover1.png") no-repeat left;
  background-size: contain;
}
.global-yt {
  width: 24px;
  height: 100%;
  background: url("../png/g-youtube.png") no-repeat left;
  background-size: contain;
}
.global-yt:hover {
  width: 24px;
  height: 100%;
  background: url("../png/g-youtube-hover.png") no-repeat left;
  background-size: contain;
}
.storm-button-container {
  width: fit-content;
  display: flex;
  gap: 16px;
  flex-direction: column;
  justify-content: left !important;
  margin-top: 16px;
}
/* btn default dark*/

.btn.default.dark {
  background-color: #fafdfa !important;
  border: solid 2px #fafdfa !important;
  color: #191c1b !important;
  display: flex !important;
  justify-content: center;
}
.btn.default.dark:hover {
  background-color: #191c1b !important;
  border: solid 2px #191c1b !important;
  color: #fafdfa !important;
  box-shadow: 0px 4px 16px 0px rgba(255, 255, 255, 0.25) !important;
}
.btn.default.dark.active {
  background-color: #191c1b !important;
  border: solid 2px #191c1b !important;
  color: #fafdfa !important;
  box-shadow: 0px 4px 16px 0px rgba(255, 255, 255, 0.25);
}
/* SMALL PHONE */

@media all and (min-width: 320px) and (max-width: 425px) {
  .corporate-logo {
    width: 100%;
    height: 250px;
  }
  .footer-container {
    padding: 32px;
    background-color: #191c1b;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .upper-links {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .social-links {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    align-items: center;
  }
  .newsletter-container {
    width: 100%;
    height: 100%;
  }
  .links-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 64px;
    margin-left: 0px;
  }
  .links {
    width: 100%;
    text-align: center;
  }
}
/* LARGE PHONE - SMALL TABLET */

@media all and (min-width: 426px) and (max-width: 768px) {
  .corporate-logo {
    width: 50%;
    height: 250px;
    margin: auto;
  }
  .footer-container {
    padding: 32px;
    background-color: #191c1b;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .upper-links {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .social-links {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    align-items: center;
  }
  .newsletter-container {
    width: 100%;
    height: 100%;
  }
  .links-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 64px;
    margin-left: 0px;
  }
  .links {
    width: 100%;
    text-align: center;
  }
}
/* LARGE TABLET*/

@media all and (min-width: 769px) and (max-width: 1024px) {
  .newsletter-container {
    width: 100%;
    height: 100%;
  }
  .footer-container {
    padding: 32px;
    background-color: #191c1b;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .links-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 64px;
    margin-left: 16px;
  }
  .corporate-logo {
    width: 50%;
    height: fit-content;
    margin: auto;
  }
  .social-links {
    display: flex;
    flex-direction: row;
    gap: 64px;
    width: 100%;
    height: fit-content;
    justify-content: flex-start;
  }
}
/* SMALL LAPTOP */

@media all and (min-width: 1025px) and (max-width: 1440px) {
  .footer-container {
    padding: 32px;
    background-color: #191c1b;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
}
/* LARGE LAPTOP */

@media all and (min-width: 1441px) and (max-width: 1880px) {
  
}
/* LARGE LAPTOP */

@media all and (min-width: 1881px) and (max-width: 1920px) {
  
}
/* 4K SCREEN */

@media all and (min-width: 1921px) and (max-width: 2560px) {
  
}
/* FOOTER END */

/* --------------------------------------------------------------------------- */

/*REACTION GRAPHS*/

.reaction-graph-container {
  width: 50%;
  margin-top: 32px !important;
  margin-bottom: 64px !important;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.graph-labels {
  position: relative;
  height: 32px;
}
.reaction-graph h1 {
  color: #191c1b !important;
  font-size: 32px;
  text-align: center;
}
.graph-labels p {
  position: absolute;
  bottom: 0px;
  margin: 0px !important;
}
.g-left {
  left: 0px;
}
.g-center {
  left: 50%;
  transform: translateX(-50%);
}
.g-right {
  right: 0px;
}
.graph-review {
  margin-top: 16px;
}
.graph-review p {
  font-size: 16px;
  margin: auto;
  width: fit-content;
}
/*Buttons*/

.graph-button-container {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  gap: 16px;
  flex-direction: row;
}
.graph-button {
  color: #0b1f1b !important;
  background-color: #d1e7e1;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 24px;
  border-radius: 100px;
  text-decoration: none !important;
}
.graph-button:hover {
  color: #003730 !important;
  background-color: #71d8c4;
  transition-duration: 0.5s;
}
@media all and (min-width: 320px) and (max-width: 599px) {
  
}
@media all and (min-width: 905px) and (max-width: 1239px) {
  
}
@media all and (min-width: 600px) and (max-width: 904px) {
  
}
@media all and (min-width: 905px) and (max-width: 1239px) {
  
}
@media all and (min-width: 1240px) and (max-width: 1439px) {
  
}
@media all and (min-width: 1440px) and (max-width: 1919px) {
  
}
/*END*/

/* PRODUCT PAGE BUTTONS */

.hyroad-button {
  color: #0b1f1b !important;
  background-color: #d1e7e1;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 24px;
  border-radius: 100px;
  text-decoration: none !important;
}
.hyroad-button:hover {
  color: #003730 !important;
  background-color: #71d8c4;
  transition-duration: 0.5s;
}
.storm-button {
  color: #0b1f1b !important;
  background-color: #d1e7e1;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 24px;
  border-radius: 100px;
  text-decoration: none !important;
}
.storm-button:hover {
  color: #003730 !important;
  background-color: #71d8c4;
  transition-duration: 0.5s;
}
.roto-button {
  color: #370d0d !important;
  background-color: #ffdad7;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 24px;
  border-radius: 100px;
  text-decoration: none !important;
}
.roto-button:hover {
  color: #68000e !important;
  background-color: #ffb8aa;
  transition-duration: 0.5s;
}
.global-button {
  color: black !important;
  background-color: #ede2cc;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 24px;
  border-radius: 100px;
  text-decoration: none !important;
}
.global-button:hover {
  color: black !important;
  background-color: #ffb71b;
  transition-duration: 0.5s;
}
/* Mobile Adjustment */

@media all and (min-width: 320px) and (max-width: 824px) {
  #navMenu {
    translate: 0px;
    padding: 16px;
  }
  .button.menu-button {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 26px;
    padding-left: 26px !important;
    font-family: 'Oswald';
    font-size: 15px;
    letter-spacing: 0.5px;
    font-style: italic;
    font-weight: 700;
  }
  .c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: -1px;
    margin-left: -10px;
  }
}
@media all and (min-width: 600px) and (max-width: 904px) {
  
}
@media all and (min-width: 905px) and (max-width: 1239px) {
  
}
@media all and (min-width: 1240px) and (max-width: 1439px) {
  
}
@media all and (min-width: 1440px) and (max-width: 1919px) {
  
}
/*4K*/

@media all and (min-width: 2000px) {
  
}
@media screen and (max-width: 767px) {
  .main-section .btn {
    display: block;
    margin-bottom: 0px !important;
  }
}
/* PROMO STRIP */

.free-shipping-banner {
  height: fit-content;
  background: url("../png/banner%20stripe09b1.png") no-repeat center;
  background-size: cover;
  margin-top: -8px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 0px;
  z-index: 500;
  position: relative;
  color: white !important;
  padding: 16px;
}
/* .free-shipping-banner:hover {
  
    height: fit-content;
    background: url("/medias/BANNER STRIPE HOVER.png?fv=CAC821A7D261072DB860D07765AF8893-386169") no-repeat center;
    background-size: cover;
    margin-top: -8px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 0px;
    z-index: 500;
    position: relative;
    color:black !important;

	padding: 16px;
} */

.free-shipping-banner h4 {
  font-size: 16px;
  font-style: normal;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
a:-webkit-any-link {
  text-decoration: none !important;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
  display: flex
;
  flex-direction: row;
}
html,
body,
* {
  cursor: auto !important;
}
a,
a * {
  cursor: pointer !important;
}
