ul.facet .gallery .control-button:first-of-type {margin-top: 10px;}
ul.facet .chevron {width: 1.2em;}
ul.facet .chevronBack {left: 10px;}
ul.facet .chevronFwd {right: 10px;}
ul.facet .chevron:before {border-width: 1em 0 1em 1em;}
ul.facet .chevron:after {border-width: 1em 0 1em 1em;}
ul.facet .gallery .control-operator:nth-of-type(1):target~.controls .control-button:nth-of-type(1),
ul.facet .gallery .control-operator:nth-of-type(2):target~.controls .control-button:nth-of-type(2),
ul.facet .gallery .control-operator:nth-of-type(3):target~.controls .control-button:nth-of-type(3),
ul.facet .gallery .control-operator:nth-of-type(4):target~.controls .control-button:nth-of-type(4),
ul.facet .gallery .control-operator:nth-of-type(5):target~.controls .control-button:nth-of-type(5) {
	color: #fff;
	color: rgba(255,255,255,.8);
	font-size: 1.1em;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 7px;
    margin-top: 10px;
}

.gallery .control-button:hover {
	color: #fff;
	color: rgba(255,255,255,.8);
}

.gallery .control-button {
  color: #ccc;
  color: rgba(105, 105, 105, 0.4);
}

.gallery .control-button:hover {
  color: white;
  color: rgba(105, 105, 105, 0.8);
}

.gallery {position: relative;}
.gallery .item {
  overflow: hidden;
  text-align: center;
}
.gallery .controls {
  position: absolute;
  top: -65px;
  height: 60px;
  width: 100%;
  text-align: right;
}
.gallery .control-button {
  display: inline-block;
  margin: 0 .02em;
  font-size: 2.5em;
  text-align: center;
  text-decoration: none;
  transition: color .1s;
  margin-top: .14em;
}

.features-brandsWrap .chevron {
	top: 30px;
	z-index: 999;
}

.features-brandsWrap .chevronBack {margin-left: 1%;}
.features-brandsWrap .chevronFwd {margin-right: 3%;}

.chevron {
  display: inline-block;
  position: absolute;
  top: 120px;
  z-index: 9;
  width: 45px;
  height: 45px;
  border-radius: 25px;
  cursor: pointer;
}
.chevronBack {
  left: 0;
  background: url(../image/2018-left-active-arrow.png) no-repeat;
  background-color: white;
}
#sidebar .chevron {
    transform: scale(.75);
    top: 85px;
}
#sidebar .certona {
	background: url(../image/buy_again_label.png) no-repeat;
	background-position-x: 25px;
	background-position-y: 5px;
}
#sidebar .certona .catFour {
	background: url(../image/favorite-brands_label_121819.png) no-repeat;
	background-position-x: 25px;
	background-position-y: 5px;
}
#sidebar .certona .item-thumb {margin-top: 20px;}
.pdp .chevronBack {left: 20px;}
.chevronFwd {
  background: url(../image/2018-right-active-arrow.png) no-repeat;
  background-color: white;
  right: 0;
}
.pdp .chevronFwd {right: 20px;}

.recReviews {height: 30px;}