/* function to convert the calc function in to rem based
$first- should be in % */
/** Slick Carousel Starts **/
/** Slick Carousel Ends **/
/* override default breakpoints */
.stacked .stacked-layout {
  position: relative;
  width: 100%; }
  .stacked .stacked-layout .stacked-container .title {
    color: #666666; }
  .stacked .stacked-layout .stacked-container .tile-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
    .stacked .stacked-layout .stacked-container .tile-container .stacked-product-tile,
    .stacked .stacked-layout .stacked-container .tile-container .stacked-content-tile {
      width: 10rem;
      position: relative;
      margin-bottom: 1.5rem;
      margin-right: 1rem; }
      @media (min-width: 768px) {
        .stacked .stacked-layout .stacked-container .tile-container .stacked-product-tile,
        .stacked .stacked-layout .stacked-container .tile-container .stacked-content-tile {
          margin-bottom: 2.5625rem;
          margin-right: 1.5rem; } }
    .stacked .stacked-layout .stacked-container .tile-container .price {
      display: none;
      color: #666666; }
      .stacked .stacked-layout .stacked-container .tile-container .price .strike-through {
        margin-right: auto; }
    .stacked .stacked-layout .stacked-container .tile-container.display-product-price .price {
      display: block; }
  .stacked .stacked-layout .stacked-container .btn-wrapper {
    width: 100%;
    text-align: center; }
    @media (max-width: 767.98px) {
      .stacked .stacked-layout .stacked-container .btn-wrapper .btn {
        width: 100%; } }

a.stacked-product-link, a.stacked-content-link {
  width: 100%;
  text-align: center;
  z-index: 3; }
  .slick-carousel a.stacked-product-link > :last-child, .slick-carousel a.stacked-content-link > :last-child {
    margin-bottom: 0.5rem; }
  a.stacked-product-link:hover, a.stacked-product-link:focus, a.stacked-content-link:hover, a.stacked-content-link:focus {
    outline: none; }
    a.stacked-product-link:hover .image-container, a.stacked-product-link:focus .image-container, a.stacked-content-link:hover .image-container, a.stacked-content-link:focus .image-container {
      -webkit-box-shadow: 0 0 0.3125rem 0.0625rem #212121;
              box-shadow: 0 0 0.3125rem 0.0625rem #212121;
      border: solid 0.125rem #0e78ad;
      border-radius: 0.25rem; }
    a.stacked-product-link:hover .tile-details, a.stacked-product-link:hover .stacked-content-heading, a.stacked-product-link:focus .tile-details, a.stacked-product-link:focus .stacked-content-heading, a.stacked-content-link:hover .tile-details, a.stacked-content-link:hover .stacked-content-heading, a.stacked-content-link:focus .tile-details, a.stacked-content-link:focus .stacked-content-heading {
      text-decoration: underline; }
  a.stacked-product-link .image-container, a.stacked-content-link .image-container {
    border: solid 0.125rem transparent;
    border-radius: 0.25rem;
    overflow: hidden;
    position: relative; }
  a.stacked-product-link .image-container.drop-shadow, a.stacked-content-link .image-container.drop-shadow {
    -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.16)); }
  a.stacked-product-link .tile-details, a.stacked-content-link .tile-details {
    display: block;
    color: #666666;
    overflow: hidden;
    max-height: 5.875rem;
    word-break: break-word;
    word-wrap: break-word; }
    @media (min-width: 768px) {
      a.stacked-product-link .tile-details, a.stacked-content-link .tile-details {
        max-height: 6.375rem; } }
  a.stacked-product-link .round-image, a.stacked-content-link .round-image {
    border-radius: 50% !important;
    border: 0; }
  a.stacked-product-link h6.stacked-content-heading, a.stacked-content-link h6.stacked-content-heading {
    margin-top: 1rem;
    color: #666666; }
    a.stacked-product-link h6.stacked-content-heading + .tile-details, a.stacked-content-link h6.stacked-content-heading + .tile-details {
      margin-top: 0.5rem !important; }
  .slick-carousel.dark a.stacked-product-link .title, .slick-carousel.dark a.stacked-product-link .stacked-content-heading, .stacked.dark a.stacked-product-link .title, .stacked.dark a.stacked-product-link .stacked-content-heading, .slick-carousel.dark a.stacked-content-link .title, .slick-carousel.dark a.stacked-content-link .stacked-content-heading, .stacked.dark a.stacked-content-link .title, .stacked.dark a.stacked-content-link .stacked-content-heading {
    color: #fff; }
  .slick-carousel.dark a.stacked-product-link .tile-details, .stacked.dark a.stacked-product-link .tile-details, .slick-carousel.dark a.stacked-content-link .tile-details, .stacked.dark a.stacked-content-link .tile-details {
    color: #fff; }
    .slick-carousel.dark a.stacked-product-link .tile-details .price, .stacked.dark a.stacked-product-link .tile-details .price, .slick-carousel.dark a.stacked-content-link .tile-details .price, .stacked.dark a.stacked-content-link .tile-details .price {
      color: #fff; }
      .slick-carousel.dark a.stacked-product-link .tile-details .price .strike-throug, .stacked.dark a.stacked-product-link .tile-details .price .strike-throug, .slick-carousel.dark a.stacked-content-link .tile-details .price .strike-throug, .stacked.dark a.stacked-content-link .tile-details .price .strike-throug {
        color: #fff; }
