.header-bar {
  position: relative;
}
.header-placeholder {
  display: none;
}
.product-social {
  overflow: auto;
}
span.report-design-module {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 32px;
  cursor: pointer;
  margin: 0 10px;
}
span.report-design-module ul {
  position: absolute;
  display: none;
  left: -100px;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-size: 14px;
  box-shadow: 1px 1px -2px 6px black;
  border-radius: 4px;
  width: 200px;
}
span.report-design-module:hover ul {
  display: block;
}
span.report-design-module ul li {
  border-bottom: 1px solid #888;
}
span.report-design-module ul li:hover {
  color: white;
  background: #888;
}

li.report-design {
  position: relative;
  float: left;
  display: inline-block;
  padding: 5px 8px 5px 8px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  color: #919191;
  margin: 0 5px;
}
.as-seen-on-container h3 {
  margin: 0;
}
.as-seen-img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.as-seen-img-container .img-container {
  position: relative;
  display: inline-block;
  float: left;
  width: 25%;
  height: 110px;
  overflow: auto;
}
.as-seen-img-container img {
  position: absolute;
  margin: auto;
  width: 75%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.addthis_sharing_toolbox {
  position: relative;
  display: inline-block;
  float: left;
  padding: 5px 7px 2px 7px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  overflow: auto;
  width: 163px;
  margin: 0 5px 0 0;
}
.addthis_sharing_toolbox .share-title {
  position: relative;
  display: inline-block;
  float: left;
  text-align: center;
  color: #919191;
  line-height: 23px;
  margin: 0 5px;
}
.addthis_sharing_toolbox #atstbx {
  position: relative;
  display: inline-block;
  float: left;
  transition: all 0.5s ease;
}
.at-share-btn {
  border-radius: 50% !important;
}
.at-icon-wrapper {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
}
.at-icon {
  width: 20px !important;
  height: 20px !important;
}
.at-share-btn-elements .at-icon-wrapper {
  background: none !important;
  float: left;
}
.at-icon-wrapper .at-icon-facebook {
  fill: rgb(59, 89, 152);
}
.at-icon-wrapper .at-icon-twitter {
  fill: rgb(29, 161, 242);
}
.at-icon-wrapper .at-icon-pinterest_share {
  fill: rgb(203, 32, 39);
}
.at-icon-wrapper .at-icon-email {
  fill: rgb(132, 132, 132);
}


/*COUNTDOWN TIMER*/
#countdown-timer {
  margin-top: 35px;
  display: none;
  width: 80%;
  margin: 0 auto;
}
.countdown {
  overflow: auto;
}
.countdown .block {
  position: relative;
  color: #6c7478;
  font-weight: bold;
  float: left;
  text-align: center;
  //border: 1px solid #e8eced;
  //border-radius: 5px;
  margin: 0 1.5%;
  padding: 5px 0;
  width: 22%;
}
.countdown .block .num {
  width: 88px;
  height: 39px;
  line-height: 40px;
  text-align: center;
  color: #2b3033 !important;
  font-size: 28px;
}
.countdown .block .label {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  width: 88px;
  line-height: 25px;
  text-align: center;
  font-family: "Calibri", Arial, sans-serif;
  color: #909090 !important;
}
#DiscountPrice {
  border-radius: 2px;
  padding: 0 4px;
  margin: 2px 10px;
  display: inline-block;
  float: left;
  font-size: 0.85rem;
  background: #00bd9c;
  color: white;
}
#ProductPrice {
  float: initial;
  color: black;
  font-size: 22px;
  margin-top: -12px;
}
#ComparePrice {
  display: inline-block;
  float: left;
  font-size: 18px;
}
.template-product h1, .template-product .h1 {
  font-size: 1.4rem;
}
.product-vendor {
  font-size: 1.15rem;
  margin: 0;
  font-weight: 500;
}
#AddToCart {
  border-radius: 4px;
}
.countdown-hide {
  /*display: none;*/
}
.bulk-option {
  margin: -4px
}
.bulk-option input {
  padding: 10px 5px 11px 5px;
}
.grid__item.one-quarter img {
  max-height: 180px;
}

.sales_counter {
  text-align: center;
  display: none;
  border: 1px solid #c0c0c0;
}

#sales-counter {
  font-weight: bold;
}
