.clear {
  clear: both;
}
body {
  color: #4d4d4d;
  /*font-family:'Frutiger W01', helvetica, arial, sans-serif;*/
  font-family: Arial,Helvetica,sans-serif;
  background-image: none;
  line-height: 1.5;
  font-size: 16px;
}
a {
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  outline: none;
  color: #00a8e2;
  transform: rotateX(0deg);
  /* This fixes an ugly purple-ish outline around our blue links in webkit browsers (Chrome) */
  display: inline-block;
  /* This fixes an ugly purple-ish outline around our blue links in webkit browsers (Chrome) */
  vertical-align: top;
}
a:hover {
  color: #0087c1;
  text-decoration: underline;
}
.account-login {
  background: none;
  margin-bottom: 20px;
}
.account-login .fieldset h2 {
  margin: 0;
}
.account-login .new-users,
.account-login .registered-users {
  width: 49%;
}
.account-login .content,
.account-login .buttons-set {
  border: none;
}
.account-login .new-users h2,
.account-login .content h2 {
  background: none !important;
  padding: 0;
  margin: 10px 0;
  font-size: 20px;
}
.add-to-box .add-to-cart {
  float: none;
  text-align: right;
}
.add-to-cart label {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  padding: 6px;
  height: 30px;
  margin-bottom: 0;
  margin-top: 8px;
  margin-right: 2px;
}
.add-to-cart .qty {
  width: 4em;
  text-align: center;
  height: 30px;
  padding: 4px;
  font-size: 16px;
  line-height: 16px;
  margin-top: 8px;
  margin-right: 20px;
}
.add-to-links .btn-link {
  padding: 0;
  color: #999 !important;
  font-weight: 800;
}
.add-to-links .btn-link .glyphicon {
  margin-right: 3px;
}
.header {
  padding: 0;
}
.header button.btn.btn-primary {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 16px;
  line-height: 1;
}
.header form {
  max-width: 315px;
}
.header .form-search {
  position: relative;
  margin: 0;
  padding: 0;
  float: right;
  right: 0;
}
.header .header-right {
  width: 390px;
  float: right;
}
.header .links {
  clear: both;
  margin: 13px 0;
  padding-left: 0;
}
.header .links li {
  border: none;
  font-size: 14px;
}
.header .links a {
  color: #333;
}
.span-white,
.span-grey,
.span-blue,
.span-pattern {
  margin: 60px 0;
}
.span-blue {
  background-color: #00a8e2;
  padding: 30px 0 50px;
}
.span-grey {
  background-color: #f2f2f2;
  padding: 30px 0 50px;
}
.span-pattern {
  padding: 30px 0 50px;
}
.span-pattern.visible {
  background: url("../images/span-pattern.jpg") center center;
  padding: 30px 0 50px;
}
.span-white + div div.col-xs-12:first-child h2:first-child:not(.product-name) {
  margin-top: 0;
}
span.break {
  display: block;
}
.panel.panel-default {
  border: none;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: none;
}
.panel.panel-default > .panel-heading {
  background: #f2f2f2;
  padding: 15px;
}
.panel-default {
  border: 0px none;
}
.copyright {
  font-size: 12px;
}
.footer.well {
  margin-bottom: 0;
  /*background:#333 url("../images/footer_pattern.png");*/
  padding: 45px 0;
  border: none;
  border-radius: 0;
  filter: none;
  background-image: none;
  background-color: #353535;
}
.lazy-background {
  display: block;
  /*background-repeat: no-repeat;*/
  background-repeat: inherit;
  background-size: contain;
}
.footer.well.visible {
  background-image: url(../images/footer_pattern.png);
}
.footer .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #222;
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #444;
}
.footer .panel-group {
  margin-bottom: 0;
}
.footer a .ft-header {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.footer a {
  color: #CCC;
  font-size: 13px;
  font-weight: 100;
  margin: 5px 0;
  /* display: block;*/
}
.footer a:hover {
  color: #fff;
}
.footer h4.panel-title a {
  display: block;
}
.footer div#collapseFour a {
  display: block;
}
.footer address {
  margin: 0 0 20px;
}
.footer .bottom-links a {
  display: inline;
}
.footer hr {
  border-color: #666;
}
.footer .panel,
.footer .panel-default > .panel-heading {
  background: none;
}
.footer .panel-heading a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.minicart-wrapper .action.showcart:before {
  color: #fff !important;
  display: none !important;
}
.homepage-slider-item {
  color: #fff;
  height: 564px;
}
.slideshow-wrapper-additional {
  height: 564px;
}
@media screen and (max-width: 799px) {
  .span-white,
  .span-grey,
  .span-blue,
  .span-pattern {
    margin: 15px 0;
  }
  .box2 {
    margin-top: 0px;
  }
  .featurette .text-center a {
    margin-bottom: 0px !important;
  }
  body .page-wrapper .footer-container {
    padding: 15px 0;
  }
  body .page-wrapper .main-container .slider-container {
    width: 100%;
  }
  .homepage-slider-item {
    color: #fff;
    height: 270px;
  }
  .slideshow-wrapper-additional {
    height: 270px;
  }
}
div.minicart-wrapper div.block-minicart {
  display: none !important;
}
/* gallery image css */
.breeze-gallery img {
  vertical-align: top;
  height: auto;
  max-height: none;
  width: 100%;
  max-width: 265px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  margin-top: 15px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
  color: #2dc4e6;
}
#product-addtocart-button {
  width: 135px;
  min-width: 135px;
  padding: 10px 14px;
  font-size: 16px;
  margin-top: 4px;
  background-color: #80bb3d;
}
.site-select img {
  height: 25px;
}
/* Number Pullout for Homepage
  -------------------------------------------------------------------- */
.number-homepage {
  font-size: 70px;
  font-weight: 400;
  margin-bottom: 0;
  height: 95px;
  padding-top: 5px;
  color: #333333;
  letter-spacing: -3px;
}
.glyphicon-plus {
  font-size: 22px;
  vertical-align: middle;
  color: #80BB3D;
  padding-bottom: 16px;
}
.percent {
  font-weight: 400;
  font-size: 41px;
  display: inline-block;
  /* vertical-align: middle; */
  padding-bottom: 20px;
}
.percent-info {
  font-weight: 400;
  font-size: 14px;
  /*        color: #80BB3D;*/
  line-height: 20px;
}
.block-number {
  border: 0px;
  display: inline-block;
  margin: 10px;
  border-radius: 200px;
  background-color: #DEDEDE;
  padding: 30px 20px;
  height: 240px;
  width: 240px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.txt-wht {
  color: white;
}
.txt-grey {
  color: #999;
}
.txt-green {
  color: #80bb3d;
}
.md-t-pad {
  padding-top: 30px;
}
.md-b-pad {
  padding-bottom: 30px;
}
.amshopby-button-wrap {
  display: none;
}
