/* BEGIN PRODUCT PAGE STYLES */
/* --MAIN CONTENT-- */
#maincontent {
  max-width: 100%;
}
.leftside {
  min-width: 60%;
  min-height: 600px;
}
.rightside {
  min-width: 30%;
  width: 30%;
  margin: 60px 5% 0 5%;
}
#thumbnail-slider-prev::before,
#thumbnail-slider-next::before {
  width: 14px !important;
  height: 14px !important;
}
.bv {
  display: flex;
  flex-flow: row nowrap;
  margin-top: 6px;
}
.rating {
  font-size: 30px;
  color: #edc031;
  letter-spacing: -2px;
  margin-right: 15px;
}
.wartext:hover {
  text-decoration: underline;
}
.prodtitle {
  font-size: 26px;
  color: #4d4d4f;
  margin-bottom: -10px;
}
.top3feats {
  color: #4d4d4f;
  margin: 20px 0;
}
#top3ul {
  margin: -6px 0 -20px 0;
}
.more {
  color: #27796e;
  font-size: 16px;
}
.wtb {
  background-color: #417C75;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #417C75;
  margin: 10px auto 0 0;
  padding: 10px 0;
  font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial",
    sans-serif;
  font-size: 18px;
  letter-spacing: 0.9px;
  font-weight: 800;
  min-width: 180px;
  color: white;
  text-align: center;
}
.related {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 30px;
}

#relatedproduct > .container {
  margin-bottom: 10px;
}
.title {
  color: #4d4d4f;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: -10px;
}
.relateditems {
  display: flex;
  flex-wrap: wrap;
}
.ritem {
  margin: 10px 10px 10px 0;
  padding: 0 10px;
  color: #4d4d4f;
  border-style: solid;
  border-width: 1px;
  border-color: #4d4d4f;
  border-radius: 7px;
  text-align: center;
}
.thisitem {
  font-weight: 900;
}
.colors {
  margin: 20px 0;
}
.colorwrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.color {
  margin: 10px 10px 10px 0px;
  padding: 7px;
  border-radius: 20px;
  width: 12px;
  height: 12px;
}
.thisone {
  border: 1px solid black;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  margin: 5px 5px 8px -5px;
  padding: 10px;
}
#cement {
  background-color: #b8b9bd;
}
#hazelwood {
  background-color: #898885;
}
#blueeclipse {
  background-color: #0a4da7;
}
#lilacpixie {
  background-color: #c3b3e4;
}
#rocketred {
  background-color: #bb1835;
}
/* --END MAIN CONTENT-- */
/* CONTINUE PRODUCT PAGE STYLES */
/* --BEGIN BTF CONTENT-- */
.btf {
  margin: 0;
}
.topmargin {
  margin-top: 30px;
}

.infotitle {
  font-size: 26px;
  color: #4d4d4f;
  /*margin: 0 20px;*/
  padding-top: 20px;
  text-align: left;
}
.titleoffset {
  margin-left: -5px;
}
.titleindent {
  margin-left: -15px;
  font-size: 24px;
}
.arrow {
  margin: 0 12px 0 -15px;
}
.info {
  text-align: left;
  margin: 20px 30px 0px 30px;
  color: #757575;
}
.desc {
  margin: 20px 20px 30px 20px;
}
.specs {
  display: flex;
  flex-flow: row wrap;
  margin: 20px 20px 0 20px;
  padding-right: 20px;
}
.specCol {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin: -10px 0 0 0;
  justify-content: flex-start;
}
.product {
  font-weight: 700;
  margin-bottom: -20px;
}
.feats {
  margin: 0px 20px 30px 20px;
}
.name {
  font-size: 20px;
}
.ratings {
  margin-top: 20px;
}
.overallrate {
  margin: auto 15px auto 0;
  max-width: 15%;
  width: 15%;
  text-align: center;
}
#reviewstitle {
  margin-left: 40px;
}

.similar-items {
  margin-left: 15px;
}

.reviewshead {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 10px;
}
.bigstars {
  font-size: 24px;
  margin-bottom: 10px;
}
.totalratings {
  font-size: 20px;
}
.vline {
  width: 1px;
  height: 140px;
  background-color: #c3c3c3;
  margin: 10px 0;
}
.recs {
  margin: auto 15px;
  max-width: 15%;
  width: 15%;
  text-align: center;
}
.recsnumber {
  font-size: 20px;
}
.starbreakdown {
  max-width: 50%;
  width: 50%;
  width: 480px;
}
.startext {
  font-size: 16px;
  width: 65px;
}
.barfill {
  height: 10px;
  background-color: #4d4d4f;
  border-radius: 6px 0 0 6px;
  margin-top: 8px;
}
.barempty {
  height: 10px;
  background-color: #c3c3c3;
  border-radius: 0 6px 6px 0;
  margin-top: 8px;
}
.starnumber {
  width: 60px;
  font-size: 16px;
  padding-left: 10px;
}
.buttons {
  max-width: 20%;
  width: 20%;
  padding-right: 20px;
}
.writeone {
  background-color: #57aba0;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #57aba0;
  margin: 10px auto 10px 0;
  padding: 10px 0;
  font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial",
    sans-serif;
  font-size: 18px;
  letter-spacing: 0.9px;
  font-weight: 800;
  min-width: 60%;
  color: white;
  text-align: center;
}
.seeall {
  background-color: white;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #57aba0;
  margin: 10px auto 10px auto;
  padding: 10px 0;
  font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial",
    sans-serif;
  font-size: 18px;
  letter-spacing: 0.9px;
  font-weight: 800;
  min-width: 60%;
  color: #57aba0;
  text-align: center;
}
.reviewfilters {
  margin: 10px 20px;
  padding: 10px 10px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropbtn {
  padding: 5px 8px;
  border: none;
  background-color: white;
  text-align: left;
  cursor: pointer;
  width: 200px;
}
.dropdowncontent {
  display: none;
  position: absolute;
  background-color: white;
  width: 200px;
  border: 1px solid #757575;
  z-index: 1;
}
.dropdowncontent a {
  color: #757575;
  padding: 0 10px;
  font-size: 14px;
  display: block;
}
.dropdowncontent a:hover {
  text-decoration: underline;
}
.dropdown:hover .dropdowncontent {
  display: block;
}
.rseperator {
  padding-left: 15px;
}
.revmore {
  margin: 20px 0 20px 24px;
  text-align: center;
}
.revmore:hover {
  text-decoration: underline;
}
.review {
  padding: 20px;
  margin: 10px 6px 10px 6px;
}
.smallstars {
  color: #edc031;
}
.date {
  font-size: 12px;
}
.reviewtext {
  color: #4d4d4f;
  font-size: 16px;
}
.reviewer {
  font-weight: 700;
  color: #757575;
}
.helpful {
  font-size: 14px;
}
.isit {
  margin: 0 5px;
  text-decoration: underline;
  padding: 3px 6px;
}
.similaritems {
  max-width: 1190px;
  display: flex;
  flex-flow: row wrap;
  max-height: 320px;
  padding-bottom: 16px;
  margin: 0 auto 40px auto;
  justify-content: space-evenly;
  overflow: hidden;
}
.similaritem {
  width: 236px !important;
  max-height: 320px;
  border: solid 1px #c3c3c3;
  text-align: left;
  padding: 16px;
  background-color: white;
  margin-bottom: 30px;
  margin-right: 5px;
  display: flex;
  flex: 0 0 auto;
  align-content: stretch;
}
.similaritems > a:last-child {
  margin-right: 0 !important;
  padding-right: 28px !important;
}
.similaritems > a:first-child {
  padding-left: 28px !important;
}
.similarimage {
  width: 100%;
  height: 100%;
  /*	max-width: 235px;
	max-height: 235px;*/
  margin: 0 auto;
}
.similarrating {
  font-size: 16px;
  color: #edc031;
}
.similarratenumber {
  font-weight: 500;
  color: #757575;
  font-size: 16px;
}
.similarnumber {
  font-weight: 700;
  color: #757575;
  font-size: 18px;
}
.similarname a {
  font-weight: 700;
  color: #757575;
  font-size: 16px;
  text-decoration: none;
}
.last {
  overflow: hidden;
}
.visibilitytoggle {
  visibility: hidden;
}
#description {
  opacity: 0;
  height: 0;
}
#descless {
  visibility: hidden;
  margin-left: -56px;
}
#desctoggle ~ label i {
  transition: all ease-in-out 0.3s;
}
#desctoggle ~ #description {
  transition: all ease-in 0.1s;
  transition-delay: 0.2s;
}
#desctoggle:checked ~ label i {
  transform: rotate(90deg);
}
#desctoggle:checked ~ #description {
  opacity: 1;
  height: auto;
}
#desctoggle:checked ~ label #desc {
  /*color: white;*/
  visibility: hidden;
}
#desctoggle:checked ~ label #descless {
  visibility: visible;
}
#descriptionanchor {
  position: relative;
  z-index: 95;
}
#features {
  opacity: 0;
  height: 0;
}

#featsless {
  visibility: hidden;
  margin-left: -56px;
}

#featstoggle ~ label i {
  transition: all ease-in-out 0.3s;
}
#featstoggle ~ #features {
  transition: all ease-in 0.1s;
  transition-delay: 0.2s;
  overflow: hidden;
}

#featstoggle:checked ~ #features {
  display: block;
}

#featstoggle:checked ~ label i {
  transform: rotate(90deg);
}
#featstoggle:checked ~ #features {
  opacity: 1;
  height: auto;
}

#featstoggle:checked ~ label #feats {
  color: white;
  width: 1000px;
}
#featstoggle:checked ~ label #featsless {
  visibility: visible;
}
#featuresanchor {
  position: relative;
  z-index: 96;
}
#specifications {
  opacity: 0;
  height: 0;
}
#specsless {
  visibility: hidden;
  margin-left: -56px;
}
#specstoggle ~ label i {
  transition: all ease-in-out 0.3s;
}
#specstoggle ~ #specifications {
  transition: all ease-in 0.1s;
  transition-delay: 0.2s;
  overflow: hidden;
}
#specstoggle:checked ~ label i {
  transform: rotate(90deg);
}
#specstoggle:checked ~ #specifications {
  opacity: 1;
  height: auto;
}
#specstoggle:checked ~ label #specs {
  color: white;
}
#specstoggle:checked ~ label #specsless {
  visibility: visible;
}
#specificationsanchor {
  position: relative;
  z-index: 97;
}
#reviewsanchor {
  z-index: 98;
}
#similaritemsanchor {
  z-index: 99;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 100px;
  bottom: 120%;
  left: 50%;
  margin-left: -50px;
  background-color: white;
  color: #4d4d4f;
  text-align: center;
  padding: 0;
  border-radius: 5px;
  border-color: #757575;
  border-style: solid;
  border-width: 1px;
  position: absolute;
  z-index: 1;
  font-size: 14px;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip .tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-style: solid;
  border-width: 5px;
  border-color: #757575 transparent transparent transparent;
}
/* --END BTF CONTENT-- */

@media (max-width: 768px) {
  #reviewstitle {
    margin-left: 25px;
  }
  .similar-items {
    margin-left: 0px;
  }
}

/* Glide 
  ~ NB: If used elsewhere in the site, move to main.css */
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
  width: 100%;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  text-align: center;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  /*border:1px solid #757575;*/
}

.glide__slide img {
  width: 200px;
}

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 40%;
  z-index: 2;
  color: #757575;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 0;
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 24px;
  height: 95%;
  line-height: 1;
}

.glide__arrow--left {
  left: -1.2em;
  margin-left: 5px;
}
.glide__arrow--right {
  right: -1.2em;
  margin-right: 5px;
}
.glide__arrow--disabled {
  opacity: 0.33;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover,
.glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}

.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
/* /Glide */
/* END PRODUCT PAGE STYLES */
