/*
// ----------------------------------------------
// 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: 20px;
}
body.cms-home .slideshow-container {
  margin-top: 0;
}

.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;
}

/* -------------------------------------------- *
 * 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 #eee;
  -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: "Montserrat", Verdana, Arial, sans-serif;
  text-shadow: 1px 1px 3px #555555;
}

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

.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;
}

.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 .products-grid .ratings,
.cms-index-index .products-grid .actions,
.cms-index-noroute .products-grid .ratings,
.cms-index-noroute .products-grid .actions {
  display: none;
}

.cms-index-index h2.subtitle {
  padding: 6px 0;
  text-align: center;
  color: #79bb43;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}

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

.homepage {
  position: relative;
  margin: 0 -15px;
}

.std .homepage ul li {
  margin: 0;
}
.std .homepage .call-out-items ul li {
  margin: 0 0 10px;
}
.std .homepage .call-out-items ul li:last-child {
  margin: 0;
}

.call-out-banners {
  background: #f3f3f3;
}
.call-out-banners img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
  object-fit: cover;
  min-height: 290px;
}
.call-out-banners:after {
  content: '';
  display: table;
  clear: both;
}

.home-banner {
  position: relative;
}
.home-banner .caption {
  color: #676767;
  font-family: "Montserrat", Verdana, Arial, sans-serif;
  font-size: 15px;
  padding: 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 70%;
  height: 100%;
}
.home-banner .caption .caption-title {
  color: #3a3a3a;
  font-weight: 700;
  font-size: 30px;
  line-height: 0.7;
  letter-spacing: -0.6px;
  margin: 20px 0 15px;
}
.home-banner .caption .buy-now {
  position: absolute;
  bottom: 36px;
  left: 20px;
}

.sale-banner {
  position: relative;
}

.buy-now,
.read-more {
  cursor: pointer;
  display: inline-block;
  min-width: 140px;
  height: 50px;
  line-height: 48px;
  border-radius: 4px;
  background-color: #79bb43;
  font-family: "Montserrat", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.buy-now:focus, .buy-now:hover,
.read-more:focus,
.read-more:hover {
  text-decoration: none;
  opacity: 0.8;
}

.shop-now {
  cursor: pointer;
  display: inline-block;
  min-width: 140px;
  line-height: 45px;
  border: 3px solid #fff;
  border-radius: 4px;
  font-family: "Montserrat", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 36px;
  left: 50%;
  margin: 0 0 0 -70px;
}
.shop-now:focus, .shop-now:hover {
  background-color: #fff;
  color: #79bb43;
  text-decoration: none;
}

.call-out-items {
  background: #f3f3f3;
  color: #676767;
  font-family: "Montserrat", Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
  text-transform: uppercase;
}
.call-out-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.call-out-items a {
  background: #fff;
  border: 1px solid #eee;
  color: #79bb43;
  cursor: pointer;
  display: block;
  padding: 12px 5px;
}
.call-out-items a:focus, .call-out-items a:hover {
  text-decoration: none;
}

.additional-info:after {
  content: '';
  display: table;
  clear: both;
}

.blog {
  border-bottom: 1px solid #eee;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  padding: 0 20px 40px;
  margin: 0 -20px;
}
.blog img {
  position: relative;
  margin: 0 0 20px;
  width: 100%;
}
.blog .article-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.27;
  color: #676767;
  margin: 0 0 20px;
  padding: 0 20px;
  max-width: 65%;
  text-transform: uppercase;
}
.blog .expert {
  padding: 0 20px;
}
.blog .read-more {
  margin-left: 20px;
  margin-right: 20px;
}

.internal-info::after {
  content: '';
  clear: both;
  display: table;
}
.internal-info .head-block {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #eee;
  text-align: right;
  padding: 0 20px;
}
.internal-info .head-block::after {
  content: '';
  clear: both;
  display: table;
}
.internal-info .head-block .title {
  float: left;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding: 20px 0;
}
.internal-info .head-block a {
  display: inline-block;
  margin: 22px 0 0 0;
  text-decoration: underline;
}
.internal-info .subcategories {
  padding: 0 20px;
  margin: 0;
  list-style: none;
  border: 0 none;
}
.internal-info .subcategories li {
  width: 50%;
  margin: 0 0 50px;
}
.internal-info .subcategories li:nth-child(5n + 1) {
  clear: none;
}

.std .homepage .internal-info .subcategories li {
  margin: 0 0 50px;
}

.brands {
  border-bottom: 1px solid #eee;
  padding: 20px;
}
.brands .block-title {
  text-align: right;
  margin: 0 -20px;
  padding: 0 20px 15px;
}
.brands .block-title h3 {
  float: left;
}
.brands .block-title a {
  text-decoration: underline;
  text-transform: capitalize;
}
.brands .block-title a:focus, .brands .block-title a:hover {
  text-decoration: none;
}
.brands .block-title:after {
  content: '';
  display: table;
  clear: both;
}
.brands ul {
  margin: 0;
  padding: 0;
}
.brands ul:after {
  content: '';
  display: table;
  clear: both;
}
.brands li {
  list-style: none;
  list-style-type: none;
  float: left;
  width: 50%;
  text-align: center;
  padding: 0;
  margin: 0;
}
.brands li img {
  vertical-align: middle;
  margin: 0 auto;
}
.brands li:nth-child(6n+1) {
  display: none;
}

@media only screen and (min-width: 770px) {
  .homepage {
    margin: 0;
  }

  .home-banner {
    float: left;
    width: 67%;
  }
  .home-banner .caption {
    font-size: 19px;
    margin-left: 15px;
    max-width: 60%;
  }
  .home-banner .caption .caption-title {
    margin-top: 34%;
    margin-bottom: 20px;
    font-size: 50px;
  }
  .home-banner .caption .buy-now {
    position: static;
  }

  .sale-banner {
    float: right;
    width: 33%;
  }

  /*.home-banner img,
  .sale-banner img {
  	height: 480px;
  }*/
  .shop-now {
    bottom: 104px;
  }

  .call-out-items {
    margin: 0 0 60px;
  }
  .call-out-items ul {
    margin: 0 -7px;
  }
  .call-out-items ul::after {
    content: '';
    display: table;
    clear: both;
  }
  .call-out-items ul li {
    float: left;
    width: 25%;
    padding: 0 7px;
    margin: 0;
    text-align: center;
  }
  .call-out-items ul li a {
    color: #676767;
  }
  .call-out-items ul li a:focus, .call-out-items ul li a:hover {
    color: #79bb43;
  }

  .blog,
  .top-categories {
    float: left;
    width: 50%;
    padding: 0;
    border-bottom: 0 none;
    font-size: 16px;
  }
  .blog .article-title,
  .top-categories .article-title {
    font-size: 22px;
    max-width: 100%;
    padding-right: 20px;
  }
  .blog .expert,
  .top-categories .expert {
    padding-right: 20px;
  }
  .blog img,
  .top-categories img {
    margin: 0 0 20px;
    padding-right: 20px;
  }

  .top-categories img {
    padding: 0;
  }

  .internal-info .head-block {
    margin: 0 0 10px 40px;
    padding: 0;
  }
  .internal-info .subcategories {
    margin: 0 0 0 40px;
    padding: 0;
  }
  .internal-info .subcategories li {
    width: 33.3%;
    margin: 0 0 50px;
  }
  .internal-info .subcategories li:nth-child(2n + 1), .internal-info .subcategories li:nth-child(5n + 1) {
    clear: none;
  }
  .internal-info .subcategories li:nth-child(3n + 1) {
    clear: left;
  }

  .brands {
    margin: 40px 0 20px;
    padding: 20px 70px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
  }
  .brands .block-title {
    display: none;
  }
  .brands ul, .brands li {
    list-style: none;
  }
  .brands li {
    width: auto;
    text-align: center;
  }
  .brands li img {
    margin: 0 auto;
  }
  .brands .slick-prev, .brands .slick-next {
    width: 50px;
    height: 50px;
    background: #f3f3f3;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
  }
  .brands .slick-prev:before, .brands .slick-next:before {
    font-family: 'Material Icons';
    color: #8a8b8a;
    font-size: 24px;
  }
  .brands .slick-prev {
    left: -70px;
  }
  .brands .slick-prev:before {
    content: '\e5c4';
  }
  .brands .slick-next {
    right: -70px;
  }
  .brands .slick-next:before {
    content: '\e5c8';
  }
}

/*# sourceMappingURL=madisonisland-ie8.css.map */
