.clearfix {
  clear: both;
}
.widget_stackCommerce_widget {
  width: 100%;
  float: left;
}
.rotate {
  -ms-transform: rotate(50deg);
  /* IE 9 */
  -webkit-transform: rotate(50deg);
  /* Chrome, Safari, Opera */
  transform: rotate(50deg);
}
.boxSizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.stackCommerceSeeAllDeals {
  text-align: right;
}
.stackCommerceWidgetSidebar {
  width: 100%;
  float: left;
  min-height: 300px;
  clear: both;
}
.stackCommerceWidgetSidebar .singlestackCommerceItem {
  overflow: hidden;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  position: relative;
  background: #ebebeb;
}
.stackCommerceWidgetSidebar .singlestackCommerceItem a:hover {
  border: none;
}
.stackCommerceWidgetSidebar .singlestackCommerceItem img {
  max-width: 100%;
  height: auto;
}
.stackCommerceWidgetSidebar .singlestackCommerceItem .stackCommerceItemPrice {
  display: block;
  width: 60%;
  margin: 0 auto;
  margin-top: -16px;
  position: relative;
  font-size: 14px;
  z-index: 999;
  text-align: center;
  background: #4986E0;
  color: white;
  text-decoration: none;
  border-radius: 3px;
  padding: 5px 5px;
  border-bottom: none;
}
.stackCommerceWidgetSidebar .singlestackCommerceItem .stackCommerceBuyButton {
  display: inline;
  text-transform: uppercase;
}
.stackCommerceWidgetSidebar .singlestackCommerceItem .singlestackCommerceItemDiscount {
  position: absolute;
  background: #ffd300;
  font-weight: 700;
  color: black;
  width: 200px;
  font-size: 15px;
  padding: 70px 40px 5px 40px;
  top: -33px;
  right: -93px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-transform: rotate(50deg);
  /* IE 9 */
  -webkit-transform: rotate(50deg);
  /* Chrome, Safari, Opera */
  transform: rotate(50deg);
}
.stackCommerceWidgetSidebar .singlestackCommerceItem .stackCommerceItemOriginalPrice {
  text-decoration: line-through;
  font-size: small;
  display: none;
}
.stackCommerceWidgetSidebar .singlestackCommerceItem .stackCommerceItemSalePrice {
  display: inline;
}
.stackCommerceWidgetSidebar .singlestackCommerceItem .stackCommerceItemTitle {
  width: 100%;
  float: left;
  padding: 10px 15px;
  font-size: 15px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.stackCommerceWidgetSidebar .singlestackCommerceItem .stackCommerceItemTitle a {
  color: #6b6b6b;
  text-decoration: none;
  border-bottom: none;
}
.stackCommerceWidgetSidebar .singlestackCommerceItem .stackCommerceItemTitle a:hover {
  text-decoration: underline;
}
.stackCommerceInlineDisplayHeader {
  width: 100%;
  margin-bottom: 20px;
  float: left;
}
.stackCommerceInlineDisplayHeader .stackCommerceInlineHeaderText {
  float: left;
  font-size: 40px;
  font-weight: 700;
}
.stackCommerceInlineDisplayHeader h3 {
  float: left;
}
.stackCommerceInlineDisplayHeader .stackCommerceSeeAllDeals {
  float: right;
  margin-top: 5px;
  text-align: right;
}
.stackCommerceInlineDisplayHeader .stackCommerceSeeAllDeals ::after {
  content: ' →';
}
.stackCommerceItemWrap {
  width: 100%;
  float: left;
}
.stackCommerceShortcode {
  width: 100%;
  float: left;
  margin-left: -10px;
  margin-right: -10px;
  clear: both;
  margin: 0 auto;
}
.stackCommerceShortcode.col1 .stackCommerceItemWrap {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 100px) {
  .stackCommerceShortcode.col1 .stackCommerceItemWrap {
    float: left;
    width: 100%;
  }
}
.stackCommerceShortcode.col2 .stackCommerceItemWrap {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 100px) {
  .stackCommerceShortcode.col2 .stackCommerceItemWrap {
    float: left;
    width: 50%;
  }
}
.stackCommerceShortcode.col3 .stackCommerceItemWrap {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 100px) {
  .stackCommerceShortcode.col3 .stackCommerceItemWrap {
    float: left;
    width: 33.33333333%;
  }
}
.stackCommerceShortcode.col4 .stackCommerceItemWrap {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 100px) {
  .stackCommerceShortcode.col4 .stackCommerceItemWrap {
    float: left;
    width: 25%;
  }
}
