#seitempicture {
  position: relative;
}
#seitempicture .free-shipping-icon {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
#seitempicture .no-tax-icon {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}
.seProduct .free-shipping-icon {
  margin: 0;
  position: absolute;
  top: 11px;
  left: 25px;
  z-index: 1;
}
#shipToLabel strong.no-tax-text {
  padding-left: 7px;
  color: #b30000;
  font-family: Abel, sans-serif;
  letter-spacing: 0.5px;
}

.sePageLayout .seSearchProductsContainer .seProduct .seSavingPercent {
  z-index: 3;
}

#SearchProducts .seProductAnchor {
  position: relative;
  display: block;
}

#SearchProducts .seProductAnchor .no-tax-icon {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#ProductDetails .btn-default.click-to-call {
  margin-bottom: 11px;
  border-color: #1992d0;
  border-width: 2px;
  position: relative;
  color: #111;
}
a.click-to-call.btn.btn-default::before {
  background: none;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border: 4px solid #ffcd07;
}
@media (min-width: 768px) {
  .seSearchProductsContainer .seProduct.col-sm-4 {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .seSearchProductsContainer .seProduct.col-sm-4 {
    width: 33.3333333333%;
  }
}
