@mixin transition($transition...) {
  // defining prefixes so we can use them in mixins below
  $prefixes:      ("-moz-", "-webkit-", "" );
  @each $prefix in $prefixes {
    #{$prefix}transition: $transition;
  }
}

@mixin border-radius($raduis){
	-moz-border-radius: $raduis;
    -webkit-border-radius: $raduis;
    border-radius: $raduis;
}


.abs-center {
    transition: opacity 1s ease-in-out;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 280px;
    display: table;
    z-index: 200;
}

@media only screen and (min-width: 768px){
  .abs-center {
      min-height: 370px;
  }
}

.vert-align {
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px 30px;
}


@media only screen and (min-width: 1024px){
  .vert-align {
      padding: 0 80px 30px;
  }
}

@media only screen and (min-width: 1200px){
  .vert-align {
      padding: 0 150px 30px;
  }
}

.row.padded, .padded{
 	padding:200px 0; 
}

.remove-margin{
	margin: 0 !important;
}

.business-page-wrapper{
  background-color: #f9f9f9;
  color: #444;
  h1{
  	font-size: 42px;
  } 
  h2{
  	font-size: 33px;
  }
  h3{
  	font-size: 26px;
    font-weight: 500;
  }  
  p{
  	font-size: 17px;
    line-height: 28px
  }
}

.main-content.push-down{
 	padding-top:90px;
  	background-color: #f9f9f9;
}

.inset-p{
 	max-width: 580px;
  	margin: 0 auto;
  color:#444;
}

.inset-p-white{
 	max-width: 580px;
  	margin: 0 auto;
  color:#fff;
}

.image-rollovers .large--one-quarter {
  width: 33%;
}


/*Top Featured Landing */

.business-landing{
    height: 80vh;
 	background-image: url(https://cdn.shopify.com/s/files/1/0306/5249/files/top-header-5_copy.jpg?v=1601608454) ;
  	background-size: cover;
	background-position: center center;
	text-align: center;
  	h1, h2, p{
     color:#ffffff; 
    }
  
  .vert-align{
  	padding-bottom: 60px;
  }
  .mouse-scroll{
  	width: 40px;
    height: 20px;
    border: 2px solid #fff;
    @include border-radius(40px);
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -20px;
    @include transition(all 0.25s ease-in-out);
    &:before{
    	content: '';
      	width: 8px;
      	height: 8px;
      	background-color: #fff;
      	@include border-radius(8px);
      	position: absolute;
      	top: 50%;
    	left: 50%;
	    margin: -4px 0 0 -4px;
    }
    &:hover{
    	height: 40px;
      	bottom: 20px;
    }
  }
}


.comparison {
  background-color:black;
  text-align:center;
  color:white;
  padding:0;
  padding-top:150px;
  h1{
  	color: white;
  }
}

.comparison p {
  padding-bottom:150px;
}

.comparison-image {
  display:block;
}

.comparison-image-mobile {
  display: none;
}


.shop-section {
  background-color: white;
  text-align:center;
  color:black;
  padding:0;
  padding-top:150px;
  padding-bottom:150px;

}

.container {
  padding-top: 100px;
  padding-bottom: 100px;
  width:75%;
  margin:auto; 

}


.shop-now-image {
  width: calc(100% * 1/5 );
  display:block;
  float:left
}
  

.shop-button {
    background-color: #333333;
    border: none;
    color: white !important;
    padding: 13px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
  	border-radius:30px;
  	transition: all 0.25s ease-in-out;
}

.shop-button:hover {
  	background-color: #111111;
}


/* Features */

.business-features{
	font-size: 16px;
  	.headline{
  		font-weight: 700;
  	}
}

.rounded{
  border: 1px solid #fff;
  border-radius:30px;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 30px;
  color:#fff;
}

.feature{
  .feature-copy{
  	padding-left: 15px !important;
    padding-right: 20px !important;
    font-size: 15px;
  }  
}

.icon-buss{
  display:block;
}

/*carry better*/

.carrybetter-landing{
 	background-image: url(/cdn/shop/files/gradient-bg-dsk.png?411660136434224502) ;
    background-size: cover;
  	background-position:top center;
    min-height:950px;
  .carrybetter-image{
	width:450px;
  }
  #text-lower{
   	padding-top:40px; 
  }
  .all-carry-features{
  	margin-top: 40px;
    .feature-copy{
    	font-size: 14px;
    }
  }
  h2{
  	margin-bottom:10px;
  }
  .icon-buss{
    margin-bottom: 10px;
    img{
	    width: 60px;
    	height: 60px;
    }
  }
}



/* Personal */

.personal-row{
	background-color: #f3f3f3;
}


.image-rollovers{
	margin-top: 60px;
}

.deboss, .colour, .package, .sleeve{
	display:block;
	background-size:contain;
  	background-repeat: no-repeat;
	cursor: pointer;
  	position: relative;
  	img{
      @include transition(opacity 0.25s ease-in-out);
    }
  	&:hover{
      img{opacity:0;} 
    }
	p{
      font-size: 14px;
  	}
}

.deboss{
 	background-image: url(https://cdn.shopify.com/s/files/1/0306/5249/files/custom_sleeve_copy-3b.jpg?v=1601613971);
}

.colour{
 	background-image: url(https://cdn.shopify.com/s/files/1/0306/5249/files/custom_sleeve_copy-3c.jpg?v=1601614357);
}

.package{
 	background-image: url(https://cdn.shopify.com/s/files/1/0306/5249/files/custom_sleeve_copy-3d.jpg?v=1601614527);
}

.sleeve{
 	background-image: url(/cdn/shop/files/sleeve-hover.jpg?4348186881365225122);
}

/* Packaged */

.packaged{
  	//background-image: url(/cdn/shop/files/pink-back.jpg?3450838146440131784) ;
    //background-size: cover;
  	//background-position:center center;
  padding-top: 150px; 
  padding-bottom:150px; 
  max-width:none; 
  text-align:center; 
  background:#F9F9F9;
  #text-right{
   	text-align:left;
    height:600px;
    p{
    	max-width: 450px;
      	margin-right: auto;
    }
  }
  #image-left{
  	height:600px;
    text-align: right;
    img{
    	width: 520px;
      	height: 520px;
    }
    .vert-align{
    	padding: 0;
    }
  }
}

.bus-slider{
	overflow: hidden;
  .carousel{
  	.carousel-cell{
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
    }
   	.flickity-prev-next-button.next, .flickity-prev-next-button.previous{
	    background-color: transparent;
    	background-image: url(/cdn/shop/files/carousel-arrows.png?15133324054197237429);
        background-size: 93px 44px;
      	svg{
        	display: none;
        }
    }
    
    .flickity-prev-next-button.next{
    	background-position: 48px 0;
	    right: 40px;
    }
    .flickity-prev-next-button.previous{
    	background-position: 0 0;
      	left: 40px;
    }
  }
}




/* Contact Form */


.main-content .business-form .row .columns{
	margin-top: 0;
	margin-bottom: 0;
}

@media only screen and (min-width: 1023px){
  .business-form{
    .row .large-offset-2{
      margin-left: 20%;
    }
  }
}

.business-form{
  margin-top: 60px;
  label{
  	text-align: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 0;
    sup{
    	color: #f4a523;
    }
  }
  input{
    font-size: 16px;
  	height: 40px;
    margin-bottom: 10px;
    width: 100%;
  }
  input.button{
  	background-color: #777876;
    height: 50px;
    width: 300px;
    margin-top: 10px;
    color: white;
  }
 
    input.button:hover{
  	background-color: #b9b9b9;
    }
  
  .button-area{
  	text-align: left;
  }  
  select{
  	height: 40px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    margin-bottom: 0;
  }
  .text-area{
    label{
    	text-align: left;
    }
  }
}

/*Media Content*/

.media-content{
  	padding-top: 60px;
  	padding-bottom:60px;
	background-color: #ffffff;
}

.media .grid__item{
	margin-left: 1.1904285714%;
}


.widgets .small-promos .image-text-widget { position: relative; text-align:center; }
.widgets .small-promos .image-text-widget h1{ padding-top: 30px; }
.widgets .small-promos .image-text-widget p{ max-width: 300px; margin: 0 auto;}
.widgets .small-promos img { width: 100%;}
.widgets .small-promos .block { min-height: 140px; }
.widgets .small-promos .caption { display: none; width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding: 0; }
.widgets .small-promos .caption .bg { width: 100%; height: 100%; position: absolute; top: 0; left: 0; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); opacity: 0.9; z-index: 0; }
.widgets .small-promos .caption .inner { position: absolute; z-index: 1; top: 50%; margin-top: -20px; width: 100%; text-align: center; }.template-index .widgets .small-promos .caption h1 { position: relative; z-index: 1; margin: 0 0 10px 0; font-size: 1.5em; text-transform: uppercase; }
.widgets .small-promos .caption h2 { margin: 0; font-size: 1.16667em; font-weight: normal; text-transform: uppercase; }
.widgets .media { opacity: 1; text-align: center; padding-top: 15px; padding-bottom:30px; }
.widgets .columns.media-block { cursor: help; margin-top: 3%; margin-bottom: 3%; padding-bottom: 0; min-height: 40px; position: relative; }
.widgets .columns.media-block img { width: 94%; }
.widgets .columns.media-block .tooltip-media{ 
  /*display: none;*/
  position: absolute; 
  background-color: white; 
  border: 1px solid #666; 
  border-radius: 3px; 
  color: #666; 
  padding: 20px;
  bottom: 46px;
  left: 0;
  /*width: 100%;*/
  left: 50%;
  width: 200px;
  margin-left: -100px;
}
.widgets .columns.media-block .tooltip-media .tooltip-arrow{
	width: 20px;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
}
@media only screen and (min-width: 768px) {
  .widgets .media { padding-top: 0px; padding-bottom:0px; } 
  .widgets .columns.small-6.large-4.media-block.first { clear: left; }
  .widgets .columns.media-block .tooltip-media{
    bottom: 60px;
  }
}

  .business-page-wrapper{
      .wrapper{
          margin: 0 auto;
          max-width: 1160px;
      }
  }


/* MOBILE */

@media only screen and (max-width: 1024px){
  .business-page-wrapper{
      .wrapper{
          margin: 0 auto;
          max-width: 960px;
      }
  }
}

@media only screen and (max-width: 1022px) {
  
  .business-page-wrapper{
    .wrapper{
	  	margin: 0 auto;
  		max-width: 86%;
  	}  
  }
  
  .widgets .columns.media-block{
  	margin-left: 0 !important;
  }
  
  .main-content .row .columns{
  	margin-top: 0;
    margin-bottom: 15px;
    &:last-child{
    	margin-bottom: 0;
    }
  }
  
  .media{
  	max-width: 420px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
  .business-page-wrapper{
    
    h1{
      font-size: 30px;
      line-height: 1.3;
    }
    h2{
      font-size: 30px;
      line-height: 1.3;
    }
    h3{
      font-size: 22px;
    }  
    p{
      font-size: 15px;
      line-height: 24px
    }
  }  
  
    .comparison {
    padding-top:100px;
  }
  
  .comparison p {
    width:85%;
    padding-bottom:70px;
  }
  
  .comparison-image {
  display:none;
}

.comparison-image-mobile {
  display:block;
}
  
  .vert-align{
  	padding-bottom: 60px;
  }
  
  .main-content.push-down{
  	padding-top: 52px;
  }
  
  .row.padded, .padded{
  	padding: 100px 0;
  }
  
  

/* Features */  

  .main-content .row .business-features .columns.feature{
    margin-bottom: 80px;
    &:last-child{
    	margin-bottom: 0;
    }
  }   
  
  .business-features{
    text-align: center;
    .feature{
      .feature-copy{
        padding-left: 0px !important;
        padding-right: 0px !important;
        max-width: 400px;
    	margin: 0 auto 2%;
	    float: none;
      }  
    }
    
  	.headline{

  	}    

    .icon-buss{
      img{
      	width: 70px;
        height: 70px;
      }
    }
  }  
  
  /* Carry Better */

  .carrybetter-landing{
    min-height: 0;
  	#text-lower{
    	padding-top: 40px;
	    padding-bottom: 50px;
      	max-width: 86%;
	    margin: 0 auto;
    }
    .all-carry-features{
    	margin-top: 40px;
      	max-width: 400px;
      .carry-feature{
      	margin-bottom: 20px;
      }
    }
    .carrybetter-image{
      width:90%;
    }    
    .feature-copy{
    	br{
        	display: none;
        }
    }
  }
  
  /* Personal */
  
  .image-rollovers{
  	margin-top: 10px;
  }
  
  .deboss, .colour, .package, .sleeve{
	min-height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
      img{
        display: none;
      }

      p{
        position: absolute;
    	width: 100%;
	    bottom: -20px;
      }
  }  
  
	.colour{
    	margin-bottom: 50px !important;
    }
  
  	.package{
      margin-bottom: 70px !important;
      p{
	    bottom: -30px;
      }
    }
  
  	.sleeve{
      margin-bottom: 30px !important;
      p{
	    bottom: -30px;
      }
    }
  
    .shop-section {
    padding-top:100px;
    padding-bottom:0px;
  }
  
  .container {
  margin:0;
  width: 70%;
  padding-top:50px;
  margin-left:auto;
  margin-right:auto;
}
  .shop-now-image {
    width:100%
  }
  
  .shop-section-text{
    width:80%;
    margin-left:auto;
    margin-right:auto;
  }
  
  .image-rollovers .large--one-quarter {
    width: 100%;
  }

  
  /* Packaged */
  
  .packaged{
  	
  padding-top: 60px; 
  padding-bottom:60px; 
    
    #image-left{
      height: auto;
      text-align: center;
    	img{
        	width: 100%;
	        height: auto;
        }
    }
    
    #text-right{
      padding-top: 0px;
      text-align: center;
	  height: auto;
      .vert-align{
      	padding-bottom: 20px;
      }
    }
    
  }
  
  /* Carousel */
  
  .bus-slider{
    .carousel{
      max-height: 300px;
      .carousel-cell{
        max-height: 300px;
      }
    }
  }
  
  /* Contact Form */
  
  .business-form {
    label{
  		text-align: left;
	    line-height: 1;
    }
    .text-area label{
    	margin-bottom: 15px;
    }
    input.button{
    	width: 100%;
    }
  }
  
  /* Media */
  
  .widgets .columns.media-block img { max-height: 30px; width: auto; }
  .widgets .media{ padding-top: 30px; }
  
 @media only screen and (max-width: 1024px){
    .bus-slider{
      .carousel{
    .flickity-prev-next-button.next{
    	background-position: 48px 0;
	    right: 20px;
    }
    .flickity-prev-next-button.previous{
    	background-position: 0 0;
      	left: 20px;
    }
  }
   }
 }
}



{% assign oke_review_badge_color = '#787878' %}
{% assign oke_star_rating_color = '#787878' | url_escape %}
{% assign oke_percentage_recommended_badge_color = '#787878' %}
{% assign oke_i_recommend_icon_color = '#bfa09b' %}
{% assign oke_verify_buyer_status_color = '#b0b0b0' %}
{% assign oke_avatar_placeholder_background_color = '#fff' %}
{% assign oke_avatar_placeholder_text_color = '#444444' %}
{% assign oke_star_rating_bar_foreground_color = '#787878' %}
{% assign oke_star_rating_bar_background_color = '#f1f1f1' %}
{% assign oke_attribute_rating_bar_shading_color = '#f1f1f1' %}


{% if oke_review_badge_color != blank %}
.okeReviews.okeReviews--theme .okeReviews-badge--rating {
  background-color:   oke_review_badge_color ;
}
{% endif %}
{% if oke_star_rating_color != blank %}
.okeReviews.okeReviews--theme .okeReviews-starRating-indicator-layer--foreground {
  /* background-image: url('data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2280%22%20height%3D%2214%22%20viewBox%3D%220%200%2080%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22  oke_star_rating_color %22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M71.996%2011.368l-3.94%202.42c-.474.292-.756.096-.628-.443l1.074-4.53-3.507-3.022c-.422-.363-.324-.693.24-.74l4.602-.37%201.778-4.3c.21-.51.55-.512.762%200l1.78%204.3%204.602.37c.552.046.666.37.237.74l-3.507%203.02%201.075%204.532c.127.536-.147.74-.628.444l-3.94-2.422zM55.996%2011.368l-3.94%202.42c-.474.292-.756.096-.628-.443l1.074-4.53-3.507-3.022c-.422-.363-.324-.693.24-.74l4.602-.37%201.778-4.3c.21-.51.55-.512.762%200l1.78%204.3%204.602.37c.552.046.666.37.237.74l-3.507%203.02%201.075%204.532c.127.536-.147.74-.628.444l-3.94-2.422zM40.123%2011.368l-3.94%202.42c-.475.292-.756.096-.63-.443l1.076-4.53-3.508-3.022c-.422-.363-.324-.693.24-.74l4.602-.37%201.778-4.3c.21-.51.55-.512.762%200l1.778%204.3%204.603.37c.554.046.667.37.24.74l-3.508%203.02%201.075%204.532c.127.536-.147.74-.628.444l-3.94-2.422zM24.076%2011.368l-3.94%202.42c-.475.292-.757.096-.63-.443l1.076-4.53-3.507-3.022c-.422-.363-.324-.693.238-.74l4.603-.37%201.78-4.3c.21-.51.55-.512.76%200l1.78%204.3%204.602.37c.554.046.667.37.24.74l-3.508%203.02%201.074%204.532c.127.536-.146.74-.628.444l-3.94-2.422zM8.123%2011.368l-3.94%202.42c-.475.292-.756.096-.63-.443l1.076-4.53L1.12%205.792c-.422-.363-.324-.693.24-.74l4.602-.37%201.778-4.3c.21-.51.55-.512.762%200l1.778%204.3%204.603.37c.554.046.667.37.24.74l-3.508%203.02%201.075%204.532c.127.536-.147.74-.628.444l-3.94-2.422z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); */
    }
{% endif %}
{% if oke_percentage_recommended_badge_color != blank %}
.okeReviews.okeReviews--theme .okeReviews-badge--recommended {
  background-color:   oke_percentage_recommended_badge_color ;
}
{% endif %}
{% if oke_i_recommend_icon_color != blank %}
.okeReviews.okeReviews--theme .okeReviews-review-recommendation--yes::before {
  color:   oke_i_recommend_icon_color ;
}
{% endif %}
{% if oke_verify_buyer_status_color != blank %}
.okeReviews.okeReviews--theme .okeReviews-review-reviewer-profile-status--verified {
  color:   oke_verify_buyer_status_color ;
}
{% endif %}
{% if oke_avatar_placeholder_background_color != blank or oke_avatar_placeholder_text_color != blank %}
.okeReviews.okeReviews--theme .okeReviews-avatar {
  {% if oke_avatar_placeholder_background_color != blank %}
  background-color:   oke_avatar_placeholder_background_color ;
  {% endif %}
  {% if oke_avatar_placeholder_text_color != blank %}
  color:   oke_avatar_placeholder_text_color ;
  {% endif %}
}
{% endif %}
{% if oke_star_rating_bar_background_color != blank %}
.okeReviews.okeReviews--theme .okeReviews-barGraph-layer--background {
  background:   oke_star_rating_bar_background_color ;
}
{% endif %}
{% if oke_star_rating_bar_foreground_color != blank %}
.okeReviews.okeReviews--theme .okeReviews-barGraph-layer--foreground {
  background:   oke_star_rating_bar_foreground_color ;
}
{% endif %}
{% if oke_attribute_rating_bar_shading_color != blank %}
.okeReviews.okeReviews--theme .or-rg-bar-bg,
.okeReviews.okeReviews--theme .or-crg-bar-bg, {
  background:   oke_attribute_rating_bar_shading_color ;
}
{% endif %}

.orc-collectionControlsLabel {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.orc-collectionControls {
  display: flex;
  flex-wrap: wrap;
  margin: -9px;
  align-items: stretch;
}

.orc-collectionControls .orc-collectionControls-item-label {
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  padding: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.orc-collectionControls-item-input:checked + .orc-collectionControls-item-label {
  border: 1px solid #4a5973;
  box-shadow: 0 0 0 1px #4a5973;
}

.orc-collectionControls-item {
  flex: 1 1 25%;
  padding: 9px;
  box-sizing: border-box;
}

.orc-collectionControls-item-label-heading {
  display: block;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: normal;
}

.orc-collectionControls-item-input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.orc-collectionControls-item-label-background {
  display: block;
  height: 150px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: auto;
}

@media only screen and (max-width: 1060px) {
  .orc-collectionControls-item {
    flex: 1 1 50%;
  }
}

@media only screen and (max-width: 480px) {
  .orc-collectionControls-item {
    flex: 1 1 100%;
  }
}

.okeReviews.okeReviews--theme {
  .okeReviews-reviewsWidget {
    padding-top: 0;
  }
  .okeReviews-reviewsSummary {
	/* margin-bottom: 20px; */
  }
}

#feature-review .okeReviews-reviewsSummary,
#feature-review-mobile .okeReviews-reviewsSummary {
  margin: 2em 0.9em 1em 0.9em;
  width: 100%;
  padding: 16px;
  border: 2px solid #d0d2d3;
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 1em;
  font-family: arial;
}

//* Orbitkey Custom Styling *//
.review-section h1 {
  text-align: center;
  margin-bottom: 0;
}

/* SMALL */
.okeReviews.okeReviews--theme .okeReviews-reviewsWidget {
  .okeReviews-review-primary,
  .okeReviews-review-side {
    padding-top: 0;
    padding-bottom: 0;
  }

  .okeReviews-review-reviewer-profile-details {
    padding-left: 1em;
    padding-top: 0;
  }
  
  .okeReviews-reviews-controls {
	text-align: center; 
  }
}

/* LARGE */
.okeReviews.okeReviews--theme .okeReviews-reviewsWidget.is-okeReviews-reviewsWidget-medium,
.okeReviews.okeReviews--theme .okeReviews-reviewsWidget.is-okeReviews-reviewsWidget-large {
  .okeReviews-review-primary,
  .okeReviews-review-side {
	padding: 3em 0;
  }
  .okeReviews-review-reviewer-profile-details {
    padding-left: 2em;
  }
  
  .okeReviews-reviews-controls {
	text-align: left; 
  }
}

/* ALL */
.okeReviews.okeReviews--theme .okeReviews-reviewsWidget.is-okeReviews-reviewsWidget-medium,
.okeReviews.okeReviews--theme .okeReviews-reviewsWidget.is-okeReviews-reviewsWidget-large,
.okeReviews.okeReviews--theme .okeReviews-reviewsWidget {
  .okeReviews-reviewsAggregate-primary,
  .okeReviews-reviewsAggregate-ratingDistribution,
  .okeReviews-review-helpful,
  .okeReviews-review-recommendation {
	display: none; 
  }
  
  .okeReviews-reviewsWidget-header-poweredBy {
	opacity: 0.6;
  }

  .okeReviews-reviewsAggregate-side {
	border: 0;
  }

  .okeReviews-reviewsWidget-reviewsAggregate {
	text-align: center;
    width: 100%;
  }
  .okeReviews-reviewsAggregate-side-inner {
	width: 100%;
  }
  
  .okeReviews-reviewsAggregate {
	display: inline;
  }

  .okeReviews-reviewsAggregate-summary-rating-starRating {
	float: left;
    margin-left: 0;
    margin-right: 0.5em;
  }
  
  .okeReviews-badge {
    background-color: transparent;
    color:   #444444 ;
    font-weight: 400;
    line-height: 1;
    font-size: 1.3em;
    position: relative;
    bottom: 1px;
    &::after {
	  content: 'out of 5 stars';
    }
  }
  
  .okeReviews-reviewsWidget-header-controls-writeReview {
    border-radius: 500px;
    background-color: #000;
    border: 0;
    color: white;
    padding-left: 2em;
    padding-right: 2em;
    &:hover {
	  background-color:   #787878 ;
    }
  }
  
  .okeReviews-select {
	border-radius: 500px;
    &::after {
      border-top: 6px solid   #b0b0b0 ;
    }
    &::before {
      display: none;
    }
  }
  .okeReviews-select-input {
    color:   #b0b0b0 ;
    padding-left: 20px;
  }
  .okeReviews-review-primary,
  .okeReviews-review-side {
	border-width: 0 0 1px 0;
    border-color:   #f0f0f0 ;
  }
  
  .okeReviews-review-reviewer-profile {
    border: 0;
  }
  .okeReviews-review-reviewer-profile-name {
	font-weight: bold;
    font-size: 1.25em;
  }
  
  .okeReviews-reviews-controls {
	padding-bottom: 6em; 
  }
  
  .okeReviews-review-main-content {
	color:   #b0b0b0 ;
  }
  
  .okeReviews-review-main-heading,
  .okeReviews-review-reviewer-profile-name {
    color:   #444444 ;
    font-size: 1.4em;
  }
  
  .okeReviews-review-reviewer-profile-status--verified::before {
  	color: #8AD642;
  }
  .okeReviews-avatar {
  	border: 1.5px solid   #787878 ;
    width: 4.7em;
    height: 4.7em;
  }
  
  .okeReviews-avatar-placeholder {
	font-size: 1.5em;
  }
  
  .okeReviews-reviews-controls-reviewCount,
  .okeReviews-reviewsAggregate-summary-total {
 	color:   #b0b0b0 ; 
  }
  
  .okeReviews-review-side-inner {
	width: 23em;
  }

  .okeReviews-review-date {
    color:   #b0b0b0 ;  
  }
  .okeReviews-reviewsWidget-header {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #f0f0f0; 
  }
  
  .okeReviews-starRating.okeReviews-starRating--small {
    height: 15px;
    width: 75px;
  }

  .okeReviews-starRating {
    height: 15px;
    width: 75px;
  }

  .okeReviews-starRating--small .okeReviews-starRating-indicator-layer {
    background-size: 75px 15px; 
  }

  .okeReviews-starRating-indicator-layer {
    background-size: 75px 15px;
  }
}

/* Hide some things */
.okeReviews.okeReviews--theme {
  .okeReviews-review-attributeRatings,
  .okeReviews-review-reviewer-attributes,
  .okeReviews-review-arguments,
  .okeReviews-review-reviewer-product {
    display: none;
  }
  .okeReviews-reviews-footer::before {
	display: none; 
  }
  .okeReviews-reviews-showMore {
	border-color:    #b0b0b0 ;
  }
  #okeReviews-reviews-controls-sort option[value='helpful desc'],
  #okeReviews-reviews-controls-sort option[value='unhelpful desc'] {
    display: none;
  }
}

.wrapper-reviews {
  padding-top: 30px;
}