@font-face {
  font-family: "LuckyGunner";
  src: url("./../fonts/LuckyGunner.eot?b4i36j");
  src: url("./../fonts/LuckyGunner.eot?b4i36j#iefix")
      format("embedded-opentype"),
    url("./../fonts/LuckyGunner.ttf?b4i36j") format("truetype"),
    url("./../fonts/LuckyGunner.woff?b4i36j") format("woff"),
    url("./../fonts/LuckyGunner.svg?b4i36j#LuckyGunner") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "LuckyGunner" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-keyboard_arrow_down:before {
  content: "\e313";
}
.icon-keyboard_arrow_right:before {
  content: "\e315";
}
.icon-autocomplete-location:before {
  content: "\e900";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-o:before {
  content: "\f006";
}
.icon-star-half1:before {
  content: "\f089";
}
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-keyboard_arrow_down1:before {
  content: "\e314";
}
.icon-keyboard_arrow_right1:before {
  content: "\e316";
}
.icon-autocomplete-location1:before {
  content: "\e901";
}
.icon-star1:before {
  content: "\f007";
}
.icon-star-o1:before {
  content: "\f008";
}
.icon-star-half2:before {
  content: "\f08a";
}
.icon-star-half-empty1:before {
  content: "\f124";
}
.icon-star-empty:before {
  content: "\e9d7";
}
.icon-star-half:before {
  content: "\e9d8";
}

.mc-widget {
  height: 260px;
  margin-bottom: 24px;
}
.mc-widget_title {
  width: 100%;
  background-color: #0f8541;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #f8fcfa;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 5px;
}
.mc-widget__product {
  border: 2px solid #ececec;
  height: 100%;
  max-height: 220px;
}
.mc-widget__product-container {
  padding: 10px;
  height: 100%;
}
.mc-widget__product-title {
  color: #1e1e1e;
  font-weight: 600;
  font-size: 16px;
}
.mc-widget__product-image {
  float: left;
  width: 45%;
}
.mc-widget__product-content {
  float: left;
  width: 55%;
  align-items: center;
  height: 50%;
}
.mc_widget__product_reviews-container {
  display: flex;
  width: 100%;
}
.mc_widget__product-review-title {
  font-weight: 600;
  margin-left: 10px;
}
.mc_widget__product-ratio-container {
  position: relative;
  margin-top: 2px;
}
.mc_widget__product-ratio-container:before {
  font-family: "LuckyGunner";
  content: "\f006\f006\f006\f006\f006";
  color: #ad842d;
  z-index: 10;
}
.mc-widget__product-ratio {
  display: block;
  position: absolute;
  height: 14px;
  top: 1px;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: left;
  white-space: nowrap;
}
.mc-widget__product-ratio::before {
  font-family: "LuckyGunner";
  content: "\f005\f005\f005\f005\f005";
  color: #f7c352;
}
.mc-widget__product-price-regular {
  color: #b6b6b6;
  font-weight: 600;
  font-size: 14px;
  text-decoration: line-through;
}
.mc-widget__product-price-regular--value {
  padding-left: 15px;
  font-weight: 600;
  font-size: 16px;
}
.mc-widget__product-price-special, 
.mc-widget__product-price-normal {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
}
.mc-widget__product-price-special--value,
.mc-widget__product-price-normal--value {
  font-weight: 600;
  font-size: 18px;
  padding-left: 5px;
}
.mc-widget__product-go-to {
  background-color: #0f8541;
  margin: auto;
  display: flow-root;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 35px;
  color: #f3f8f5;
  border-radius: 5px;
}
.mc-widget__product-go-to:hover,
.mc-widget__product-go-to:focus {
  color: #f3f8f5;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .mc-widget__product-image {
    width: 30%;
  }
  .mc-widget__product-content {
    width: 70%;
    padding: 5px;
  }
}
