.react-multi-carousel-list {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.react-multi-carousel-track {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  position: relative;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform, transition;
}
.react-multiple-carousel__arrow {
  position: absolute;
  outline: 0;
  transition: all 0.5s;
  border-radius: 25px;
  z-index: 1000;
  border: 0;
  background: rgba(0, 0, 0, 0.3);
  min-width: 35px;
  min-height: 35px;

  opacity: 1;
  cursor: pointer;
}
.react-multiple-carousel__arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}
.react-multiple-carousel__arrow:before {
  font-size: 20px;
  color: #fff;
  display: block;
  font-family: revicons;
  text-align: center;
  z-index: 2;
  padding-bottom: 6px;
  position: relative;
}
.react-multiple-carousel__arrow:disabled {
  cursor: default;
  background: rgba(0, 0, 0, 0.5);
}
.react-multiple-carousel__arrow--left {
  left: calc(4% + 1px);
}
.react-multiple-carousel__arrow--left:before {
  content: '←';
}
.react-multiple-carousel__arrow--right {
  right: calc(4% + 1px);
}
.react-multiple-carousel__arrow--right:before {
  content: '→';
}
.react-multi-carousel-dot-list {
  position: absolute;
  bottom: 0;
  display: flex;
  left: 0;
  right: 0;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.react-multi-carousel-dot button {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 1;
  box-shadow: none;
  transition: background 0.5s;
  border: 2px solid grey;
  padding: 0;
  margin: 0 6px 0 0;
  outline: 0;
  cursor: pointer;
}
.react-multi-carousel-dot--active button,
.react-multi-carousel-dot button:hover:active {
  background: #080808;
}
.react-multi-carousel-item {
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .react-multi-carousel-item {
    flex-shrink: 0 !important;
  }
  .react-multi-carousel-track {
    overflow: visible !important;
  }
}
* {
  box-sizing: border-box;
}

.carousel-wrapper {
  padding-left: 95px;
  padding-right: 95px;
}

.recommendation-title h3 {
  font-size: 16px !important;
  font-weight: 600 !important;
  text-align: left !important;
}
/*# sourceMappingURL=main.9b12ea6a.css.map */
/* Toggle Button */
.Polaris-Checkbox_1d6zr {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  border: 0;
  outline: 0;
  cursor: pointer;
  margin: 10px;
}

/* To create surface of toggle button */
.Polaris-Checkbox_1d6zr:after {
  content: '';
  width: 60px;
  height: 28px;
  display: inline-block;
  background: rgba(196, 195, 195, 0.55);
  border-radius: 18px;
  clear: both;
}

/* Contents before checkbox to create toggle handle */
.Polaris-Checkbox_1d6zr:before {
  content: '';
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* Shift the handle to left on check event */
.Polaris-Checkbox_1d6zr:checked:before {
  left: 32px;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.6);
}
/* Background color when toggle button will be active */
.Polaris-Checkbox_1d6zr:checked:after {
  background: #16a085;
}

@media only screen and (min-width: 768px) {
}

/* ------------------- Shopcast CSS ----------------- */

.shopcast-product {
  position: relative;
}

.shopcast-product img {
  border: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 100%;
}

.shopcast-image {
  position: relative;
}

.product-label {
  position: absolute;
  top: 11px;
  right: 11px;
  z-index: 2;
  text-align: right;
  pointer-events: none;
}
.cstm-product-label {
  background-color: #d61e38;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 5px;
  min-width: 67px;
  min-height: 20px;
}

.shopcast-content {
  padding: 10px;
  font-size: 14px;
}

.shopcast-product-title {
  margin-bottom: 5px;
  font-weight: 400;
}

.shopcast-product-price {
  display: flex;
  justify-content: space-between;
}

.shopcast-product-compare-at-price {
  color: #969696;
  text-decoration: line-through;
}
.itemToItemHide{
  display: none  !important;
}
.topRatedHide{
  display: none  !important;
}
.userToItemHide{
  display: none  !important;
}