/* Trustbuilder list */
.trust-builder-list{
  background-color: #f7f7fa;
  display: flex;
  justify-content: center;
  min-height: 80px;
}
.trust-builder-list-item{
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-right:5%;
}
@media screen and (min-width: 75em) {
  .trust-builder-list-item{
    flex-direction: row;
    align-items: center;
    margin-top:0;
  }
}
.trust-builder-item-icon-container{
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 75em) {
  .trust-builder-item-icon-container{
    display: block;
  }
}
.trust-builder-item-icon-container img{
  width:unset;
  margin-right:10px;
  width: initial;
}
.trust-builder-item-name a.openlink, .trust-builder-item-name p{
  color:#351f65;
  font-family: AtlasGroteskMed, Helvetica, Arial, sans-serif;;
  font-size: 10pt;
  line-height:unset;
  text-align: center;
  padding:unset;
  margin:unset;
  transform: translateX(5%);
}
.trust-builder-item-name a.openlink:hover {
  color: #fc7a22!important;
}
@media screen and (min-width: 300px) and (max-width: 490px) {
  .trust-builder-list-item{
    padding: 0 2.5%;
  }
  .trust-builder-item-name {
    text-align:center;
  }
  .trust-builder-item-name a.openlink, .trust-builder-item-name p{
    font-size: 6.8pt;
  }
  .trust-builder-item-icon-container img{
    margin-right:0px;
    height:30px;
  }    
}
/* Shop reviews list */
.review-title{
  color: #351f65;
  font-weight: bold;
}
.review-list-item{
  font-family: AtlasGroteskReg, Helvetica, Arial, sans-serif;
  color: rgba(10,48,57,.8);
  font-size: 1.6rem;  
  margin-bottom:60px;
}
.review-author a{
  color: #20b4e2!important;
  font-weight: bold;
  font-size: 18px!important;
  padding: 0px!important;
}
.review-date{
  color:#aaa;
  font-size: 14px;
  padding-top: 4px;  
}
.verified-badge-icon{
  max-width: 17px;
  max-height: 20px;
  vertical-align: middle;
  margin: -3px 5px 0px 0px;
  display: inline;
}
.review-country-icon{
  max-width: 17px;
  max-height: 18px;
  vertical-align: middle;
  margin: 0px 5px 0px 5px;
  display: inline;
}
/* Rating stars */
.shoprating-custom{
  display: inline; 
  font-size: 10pt;
}
.shoprating-custom-mobile{
  width: 70%;
}
.shoprating-custom .counter{
  color:#351f65;
  font-family: AtlasGroteskMed, Helvetica, Arial, sans-serif;;
  font-size: 10pt;
  line-height:unset;
  text-align: center;
  padding:unset;
  margin:1px 0;
  text-transform:none;
  transform: translateX(5%);
  position: absolute;
}
.shoprating-custom .star-rating {
  font-family: star;
  height: 1em;
  width: 5.3em;
  font-size: 1.18em!important;
  line-height: 1em;
  font-weight: 400;   
  margin-top:4px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.shoprating-custom .star-rating span {
  font-family: star;
  font-size: 1.5rem; 
  line-height: 1.5rem;    
}
.shoprating-custom .star-rating::before {
  content: '\53\53\53\53\53';
  opacity:.5;
  color: #aeaeae;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: normal;
  line-height: 1em;
}
.shoprating-custom .star-rating span:before{
  color: #fc7a22;    
  letter-spacing: .95px;
}
/* Sidebar */
  .gatb_sidebar {
    height: 100%;
    position: fixed;
    z-index: 100000;
    top: 0;
    right: -1000px;
    padding-top: 60px;
    color: #222;
    background-color: #fafafa;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;    
  }
  .gatb_sidebar::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
  }
  .gatb_sidebar .innerdiv {
    padding: 0px 35px 20px 35px;
  }
  .gatb_sidebar a {
    text-transform: none;
  }
  .gatb_sidebar a.closebtn {
    text-decoration: none;
    color: #777;
    display: block;
    transition: 0.3s;
  }
  .gatb_sidebar a.closebtn:hover {
    color: #222;
  }
  .gatb_sidebar .closebtn {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 36px;
    margin-left: 50px;
  }
  .gatb_sidebar h2{
    text-align: center;
    margin: 25px 0 0;
    font-size: 4rem; 
    color: #351f65;
    font-weight: bold;       
  }
  .sidebar-text {
    font-family: AtlasGroteskReg,Helvetica,Arial,sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;    
    text-align: justify;
    color: #222!important;
    padding: 10px 0px;
  }
  .blue-subtitle {
    text-align: center;
    color: #20b4e2!important;
    font-weight: bold;
  }
  .big-gap {
    min-height: 70px;
  }
  .bigger-gap {
    min-height: 100px;
  }  
  .medium-gap {
    min-height: 40px;
  }
  .text-centered {
    text-align: center!important;
  }
  @media screen and (max-height: 450px) {
    .gatb_sidebar {padding-top: 15px;}
    .gatb_sidebar a {font-size: 18px;}
  }