@media only screen and (max-width: 767.5px) {
	#plProds > .prod-cell-row {
		display: flex;
		flex-wrap: wrap;
	}
	
	#plPaginationNav > .row {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	
	#plPaginationNav > .row > .col-md-3 {
		width: 25%;
	}
	
	#plPaginationNav > .row > .col-md-6 {
		width: 50%;
	}
}

#VarietyForm {
  display: none
}

@media only screen and (max-width: 767.5px) {
  .md-lg-only {
    display: none
  }

  .prod-cell-img a img.md-lg-only {
    display: none
  }

  #plProds {
    padding-top: 0
  }

  #plProds .prod-cell.vc-row {
    width: 100%;
    padding-left: 0;
    padding-right: 0
  }

  #plProds .prod-cell.vc-row+.prod-cell {
    border-top: 1px solid #cad4d4
  }

  #plProds .prod-cell.vc-row .prod-cell-img {
    max-width: none;
    margin-bottom: 12px
  }

  #plProds .prod-cell.vc-row .prod-cell-img img {
    margin: 0 auto
  }

  #plProds .prod-cell.vc-row .prod-cell-buy,
  #plProds .prod-cell.vc-row .prod-cell-desc,
  #plProds .prod-cell.vc-row .prod-cell-img {
    max-width: none
  }

  #plProds .prod-cell.vc-row .prod-cell-title>a {
    font-size: 16px;
    line-height: 24px
  }

  #plProds .prod-cell.vc-row .prod-cell-reviews {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 4px
  }

  #plProds .prod-cell.vc-row .prod-cell-reviews .review-stars {
    margin-right: 3px
  }

  #plProds .prod-cell.vc-row .prod-cell-blurb {
    display: block
  }

  #plProds .prod-cell.vc-row .prod-cell-blurb>p {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: normal
  }

  #plProds .prod-cell.vc-row .prod-cell-blurb::first-letter {
    text-transform: uppercase
  }

  #plProds .prod-cell.vc-row .prod-cta {
    width: 100%;
    max-width: 331px;
    margin: auto;
    order: 0
  }

  #plProds .prod-cell.vc-row .prod-cta+.text-italic {
    margin-top: 11px
  }

  #plProds .prod-cell.vc-row .prod-cell-buy {
    font-size: 16px
  }

  #plProds.grid .prod-cell {
    padding-top: 25px;
    padding-bottom: 10px;
    margin-bottom: 0
  }
}

@media only screen and (min-width: 768px) {
  .xs-sm-only {
    display: none
  }

  .prod-cell-img a img.xs-sm-only {
    display: none
  }

  #plProds.list>.prod-cell-row>.prod-cell .prod-cell-reviews {
    margin-top: 3px;
    margin-bottom: 5px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.5px) {
  #plProds.list .prod-cell.vc-row .prod-cell-desc {
    width: calc(100% - 453px) !important
  }

  #plProds.list .prod-cell.vc-row .prod-cell-buy {
    margin-top: 35px;
    width: 305px !important;
    text-align: center
  }
}

@media only screen and (min-width: 992px) {
  #plProds.list .prod-cell.vc-row .prod-cell-desc {
    width: calc(100% - 483px)
  }

  #plProds.list .prod-cell.vc-row .prod-cell-buy {
    margin-top: 35px;
    width: 335px;
    text-align: center
  }
}