/*old: 770px*/
/* tablet */
/* Define Icon font custom ***********************************************/
[class^="iconcustom-"], [class*=" iconcustom-"] {
  font-family: 'IconFontCustom';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconcustom-minicart:before {
  content: "\e900";
}

.iconcustom-theearth:before {
  content: "\e901";
}

.iconcustom-map:before {
  content: "\e902";
}

.iconcustom-refresh:before {
  content: "\e903";
}

.iconcustom-mail:before {
  content: "\e904";
}

/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
body.cms-home .main-container {
  padding-top: 0;
  padding-bottom: 10px;
}
body.cms-home .slideshow-container {
  margin-top: 0;
}
body.cms-home .balance-box-group-default .balance-box-layout-right .balance-box-group-container {
  left: 0;
}
body.cms-home .balance-box-group-default .balance-box-layout-right .balance-box-group-container .vertical-center-helper-1 {
  float: right;
}
body.cms-home .balance-box-group-default .balance-box-layout-middle .balance-box-group-container .vertical-center-helper-1 {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #header-search .box-close-search-box {
    display: none;
  }

  .skip-link.skip-search .icon_search {
    margin-top: 5px;
  }
}
.slideshow .banner-msg {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  top: 30%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.slideshow .banner-msg h2 {
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 1px 1px 3px #555555;
}

.slideshow .banner-msg h2 strong {
  font-weight: bold;
  display: block;
  font-size: 36px;
}

@media only screen and (max-width: 767px) {
  .slideshow .banner-msg h2 {
    font-size: 20px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .slideshow .banner-msg {
    top: 20%;
  }
  .slideshow .banner-msg h2 {
    font-size: 14px;
  }
  .slideshow .banner-msg h2 strong {
    font-size: 16px;
  }
}
/* -------------------------------------------- *
 * Promotion Banner Section
 */
.promos {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}

.promos:after {
  content: '';
  display: table;
  clear: both;
}

/* Specifying the body only in order to override the .std ul li styling */
body .promos > li {
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
  position: relative;
  border: 1px solid #e5e5e5;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.promos > li:last-child {
  margin-bottom: 0;
}

.promos img {
  max-width: 100%;
  width: 100%;
}

.promos a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: block;
}

.promos span {
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  display: block;
  width: 100%;
  top: 10%;
  font-weight: 500;
  font-size: 20px;
  font-family: BrandonGrotesque-Bold;
  text-shadow: 1px 1px 3px #555555;
}

.promos strong {
  font-weight: 600;
  font-size: 26px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .promos span {
    font-size: 16px;
  }

  .promos strong {
    font-size: 17px;
  }

  /* Config: Three columns + flexible gutter */
  body .promos > li {
    float: left;
    width: 31.74603%;
    margin-right: 2.38095%;
  }

  .promos > li:nth-child(3n) {
    margin-right: 0;
  }

  .nav-1 .nav-root0 {
    width: 884px;
  }
}
@media only screen and (min-width: 880px) {
  .promos span {
    font-size: 18px;
  }

  .promos strong {
    font-size: 24px;
  }
}
/* -------------------------------------------- *
 * New Products Section
 */
/* Hiding the reviews content via CSS because we can't modify the template, */
/* since it may be used in other places where those elements are needed */
.cms-index-index h2.subtitle {
  padding: 6px 0;
  text-align: center;
  color: #072340;
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.cms-index-noroute h2.subtitle {
  display: none;
}

/* HOme custom */
.cms-index-index .main-container {
  max-width: 100%;
}

.home-feature-product .products-grid {
  list-style: none;
  margin-bottom: 0;
}
.home-feature-product .products-grid li .product-name {
  margin-top: 5px;
}
.home-feature-product .products-grid li .product-name a {
  color: #000000;
}
.home-feature-product .products-grid li .product-name a:hover, .home-feature-product .products-grid li .product-name a:focus, .home-feature-product .products-grid li .product-name a:active {
  color: #072340;
}
.home-feature-product .products-grid li .pre-order-label,
.home-feature-product .products-grid li .out-of-stock {
  font-size: 14px;
  margin-bottom: 0;
  background: redl;
}
.home-feature-product .products-grid li .button.view-detail > a.link-view-detail {
  padding-left: 25px;
}
.home-feature-product .products-grid li .button.view-detail span {
  margin-left: 26px;
}

.bannerslider_parent {
  /* Arrows */
  /* Dots */
}
.bannerslider_parent .slick-loading .slick-list {
  background: #fff url("../images/ajax-loader-slick.gif") center center no-repeat;
}
.bannerslider_parent .slick-prev,
.bannerslider_parent .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 65px;
  height: 65px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10;
}
.bannerslider_parent .slick-prev:hover,
.bannerslider_parent .slick-prev:focus,
.bannerslider_parent .slick-next:hover,
.bannerslider_parent .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.bannerslider_parent .slick-prev:hover:before,
.bannerslider_parent .slick-prev:focus:before,
.bannerslider_parent .slick-next:hover:before,
.bannerslider_parent .slick-next:focus:before {
  opacity: 1;
}
.bannerslider_parent .slick-prev.slick-disabled:before,
.bannerslider_parent .slick-next.slick-disabled:before {
  opacity: .25;
}
.bannerslider_parent .slick-prev:before,
.bannerslider_parent .slick-next:before {
  font-size: 65px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bannerslider_parent .slick-prev {
  left: 60px;
}
.bannerslider_parent [dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.bannerslider_parent .slick-next {
  right: 60px;
}
.bannerslider_parent [dir='rtl'] .slick-next {
  right: auto;
  left: -50px;
}
.bannerslider_parent .slick-slider {
  /*margin-bottom: 30px;*/
}
.bannerslider_parent .slick-dots {
  position: absolute;
  bottom: -7px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: 15px;
  left: -2px;
}
.bannerslider_parent .slick-dots li {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: 0 3px !important;
  padding: 0;
  cursor: pointer;
}
.bannerslider_parent .slick-dots li button {
  font-size: 0;
  line-height: 18px;
  display: block;
  width: 21px;
  height: 21px;
  text-align: center;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  margin-left: 2px;
  margin-right: 1px;
  text-indent: -9999em;
  position: relative;
}
.bannerslider_parent .slick-dots li button:hover,
.bannerslider_parent .slick-dots li button:focus {
  outline: none;
}
.bannerslider_parent .slick-dots li button:hover:before,
.bannerslider_parent .slick-dots li button:focus:before {
  opacity: 1;
}
.bannerslider_parent .slick-dots li button:before {
  position: absolute;
  width: 18px;
  height: 18px;
  content: ' ';
  text-align: center;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid #e4e3e3;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
}
.bannerslider_parent .slick-dots li.slick-active button:before {
  border: none;
  width: 18px;
  height: 18px;
  content: '';
  background: #e4e3e3;
  font-size: 0;
  border-radius: 100%;
  margin: 0;
  vertical-align: top;
  padding: 0;
  border-color: #e4e3e3;
}

.hero-banner img {
  width: 100%;
}

.home_subscribe_desktop_container {
  margin-bottom: 60px;
  height: 93px;
  padding: 14px 0px 0;
  background: #f6f4f5;
  border-top: 1px solid #f5ece2;
  border-bottom: 1px solid #f5ece2;
}
.home_subscribe_desktop_container .content-wrap {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  text-align: center;
}
.home_subscribe_desktop_container .top-subscribe-left {
  padding-top: 13px;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  width: 100%;
  max-width: 808px;
}
.home_subscribe_desktop_container .top-subscribe-left ul:after {
  content: '';
  display: table;
  clear: both;
}
.home_subscribe_desktop_container .top-subscribe-left li {
  /* padding: 0 10px 0 62px; */
  width: calc(100% / 4);
  float: left;
  margin: 0;
  list-style: none;
  color: #072340;
  line-height: 16px;
  font-family: BrandonGrotesque-Regular;
  text-transform: uppercase;
  position: relative;
}
.home_subscribe_desktop_container .top-subscribe-left li:before {
  color: #072340;
  font-size: 48px;
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  font-family: IconFontCustom;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home_subscribe_desktop_container .top-subscribe-left li strong {
  display: block;
  font-family: BrandonGrotesque-Bold;
  font-weight: normal;
}
/* .home_subscribe_desktop_container .top-subscribe-left li:nth-of-type(1):before {
  background: url(../images/top-woldwide.png) no-repeat top center;
  background-size: 48px auto;
  display: block;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  top: 0;
  content: "";
  width: 48px;
  height: 48px;
  margin: -8px 0;
} */
/* .home_subscribe_desktop_container .top-subscribe-left li:nth-of-type(2):before {
  content: "\e902";
} 
.home_subscribe_desktop_container .top-subscribe-left li:nth-of-type(3):before {
  content: "\e903";
  font-size: 44px;
}
.home_subscribe_desktop_container .top-subscribe-left li:nth-of-type(4):before {
  content: "\e904";
  font-size: 33px;
} */
.home_subscribe_desktop_container .top-subscribe-right {
  float: right;
  width: 36%;
}
.home_subscribe_desktop_container .top-subscribe-right .block-subscribe {
  clear: both;
  margin-bottom: 0;
  float: right;
}
.home_subscribe_desktop_container .top-subscribe-right .block-subscribe .block-content {
  padding-top: 0;
}
.home_subscribe_desktop_container .top-subscribe-right .block-subscribe .input-box {
  float: right;
}
@media only screen and (min-width: 1200px) {
  .home_subscribe_desktop_container .top-subscribe-right .block-subscribe .input-box {
    width: 290px;
  }
}
.home_subscribe_desktop_container .top-subscribe-right .block-subscribe .input-box input.input-text::-webkit-input-placeholder {
  color: #82828a !important;
  font-size: 14px;
}
.home_subscribe_desktop_container .top-subscribe-right .block-subscribe .input-box input.input-text::-moz-placeholder {
  color: #82828a !important;
  font-size: 14px;
  opacity: 1;
}
.home_subscribe_desktop_container .top-subscribe-right .block-subscribe .input-box input.input-text:-moz-placeholder {
  color: #82828a !important;
  font-size: 14px;
  opacity: 1;
}
.home_subscribe_desktop_container .top-subscribe-right .block-subscribe .input-box input.input-text::-ms-input-placeholder {
  color: #82828a !important;
  font-size: 14px;
}
.home_subscribe_desktop_container .top-subscribe-right .actions {
  float: right;
  margin: 0 0 0 10px;
}
.home_subscribe_desktop_container .top-subscribe-right .actions .button {
  font-family: BrandonGrotesque-Bold;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  text-transform: uppercase;
  float: none;
  width: 120px;
}

/* .subscribe-footer .home_subscribe_desktop_container .top-subscribe-left li,
.subscribe-footer .home_subscribe_desktop_container .top-subscribe-left li:before,
.subscribe-footer .home_subscribe_desktop_container .top-subscribe-left a {
  color: #ffffff; */
}

.bannerslider_item .slick-slide,
.bannerslider_item.slick-slide:hover
.bannerslider_item.slick-slide:focus,
.bannerslider_item.slick-slide:active {
  outline: none !important;
}

.as-seen-on_container {
  background: #fff8f1;
  overflow: hidden;
  width: 100%;
}
.as-seen-on_container:after {
  content: '';
  display: table;
  clear: both;
}
.as-seen-on_container .asseen-right {
  float: right;
  width: 50%;
}
@media only screen and (min-width: 1025px) {
  .as-seen-on_container .asseen-right .desktop-display {
    position: relative;
    overflow: hidden;
    height: 100%;
  }
  .as-seen-on_container .asseen-right .desktop-display img {
    z-index: 0;
    bottom: 0;
  }
}
.as-seen-on_container .asseen-left {
  float: left;
  width: 50%;
  height: 100%;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 1736px) {
  .as-seen-on_container .asseen-left .asseen-left-content {
    margin-left: calc(100% - 644px);
    margin-right: 0;
    width: 439px;
    padding-top: 86px;
    padding-bottom: 89px;
  }
}
@media only screen and (max-width: 1735px) {
  .as-seen-on_container .asseen-left .asseen-left-content {
    margin-left: auto;
    margin-right: auto;
    width: 388px;
    text-align: center;
    padding-top: 86px;
    padding-bottom: 89px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .as-seen-on_container .asseen-left .asseen-left-content {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .as-seen-on_container .asseen-left .asseen-left-content img {
    width: 80px;
    margin-bottom: 5px;
  }
}
.as-seen-on_container .asseen-left h3 {
  margin: 0;
  margin-bottom: 15px;
  color: #072340;
  font-family: BrandonGrotesque-Bold;
  font-size: 48px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  margin-top: 56px;
  font-size: 54px;
  font-family: BrandonMedium;
  letter-spacing: 9.1px;
  color: #022540;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .as-seen-on_container .asseen-left h3 {
    font-size: 26px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 1025px) {
  .as-seen-on_container .asseen-left h3 {
    margin-top: 56px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .as-seen-on_container .asseen-left h3 {
    font-size: 28px;
    margin-bottom: 8px;
  }
}
.as-seen-on_container .asseen-left p {
  font-size: 18px;
  letter-spacing: 0.8px;
  color: #001c31;
  font-family: "Lato", sans-serif;
  line-height: 1.3em;
}
@media only screen and (min-width: 1200px) {
  .as-seen-on_container .asseen-left p {
    margin-bottom: 27px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .as-seen-on_container .asseen-left p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}
.as-seen-on_container .asseen-left a {
  font-family: BrandonGrotesque-Bold;
  text-decoration: none;
  color: #001c31;
  margin-top: 39px;
  display: inline-block;
  border: 2px solid #ffffff;
  width: 167px;
  text-align: center;
  margin-left: -10px;
  text-transform: uppercase;
  font-size: 15px;
  height: 46px;
  line-height: 41px;
  box-sizing: border-box;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1025px) {
  .as-seen-on_container .asseen-right .desktop-display > p {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .as-seen-on_container .asseen-right .desktop-display p {
    margin-bottom: 0;
  }
}
.as-seen-on_container .asseen-right img {
  width: 100%;
  display: block;
  height: auto;
  height: auto;
  height: auto;
  height: auto;
  height: auto;
}

/* home-page-blocks */
.home-page-blocks {
  overflow: hidden;
  margin-bottom: 78px;
}
.home-page-blocks ul {
  margin: 0 -8px;
}
.home-page-blocks ul:after {
  content: '';
  display: table;
  clear: both;
}
.home-page-blocks li {
  float: left;
  padding: 8px;
  width: 33.33333%;
  margin: 0 !important;
  list-style: none;
}
.home-page-blocks li > div {
  cursor: pointer;
}
.home-page-blocks .image-heading {
  cursor: pointer;
}
.home-page-blocks .image-heading-text {
  position: relative;
  color: #072340;
  cursor: pointer;
}
.home-page-blocks .image-heading-text .text-content {
  position: absolute;
  top: 40px;
  left: 30px;
}
.home-page-blocks .image-heading-text h3 {
  font-family: BrandonGrotesque-Regular;
  font-size: 36px;
  text-transform: uppercase;
  color: #072340;
  line-height: 32px;
}
.home-page-blocks .image-heading-text p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 35px;
}
.home-page-blocks .image-heading-text a {
  font-family: ScriptBarguzin-Regular;
  font-size: 24px;
  text-decoration: underline;
}
.home-page-blocks .image-heading {
  position: relative;
}
.home-page-blocks .image-heading a {
  margin: 0;
  margin-bottom: 15px;
  color: #072340;
  font-family: BrandonGrotesque-Bold;
  font-size: 48px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  color: #fff;
  text-decoration: none;
  position: absolute;
  left: 50%;
  top: 47%;
  border-bottom: 2px solid #fff;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .home-page-blocks .image-heading a {
    font-size: 26px;
    line-height: 35px;
  }
}
.home-page-blocks .image-heading_script {
  position: relative;
}
.home-page-blocks .image-heading_script a {
  color: #fff;
  font-size: 54px;
  text-decoration: underline;
  font-family: ScriptBarguzin-Regular;
  padding: 10px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* home_fullscreen_about */
.home_fullscreen_about {
  background: #192444;
  position: relative;
  text-align: center;
  color: #fff;
  padding: 115px 0 58px;
}
.home_fullscreen_about h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #072340;
  font-family: BrandonMedium;
  font-size: 42px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: none;
  font-size: 54px;
  color: #ffffff;
  font-family: BrandonGrotesque-Bold;
  text-transform: uppercase;
  letter-spacing: 9px;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
    .home_fullscreen_about h3 {
        font-size: 28px;
    }
}

@media (max-width: 2560px) and (min-width: 767px) {
    .home_fullscreen_about p {
        font-size: 28px;
        margin: 0 auto 35px;
    }
}

@media screen and (max-width: 767px) {
    .home_fullscreen_about p {
        font-size: 18px;
        line-height: 1.6em;
        width: 645px;
        margin: 0 auto 35px;
        letter-spacing: 0.8px;
    }
}

.home_fullscreen_about a.button {
  font-family: BrandonGrotesque-Bold;
  border: 2px solid #fff;
  line-height: 42px;
  height: 46px;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  min-width: 167px;
  margin-top: 30px;
  margin-left: -15px;
}
.home_fullscreen_about a.button:hover {
  background: #fff;
  color: #072340;
}

.home_extra-info_wrap {
  padding: 87px 0 88px;
  margin-left: auto;
  margin-right: auto;
}
.home_extra-info_wrap:after {
  content: '';
  display: table;
  clear: both;
}
.home_extra-info_wrap .home_extra-info_left {
  float: left;
  width: 50%;
  position: relative;
}
.home_extra-info_wrap .home_extra-info_left:after {
  position: absolute;
  height: 100%;
  width: 1px;
  display: block;
  content: "";
  background: #e5e5e5;
  top: 0;
  right: 0;
}
.home_extra-info_wrap .home_extra-info {
  text-align: center;
}
.home_extra-info_wrap .home_extra-info h4 {
  color: #072340;
  font-size: 14px;
  font-family: BrandonGrotesque-Bold;
  letter-spacing: 0.2em;
  font-weight: normal;
  margin-bottom: 11px;
}
.home_extra-info_wrap .home_extra-info h3 {
  color: #072340;
  font-size: 26px;
  font-family: BrandonGrotesque-Bold;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  letter-spacing: 3.6px;
}
.home_extra-info_wrap .home_extra-info p {
  width: 436px;
  margin: 0 auto;
  line-height: 22px;
  color: #000000;
  margin-bottom: 28px;
}
.home_extra-info_wrap .home_extra-info .text-info {
  line-height: 18px;
  margin-bottom: 51px;
  color: #444444;
}
.home_extra-info_wrap .home_extra-info .text-info span {
  text-transform: uppercase;
  font-size: 14px;
  color: #000000;
}
.home_extra-info_wrap .home_extra-info a {
  font-weight: bold;
  text-decoration: underline;
}
.home_extra-info_wrap .home_extra-info_right {
  float: right;
  width: 50%;
}
.home_extra-info_wrap .home_extra-info_right ul {
  width: 486px;
  margin: 0 auto 45px;
}
.home_extra-info_wrap .home_extra-info_right ul:after {
  content: '';
  display: table;
  clear: both;
}
.home_extra-info_wrap .home_extra-info_right li {
  float: left;
  width: 25%;
  margin: 0;
  list-style: none;
}

.showroom-container {
  background: #eeeced;
  position: relative;
}
.showroom-container:after {
  content: '';
  display: table;
  clear: both;
}
.showroom-container .showroom-left {
  float: left;
  width: 50%;
  overflow: hidden;
  position: relative;
}
.showroom-container .showroom-left img {
  width: 100%;
  display: block;
}
@media (min-width: 1350px) {
  .showroom-container .showroom-left img {
    position: absolute;
    margin-top: -18%;
  }
}
.showroom-container .showroom-right {
  float: right;
  width: 50%;
  color: #000000;
}
.showroom-container .showroom-right .showroom_right_content {
  width: 595px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 75px 15px 88px 15px;
}
@media (min-width: 1025px) and (max-width: 2560px) {
  .showroom-container .showroom-right .showroom_right_content {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 90%;
  }
}
.showroom-container .showroom-right h3 {
  margin: 0;
  margin-bottom: 15px;
  color: #072340;
  font-family: BrandonGrotesque-Bold;
  font-size: 48px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  color: #072538;
  font-size: 56px;
  letter-spacing: 11px;
  font-family: BrandonMedium;
}
@media screen and (max-width: 767px) {
  .showroom-container .showroom-right h3 {
    font-size: 26px;
    line-height: 35px;
  }
}

/* Update to showroom footer styles */

@media (max-width: 2560px) and (min-width: 1025px) {
    .showroom_left_content {
        padding-top: 40px;
        padding-bottom: 40px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding: 75px 15px 88px 15px;

    }
}


.showroom-left .showroom_left_content h3 {
    margin: 0;
    margin-bottom: 15px;
    color: #072340;
    font-family: BrandonGrotesque-Bold;
    font-size: 48px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    color: #072538;
    font-size: 56px;
    letter-spacing: 11px;
    font-family: BrandonMedium;
}

p.showroom {
    line-height: 2rem;
    font-size: 18px;
}

.desktop-display.showroom-container:before {
    background-image: url(https://cargocrew-dev01.balancenet.com.au/media/wysiwyg/Homepage_Assets/showroom-home-new_1.jpg);
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* z-index: -2; */
    opacity: 0.1;
}

@media screen and (max-width: 767px) {
    .showroom-container .showroom-left h3 {
        font-size: 26px;
        line-height: 35px;
    }

    .desktop-display.showroom-container:before {
        background-image: none !important;
    }

    .showroom_left_content {
        width: 100%;
    }

    .showroom-container .showroom-right {
        width: 100%;
    }

    .showroom_left_content {
        padding: 30px 15px 15px 15px;

    }

    .showroom-container .showroom-right h4 {
        margin-top: 0;

    }
}

.showroom-container .showroom-right {
    float: right;
    width: 50%;
    color: #000000;
    position: relative;
}

/* end update showroom footer styles */




@media only screen and (min-width: 1025px) {
  .showroom-container .showroom-right h3 {
    margin-top: 0;
    margin-bottom: 33px;
  }
}
.showroom-container .showroom-right h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #072340;
  font-family: BrandonMedium;
  font-size: 42px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: none;
  font-family: BrandonGrotesque-Bold;
  text-transform: uppercase;
  font-size: 21px;
  margin-top: 44px;
  display: inline-block;
  width: 100%;
  letter-spacing: 3px;
  color: #072538;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .showroom-container .showroom-right h4 {
    font-size: 28px;
  }
}
.showroom-container .showroom-right p {
  font-size: 18px;
  color: #072538;
  letter-spacing: 0.8px;
  line-height: 1.6em;
  margin-bottom: 0px;
}
.showroom-container .showroom-right .open-hours {
  font-size: 18px;
  margin-bottom: 14px;
  display: block;
  letter-spacing: 0.8px;
  line-height: 1.4em;
}
.showroom-container .showroom-right address {
  font-family: 'Lato';
  font-size: 20px;
  color: #072538;
  letter-spacing: 1px;
}
.showroom-container .showroom-right a:last-child {
  font-family: BrandonGrotesque-Bold;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
  font-weight: 400;
  margin-top: 9px;
  border: 2px solid #ffffff;
  padding: 0px;
  height: 46px;
  line-height: 39px;
  letter-spacing: 1px;
  width: 164px;
  color: #072538;
}
.showroom-container .showroom-right a:last-child:hover {
  background: #072538;
  cursor: pointer;
  color: white;
  text-decoration: none;
}

/* For tablet */
@media (min-width: 768px) and (max-width: 1199px) {
  body.cms-index-index .main-container {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  table.featured-products-table tbody td:last-child {
    display: none;
  }

  .products-grid--max-4-col > li {
    max-width: 29%;
    width: 29%;
  }

  .home-feature-product .products-grid--max-4-col > li:last-child {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .home_fullscreen_about {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home_fullscreen_about p {
    width: 90%;
    max-width: 645px;
  }

  .showroom-container.desktop-display {
    display: inline-block !important;
    width: 100%;
    vertical-align: top;
  }
  .showroom-container .showroom-left {
    width: 100%;
  }
  .showroom-container .showroom-right {
    width: 100%;
  }
  .showroom-container .showroom-right .showroom_right_content {
    width: 100%;
    padding-top: 30px;
  }

  .home_extra-info_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home_extra-info_wrap .home_extra-info_left {
    width: 100%;
  }
  .home_extra-info_wrap .home_extra-info_left p {
    width: 100%;
    max-width: 426px;
  }
  .home_extra-info_wrap .home_extra-info_right {
    width: 100%;
  }
  .home_extra-info_wrap .home_extra-info_right p {
    width: 100%;
    max-width: 426px;
  }
  .home_extra-info_wrap .home_extra-info_right ul {
    width: 100%;
    max-width: 468px;
  }
  .home_extra-info_wrap .home_extra-info_right li {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .bannerslider_parent button.slick-next,
  .bannerslider_parent button.slick-prev {
    display: none !important;
  }

  .home-feature-product {
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-feature-product .products-grid,
  .home-feature-product .products-grid li {
    margin-bottom: 0;
    max-width: auto !important;
  }
  .home-feature-product .products-grid.products-grid--max-4-col > li {
    max-width: 100% !important;
    margin-left: 0 !important;
  }

  /* .home_subscribe_desktop_container .top-subscribe-left li:nth-of-type(4),
  .home_subscribe_desktop_container .top-subscribe-right {
    display: none;
  } */
  .home_subscribe_desktop_container .content-wrap {
    width: 100%;
  }
  .home_subscribe_desktop_container .content-wrap .top-subscribe-left {
    width: 100%;
  }
  .home_subscribe_desktop_container .content-wrap .top-subscribe-left ul {
    margin: 0 auto;
    /* width: 610px; */
  }

  .home_subscribe_container.subscribe-footer {
    display: block;
  }
  /*.home_subscribe_container.subscribe-footer .top-subscribe-left {
    width: 25%;
    margin-left: 54px; 
  }
}*/
 @media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .home_subscribe_container.subscribe-footer .top-subscribe-left {
   /* width: 165px; */
    margin-left: 0;
  }
}

}

/* New Icons */
.subscribe-footer .home_subscribe_desktop_container .top-subscribe-left li:nth-of-type(1):before {
    background: url(../images/static/world-shipping_w.png) no-repeat top center;
    /* background-size: 50px auto; */
    background-size: 40px auto;
    /* width: 50px; */
    height: 40px;
    content: '';
    display: block;
    position: relative;
}
.subscribe-footer .home_subscribe_desktop_container .top-subscribe-left li:nth-of-type(2):before {
    background: url(https://cargocrew-dev01.balancenet.com.au/media/wysiwyg/CMS_Pages/icons/aus-map.png) no-repeat top center;
    /* background-size: 50px auto; */
    background-size: 40px auto;
    /* width: 50px; */
    height: 40px;
    content: '';
    display: block;
    position: relative;
}
.subscribe-footer .home_subscribe_desktop_container .top-subscribe-left li:nth-of-type(3):before {
    background: url(https://cargocrew-dev01.balancenet.com.au/media/wysiwyg/CMS_Pages/icons/30-day-returns.png) no-repeat top center;
    /* background-size: 50px auto; */
    background-size: 40px auto;
    /* width: 50px; */
    height: 40px;
    content: '';
    display: block;
    position: relative;
}
.subscribe-footer .home_subscribe_desktop_container .top-subscribe-left li:nth-of-type(4):before {
    background: url(../images/static/wholesale_w.png) no-repeat top center;
    /* background-size: 50px auto; */
    background-size: 40px auto;
    /* width: 50px; */
    height: 40px;
    content: '';
    display: block;
    position: relative;
}

.home_subscribe_container.subscribe-footer .top-subscribe-left li:before {
    color: #fff;
}
.home_subscribe_container.subscribe-footer .top-subscribe-left li {
    display: block;
    color: #fff;
    text-align: center;
}
.home_subscribe_container.subscribe-footer .top-subscribe-left li a {
    color: #fff;
    font-size: 12px;
    line-height: 14px;

}
.home_subscribe_container.subscribe-footer .top-subscribe-right {
    display: block;
    color: #fff;
    text-align: center;
}

@media only screen and (min-width: 1024px) {
    .home_subscribe_container.subscribe-footer .top-subscribe-left li:before {
        float: left;
        width: 68px;
        margin-top: 12px;
    }
    .home_subscribe_container.subscribe-footer .top-subscribe-left li a {
        float: left;
        text-align: left;
    }
    .subscribe-footer .home_subscribe_desktop_container {
        height: auto;
        padding: 25px 0 15px;
    }
}

@media only screen and (max-width: 768px)and (max-width: 1023px) {
    body .home_subscribe_container.subscribe-footer .home_subscribe_desktop_container {
        height: 130px;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .home_subscribe_container.subscribe-footer .top-subscribe-right {
    display: none;
    float: right;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .home_subscribe_container.subscribe-footer .top-subscribe-right .block-subscribe .input-box {
    width: 296px;
  }
  .home_subscribe_container.subscribe-footer .top-subscribe-right .actions {
    border: 1px solid #fff;
    margin: 0;
  }
  .home_subscribe_container.subscribe-footer .top-subscribe-right button {
    color: #fff;
    height: 46px !important;
    width: 92px;
    font-size: 11px !important;
    padding: 0 12px;
  }
  .home_subscribe_container.subscribe-footer .home_subscribe_desktop_container {
    background-color: #072340;
    height: 108px;
    margin-bottom: 0;
    padding: 0;
  }
  .home_subscribe_container.subscribe-footer .home_subscribe_desktop_container .content-wrap {
    margin: 0 auto;
    /* max-width: 500px; */
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .home_subscribe_container.subscribe-footer .home_subscribe_desktop_container .content-wrap {
    /*max-width: 594px;*/
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .home-page-blocks {
    margin-bottom: 0;
  }
  .home-page-blocks li {
    padding: 5px;
    width: 50%;
  }
  .home-page-blocks li img {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .products-grid--max-4-col > li {
    width: 25% !important;
    max-width: 100%;
    margin-left: 0 !important;
  }
  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none !important;
  }

  .home_subscribe_container.subscribe-footer .top-subscribe-right {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .home-feature-product .content-wrap .featured-product-title,
  .back-to-top-icon,
  #home_categories_mobile_container {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .bannerslider_parent .slick-dots {
    bottom: -36px;
  }

  #home_categories_mobile_container {
    float: left;
    margin-top: 10px;
  }

  .home_subscribe_desktop_container {
    display: none;
  }

  .home-feature-product {
    padding-left: 0;
    padding-right: 0;
  }
  .home-feature-product .featured-product-title {
    font-family: BrandonGrotesque-Bold;
    font-size: 18px;
    color: #203950;
    text-align: center;
    line-height: 80px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
  }

  .as-seen-on_container .asseen-right {
    float: left;
    width: 100%;
    min-height: auto;
  }
  .as-seen-on_container .asseen-right .mobile-display img {
    min-height: 180px;
  }
  .as-seen-on_container .asseen-left {
    float: left;
    width: 100%;
    height: auto;
    padding: 30px 0 28px 0;
    min-height: 158px;
    margin-top: 0;
  }
  .as-seen-on_container .asseen-left .asseen-left-content {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .as-seen-on_container .asseen-left .asseen-left-content h3 {
    margin-bottom: 0;
    letter-spacing: 0.2em;
  }
  .as-seen-on_container .asseen-left .asseen-left-content p {
    margin: 0 auto 15px auto;
    color: #072340;
  }
  .as-seen-on_container .asseen-left .asseen-left-content a {
    font-size: 15px;
  }
  .as-seen-on_container .asseen-left .asseen-left-content img {
    display: none;
  }

  #home_categories_mobile_container {
    width: 100%;
  }
  #home_categories_mobile_container ul {
    list-style: none;
  }
  #home_categories_mobile_container ul li {
    float: left;
    width: 48%;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    position: relative;
    margin-left: 0;
  }
  #home_categories_mobile_container ul li a {
    width: 100%;
  }
  #home_categories_mobile_container ul li a img {
    display: block;
    width: 100%;
  }
  #home_categories_mobile_container ul li h3 {
    font-size: 20px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    width: 100%;
    padding: 5px 0;
    bottom: 0;
    margin: 0;
  }
  #home_categories_mobile_container ul li:nth-child(even) {
    margin-left: 4%;
  }

  .home-page-blocks ul {
    margin: 0;
  }
  .home-page-blocks li {
    padding: 0px;
    width: 100%;
  }
  .home-page-blocks li img {
    display: block;
  }
  .home-page-blocks li div {
    overflow: hidden;
  }

  .home_subscribe_container.subscribe-footer .home_subscribe_desktop_container {
    padding-bottom: 10px;
    height: auto;
    display: block;
  }
  .home_subscribe_container.subscribe-footer .home_subscribe_desktop_container .content-wrap {
      padding: 20px 10px 0px 10px;
  }
  .home_subscribe_container.subscribe-footer .home_subscribe_desktop_container .top-subscribe-left {
    width: 100%;
    margin-left: 0;
  }
  /*.home_subscribe_container.subscribe-footer .home_subscribe_desktop_container .top-subscribe-left ul {
    width: 170px;
  }
  .home_subscribe_container.subscribe-footer .home_subscribe_desktop_container .top-subscribe-left ul li:last-child {
    width: 100%;
    margin-left: 7px !important;
  } */
  .home_subscribe_container.subscribe-footer .home_subscribe_desktop_container .top-subscribe-right {
    width: 100%;
    padding: 15px 0 0 0;
    margin-left: 0;
  }
  .home_subscribe_container.subscribe-footer .home_subscribe_desktop_container .top-subscribe-right .block-subscribe {
    width: 100%;
    content: '';
    display: table;
    clear: both;
    float: none;
  }
  .home_subscribe_container.subscribe-footer .home_subscribe_desktop_container .top-subscribe-right .block-subscribe .block-content {
    content: '';
    display: table;
    clear: both;
    margin-top: 3px;
  }
  .home_subscribe_container.subscribe-footer .home_subscribe_desktop_container .top-subscribe-right .actions {
    width: 94px;
  }
  .home_subscribe_container.subscribe-footer .home_subscribe_desktop_container .top-subscribe-right button {
    width: 100%;
    font-size: 11px;
    padding: 0 12px;
    height: 46px;
  }
  .home_subscribe_container.subscribe-footer .home_subscribe_desktop_container .top-subscribe-right .input-box {
    width: calc(100% - 94px);
    float: left;
  }

  .back-to-top-icon {
    background: #072340;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    position: fixed;
    bottom: 45px;
    right: 11px;
    cursor: pointer;
    z-index: 99999;
    display: none;
  }
  .back-to-top-icon i {
    font-size: 22px;
    margin-left: -1px;
  }
  .back-to-top-icon span {
    width: 100%;
    display: block;
    margin-top: -14px;
    font-size: 10px;
    font-family: BrandonGrotesque-Bold;
    text-transform: uppercase;
  }
}
.slick-initialized .slick-slide {
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .cms-home .as-seen-on_container {
    margin-bottom: 71px;
  }
}

.cms-home .home_subscribe_container.subscribe-footer {
  /*display: none;*/
}
@media only screen and (max-width: 1024px) {
  .cms-home .home_subscribe_container.subscribe-footer {
    /*display: block;*/
  }
}
@media (min-width: 768px) {
  .cms-home .footer {
    padding-top: 62px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header-top-right .skip-link.skip-wishlist.wishlist-box .icon_heart_alt {
    vertical-align: top;
    margin-top: 2px;
  }

  .header-top-right .skip-link.skip-search .icon_search {
    display: inline-block;
    margin-top: 10px;
  }

  /*.home_subscribe_desktop_container .content-wrap .top-subscribe-left ul {
    width: 576px;
  } */

  .home_subscribe_desktop_container {
    margin-bottom: 10px;
  }

  .footer .footer_information .block-info-last > div, .footer .footer_information .block-info-last > ul {
    padding-left: 30px !important;
  }

  .home_subscribe_container.subscribe-footer .home_subscribe_desktop_container .content-wrap {
    padding-top: 25px;
  }

  .footer .footer_information {
    margin-top: 5px;
  }

  .footer {
    padding-top: 20px;
  }

  .home_subscribe_container.subscribe-footer .home_subscribe_desktop_container .content-wrap {
    width: 100%;
  }

  .home_subscribe_desktop_container .top-subscribe-right {
    width: 400px;
  }

  .customer-account-login .account-login-content {
    padding-bottom: 5px;
  }

  .home_subscribe_container.subscribe-footer .top-subscribe-left,
  .home_subscribe_desktop_container .top-subscribe-left li:nth-of-type(4) {
    /* width: 170px; */
  }

  .customer-account-login .main-container {
    padding-bottom: 19px;
  }

  .home_subscribe_desktop_container .top-subscribe-right .actions .button {
    width: 92px;
  }

  #search_mini_form .input-box {
    margin-top: 80px;
  }
}
@media (max-width: 360px) {
  #home_categories_mobile_container ul li a {
    font-size: 16px;
  }
}

.ie9 .bannerslider_parent .slick-dots li button {
  font-size: 0;
  text-indent: 0;
  line-height: 18px;
  z-index: 100;
  height: 18px;
  width: 18px;
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
  border: solid 2px #e4e3e3;
  border-radius: 100%;
}

.ie9 .bannerslider_parent .slick-dots li.slick-active button {
  background: #e4e3e3;
}

.ie9 .bannerslider_parent .slick-dots li button:before {
  display: none !important;
}

/*CCR0004-4*/
#uniform-id_accept_terms {
  float: left;
  margin-top: 2px;
}

.onestepcheckout-enable-terms #id_accept_terms_label {
  display: inline;
  float: none;
  margin-left: 5px;
}

.onestepcheckout-enable-terms #id_accept_terms_label .for-country {
  display: none;
}
.onestepcheckout-enable-terms #id_accept_terms_label .for-country._show {
  display: inline !important;
}

#id_accept_terms_label a {
  text-decoration: underline;
}

.term-popup-button span.icon_question_alt::before, .newsletter-popup-button span.icon_question_alt::before {
  color: #fff;
  content: "?";
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  vertical-align: top;
}

.term-popup-button span.icon_question_alt, .newsletter-popup-button span.icon_question_alt {
  background-color: #ababab;
  border-radius: 100%;
  display: inline-block;
  font-family: "Lato",sans-serif;
  height: 19px;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 19px;
}

.newsletter-popup-button {
  margin-left: 7px;
  position: relative;
}

.term-popup-button {
  margin-left: 10px;
  position: relative;
}

#term-popup-button-tooltip-au {
  display: none;
  background: white none repeat scroll 0 0;
  border: 1px solid #ededed;
  border-radius: 5px;
  font-size: 12px;
  margin-left: 130px;
  line-height: 17px;
  padding: 10px;
  position: absolute;
  margin-top: -143px;
  width: 175px;
  z-index: 99999;
  box-shadow: 1px 1px #ededed;
}

#term-popup-button-tooltip-non-au {
  display: none;
  background: white none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-size: 12px;
  margin-left: 168px;
  line-height: 17px;
  padding: 10px;
  position: absolute;
  margin-top: -143px;
  width: 175px;
  z-index: 99999;
  box-shadow: 1px 1px #ededed;
}

#newsletter-tooltip-content {
  background: white none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-size: 12px;
  margin-left: 120px;
  line-height: 17px;
  padding: 10px;
  position: absolute;
  margin-top: -168px;
  width: 175px;
  z-index: 99999;
  display: none;
  box-shadow: 1px 1px #ededed;
}

#term-popup-button-tooltip-non-au img, #newsletter-tooltip-content img {
  bottom: -14px;
  left: 96px;
  position: absolute;
}

#term-popup-button-tooltip-au img {
  bottom: -14px;
  left: 122px;
  position: absolute;
}

#international-terms-acceptance-popup {
  background: white none repeat scroll 0 0;
  padding: 50px 25px 50px 50px;
  max-width: 600px;
  position: relative;
}

#international-terms-acceptance-popup img.close {
  position: absolute;
  right: 0;
  top: -52px;
  cursor: pointer;
}

#international-terms-acceptance-popup .title-popup {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 35px;
}

#international-terms-acceptance-popup .popup-content {
  max-height: 300px;
  text-align: justify;
  padding: 0 25px 0 0;
  font-size: 14px;
  line-height: 20px;
  overflow-y: auto;
}

#uniform-id_accept_terms .validation-advice {
  text-align: left;
  width: 245px;
}

div.onestepcheckout-place-order-wrapper {
  margin-top: 30px;
}

.newsletter-popup-button {
  position: relative;
}

div.onestepcheckout-enable-newsletter {
  margin-top: 20px !important;
}

@media only screen and (max-width: 365px) {
  #term-popup-button-tooltip-au img, #term-popup-button-tooltip-non-au img {
    bottom: -14px;
    left: 125px;
    position: absolute;
  }

  #term-popup-button-tooltip-au, #term-popup-button-tooltip-non-au {
    margin-left: 125px;
  }

  #international-terms-acceptance-popup .popup-content {
    max-height: 200px;
  }
}
/*CCR0004-4*/
.promotions-home {
  position: relative;
  margin-bottom: 20px;
}
.promotions-home .content-promotion {
  background: #46635b;
  font-family: BrandonGrotesque-Regular;
  padding: 0;
  min-height: 78px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 78px;
  font-size: 34px;
  letter-spacing: 5.2px;
}
.promotions-home .content-promotion strong {
  font-family: BrandonGrotesque-Bold;
  font-weight: 400;
}
.promotions-home .content-promotion h1, .promotions-home .content-promotion h2, .promotions-home .content-promotion h3, .promotions-home .content-promotion h4, .promotions-home .content-promotion h5, .promotions-home .content-promotion h6 {
  font-weight: 300;
  font-family: BrandonGrotesque-Regular;
  text-transform: initial;
}
.promotions-home .content-promotion h1 {
  font-size: 54px;
  font-weight: 300;
}
.promotions-home img + .content-promotion {
  background: none;
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 2;
  width: 100%;
  top: 0px;
}
.promotions-home img {
  display: inline-block;
  width: 100%;
  height: auto;
  z-index: 1;
}

.container-home-new {
  float: left;
  width: 100%;
}
.container-home-new .top {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.container-home-new .top .slider {
  float: left;
  width: 66%;
}
.container-home-new .top .right {
  float: right;
  width: 32.3%;
}
.container-home-new .top .right .block-content {
  padding-top: 0px;
  margin-top: 0px;
  position: relative;
  margin-bottom: 18px;
}
.container-home-new .top .right .block-content:last-child {
  margin-bottom: 0px;
}
.container-home-new .top .right .block-content .balance-box img {
  transition: opacity .2s ease-out;
  -webkit-transition: opacity .2s ease-out;
}
.container-home-new .top .right .block-content .balance-box:hover img {
  opacity: 0.7;
}
.container-home-new .top .right .block-content .balance-box-container {
  position: absolute;
  left: 20%;
  right: 23%;
  box-sizing: border-box;
  bottom: 13px;
  background: #ffffff;
  z-index: 9;
  color: #333333;
  padding-bottom: 20px;
  padding-top: 17px;
  top: auto;
  text-align: center;
}
.container-home-new .top .right .block-content .balance-box-container .balance-box-heading {
  display: inline-block;
  width: 100%;
  font-weight: 300;
  font-family: BrandonMedium;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 2px;
  margin-bottom: 0px;
  line-height: 1em;
  color: #333333;
}
.container-home-new .top .right .block-content .balance-box-container .balance-box-content {
  display: inline-block;
  width: 100%;
  font-weight: 300;
  font-family: BrandonGrotesque-Regular;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}
.container-home-new .top .right .block-content .balance-box-container .balance-box-content p {
  margin-bottom: 0px;
}
.container-home-new .top .right .block-content .balance-box-container .balance-box-button {
  display: inline-block;
  font-weight: 300;
  font-family: BrandonGrotesque-Regular;
  text-align: center;
  letter-spacing: 0.5px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  min-width: 140px;
  margin-top: 10px;
}
.container-home-new .mobile-display {
  float: right;
  width: 32.3%;
}
.container-home-new .mobile-display .block-content {
  padding-top: 0px;
  margin-top: 0px;
  position: relative;
  margin-bottom: 18px;
}
.container-home-new .mobile-display .block-content:last-child {
  margin-bottom: 0px;
}
.container-home-new .mobile-display .block-content .balance-box-container {
  position: absolute;
  left: 20%;
  right: 23%;
  box-sizing: border-box;
  bottom: 13px;
  background: #ffffff;
  z-index: 9;
  color: #333333;
  padding-bottom: 20px;
  padding-top: 17px;
  top: auto;
  text-align: center;
}
.container-home-new .mobile-display .block-content .balance-box-container .balance-box-heading {
  display: inline-block;
  width: 100%;
  font-weight: 300;
  font-family: BrandonMedium;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 2px;
  margin-bottom: 0px;
  line-height: 1em;
  color: #333333;
}
.container-home-new .mobile-display .block-content .balance-box-container .balance-box-content {
  display: inline-block;
  width: 100%;
  font-weight: 300;
  font-family: BrandonGrotesque-Medium;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}
.container-home-new .mobile-display .block-content .balance-box-container .balance-box-content p {
  margin-bottom: 0px;
}
.container-home-new .mobile-display .block-content .balance-box-container .balance-box-button {
  display: inline-block;
  font-weight: 300;
  font-family: BrandonGrotesque-Medium;
  text-align: center;
  letter-spacing: 0.5px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  min-width: 140px;
  margin-top: 10px;
}
.container-home-new .balance-box-group-default .flickity-page-dots {
  text-align: left;
  padding-left: 24px;
  bottom: 8px;
}
.container-home-new .balance-box-group-default .flickity-page-dots .dot {
  width: 13px;
  height: 13px;
  border-radius: 13px;
  border: 1px solid #b8b8b8;
  margin-right: 4px;
  margin-left: 0px;
  background: none;
}
.container-home-new .balance-box-group-default .flickity-page-dots .dot.is-selected {
  background: #ffffff;
}
.container-home-new .bottom {
  float: left;
  width: 100%;
  padding-top: 151px;
  margin-top: -106px;
  background: #f6f4f5;
  position: relative;
  padding-bottom: 25px;
}
.container-home-new .bottom:before {
  content: "";
  width: 999999px;
  left: -999999px;
  top: 0px;
  bottom: 0px;
  background: #f6f4f5;
  height: auto;
  position: absolute;
}
.container-home-new .bottom:after {
  content: "";
  width: 999999px;
  right: -999999px;
  top: 0px;
  bottom: 0px;
  background: #f6f4f5;
  height: auto;
  position: absolute;
}
.container-home-new .bottom .container-tiles {
  width: 100%;
  float: left;
}
.container-home-new .bottom .container-tiles .block-content {
  float: left;
  width: 32.4%;
  clear: none;
  margin-bottom: 40px;
  padding-bottom: 71px;
  box-sizing: border-box;
  padding-top: 0px;
  margin-top: 0px;
  margin-right: 1.4%;
}
.container-home-new .bottom .container-tiles .block-content:nth-child(3n+0) {
  margin-right: 0px;
}
.container-home-new .bottom .container-tiles .block-content:nth-last-child(1), .container-home-new .bottom .container-tiles .block-content:nth-last-child(2), .container-home-new .bottom .container-tiles .block-content:nth-last-child(3) {
  margin-bottom: 0px;
}
.container-home-new .bottom .container-tiles .block-content .balance-box-default img {
  transition: opacity .2s ease-out;
  -webkit-transition: opacity .2s ease-out;
}
.container-home-new .bottom .container-tiles .block-content .balance-box-default:hover img {
  opacity: 0.7;
}
.container-home-new .bottom .container-tiles .block-content .balance-box-default .balance-box-container {
  top: auto;
  bottom: -71px;
  background: #ffffff;
  padding-bottom: 17px;
  padding-top: 22px;
  text-align: center;
}
.container-home-new .bottom .container-tiles .block-content .balance-box-default .balance-box-container .balance-box-heading {
  display: inline-block;
  width: 100%;
  font-weight: 300;
  font-family: BrandonMedium;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 2.5px;
  margin-bottom: 6px;
  line-height: 1em;
  color: #333333;
  margin-left: 4px;
}
.container-home-new .bottom .container-tiles .block-content .balance-box-default .balance-box-container .balance-box-content {
  display: inline-block;
  width: 100%;
  font-weight: 300;
  font-family: BrandonGrotesque-Regular;
  text-align: center;
  font-size: 17px;
  color: #767575;
  letter-spacing: 0.5px;
}
.container-home-new .bottom .container-tiles .block-content .balance-box-default .balance-box-container .balance-box-content p {
  margin-bottom: 0px;
}
.container-home-new .bottom .container-tiles .block-content .balance-box-default .balance-box-container .balance-box-button {
  display: inline-block;
  font-weight: 300;
  font-family: BrandonGrotesque-Regular;
  text-align: center;
  letter-spacing: 0.5px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  min-width: 140px;
  margin-top: 10px;
}

.cms-index-index {
  overflow-x: hidden !important;
  width: 100%;
  position: relative;
  display: block;
  height: auto;
}
.cms-index-index .std {
  float: left;
  width: 100%;
}
.cms-index-index .as-seen-on_container {
  background: #eeeced;
}
.cms-index-index .wrapper {
  overflow-x: hidden;
}

.top-subscriber .home_subscribe_desktop_container {
  margin-bottom: 19px;
  height: 45px;
  padding: 0;
  background: #f6f4f5;
  border-top: none;
  border-bottom: none;
}
.top-subscriber .home_subscribe_desktop_container .content-wrap {
  content: '';
  display: table;
  clear: both;
  width: 100%;
}
.top-subscriber .home_subscribe_desktop_container .top-subscribe-left {
  padding-top: 9px;
  width: 100%;
  text-align: center;
}
.top-subscriber .home_subscribe_desktop_container .top-subscribe-left ul {
  display: inline-block;
  vertical-align: top;
  float: none;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 0;
}
.top-subscriber .home_subscribe_desktop_container .top-subscribe-left ul:after {
  content: '';
  display: table;
  clear: both;
}
.top-subscriber .home_subscribe_desktop_container .top-subscribe-left li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  float: none;
  list-style: none;
  padding: 0px;
  color: #072340;
  line-height: 16px;
  font-family: BrandonGrotesque-Regular;
  text-transform: uppercase;
  position: relative;
}
.top-subscriber .home_subscribe_desktop_container .top-subscribe-left li a {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-size: 12px;
  line-height: 14px;
  position: relative;
  padding-left: 31px;
}
.top-subscriber .home_subscribe_desktop_container .top-subscribe-left li:before {
  display: none;
}
.top-subscriber .home_subscribe_desktop_container .top-subscribe-left li img,
.top-subscriber .home_subscribe_desktop_container .top-subscribe-left li .cargo-ic {
  width: 25px;
  height: auto;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  line-height: 24px;
}
.top-subscriber .home_subscribe_desktop_container .top-subscribe-left li strong {
  display: block;
  font-family: BrandonGrotesque-Bold;
  font-weight: normal;
  text-shadow: 0 0 0;
}
.top-subscriber .home_subscribe_desktop_container .top-subscribe-right {
  float: right;
  width: 36%;
}
.top-subscriber .home_subscribe_desktop_container .top-subscribe-right .block-subscribe {
  clear: both;
  margin-bottom: 0;
  float: right;
}
.top-subscriber .home_subscribe_desktop_container .top-subscribe-right .block-subscribe .block-content {
  padding-top: 0;
}
.top-subscriber .home_subscribe_desktop_container .top-subscribe-right .block-subscribe .input-box {
  float: right;
}
@media only screen and (min-width: 1200px) {
  .top-subscriber .home_subscribe_desktop_container .top-subscribe-right .block-subscribe .input-box {
    width: 290px;
  }
}
.top-subscriber .home_subscribe_desktop_container .top-subscribe-right .block-subscribe .input-box input.input-text::-webkit-input-placeholder {
  color: #82828a !important;
  font-size: 14px;
}
.top-subscriber .home_subscribe_desktop_container .top-subscribe-right .block-subscribe .input-box input.input-text::-moz-placeholder {
  color: #82828a !important;
  font-size: 14px;
  opacity: 1;
}
.top-subscriber .home_subscribe_desktop_container .top-subscribe-right .block-subscribe .input-box input.input-text:-moz-placeholder {
  color: #82828a !important;
  font-size: 14px;
  opacity: 1;
}
.top-subscriber .home_subscribe_desktop_container .top-subscribe-right .block-subscribe .input-box input.input-text::-ms-input-placeholder {
  color: #82828a !important;
  font-size: 14px;
}
.top-subscriber .home_subscribe_desktop_container .top-subscribe-right .actions {
  float: right;
  margin: 0 0 0 10px;
}
.top-subscriber .home_subscribe_desktop_container .top-subscribe-right .actions .button {
  font-family: BrandonGrotesque-Bold;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  text-transform: uppercase;
  float: none;
  width: 120px;
}
.top-subscriber .home_subscribe_desktop_container .top-subscribe-right {
  display: none;
}

@media only screen and (max-width: 1160px) and (min-width: 1040px) {
  .container-home-new .top .right .block-content .balance-box-container .balance-box-heading {
    font-size: 28px;
    margin-bottom: 3px;
  }
  .container-home-new .top .right .block-content .balance-box-container .balance-box-content {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1039px) and (min-width: 920px) {
  .container-home-new .top .right .block-content {
    margin-bottom: 11px;
  }
  .container-home-new .top .right .block-content:last-child {
    margin-bottom: 0px;
  }
  .container-home-new .top .right .block-content .balance-box-container .balance-box-content {
    font-size: 14px;
  }
}
@media only screen and (max-width: 919px) and (min-width: 768px) {
  .container-home-new .top .right .block-content {
    margin-bottom: 11px;
  }
  .container-home-new .top .right .block-content:last-child {
    margin-bottom: 0px;
  }
  .container-home-new .top .right .block-content .balance-box-container {
    left: 10%;
    right: 10%;
  }
  .container-home-new .top .right .block-content .balance-box-container .balance-box-content {
    font-size: 14px;
  }

  .as-seen-on_container .asseen-left h3 {
    margin-top: 38px;
  }
  .as-seen-on_container .asseen-left a {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1025px) {
  .cms-index-index .as-seen-on_container {
    margin-bottom: 20px;
  }

  .top-subscriber .home_subscribe_desktop_container .top-subscribe-left li:nth-of-type(4):before {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 768px) {
  .top-subscriber .home_subscribe_desktop_container .top-subscribe-left li:nth-of-type(1) {
    margin-right: 0;
  }

  .container-home-new .balance-box-group-default .flickity-page-dots {
    text-align: center;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .container-home-new .mobile-display {
    width: 100%;
  }
  .container-home-new .top .slider {
    width: 100%;
  }
  .container-home-new .top .right {
    width: 100%;
  }
  .container-home-new .bottom {
    padding-top: 25px;
    margin-top: 0px;
  }
  .container-home-new .bottom .mobile-display .container-tiles .block-content {
    width: 50%;
    margin-right: 0px;
    margin-bottom: 2px;
    padding-bottom: 0px;
    box-sizing: border-box;
  }
  .container-home-new .bottom .mobile-display .container-tiles .block-content .balance-box-default .balance-box-container {
    bottom: 0px;
    padding-bottom: 10px;
    left: 10%;
    right: 11%;
    padding-top: 15px;
    text-align: center;
  }
  .container-home-new .bottom .mobile-display .container-tiles .block-content .balance-box-default .balance-box-container .balance-box-heading {
    font-size: 14px;
  }
  .container-home-new .bottom .mobile-display .container-tiles .block-content .balance-box-default .balance-box-container .balance-box-content {
    display: none;
  }
  .container-home-new .bottom .mobile-display .container-tiles .block-content:nth-child(2n+1) {
    padding-right: 1px;
  }
  .container-home-new .bottom .mobile-display .container-tiles .block-content:nth-child(2n+0) {
    padding-left: 1px;
  }

  .promotions-home {
    margin-left: -15px;
    margin-right: -15px;
  }
  .promotions-home .content-promotion {
    height: 56px;
    line-height: 58px;
    font-size: 13px;
    letter-spacing: 2.5px;
    min-height: 0px;
  }

  .cms-index-index .col-main .as-seen-on_container {
    display: none;
  }
  .cms-index-index .as-seen-on_container {
    margin-bottom: 0px;
  }
  .cms-index-index #home_categories_mobile_container {
    display: none;
  }
  .cms-index-index .footer-before-container .mobile-display .home-page-blocks {
    display: none;
  }

  .top-subscriber .home_subscribe_desktop_container .top-subscribe-left li a {
    color: #ffffff;
    margin-top: -8px;
  }

  .footer .footer_information .block-info:first-child {
    display: none;
  }
  .footer .footer_information .block-info.block-info-last {
    margin-top: 20px !important;
  }

  .container-home-new .balance-box-group-default .flickity-page-dots {
    text-align: center;
    padding-left: 0px;
  }

  .as-seen-on_container .asseen-left .asseen-left-content {
    width: 100%;
    max-width: 356px;
  }
  .as-seen-on_container .asseen-left .asseen-left-content h3 {
    margin-top: 15px;
    font-size: 26px;
    margin-bottom: 15px;
  }
  .as-seen-on_container .asseen-left .asseen-left-content p {
    line-height: 1.5em;
    font-size: 14px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 410px) {
  .container-home-new .bottom .container-tiles .block-content {
    width: 100%;
  }
}
/* ============================================ *
 * Category Landing Pages
 * ============================================ */
.category-image {
  position: relative;
}

.categorylandingMainblock {
  border: 1px solid #E2E2E2;
  padding: 7px;
}

.catblocks {
  float: left;
  padding: 0 0 20px 0;
  width: 100%;
}

.catblocks li {
  position: relative;
  float: left !important;
  width: 23% !important;
  margin-right: 2.66667% !important;
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  padding: 10px;
}

.catblocks li:hover {
  border-color: #072340;
}

@media only screen and (max-width: 767px) {
  .catblocks li {
    width: 49% !important;
    margin-right: 2% !important;
  }

  .catblocks li:nth-child(even) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  .catblocks li {
    width: 100% !important;
    margin-right: 0 !important;
    float: none;
  }
}
.catblocks li:last-child {
  margin-right: 0 !important;
}

.catblocks li img {
  width: 100%;
  max-width: 100%;
}

.catblocks li a span {
  color: #FFFFFF;
  position: absolute;
  background-color: #7B7C7B;
  font-family: raleway;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 5px 10px;
  margin-right: 10px;
}

.catblocklinks a {
  color: #FFFFFF;
  text-decoration: none;
}

.catlandingbottomPromoblock {
  float: left;
  width: 100%;
  border: 1px solid #E2E2E2;
  margin-bottom: 100px;
}

.catalog-category-view div.categoryland-caption {
  display: block;
  margin: 0;
  position: absolute;
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(../images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption a.link:hover,
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.link:hover {
  text-decoration: underline;
  color: #1189C5;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text,
.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.three-dots,
.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(../images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption p.desc,
.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}

@media only screen and (max-width: 982px) {
  .catalog-category-view .col2-left-layout .col-main {
    display: block;
    content: '';
    display: table;
    clear: both;
    width: 100%;
  }
  .catalog-category-view .col2-left-layout .col-main .toolbar-bottom {
    margin-bottom: -20px;
  }
}

/*# sourceMappingURL=content.css.map */
