
/* Reviews removal - BF/XMAS 2019 */

#productlist-results .productreviews-stars span,
#productlist-results .productreviews-stars i {
    display:none
}

#productlist-results .productlist-details .productbullets {
padding: 0px 0 60px 0!important;
}


@media only screen and (min-width : 480px) {
  #productlist-results .productlist-details .productbullets {
    padding: 0px 0 70px 0!important;
  }
  #productlist-results .productlist-details .productreviews, .promos .productreviews {
        padding-top: 0!important;
    }
}


@media only screen and (min-width : 768px) {
  #productlist-results .productlist-details .productbullets {
    padding: 0px 0 90px 0!important;
  }
}

@media only screen and (min-width : 992px) {
  #productlist-results .productlist-details .productbullets {
    padding: 0px 0 90px 0!important;
  }
  #productlist-results .productlist-details .productreviews {
      bottom:40px
  }
}


.product-carousel .productlist-details .productreviews-stars span,
.product-carousel .productlist-details .productreviews-stars i {
    display:none
}


@media all and (min-width:320px) {
  .product-carousel a {
      min-height:300px!important
  }
  .product-carousel .productlist-details {
      min-height: 220px!important;

  }
}

/* #related-products */
@media all and (min-width:320px) {
    #related-products.product-carousel a {
        min-height:350px!important
    }
    #related-products.product-carousel .productlist-details {
        min-height: 235px!important;
    }
}

@media all and (min-width:768px) {
    #related-products.product-carousel a {
        min-height:380px!important
    }
    #related-products.product-carousel .productlist-details {
        min-height: 225px!important;
    }
}

@media all and (min-width:992px) {
    #related-products.product-carousel a {
        min-height:420px!important
    }
    #related-products.product-carousel .productlist-details {
        min-height: 225px!important;
    }
}

@media all and (min-width:1200px) {
    #related-products.product-carousel a {
        min-height:390px!important
    }
    #related-products.product-carousel .productlist-details {
        min-height: 220px!important;
    }
}
/* // #related-products */


#product-transactional-inner .product-reviews,
#product-customer-reviews {
    display:none;
}


/* *************************************** */

/* FIX FOR PRODUCT PAGE NAV RED LINKS */

@media all and (max-width:767px) {
    .cd-dropdown-content a, .cd-dropdown-content ul a {
        color: #323232!important;
    }
    .cd-dropdown h2 {
    padding: 16px 20px!important
    }
}


#product-mlv .foldable a {
  font-family:unset!important;
  text-decoration:underline!important;
}


@media all and (min-width: 768px) {
    #product-mlv .foldable a:hover {
      color: #323232!important
    }
}

.image-gallery .slick-slide:focus {
    outline: none;
}
