/*!
 * Sporting Life 
 * @Author Thinkwrap Commerce
 * lessc tw_custom.less > tw_custom.css
 */
/* -- Override for variables.less -- */
/* -- Fonts Details --
Open Sans is a google font, using four different weights and imported via CSS.
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
/* -- Font weight --
May need to get more specific if there is more than one font for variable names
*/
/* -- Sizing -- */
/* -- Colors -- 
Give sample of where color is used
*/
/* -- Text Color -- */
/* -- Button Details -- */
/* -- Form and Controls -- */
/* -- Breadcrumbs -- */
/* -- Modal Window -- */
svg.svg-icon {
  width: 25px;
  height: 25px;
  -ms-transform: scaleY(-1);
  -webkit-transform: rotate(180deg) scaleX(-1);
  transform: rotate(180deg) scaleX(-1);
}
svg.svg-icon.mini {
  height: 20px;
  width: 20px;
}
svg.svg-icon.tiny {
  height: 15px;
  width: 15px;
}
svg.svg-icon.micro {
  height: 11px;
  width: 11px;
}
svg.svg-icon.pico {
  height: 8px;
  width: 8px;
}
svg.svg-icon.grey {
  fill: #5d5c5c;
}
svg.svg-icon.blue {
  fill: #007ac3;
}
svg.svg-icon.white {
  fill: #fff;
  stroke: #fff;
  stroke-width: 0.5px;
}
svg.svg-icon.white.tiny {
  stroke: #fff;
  stroke-width: 1px;
}
svg.svg-icon.mirror {
  -ms-transform: scaleX(-1);
  /* IE 9 */
  -webkit-transform: scaleX(-1);
  /* Chrome, Safari, Opera */
  transform: scaleX(-1);
  margin-top: 5px;
}
svg.svg-icon.margin-left {
  margin-left: 10px;
}
svg.svg-icon.margin-right {
  margin-right: 10px;
}
svg.svg-icon.svg_quickview {
  stroke: #5d5c5c;
  stroke-width: 0.5px;
}
/* -- Backup for non-svg --- Sprite Icon Customizations -- */
.sprite-icon {
  display: block;
  background-image: url('../img/icons/icon-sprite.png');
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
}
.sprite-icon.search.white {
  background-position: 0px 0px;
}
.sprite-icon.search.grey {
  background-position: 0px -25px;
}
.sprite-icon.list.blue {
  background-position: -25px -50px;
}
.sprite-icon.locator.white {
  background-position: -50px 0px;
}
.sprite-icon.locator.grey {
  background-position: -50px -25px;
}
.sprite-icon.menu.white {
  background-position: -75px 0px;
}
.sprite-icon.menu.grey {
  background-position: -75px -25px;
}
.sprite-icon.grid.blue {
  background-position: -125px -50px;
}
.sprite-icon.cart.white {
  background-position: -150px 0px;
}
.sprite-icon.cart.grey {
  background-position: -150px -25px;
}
.sprite-icon.account.white {
  background-position: -175px 0px;
}
.sprite-icon.account.grey {
  background-position: -175px -25px;
}
.sprite-icon.remove.white {
  background-position: -200px 0px;
}
.sprite-icon.remove.grey {
  background-position: -200px -25px;
}
.sprite-icon.phone.white {
  background-position: -225px 0px;
}
.sprite-icon.canada {
  background-position: 0px -75px;
}
.sprite-icon.usa-canada {
  background-position: -25px -75px;
}
.sprite-icon.online {
  background-position: -50px -75px;
}
.sprite-icon.instore {
  background-position: -75px -75px;
}
.sprite-icon.quickview {
  background-position: -100px -75px;
}
.sprite-icon.free-shipping {
  background-position: -125px -75px;
}
.sprite-icon.secure-lock {
  background-position: -150px -75px;
}
.sprite-icon.left.blue {
  background-position: -175px -75px;
}
.sprite-icon.right.blue {
  background-position: -200px -75px;
}
.sprite-icon.eye.grey {
  background-position: -225px -75px;
  margin-top: -3px;
}
/* -- PDP Icons -- */
.availability {
  text-transform: uppercase;
  line-height: 25px;
  font-size: 85%;
}
.availability.canada,
.availability.out-of-stock {
  color: #e50015;
}
.availability.in-stock {
  color: green;
}
.availability.instore {
  color: #007ac3;
}
.availability .sprite-icon {
  background-image: url('../img/icons/icon-sprite.png');
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  -ms-transform: scale(0.75, 0.75);
  /* IE 9 */
  -webkit-transform: scale(0.75, 0.75);
  /* Safari */
  transform: scale(0.75, 0.75);
}
html,
body {
  min-width: 320px;
  height: 100%;
}
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
input.toggle-box {
  display: none;
}
/* -- Helper Classes -- */
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.no-padding {
  padding: 0;
}
.small-padding {
  padding-left: 5px;
  padding-right: 5px;
}
.large-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.padding-top-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
}
.small-padding-top-bottom {
  padding-top: 5px;
  padding-bottom: 5px;
}
.padding-top {
  padding-top: 15px;
}
.padding-bottom {
  padding-bottom: 15px;
}
.no-left-padding {
  padding-left: 0;
}
.padding-left {
  padding-left: 15px;
}
.small-padding-left {
  padding-left: 5px;
}
.tiny-padding {
  padding-left: 3px;
  padding-right: 3px;
}
.small-grey-border-top {
  border-top: 1px solid #efefef;
}
.background-light-blue {
  background-color: #008fcd;
}
.background-sporting-life-blue {
  background-color: #007ac3;
}
@media screen and (max-width: 769px) {
  .xs-no-padding {
    padding: 0;
  }
}
.no-margin {
  margin: 0;
}
img.full-width {
  width: 100%;
  height: auto;
}
.btn-large {
  line-height: 25px;
}
.red {
  color: #e50015;
}
.blue {
  color: #007ac3;
}
.no-border {
  border: 0;
}
.search .body,
.login .body,
.profile .body {
  padding-top: 20px;
}
h4.blue-heading {
  color: #007ac3;
  text-transform: uppercase;
  font-weight: 600;
}
h4.blue-heading a {
  padding-left: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
h4.header-with-line {
  font-size: 90%;
  font-weight: 700;
  text-transform: uppercase;
}
.line-for-header {
  width: 100%;
  height: 2px;
  background-color: #efefef;
}
/* -- Used for overflow on tables to add scroll -- */
@media screen and (max-width: 769px) {
  .overflow-scroll {
    overflow-x: scroll;
  }
}
.giftcard-banner {
  margin-bottom: 10px;
}
/* -- Carousel  Customizations -- */
.carousel,
.item,
.active {
  height: 100%;
}
.carousel {
  margin-bottom: 10px;
}
.carousel .carousel-inner {
  height: 100%;
}
body.home .carousel {
  margin-bottom: 6px;
}
body.home footer {
  margin-top: 6px;
}
@media screen and (max-width: 769px) {
  body.home .carousel {
    margin-bottom: 0px;
  }
  body.home footer {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  body.home .col-md-4.col-sm-12.tiny-padding:last-of-type {
    margin-top: 6px;
  }
}
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#bannerCarousel .carousel-indicators {
  width: 100%;
  left: 0;
  margin-left: -15px;
  text-align: right;
  bottom: 0;
}
#bannerCarousel .carousel-indicators li {
  background-color: #efefef;
  border: 2px solid #fff;
  height: 15px;
  width: 15px;
}
#bannerCarousel .carousel-indicators li.active {
  background-color: #007ac3;
}
/* -- Hamburger Menu Customizations --
*   Slide out from the left, uses JS function  toggleNav(); to add .show-nav to the #site-wrapper. 
*/
#site-wrapper {
  position: relative;
  width: 100%;
}
#site-wrapper.show-nav {
  overflow-x: hidden;
}
#site-wrapper.show-nav #contentLayer {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 120;
}
#site-canvas {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.show-nav #site-canvas {
  -ms-transform: translateX(230px);
  -webkit-transform: translateX(230px);
  transform: translateX(230px);
  -ms-transform: translate3d(230px, 0, 0);
  -webkit-transform: translate3d(230px, 0, 0);
  transform: translate3d(230px, 0, 0);
}
.site-menu {
  width: 230px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -230px;
  background: #fff;
  text-transform: uppercase;
}
.site-menu .svg_location,
.site-menu .svg_account,
.site-menu .svg_remove {
  display: inline-block;
  margin-bottom: -5px;
}
.site-menu .svg_location .icon,
.site-menu .svg_account .icon,
.site-menu .svg_remove .icon {
  margin-bottom: inherit;
}
.site-menu a,
.site-menu a:hover {
  color: #fff;
  text-decoration: none;
}
.site-menu section.top-body {
  float: left;
  width: 100%;
  font-size: 90%;
  height: 100%;
  overflow-y: scroll;
}
.site-menu section.top-body a,
.site-menu section.top-body a:hover {
  color: #4c4c4c;
  text-decoration: none;
}
.site-menu section.top-nav {
  color: #fff;
  background-color: #4c4c4c;
  width: 100%;
  height: 50px;
  float: left;
  font-size: 80%;
}
.site-menu section.top-nav > div:not(: last-child) {
  border-right: 1px solid #5d5c5c;
}
.site-menu section.top-nav div {
  float: left;
  line-height: 50px;
  padding: 0 10px 0 5px;
}
.site-menu section.top-nav div .sprite-icon {
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
.site-menu section.top-nav .close-toggle {
  position: absolute;
  right: 0;
  height: 50px;
  padding-right: 0;
}
.site-menu section.top-nav .close-toggle .svg_remove {
  height: 15px;
  width: 15px;
}
body.svg-not-supported .site-menu section.top-nav div .sprite-icon {
  margin-top: 12px;
}
ul.level-one a {
  color: #4c4c4c;
}
ul.level-one label {
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
  font-weight: normal;
}
ul.level-one label > * {
  pointer-events: none;
}
ul.level-one > li label {
  padding: 15px;
  border-bottom: 1px solid #efefef;
}
ul.level-one .icon,
ul.level-one .svg-icon {
  float: right;
  margin-top: 5px;
}
ul.level-one .toggle-box:checked + label,
ul.level-one label.show-menu {
  background-color: #007ac3;
  color: #fff;
}
ul.level-one .toggle-box:checked + label a,
ul.level-one label.show-menu a {
  color: #fff;
}
ul.level-one .toggle-box:checked + label .icon,
ul.level-one label.show-menu .icon {
  background: url(../img/icons/remove-white.png) no-repeat !important;
}
ul.level-one .toggle-box:checked + label .svg-icon,
ul.level-one label.show-menu .svg-icon {
  fill: white;
}
ul.level-one ul.level-two {
  display: none;
}
ul.level-one ul.level-two label {
  background: #f4f2f2;
  border-bottom: 1px solid #fff;
  padding-left: 20px;
}
ul.level-one ul.level-two .icon,
ul.level-one ul.level-two .svg-icon {
  float: right;
  margin-right: 10px;
}
ul.level-one ul.level-two .toggle-box:checked + label,
ul.level-one ul.level-two label.show-menu {
  background-color: #f4f2f2;
  color: #4c4c4c;
  border-bottom: 2px solid #007ac3;
}
ul.level-one ul.level-two .toggle-box:checked + label .icon,
ul.level-one ul.level-two label.show-menu .icon {
  background: url(../img/icons/remove.png) no-repeat !important;
}
ul.level-one ul.level-two .toggle-box:checked + label .svg-icon,
ul.level-one ul.level-two label.show-menu .svg-icon {
  fill: #5d5c5c;
}
ul.level-one ul.level-three {
  display: none;
  border-bottom: 2px solid #007ac3;
}
ul.level-one ul.level-three label {
  background: #fff;
  border-bottom: 1px solid #efefef;
  padding-left: 30px;
}
ul.level-one ul.level-three label span {
  display: inline-block;
  width: 75%;
}
ul.level-one ul.level-three a {
  color: #4c4c4c;
}
ul.level-one ul.level-three .icon,
ul.level-one ul.level-three .svg-icon {
  float: right;
  margin-right: 20px;
}
ul.level-one .toggle-box:checked + label + ul.level-two,
ul.level-one .toggle-box:checked + label + ul.level-three,
ul.level-one label.show-menu ul.level-two,
ul.level-one label.show-menu ul.level-three {
  display: block;
}
.icon {
  float: right;
  height: 15px;
  width: 15px;
}
.icon.plus {
  background: url(../img/icons/plus.png) no-repeat;
}
.icon.remove {
  background: url(../img/icons/remove.png) no-repeat;
}
.icon.arrow {
  background: url(../img/icons/arrow.png) no-repeat;
}
/* -- Header -- */
header {
  border-bottom: 1px #e2e2e2 solid;
  margin-bottom: 1px;
}
@media (max-width: 992px) {
  header .header-container.container {
    padding: 0 10px;
    width: 100%;
  }
}
header #blue-bar {
  background-color: #007ac3;
  color: #fff;
  height: 35px;
  text-transform: uppercase;
  font-size: 80%;
  margin-bottom: 10px;
}
header #blue-bar a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 992px) {
  header #blue-bar .container {
    float: right;
    padding-right: 0;
  }
}
header #blue-bar nav {
  float: right;
}
header #blue-bar nav > div {
  border-right: 1px solid #008fcd;
}
header #blue-bar nav > div:first-of-type {
  border-left: 1px solid #008fcd;
}
header #blue-bar nav.free-shipping {
  float: left;
}
header #blue-bar nav.free-shipping > div,
header #blue-bar nav.free-shipping > div:first-of-type {
  border: 0;
}
header #blue-bar nav.free-shipping .sprite-icon,
header #blue-bar nav.free-shipping .svg-icon {
  margin-right: 10px;
}
header #blue-bar nav div {
  float: left;
  line-height: 35px;
  padding: 0 10px;
}
header #blue-bar nav div span {
  margin-left: 5px;
}
header #blue-bar nav div.sprite-icon {
  padding: 0 10px 0 5px;
  margin-top: 5px;
}
header #blue-bar nav .svg-icon {
  margin-bottom: -6px;
}
header #blue-bar nav .svg-icon.tiny {
  margin-bottom: -3px;
}
header #logo-container {
  text-align: center;
  line-height: 50px;
}
header #logo-container img {
  height: 25px;
  width: auto;
}
@media (min-width: 769px) {
  header #logo-container img {
    height: 44px;
    margin: 10px 0;
  }
}
header .now-pay-pal {
  margin-top: -41px;
  margin-right: 10px;
}
header #search-bar {
  float: right;
  position: relative;
  margin: -44px 0 10px 0;
  overflow: hidden;
}
header #search-bar input.form-control {
  background-color: #efefef;
  border: 1px solid #f7f8f9;
  color: #4c4c4c;
  width: 250px;
  font-size: 80%;
}
header #search-bar input.form-control.parsley-error {
  border-color: #e50015;
}
header #search-bar button {
  height: 34px;
  float: right;
  position: relative;
  margin-top: -44px;
  padding: 0;
}
header #search-bar button .sprite-icon {
  -ms-transform: scale(0.75, 0.75);
  /* IE 9 */
  -webkit-transform: scale(0.75, 0.75);
  /* Safari */
  transform: scale(0.75, 0.75);
}
header #search-bar button .svg_search {
  margin-top: 3px;
  margin-right: 10px;
}
header #search-bar button:focus {
  outline: none;
}
@media (max-width: 769px) {
  header #search-bar {
    float: left;
    margin: 0;
    padding: 0;
    max-height: 200px;
    transition: max-height 0.3s 0s;
  }
  header #search-bar.collapsed {
    max-height: 0px;
  }
  header #search-bar input.form-control {
    width: 100%;
  }
}
header #headerCartCountMobile {
  background-color: #008fcd;
  border-radius: 10px;
  color: white;
  padding: 1px 5px;
  margin: 0;
  text-align: center;
  font-size: 10px;
  width: auto;
  position: absolute;
  top: -7px;
  right: -7px;
}
header #mobileSearchIcon .svg_remove {
  height: 15px;
  width: 15px;
  margin-top: 3px;
}
header #mobile-right,
header #mobile-left {
  height: 20px;
  position: absolute;
  right: 10px;
  top: 15px;
  text-transform: uppercase;
}
header #mobile-right label,
header #mobile-left label {
  margin: 0;
}
header #mobile-right nav div,
header #mobile-left nav div {
  float: left;
  font-size: 80%;
}
header #mobile-left {
  left: 10px;
  z-index: 10;
  width: 100px;
}
header #mobile-left nav > div {
  padding-left: 0;
  padding-right: 20px;
}
header #mobile-right nav > div:last-of-type {
  padding-left: 20px;
}
header #menu {
  float: left;
  width: 100%;
  margin-top: 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 90%;
}
header #menu a,
header #menu a:hover {
  color: #4c4c4c;
  text-decoration: none;
}
header #menu #lifeline {
  float: right;
  position: relative;
  margin: -35px 0 10px 0;
}
header #menu #lifeline img {
  height: 30px;
}
header #menu ul.menu-dropdown {
  margin-bottom: 0px;
}
header #menu ul.menu-dropdown li {
  padding: 0 10px 10px;
}
header #menu ul.menu-dropdown li a {
  position: relative;
}
header #menu ul.menu-dropdown li .arrow {
  display: none;
  font-size: 20px;
  text-align: center;
  position: absolute;
  bottom: -22px;
  width: 100%;
  -webkit-transform: scale(1.3, 1);
  transform: scale(1.3, 1);
}
header #menu ul.menu-dropdown li .sub {
  background: #ffffff;
  border-bottom: 7px solid #007ac3;
  border-top: 1px solid #007ac3;
  display: block;
  left: 0;
  padding-bottom: 20px;
  position: absolute;
  top: -100000px;
  opacity: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: opacity 0.2s, top 0 0.2s;
  -moz-transition: opacity 0.2s, top 0 0.2s;
  transition: opacity 0.2s, top 0 0.2s;
}
header #menu ul.menu-dropdown li .sub ul {
  float: left;
  width: 25%;
  text-align: left;
}
header #menu ul.menu-dropdown li .sub ul:not(.image) {
  padding-top: 15px;
}
header #menu ul.menu-dropdown li .sub ul li {
  text-transform: none;
}
header #menu ul.menu-dropdown li .sub ul li.head {
  border-bottom: 1px #efefef solid;
  color: #007ac3;
  font-weight: 300;
  margin: 0 20px 0 10px;
  padding: 0;
  padding-bottom: 5px;
  text-transform: uppercase;
}
header #menu ul.menu-dropdown li .sub ul li:not(.head) {
  padding-bottom: 0;
}
header #menu ul.menu-dropdown li .sub ul li a {
  color: inherit;
  display: block;
  margin: 5px 0;
}
header #menu ul.menu-dropdown li .sub.single-col {
  width: 200px;
}
header #menu ul.menu-dropdown li .sub.single-col li {
  padding-bottom: 0;
}
header #menu ul.menu-dropdown li:hover a {
  color: #007ac3;
}
header #menu ul.menu-dropdown li:hover .arrow {
  display: block;
}
header #menu ul.menu-dropdown li:hover .sub {
  opacity: 1;
  top: 156px;
}
header #menu ul.menu-dropdown ul.menu-category li {
  padding: 0 10px;
}
/* -- Footer -- */
footer {
  /*position:absolute;
    bottom:0;*/
  background-color: #fff;
  width: 100%;
  margin-top: 10px;
}
footer #footer {
  padding: 30px 0;
  text-transform: uppercase;
  font-size: 80%;
}
footer #footer .svg-icon {
  float: right;
}
footer #footer label {
  color: #007ac3;
  letter-spacing: 1px;
}
footer #footer label span {
  font-weight: 400;
}
footer #footer label .line {
  width: 60px;
  height: 2px;
  margin-top: 5px;
  background-color: #efefef;
}
footer #footer label .svg-icon {
  display: none;
}
@media (max-width: 769px) {
  footer #footer label .svg-icon {
    display: inline;
  }
}
@media (max-width: 769px) {
  footer #footer {
    padding: 0px;
  }
  footer #footer .container,
  footer #footer .col-md-8,
  footer #footer .col-md-3 {
    width: 100%;
    padding: 0;
  }
  footer #footer label {
    width: 100%;
    height: 45px;
    padding: 15px;
    background-color: #fff;
    border-top: 1px solid #efefef;
    color: #4c4c4c;
    margin-bottom: 0;
  }
  footer #footer .col-md-4.col-sm-4.col-xs-12.xs-no-padding:first-of-type label {
    border-top: 0;
  }
  footer #footer .toggle-box:checked + label {
    background-color: #007ac3;
    color: #fff;
  }
  footer #footer .toggle-box:checked + label .icon {
    background: url(../img/icons/remove-white.png) no-repeat !important;
  }
  footer #footer .toggle-box:checked + label .svg-icon {
    -ms-transform: rotate(0);
    /* IE 9 */
    -webkit-transform: rotate(0);
    /* Chrome, Safari, Opera */
    transform: rotate(0);
    fill: white;
  }
  footer #footer .toggle-box:checked + label + ul {
    display: block;
    margin-bottom: 0;
  }
  footer #footer .toggle-box:checked + label + ul li {
    background-color: #f4f2f2;
    border-bottom: 1px solid #fff;
  }
  footer #footer .toggle-box:checked + label + ul li a {
    display: inline-block;
    height: 45px;
    width: 100%;
    padding: 15px 15px 15px 30px;
  }
  footer #footer .toggle-box:checked + label + ul li .icon,
  footer #footer .toggle-box:checked + label + ul li .svg-icon {
    margin-right: 15px;
  }
}
@media (max-width: 769px) {
  footer #footer ul {
    display: none;
  }
}
footer #footer ul li {
  padding: 5px 0;
}
footer #footer a {
  color: #4c4c4c;
}
footer #footer ul.social {
  margin-top: 5px;
}
footer #footer ul.social li {
  padding: 0 5px;
}
footer #copyright {
  background-color: #f7f8f9;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  text-transform: uppercase;
  font-size: 70%;
  text-align: center;
}
@media (max-width: 992px) {
  footer #copyright ul.social {
    padding-top: 15px;
  }
}
footer #copyright p {
  line-height: 30px;
  margin-bottom: 0;
}
footer #newsletter {
  background-color: #f7f8f9;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  text-align: center;
  height: 50px;
}
@media (max-width: 480px) {
  footer #newsletter {
    height: 100px;
  }
}
footer #newsletter div:not(.form-group) {
  display: inline-block;
  margin-top: 4px;
}
footer #newsletter div.form-group {
  float: left;
  margin-right: 10px;
}
footer #newsletter h4,
footer #newsletter input,
footer #newsletter button {
  float: left;
  font-size: 80%;
}
footer #newsletter h4:not(input),
footer #newsletter input:not(input),
footer #newsletter button:not(input) {
  margin-right: 10px;
}
footer #newsletter h4 {
  line-height: 15px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  footer #newsletter h4 {
    width: 100%;
  }
}
footer #newsletter div.center {
  margin-top: 0;
}
@media (max-width: 480px) {
  footer #newsletter div.center {
    display: inline-block;
  }
}
footer #newsletter input {
  width: 200px;
}
/* -- MOBILE -- */
@media (max-width: 769px) {
  .category-nav.open {
    position: absolute;
    z-index: 100;
    width: 100%;
    background: white;
    height: 100%;
  }
}
.facets-mobile {
  padding: 15px 0 15px 0;
}
.facets-mobile select {
  border-top-width: 2px;
  border-bottom-width: 2px;
  width: 100%;
}
.facets-mobile select option {
  background: #fff;
  color: #000;
  text-transform: none;
}
.facets-mobile select .placeholder {
  display: none;
}
.facets-mobile button {
  width: 100%;
}
.facets-mobile #toggleGrid {
  padding: 0;
  text-align: right;
}
.facets-mobile #toggleGrid img {
  border: 2px transparent solid;
}
.facets-mobile #toggleGrid:active img {
  border: 2px #808080 solid;
}
.facets-mobile #toggleGrid:focus {
  outline: none;
}
.facets-mobile .sort-by {
  padding-left: 0;
}
.facets-mobile .filter-options {
  margin: 10px 0 0 0;
}
.facets-mobile .filter-options #removeAllFilters {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 20px;
  z-index: 10;
  padding: 0;
}
.facets-mobile .filter-options #removeAllFilters img {
  width: 100%;
}
.facets-mobile .filter-options #removeAllFilters:active {
  background: #efefef;
}
.facets-mobile .filter-options #removeAllFilters:focus {
  outline: none;
}
.facets-mobile .filter-options .currently-applied {
  background: #f4f2f2;
  border: 1px #e2e2e2 solid;
  padding: 10px;
  text-transform: uppercase;
}
.facets-mobile .filter-options .currently-applied h6 {
  font-size: 0.7em;
}
.facets-mobile .filter-options .currently-applied .numberOfAppliedFilters {
  background-color: #e50015;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  padding: 0 4px;
}
.facets-mobile .filter-options .currently-applied .btn {
  font-size: 0.7em;
  text-align: left;
  padding-left: 0;
}
.facets-mobile .filter-options .currently-applied .applied-filter {
  background: #fff;
  border: 1px #e2e2e2 solid;
  margin: 5px 0;
}
.facets-mobile .filter-options .currently-applied .applied-filter a {
  color: inherit;
  text-decoration: none;
}
.facets-mobile .filter-options .currently-applied .applied-filter img {
  padding: 0 10px 0 0;
}
.facets-mobile .filter-options .currently-applied .applied-filter .svg-icon {
  margin-right: 10px;
}
.facets-mobile .filter-options .currently-applied .applied-filter h6 {
  display: inline-block;
}
.facets-mobile .filters {
  border-top: 1px #f4f2f2 solid;
  margin-top: 10px;
  text-transform: uppercase;
}
.facets-mobile .filters ul {
  margin: 0;
}
.facets-mobile .filters ul .svg-icon {
  text-align: right;
  margin-top: 5px;
  margin-right: 5px;
}
.facets-mobile .filters input[type=checkbox] + span {
  background-image: url(../img/icons/radio-grey.png);
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}
.facets-mobile .filters input[type=checkbox]:checked + span {
  background-image: url(../img/icons/radio-blue.png);
}
.apply-filters {
  background-color: #f4f2f2;
  border-top: 1px #5d5c5c solid;
  bottom: 0;
  clear: both;
  position: fixed;
  padding: 10px 0;
  width: 100%;
  z-index: 10;
}
.apply-filters .btn {
  display: block;
  margin: auto;
  width: 60%;
}
/* -- NON MOBILE Facets -- */
.facets-non-mobile {
  padding: 0 0 10px 0;
}
.facets-non-mobile a {
  color: #000;
}
.facets-non-mobile h5 {
  color: #000;
  font-size: 85%;
  text-transform: uppercase;
  padding: 1px 0;
}
.facets-non-mobile h5:first-child {
  border-bottom: #efefef 2px solid;
  padding-bottom: 6px;
}
.facets-non-mobile ul {
  list-style: none;
  padding: 0;
}
.facets-non-mobile ul li {
  line-height: 12px;
  padding: 2px 10px;
  position: relative;
}
.facets-non-mobile ul li a {
  display: block;
  font-size: 12px;
}
.facets-non-mobile .scrollable {
  max-height: 200px;
  overflow: hidden;
  border-bottom: #efefef 2px solid;
  padding-bottom: 10px;
}
.facets-non-mobile .selected-facets {
  background: #f7f8f9;
  border: #efefef 1px solid;
  margin: 0 0 10px 0;
}
.facets-non-mobile .selected-facets h5 {
  border-bottom: none;
}
.facets-non-mobile .selected-facets li {
  font-size: 12px;
}
.facets-non-mobile .selected-facets a {
  float: right;
  height: 15px;
  width: 15px;
}
.facets-non-mobile .selected-facets a .sprite-icon {
  position: absolute;
  top: -5px;
  right: 5px;
  transform: scale(0.5);
}
/* -- Product Cards -- */
@media (min-width: 769px) {
  .columns-3.product-card:nth-child(3n + 4) {
    clear: both;
  }
  .columns-2.product-card:nth-child(2n + 3) {
    clear: both;
  }
}
@media (max-width: 769px) {
  .product-card:nth-child(2n + 3) {
    clear: both;
  }
}
.product-card,
.mini-product-card {
  color: black;
  margin-bottom: 10px;
  text-align: center;
}
.product-card > .col-md-12,
.mini-product-card > .col-md-12 {
  border: #fff 1px solid;
  background: #fff;
  padding-bottom: 5px;
}
.product-card > .col-md-12:hover,
.mini-product-card > .col-md-12:hover {
  border: #efefef 1px solid;
}
.product-card.columns-2 .image-container,
.mini-product-card.columns-2 .image-container {
  height: 200px;
}
.product-card.columns-2 img,
.mini-product-card.columns-2 img {
  max-height: 200px;
}
.product-card.columns-3 .image-container,
.mini-product-card.columns-3 .image-container {
  height: 300px;
}
@media screen and (max-width: 480px) {
  .product-card.columns-3 .image-container,
  .mini-product-card.columns-3 .image-container {
    height: 200px;
  }
}
.product-card.columns-3 img,
.mini-product-card.columns-3 img {
  max-height: 300px;
}
@media screen and (max-width: 480px) {
  .product-card.columns-3 img,
  .mini-product-card.columns-3 img {
    max-height: 200px;
  }
}
.product-card .product-image,
.mini-product-card .product-image {
  max-width: 100%;
  text-align: center;
  background: #fff;
}
.product-card .product-image img,
.mini-product-card .product-image img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .product-card .product-image img,
  .mini-product-card .product-image img {
    max-width: 130px;
  }
}
.product-card .product-image .image-container,
.mini-product-card .product-image .image-container {
  display: table;
  margin: auto;
}
.product-card .product-image .image-container > div,
.mini-product-card .product-image .image-container > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.product-card .product-image .quickview-bar,
.mini-product-card .product-image .quickview-bar {
  position: absolute;
  width: 100%;
  z-index: 10;
  text-transform: uppercase;
  background-color: rgba(225, 225, 225, 0.9);
  bottom: 0;
  display: none;
}
.product-card .product-image .quickview-bar a,
.mini-product-card .product-image .quickview-bar a {
  color: #4c4c4c;
  text-decoration: none;
  font-size: 90%;
  display: inline-block;
  width: 100%;
}
.product-card .product-image .quickview-bar a > div,
.mini-product-card .product-image .quickview-bar a > div {
  width: 125px;
  text-align: left;
  margin: auto;
  padding: 10px;
}
.product-card .product-image .quickview-bar a > div > span,
.mini-product-card .product-image .quickview-bar a > div > span {
  float: left;
  line-height: 25px;
}
.product-card .product-image .quickview-bar a > div > div,
.mini-product-card .product-image .quickview-bar a > div > div {
  float: right;
}
.product-card .product-image .quickview-bar .svg-icon,
.mini-product-card .product-image .quickview-bar .svg-icon {
  margin-left: 10px;
  margin-bottom: -8px;
}
.product-card .product-image:hover .quickview-bar,
.mini-product-card .product-image:hover .quickview-bar {
  display: block;
}
.product-card .swatches,
.mini-product-card .swatches {
  padding: 5px 0;
  height: 35px;
}
.product-card .swatches a,
.mini-product-card .swatches a {
  text-decoration: none;
  margin: 0px 2px;
}
.product-card .swatches a span,
.mini-product-card .swatches a span {
  border: 1px black solid;
  color: black;
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}
.product-card .swatches img,
.mini-product-card .swatches img {
  border: 1px solid #efefef;
  width: 30px;
}
.product-card .product-name a,
.mini-product-card .product-name a {
  color: #4c4c4c;
}
.product-card .product-name h4,
.mini-product-card .product-name h4 {
  margin: 5px 0 0 0;
  font-style: italic;
}
.product-card .product-name h5,
.mini-product-card .product-name h5 {
  margin: 5px 0;
  height: 30px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .product-card .product-name h5,
  .mini-product-card .product-name h5 {
    font-size: 95%;
  }
}
.product-card .rating > div,
.mini-product-card .rating > div {
  margin: auto;
  width: 190px;
  float: none;
}
.price {
  color: #5d5c5c;
  text-transform: uppercase;
}
.price div {
  width: auto;
  display: inline-block;
}
.price p {
  margin-bottom: 0px;
  float: left;
}
.price p:first-of-type {
  margin-right: 10px;
}
@media (max-width: 480px) {
  .price p {
    float: none;
  }
}
.price span {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .price span {
    font-size: 12px;
  }
}
.added-to-cart .image img {
  max-width: 100%;
}
@media screen and (max-width: 769px) {
  .added-to-cart .btn {
    width: 100%;
    margin-bottom: 15px;
  }
  .added-to-cart .alert {
    float: left;
    width: 100%;
  }
  .added-to-cart .alert span.pull-right {
    float: left!important;
    width: 100%;
    padding-top: 15px;
  }
}
/* -- Parsley Error Message Styles -- */
.no-message ul.parsley-errors-list li {
  display: none;
}
ul.parsley-errors-list {
  padding-left: 0;
  list-style: none;
}
ul.parsley-errors-list li {
  font-size: 80%;
  color: #e50015;
  text-align: left;
}
/* -- Tabs - used on PDP and in account 
    Triggered by calling tabs(className);
-- */
ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 51px;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 0px 25px;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #fff;
  color: #4c4c4c;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  margin-right: 5px;
}
.tab_last {
  border-right: 1px solid #ccc;
}
ul.tabs li:hover {
  background-color: #fff;
  color: #4c4c4c;
}
ul.tabs li.active {
  background-color: #007ac3;
  color: #fff;
  display: block;
}
.tab-container {
  border: 1px solid #ccc;
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
}
.tab-content {
  padding: 10px 20px 20px;
  display: none;
}
.tab-drawer-heading {
  display: none;
}
.tab-drawer-heading .svg-icon {
  float: right;
  margin-right: 10px;
}
@media screen and (max-width: 769px) {
  .container.product-tabs {
    padding: 0;
  }
  .tabs {
    display: none;
  }
  .tab-container {
    margin-bottom: 20px;
  }
  .tab-drawer-heading {
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    height: 45px;
    padding: 15px;
    background-color: #fff;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    color: #4c4c4c;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
  }
  .d-active {
    background-color: #007ac3;
    color: #fff;
  }
  .d-active .icon {
    background: url(../img/icons/remove-white.png) no-repeat !important;
  }
  .d-active .svg-icon {
    -ms-transform: rotate(0) !important;
    /* IE 9 */
    -webkit-transform: rotate(0) !important;
    /* Chrome, Safari, Opera */
    transform: rotate(0) !important;
    fill: white!important;
  }
}
/* -- mCustomScrollbar SportingLife Theme -- */
.mCS-sporting-life .mCSB_scrollTools {
  background-color: #efefef;
  width: 10px;
}
.mCS-sporting-life .mCSB_scrollTools .mCSB_draggerContainer {
  margin: 15px 0;
}
.mCS-sporting-life .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  background-color: #808080;
  border-radius: 0;
  width: 10px;
}
.mCS-sporting-life .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
  background: none;
}
.mCS-sporting-life .mCSB_scrollTools .mCSB_buttonUp,
.mCS-sporting-life .mCSB_scrollTools .mCSB_buttonDown,
.mCS-sporting-life .mCSB_scrollTools .mCSB_buttonLeft,
.mCS-sporting-life .mCSB_scrollTools .mCSB_buttonRight {
  height: 10px;
  opacity: 1;
}
.mCS-sporting-life .mCSB_scrollTools .mCSB_buttonUp:active,
.mCS-sporting-life .mCSB_scrollTools .mCSB_buttonDown:active,
.mCS-sporting-life .mCSB_scrollTools .mCSB_buttonLeft:active,
.mCS-sporting-life .mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.3;
  transition: all 0.1s 0s;
}
.mCS-sporting-life .mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(../img/icons/arrow-up-tiny.png);
  background-position: 2px 5px;
}
.mCS-sporting-life .mCSB_scrollTools .mCSB_buttonDown {
  background-image: url(../img/icons/arrow-down-tiny.png);
  background-position: 2px 2px;
}
/* -- Product Listing Nav Bar (Sort / View / Pagination -- */
.listing-nav-bar {
  background-color: #efefef;
  border: 1px solid #f7f8f9;
  padding-top: 10px;
  text-transform: uppercase;
}
.listing-nav-bar .sort-by {
  line-height: 30px;
  padding-left: 15px;
}
@media (min-width: 769px) {
  .listing-nav-bar .sort-by {
    max-width: 75px;
  }
}
.listing-nav-bar .form-group {
  margin-bottom: 0;
}
.listing-nav-bar select {
  text-transform: uppercase;
}
.pagination {
  width: 100%;
}
.pagination span {
  color: #5d5c5c;
  margin-left: 30px;
}
.pagination span a {
  margin: 0 5px;
  color: #5d5c5c;
}
.pagination span a.selected {
  color: #007ac3;
  text-decoration: none;
}
@media (max-width: 400px) {
  .pagination span {
    margin-left: 0px;
  }
  .pagination p {
    text-align: center;
  }
  .pagination .pageNav {
    display: block;
    float: left;
    margin-top: 10px;
    width: 100%;
  }
}
.compare-display-bar .col-md-2:first-of-type {
  margin-left: -15px;
}
.compare-display-bar > .col-md-12 {
  padding-bottom: 15px;
  text-align: center;
}
.compare-display-bar > .col-md-12 .btn {
  margin-top: 15px;
}
.compare-display-bar > .col-md-12 .image-container {
  height: 60px;
  width: 80px;
  margin: auto;
  border: 2px solid #efefef;
  text-align: center;
}
.compare-display-bar > .col-md-12 .image-container.empty {
  border: 2px solid #007ac3;
}
.compare-display-bar > .col-md-12 .image-container .remove-overlay {
  position: absolute;
  width: 76px;
  background-color: rgba(225, 225, 225, 0.9);
  bottom: 0;
  display: none;
  color: #4c4c4c;
  text-transform: uppercase;
  font-size: 80%;
  padding: 2px;
}
.compare-display-bar > .col-md-12 .image-container:not(.empty):hover .remove-overlay {
  display: block;
}
.compare-display-bar > .col-md-12 img {
  height: 55px;
  max-width: 100%;
}
.search-results .search-term {
  color: #007ac3;
}
/* -- Colorbox Styling -- */
#cboxClose {
  position: absolute;
  top: -50px;
  left: 50%;
  background: url(../img/icons/close.png) no-repeat;
  width: 40px;
  height: 40px;
  color: transparent;
  margin-left: -20px;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  border: 3px solid transparent;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 1;
}
/* -- Success List - Used on login and cart pages  -- */
ul.success {
  list-style: none;
  padding: 10px 0 0 0;
  font-size: 85%;
}
ul.success li {
  padding-bottom: 10px;
}
ul.success li:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 10px;
  content: "\e013";
  color: #008fcd;
}
/* -- Address boxes used in profile and checkout -- */
.address {
  padding-top: 5px;
  padding-bottom: 5px;
}
.address p {
  margin-bottom: 5px;
  word-break: break-all;
}
.address > div {
  border: 1px solid #efefef;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 300px;
  overflow: hidden;
}
.address .default-address {
  font-size: 90%;
  position: absolute;
  bottom: 10px;
}
.address .default-address > p:first-of-type {
  font-weight: 700;
}
body.error .cutout-container {
  background-image: url(../../static/img/error_cutoutonly.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 15px auto;
  min-height: 400px;
  text-align: center;
}
body.error .cutout-message {
  position: relative;
  top: 100px;
}
body.error .cutout-message span {
  text-decoration: underline;
}
body.error .fourohfour-container {
  margin-top: 15px;
}
.added-to-cart .sprite-icon {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: -8px;
}
@media (min-width: 992px) {
  .store-locator .store-card:nth-child(3n + 4) {
    clear: both;
  }
}
@media (max-width: 992px) {
  .store-locator .store-card:nth-child(2n + 3) {
    clear: both;
  }
}
.store-locator ul.leaders {
  max-width: 40em;
  padding: 0;
  overflow-x: hidden;
  list-style: none;
}
.store-locator ul.leaders li:before {
  float: left;
  width: 0;
  white-space: nowrap;
  content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
}
.store-locator ul.leaders span:first-child {
  padding-right: 0.33em;
  background: white;
}
.store-locator ul.leaders span + span {
  float: right;
  padding-left: 0.33em;
  background: white;
}
.ui-autocomplete {
  background: white;
  color: #007ac3;
  list-style: none;
  list-style-position: inside;
  padding-left: 0;
  width: 250px;
  border: 1px solid #f7f8f9;
  margin-top: -1px;
}
@media (max-width: 769px) {
  .ui-autocomplete {
    width: 90%;
  }
}
.ui-autocomplete li {
  margin-left: 0;
  padding: 5px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ui-autocomplete li.ui-state-focus {
  color: #4c4c4c;
  background: #efefef;
}
.ui-helper-hidden-accessible {
  display: none;
}
/* -- Brand Categories Page -- */
body.brand .social-bar ul {
  float: right;
  padding-top: 10px;
}
body.brand .categories .col-md-4 {
  text-align: center;
}
body.brand .categories img {
  width: 100%;
}
body.brand .brand-banner img {
  width: 100%;
  padding-bottom: 10px;
}
/* -- Brand Listing Page -- */
body.brand-listing .body {
  margin-top: 15px;
}
body.brand-listing img {
  max-width: 100%;
}
body.brand-listing .brand-content {
  display: inline-block;
  margin: 5px;
  width: 145px;
  height: 145px;
}
@media screen and (max-width: 769px) {
  body.brand-listing .brand-content {
    width: 45%;
    height: auto;
  }
}
body.brand-listing a.brand-content:hover {
  outline: #007ac3 2px solid;
  text-decoration: none;
}
body.brand-listing ul {
  list-style: none;
}
body.brand-listing .letter-index {
  border-bottom: 2px #007ac3 solid;
  margin-bottom: 30px;
}
body.brand-listing .letter-index li {
  display: inline-block;
  padding: 5px;
  width: 5.5%;
}
body.brand-listing .letter-index li a {
  color: #4c4c4c;
}
body.brand-listing .letter {
  color: #007ac3;
  font-size: 200%;
  margin-top: 0;
}
body.brand-listing .letter-group {
  border-bottom: 2px #007ac3 solid;
  margin-bottom: 10px;
}
body.brand-listing .letter-group li {
  font-size: 80%;
}
body.brand-listing .letter-group li a {
  color: #4c4c4c;
}
@media (max-width: 452.35294118px) {
  body.brand-listing .letter-group li {
    width: 100%;
  }
}
@media (min-width: 769px) {
  body.brand-listing .letter-index li {
    width: 6.5%;
  }
}
@media (min-width: 992px) {
  body.brand-listing .letter-index {
    display: flex;
  }
  body.brand-listing .letter-index li {
    flex: auto;
  }
}
body.brand-listing .back-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
}
body.product-detail,
.quickview-container {
  /* -- Custom Tab Styles for size guide -- */
  /* -- Slider -- */
}
body.product-detail .container.product-detail-container,
.quickview-container .container.product-detail-container {
  margin-top: 15px;
}
body.product-detail h1.font-secondary,
.quickview-container h1.font-secondary,
body.product-detail h2.font-secondary,
.quickview-container h2.font-secondary {
  margin: 0 0 10px 0;
}
body.product-detail h1.font-secondary,
.quickview-container h1.font-secondary {
  font-style: italic;
  color: black;
  font-size: 30px;
}
body.product-detail h2.font-secondary,
.quickview-container h2.font-secondary {
  font-weight: normal;
  font-size: 24px;
}
body.product-detail .pdp-icon,
.quickview-container .pdp-icon {
  position: absolute;
  width: 46px;
  height: 46px;
}
body.product-detail .clothing-container .pdp-icon,
.quickview-container .clothing-container .pdp-icon {
  right: 0px;
  top: -10px;
}
@media screen and (max-width: 769px) {
  body.product-detail .clothing-container > .product-image,
  .quickview-container .clothing-container > .product-image {
    padding-bottom: 15px;
  }
}
body.product-detail .cycle-container .pdp-icon,
.quickview-container .cycle-container .pdp-icon,
body.product-detail .ski-container .pdp-icon,
.quickview-container .ski-container .pdp-icon {
  right: 30px;
  top: 10px;
}
body.product-detail .swatches,
.quickview-container .swatches {
  padding: 5px 0;
}
body.product-detail .swatches a,
.quickview-container .swatches a {
  text-decoration: none;
  margin: 0px 2px;
}
body.product-detail .swatches a span,
.quickview-container .swatches a span {
  border: 1px black solid;
  color: black;
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}
body.product-detail .swatches a.selected img,
.quickview-container .swatches a.selected img {
  border: 2px solid black;
}
body.product-detail .swatches img,
.quickview-container .swatches img {
  border: 1px solid #efefef;
  width: 30px;
}
body.product-detail .price,
.quickview-container .price {
  text-transform: uppercase;
  font-size: 125%;
}
body.product-detail h5.pdp-header,
.quickview-container h5.pdp-header {
  text-transform: uppercase;
  font-weight: 600;
}
body.product-detail .prodaddto,
.quickview-container .prodaddto {
  display: inline-block;
}
body.product-detail .prodaddto > span,
.quickview-container .prodaddto > span {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  width: 30px;
}
body.product-detail #giftlistProcessing .glyphicon,
.quickview-container #giftlistProcessing .glyphicon {
  top: 12px;
  padding-left: 15px;
}
body.product-detail .expand,
.quickview-container .expand {
  margin-top: 10px;
}
body.product-detail .powerreviews,
.quickview-container .powerreviews {
  padding: 10px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
body.product-detail .pdpShareLinks .custom img,
.quickview-container .pdpShareLinks .custom img {
  margin-top: -15px;
}
body.product-detail .additional-adds,
.quickview-container .additional-adds {
  margin-top: 10px;
}
@media (min-width: 769px) {
  body.product-detail #addToGiftlistSubmit,
  .quickview-container #addToGiftlistSubmit {
    margin-top: 22px;
  }
}
body.product-detail .product-tabs,
.quickview-container .product-tabs {
  padding: 10px 0;
}
body.product-detail .product-tabs table.attributes,
.quickview-container .product-tabs table.attributes {
  font-size: 90%;
}
body.product-detail .size-guide ul.tabs li,
.quickview-container .size-guide ul.tabs li {
  background-color: #fff;
  color: #4c4c4c;
}
@media screen and (min-width: 769px) {
  body.product-detail .size-guide ul.tabs li,
  .quickview-container .size-guide ul.tabs li {
    border: 0;
  }
}
body.product-detail .size-guide ul.tabs li.active,
.quickview-container .size-guide ul.tabs li.active {
  color: #007ac3;
}
@media screen and (min-width: 769px) {
  body.product-detail .size-guide .tab-container,
  .quickview-container .size-guide .tab-container {
    border: 0;
  }
}
body.product-detail .slidesjs-navigation,
.quickview-container .slidesjs-navigation {
  display: none;
}
body.product-detail #slides .slidesjs-slide,
.quickview-container #slides .slidesjs-slide {
  height: 100%;
}
body.product-detail #slides > .product-slider-image,
.quickview-container #slides > .product-slider-image {
  display: none;
}
body.product-detail #slides > .product-slider-image:first-of-type,
.quickview-container #slides > .product-slider-image:first-of-type {
  display: block;
}
body.product-detail #slides .image-container,
.quickview-container #slides .image-container {
  display: table;
  height: 100%;
  margin: auto;
}
body.product-detail #slides .image-container > div,
.quickview-container #slides .image-container > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
body.product-detail .sprite-icon.quickview.product-image,
.quickview-container .sprite-icon.quickview.product-image,
body.product-detail .svg_quickview.product-image,
.quickview-container .svg_quickview.product-image {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 10;
  margin: 10px;
}
@media screen and (min-width: 769px) {
  body.product-detail #slides,
  .quickview-container #slides {
    width: 85%;
    height: auto;
    float: right;
  }
  body.product-detail .slidesjs-container,
  .quickview-container .slidesjs-container {
    border: 1px solid #efefef;
    float: right;
  }
  body.product-detail ul.slidesjs-pagination,
  .quickview-container ul.slidesjs-pagination {
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  body.product-detail ul.slidesjs-pagination li,
  .quickview-container ul.slidesjs-pagination li {
    margin: 10px 5px;
    border: 1px solid #efefef;
    padding: 5px;
  }
  body.product-detail ul.slidesjs-pagination li:first-of-type,
  .quickview-container ul.slidesjs-pagination li:first-of-type {
    margin-top: 0;
  }
  body.product-detail ul.slidesjs-pagination .slidesjs-pagination-item,
  .quickview-container ul.slidesjs-pagination .slidesjs-pagination-item {
    width: 70px;
  }
  body.product-detail ul.slidesjs-pagination .slidesjs-pagination-item img,
  .quickview-container ul.slidesjs-pagination .slidesjs-pagination-item img {
    width: 100%;
    height: auto;
  }
  body.product-detail .cycle-container #slides,
  .quickview-container .cycle-container #slides,
  body.product-detail .ski-container #slides,
  .quickview-container .ski-container #slides {
    width: 100%;
  }
  body.product-detail .cycle-container ul.slidesjs-pagination,
  .quickview-container .cycle-container ul.slidesjs-pagination,
  body.product-detail .ski-container ul.slidesjs-pagination,
  .quickview-container .ski-container ul.slidesjs-pagination {
    list-style: none;
    margin: 5px 0 0;
    padding-left: 0;
    position: static;
  }
  body.product-detail .cycle-container ul.slidesjs-pagination li,
  .quickview-container .cycle-container ul.slidesjs-pagination li,
  body.product-detail .ski-container ul.slidesjs-pagination li,
  .quickview-container .ski-container ul.slidesjs-pagination li {
    float: left;
    margin: 2px 5px;
    border: 1px solid #efefef;
    padding: 5px;
  }
  body.product-detail .cycle-container ul.slidesjs-pagination li:first-of-type,
  .quickview-container .cycle-container ul.slidesjs-pagination li:first-of-type,
  body.product-detail .ski-container ul.slidesjs-pagination li:first-of-type,
  .quickview-container .ski-container ul.slidesjs-pagination li:first-of-type {
    margin-left: 0;
  }
  body.product-detail .cycle-container .additonal-adds .large-banner,
  .quickview-container .cycle-container .additonal-adds .large-banner,
  body.product-detail .ski-container .additonal-adds .large-banner,
  .quickview-container .ski-container .additonal-adds .large-banner {
    padding-left: 0px;
  }
  body.product-detail .cycle-container .additonal-adds .mini-banner,
  .quickview-container .cycle-container .additonal-adds .mini-banner,
  body.product-detail .ski-container .additonal-adds .mini-banner,
  .quickview-container .ski-container .additonal-adds .mini-banner {
    padding-right: 0px;
  }
}
@media screen and (max-width: 769px) {
  body.product-detail #slides,
  .quickview-container #slides {
    width: 100%;
    height: auto;
    float: left;
  }
  body.product-detail .slidesjs-container,
  .quickview-container .slidesjs-container {
    border: 1px solid #efefef;
  }
  body.product-detail ul.slidesjs-pagination,
  .quickview-container ul.slidesjs-pagination {
    list-style: none;
    margin: 5px 0 0;
    padding-left: 0;
  }
  body.product-detail ul.slidesjs-pagination li,
  .quickview-container ul.slidesjs-pagination li {
    float: left;
    margin: 2px 5px;
    border: 1px solid #efefef;
    padding: 5px;
  }
  body.product-detail ul.slidesjs-pagination li:first-of-type,
  .quickview-container ul.slidesjs-pagination li:first-of-type {
    margin-left: 0px;
  }
  body.product-detail .slidesjs-pagination-item,
  .quickview-container .slidesjs-pagination-item {
    width: 70px;
  }
  body.product-detail .slidesjs-pagination-item img,
  .quickview-container .slidesjs-pagination-item img {
    width: 100%;
    height: auto;
  }
}
.quickview-container .svg_quickview {
  display: none;
}
.cycle-container .quickview-image,
.skis-wide-container .quickview-image {
  margin-bottom: 20px;
}
.sale-price {
  color: #e50015;
}
@media (max-width: 992px) {
  body.login .body .col-md-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  body.login .register {
    border-left: 1px dotted #efefef;
    min-height: 550px;
  }
}
@media (min-width: 992px) {
  body.login .register-benefits > fieldset {
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  body.profile .account-tabs .tab-container {
    padding-bottom: 20px;
  }
}
body.profile .account-tabs .tab-container .svg-icon {
  float: right;
}
body.profile .account-tabs .tab-container .svg_plus,
body.profile .account-tabs .tab-container .svg_remove {
  display: none;
}
@media (max-width: 769px) {
  body.profile .account-tabs .tab-container .svg_plus,
  body.profile .account-tabs .tab-container .svg_remove {
    display: inline;
  }
}
body.profile .welcome-text {
  line-height: 24px;
}
body.profile .welcome-text a {
  text-transform: uppercase;
  font-size: 95%;
}
@media (min-width: 992px) {
  body.profile .first-field {
    margin-left: -15px;
  }
}
body.profile .cancel-link {
  padding-left: 15px;
}
body.profile #passwordDetails {
  padding-top: 15px;
}
body.profile #changeFavoritesForm .form-group {
  float: left;
  padding-right: 30px;
}
@media (max-width: 480px) {
  body.profile #changeFavoritesForm .form-group {
    width: 100%;
  }
}
body.profile .brands p {
  margin-top: 15px;
}
body.profile .brands .brand {
  padding: 0;
  padding-top: 10px;
  text-align: center;
}
body.profile .brands .brand > div {
  display: inline-block;
}
body.profile .brands .brand input {
  display: block;
}
body.profile .brands .brand .remove {
  margin-top: 2px;
}
body.profile .brands .brand select {
  width: 190px;
}
@media (min-width: 992px) {
  body.profile .favorites {
    border-left: 1px dotted #efefef;
  }
}
body.profile .wish-list .print-icon {
  padding-left: 10px;
  float: right;
}
body.profile .wish-list .product-info p {
  line-height: 90%;
}
body.profile .wish-list textarea {
  resize: none;
}
body.profile .wish-list #wishlistDisplay {
  margin-bottom: 15px;
  overflow: auto;
}
body.profile .wish-list #wishlistDisplay table {
  margin: 0;
}
body.profile .gift-list input[type=radio] {
  margin-right: 10px;
}
body.profile .gift-list textarea {
  max-width: 100%;
  margin-bottom: 10px;
}
body.profile .gift-list .table-container {
  margin-bottom: 20px;
}
body.profile .gift-list table {
  margin-bottom: 0;
}
body.profile #ui-datepicker-div {
  background-color: #fff;
  border: 1px solid #efefef;
  padding: 10px;
}
body.profile #ui-datepicker-div th {
  width: 15px;
}
body.profile .border-right {
  border-bottom: 1px solid #efefef;
}
@media (min-width: 992px) {
  body.profile .border-right {
    border: none;
    border-right: 1px solid #efefef;
  }
}
.order-details .order-review-box {
  word-wrap: break-word;
}
.order-details .order-review-box > div {
  border: 1px solid #efefef;
  margin-bottom: 10px;
}
.gift-list-display {
  height: 100%;
  overflow: auto;
}
.gift-list-display #giftlistDisplayTable {
  margin-bottom: 15px;
  overflow: auto;
}
.gift-list-display table {
  margin: 0;
}
.gift-list-display td p.small {
  line-height: 90%;
}
body.cart .cart-container > div {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 992px) {
  body.cart .cart-container > div {
    border: 1px solid #efefef;
    margin-bottom: 15px;
  }
}
body.cart .btn-large {
  line-height: 25px;
}
body.cart .btn-large .secure-lock {
  margin-right: 15px;
}
body.cart .svg_lock.mini {
  margin-bottom: -5px;
  margin-right: 10px;
}
body.cart .svg_right_arrow.mirror {
  margin-right: 10px;
  margin-left: 0px;
}
body.cart .svg_right_arrow {
  margin-left: 10px;
}
body.cart .pay-pal {
  margin-top: 5px;
}
@media screen and (min-width: 992px) {
  body.cart .pay-pal:not(.top) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  body.cart .cart-buttons > div {
    margin-bottom: 15px;
  }
  body.cart .cart-buttons .btn {
    display: block;
    width: 100%;
  }
  body.cart .cart-buttons .checkout-btn {
    width: 100%;
  }
}
body.cart .adjust-quantity .adjust-number {
  float: left;
  width: 50px;
  margin: 0px 10px;
  text-align: center;
}
body.cart .adjust-quantity button {
  outline: 0;
  color: #4c4c4c;
  border: 1px solid #ccc;
  width: 34px;
  text-decoration: none;
  float: left;
  font-weight: 700;
}
body.cart .cartRemoveLink {
  color: #4c4c4c;
  font-size: 80%;
  padding-right: 0;
}
body.cart .cartRemoveLink > div {
  margin-right: 5px;
}
body.cart .update {
  margin-top: 10px;
}
/* -- Out of cart because it will be used on the checkout page as well -- */
ul.order-summary li {
  padding-top: 5px;
  padding-bottom: 5px;
}
ul.order-summary li.order-total {
  font-size: 110%;
  padding-top: 20px;
}
.checkout td.image img {
  max-width: 70px;
}
.cart td.image img,
.order-review td.image img {
  max-width: 115px;
}
.sl-table thead tr {
  background: #efefef;
}
.sl-table thead tr th {
  color: black;
  border: 0px;
  font-weight: 600;
  text-transform: uppercase;
}
.sl-table thead tr th:nth-of-type(n+3) {
  text-align: center;
}
.sl-table tbody tr {
  border-top: none;
  border-bottom: 1px solid #ddd;
}
.sl-table td:first-of-type,
.sl-table td.quantity.no-mobile {
  vertical-align: middle;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .sl-table td:nth-of-type(n+3) {
    text-align: center;
    padding-top: 40px;
  }
}
.sl-table td .price p {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .sl-table td:not(.no-mobile) {
    border: none;
    position: relative;
    width: 50%;
    float: left;
    border: 0!important;
  }
  .sl-table td:not(.no-mobile) .price p {
    float: left;
    text-align: left;
    width: auto;
    margin-right: 10px;
  }
  .sl-table td:not(.no-mobile).image {
    height: 300px;
  }
  .sl-table td:not(.no-mobile).image img {
    width: auto;
    max-height: 300px;
    max-width: 225px;
  }
  .sl-table td:not(.no-mobile).image .image-container {
    display: table;
    margin: auto;
    height: 300px;
  }
  .sl-table td:not(.no-mobile).image .image-container > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .sl-table td:not(.no-mobile) .cart-details {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .sl-table td:not(.no-mobile) {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .sl-table td:not(.no-mobile).image {
    width: 40%;
  }
  .sl-table td:not(.no-mobile).image img {
    width: 100%;
    height: auto;
    max-height: auto;
  }
}
.sl-table td.actions {
  width: 150px;
}
.sl-table tr.order-review-sub td {
  padding-top: 0px;
}
.sl-table .cart-details p {
  line-height: 90%;
}
@media screen and (max-width: 992px) {
  .sl-table:not(.no-mobile) {
    display: block;
    text-align: left;
    float: left;
  }
  .sl-table:not(.no-mobile) thead,
  .sl-table:not(.no-mobile) tbody,
  .sl-table:not(.no-mobile) th,
  .sl-table:not(.no-mobile) td,
  .sl-table:not(.no-mobile) tr {
    display: block;
  }
  .sl-table:not(.no-mobile) th {
    display: none;
  }
  .sl-table:not(.no-mobile) tbody tr {
    clear: both;
    float: left;
    width: 100%;
  }
  .sl-table:not(.no-mobile) tbody tr:not(.order-review-sub) {
    min-height: 310px;
  }
  .sl-table:not(.no-mobile) tbody tr.order-review-sub {
    width: 100%;
  }
}
body.checkout .svg_right_arrow.mirror {
  margin-right: 10px;
  margin-left: 0px;
}
body.checkout .checkout-left > div {
  border: 1px solid #efefef;
}
body.checkout .checkout-left > div.active {
  margin-top: 15px;
}
body.checkout .credit-card-details {
  border-top: 1px solid #efefef;
  padding-top: 15px;
  margin-top: 30px;
}
body.checkout h5.col-md-12 {
  font-size: 110%;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  body.checkout .btn:not(.not-full) {
    display: block;
    width: 100%;
    clear: both;
  }
  body.checkout .btn:not(.not-full)#submit-btn {
    margin-top: 15px;
  }
}
body.checkout .checkout-heading h1 {
  color: #007ac3;
  float: left;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  body.checkout .checkout-heading h1 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
body.checkout #giftCardBalance {
  margin-top: 15px;
  font-weight: 700;
}
body.checkout .cvv-container {
  margin-top: 25px;
}
body.checkout .cvv-container .cvvImage {
  display: none;
}
body.checkout.order-review .credit-card-icon > div {
  font-size: 35px;
  margin-top: 5px;
}
@media screen and (max-width: 769px) {
  body.checkout.order-review .order-review-box {
    margin-bottom: 10px;
  }
}
body.checkout .credit-card-icons {
  color: #ccc;
}
body.checkout .credit-card-icons:not(.paypal) {
  margin-top: 25px;
}
@media screen and (max-width: 769px) {
  body.checkout .credit-card-icons {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
body.checkout .credit-card-icons > div.active {
  color: #4c4c4c;
}
body.checkout .steps {
  background: #f7f8f9;
  margin: 10px 10px 10px 20px;
  float: left;
}
@media screen and (max-width: 769px) {
  body.checkout .steps {
    margin-left: 0;
    width: 100%;
  }
}
body.checkout .steps .checkout-steps {
  position: relative;
  line-height: 40px;
  float: left;
  padding: 10px;
}
@media screen and (max-width: 480px) {
  body.checkout .steps .checkout-steps {
    font-size: 85%;
    line-height: 30px;
    padding: 5px;
  }
}
body.checkout .steps .checkout-steps.inactive {
  margin-left: 30px;
}
@media screen and (min-width: 480px) {
  body.checkout .steps .checkout-steps.inactive {
    padding-right: 20px;
  }
}
body.checkout .steps .checkout-steps:not(.inactive) {
  background: #efefef;
}
@media screen and (min-width: 480px) {
  body.checkout .steps .checkout-steps:not(.inactive) {
    padding-left: 20px;
  }
}
body.checkout .steps .checkout-steps:not(.inactive):after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #efefef;
  right: -30px;
}
@media screen and (max-width: 480px) {
  body.checkout .steps .checkout-steps:not(.inactive):after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #efefef;
    right: -20px;
  }
}
@media screen and (min-width: 992px) {
  .form-group.extension {
    padding-left: 15px;
  }
  .mobile.col-md-12 {
    margin-top: -10px;
  }
}
body.promotion img {
  width: 100%;
}
body.product-comparison {
  overflow-x: scroll;
}
body.product-comparison .table-container {
  overflow-x: auto;
}
body.product-comparison table {
  margin-top: 15px;
}
body.product-comparison table p {
  font-size: 85%;
}
body.product-comparison table .btn {
  margin-right: 5px;
  margin-left: -15px;
}
body.product-comparison table .remove-btn {
  text-align: center;
  vertical-align: middle;
}
body.product-comparison table .remove-btn button img {
  opacity: 0.6;
}
body.product-comparison table .remove-btn button:hover img {
  opacity: 1;
}
body.product-comparison table td {
  border-right: 1px #ccc solid;
  padding: 0 15px;
  vertical-align: top;
  width: 230px;
  min-width: 230px;
}
body.product-comparison table td img {
  width: 100%;
}
body.product-comparison table td:first-of-type {
  width: 150px;
  min-width: 150px;
  padding-left: 0;
}
body.product-comparison table td:last-of-type {
  border-right: none;
}
body.product-comparison table td.product-image {
  vertical-align: middle;
}
body.gift-card .gift-card fieldset {
  margin: 10px 0;
}
body.gift-card .gift-card .inner-border {
  border: 1px solid #efefef;
  padding: 10px 15px;
}
@media (min-width: 992px) {
  body.gift-card .gift-card .inner-border {
    min-height: 225px;
  }
}
body.gift-card .gift-card img {
  max-width: 100%;
}
body.gift-card .gift-card input[type=number],
body.gift-card .gift-card input[type=text],
body.gift-card .gift-card select {
  width: 100%;
}
body.gift-card .gift-card label {
  display: block;
}
body.gift-card .gift-card p {
  margin-top: 15px;
}
body.gift-card .gift-card .alert p {
  margin-top: inherit;
}
body.gift-card .gift-card #giftCardBalance {
  margin-top: 15px;
  font-weight: 700;
}
body.gift-card .gift-card #locationLink {
  display: block;
  margin-top: 15px;
}
body.gift-card .gift-card #locationLink img {
  padding-right: 10px;
}
.recently-viewed {
  bottom: 0;
  position: fixed;
  width: 100%;
}
.recently-viewed .tab {
  position: relative;
  bottom: 0;
  right: 40px;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
  background-color: transparent;
}
.recently-viewed .tab > div {
  width: 200px;
  background-color: #efefef;
  border: 1px solid #5d5c5c;
  border-bottom: 0;
  color: #4c4c4c;
  float: right;
  -webkit-box-shadow: 0px -3px 5px 0px rgba(217, 217, 217, 0.5);
  -moz-box-shadow: 0px -3px 5px 0px rgba(217, 217, 217, 0.5);
  box-shadow: 0px -3px 5px 0px rgba(217, 217, 217, 0.5);
}
.recently-viewed .tab > div .svg-icon {
  margin-bottom: -5px;
}
.recently-viewed .tab > div a {
  color: #4c4c4c;
  text-decoration: none;
  font-size: 90%;
  line-height: 20px;
  height: 35px;
}
.recently-viewed .rv-panel {
  border-top: 1px solid #5d5c5c;
  -webkit-box-shadow: 0px -3px 5px 0px rgba(217, 217, 217, 0.5);
  -moz-box-shadow: 0px -3px 5px 0px rgba(217, 217, 217, 0.5);
  box-shadow: 0px -3px 5px 0px rgba(217, 217, 217, 0.5);
}
.recently-viewed .rv-panel > div {
  background-color: #efefef;
}
.recently-viewed .rv-panel > div a {
  padding-right: 10px;
  text-decoration: none;
}
.recently-viewed .rv-panel > div a img {
  height: 70px;
}
.recently-viewed .rv-panel > div #clearRecentlyViewed {
  float: right;
  margin-top: 15px;
}
.loading-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
  transition: all 0.3s 0s;
  content: "";
  z-index: 200;
}
.loading {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0;
}
.loading li {
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  margin: 0;
  height: 20px;
  width: 20px;
  border: 3px solid #007ac3;
  border-radius: 100%;
  background: #007ac3;
  -webkit-transform: transformZ(0);
  -ms-transform: transformZ(0);
  transform: transformZ(0);
  -webkit-animation: LOADING 2s infinite;
  animation: LOADING 2s infinite;
}
.loading li:nth-child(1n) {
  left: -40px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.loading li:nth-child(2n) {
  left: 0;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loading li:nth-child(3n) {
  left: 40px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@-webkit-keyframes LOADING {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background: #007ac3;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #007ac3;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background: #007ac3;
  }
}
@keyframes LOADING {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background: #007ac3;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #007ac3;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background: #007ac3;
  }
}
body.category .row.parent,
body.lifestyle .row.parent {
  margin-top: 15px;
}
