.mc-shortcode {
  font-family: "Open Sans", sans-serif;
  display: flow-root;
}
.mc-shortcode__col-2 {
  width: calc(50% - 8px);
  float: left;
  border-radius: 6px;
}
.mc-shortcode__col-2:nth-child(2n) {
  margin-left: 5px;
}
.mc-shortcode__col-2:nth-child(n) {
  margin-right: 5px;
}
.mc-shortcode__col-1 {
  width: 100%;
}
.mc-shortcode__product,
.mc-shortcode__product--single {
  padding: 10px;
  height: 196px;
}
.mc-shortcode__product--show {
  border: 1px solid #f1f1f1;
}
.mc-shortcode__carousel {
  display: flex;
}
.mc-shortcode__product-image,
.mc-shortcode__product-image--single {
  float: left;
  width: 100%;
  text-align: center;
  margin-right: 10px;
}
.mc-shortcode__product-container {
  height: 240px;
  background: #fbfbfb 0% 0% no-repeat padding-box;
  border: 1px solid #f1f1f1;
}
.mc-shortcode__product-container--single {
  height: 230px;
}
.mc-shortcode__product-container--show {
  border: none;
}
.mc-shortcode__product-title {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  max-height: 55px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mc-shortcode__product-title--single {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  max-height: 55px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mc-shortcode__product-price,
.mc-shortcode__product-price--single {
  height: 40px;
  display: block;
}
.mc-shortcode__product-price--regular,
.mc-shortcode__product-price--regular-single{
  font-size: 16px;
  font-weight: 600;
  float: left;
  text-decoration: line-through;
  text-align: center;
  color: #a1a1a1;
  width: 100%;
}
.mc-shortcode__product-price--regular--single {
  font-size: 18px !important;
}
.mc-shortcode__product-price--final,
.mc-shortcode__product-price--normal,
.mc-shortcode__product-price--final-single,
.mc-shortcode__product-price--normal-single {
  float: left;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #000000;
  width: 100%;
}
.mc-shortcode__product-price--final-single {
  font-size: 20px !important;
}
.mc-shortcode__add-to-cart {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mc-shortcode__add-to-cart--show {
  background-color: #36aa49;
  border-radius: 0px 0px 6px 6px;
  display: block;
  color: #97dfa3 !important;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.mc-shortcode__add-to-cart--show:hover,
.mc-shortcode__add-to-cart--show:focus {
  color: #97dfa3;
  text-decoration: none;
}
.mc-shortcode__pagination-container {
  padding: 10px;
}
.mc-shortcode__line {
  background-color: #d1d1d1;
  float: left;
  width: 100%;
  height: 1px;
  margin-right: 50px;
}
.mc-shortcode__pagination-container {
  display: flex;
  align-items: center;
}
.mc_shortcode_action {
  float: left;
  display: contents;
}
.mc-shortcode__steps {
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  justify-content: center;
}
.mc-shortcode__nav-dot {
  width: 5px;
  height: 5px;
  margin: 0 4px;
  position: relative;
  border-radius: 100%;
  display: inline-block;
}
.mc-shortcode__nav-dot:hover {
  cursor: pointer;
}
.mc-shortcode__nav-dot--default {
  background-color: #d1d1d1;
}
.mc-shortcode__nav-dot--selected {
  background-color: #000000;
}
.mc-shortcode__nav-left,
.mc-shortcode__nav-right {
  text-align: center;
}
.mc-shortcode__nav-left:hover,
.mc-shortcode__nav-right:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .mc-shortcode__product,
  .mc-shortcode__product--single {
    height: 100px;
  }
  .mc-shortcode__carousel {
    height: 150px;
  }
  .mc-shortcode__product-container,
  .mc-shortcode__product-container--single {
    height: 143px;
  }
  .mc-shortcode__product-image {
    width: inherit;
    text-align: left;
    padding: 5px 5px 0px 15px;
  }
  .mc-shortcode__product-image--single {
    padding: 5px 15px 0px 15px;
    transform: scale(1.1);
    width: inherit;
    text-align: left;
  }
  .mc-shortcode__product-title,
  .mc-shortcode__product-title--single {
    width: inherit;
    text-align: left;
  }
  .mc-shortcode__product-price--regular,
  .mc-shortcode__product-price--regular-single, .mc-shortcode__product-price--normal-single {
    width: inherit;
    text-align: inherit;
    margin-top: 3px;
  }
  .mc-shortcode__product-price--final,
  .mc-shortcode__product-price--normal,
  .mc-shortcode__product-price--final-single {
    width: inherit;
    text-align: inherit;
    margin-left: 10px;
    margin-bottom: 0;
  }
}
