/** Shopify CDN: Minification failed

Line 227:1 Expected "}" to go with "{"

**/
.totals {
  display: flex;
  justify-content: center;
  align-items: flex-end;
   border: 1px solid lightgray;
        padding: 15px;
        background: white;
        border-radius: 10px;
}

.totals > * {
  font-size: 1.6rem;
  margin: 0;
}

.totals > h3 {
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

.totals * {
  line-height: 1;
}

.totals > * + * {
  margin-left: 2rem;
}

.totals__subtotal-value {
  font-size: 1.8rem;
}

.cart__ctas + .totals {
  margin-top: 2rem;
}

@media all and (min-width: 750px) {
  .totals {
    justify-content: flex-end;
        justify-content: flex-end;
       
  }
}

.cart__checkout-button.button{
  background: #F5D274;
    border-color: #F5D274;
    color: black;
}
.cart__checkout-button.button:after{
  box-shadow:none;
}



.cart-delivery-info {
  margin-bottom: 24px;
}

.cart-delivery-info h3 {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 400;
}

.cart-delivery-card {
  background: white;
  border-radius: 12px;
  padding: 15px;
}

.cart-delivery-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.cart-delivery-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size:14px;
}

.cart-delivery-row:last-child {
  margin-bottom: 0;
}

.cart-delivery-row span:first-child {
  color: #7a7a7a;
  font-size:14px;
}

.cart-delivery-row span:last-child {
  color: #000;
  font-weight: 500;
}

/* trust */

.page-width.Boost-service {
    padding-block: .8rem 0;
    background: #fff;
    color: #000;
}
.page-width.Boost-service p {
    padding-bottom: 0;
    margin-bottom: 0;
padding-top:2px;
}
  
.Boost-service .grid , .Boost-service .grid-item{
    display: block;
   /* align-items: center; */
}
  .Boost-service .grid {
   justify-content: space-between;
 }
    .Boost-service .grid:after {
   content: unset;
 }
 /* .Boost-service  img {
    max-width: 50px;
   width:100%;
} */
.Boost-service h4 {
    margin-bottom: 5px;
    font-size: var(--typeBaseSize);
    letter-spacing: 0;
    font-size: 18px;
}
.grid-item.\31 \/2--phone.\31 \/3--tablet-and-up.\31 \/4--desk {
    gap: 20px;
   justify-content: center;
}

.page-width.Boost-service.ArticleListWrapper {
    margin-bottom: 0;
}
  @media(max-width:789px){
.Boost-service .grid {
    flex-wrap: wrap;
    margin-inline: auto;
}
    .Boost-service .grid-item {
    width: calc(100% - 0.5rem);
    gap:10px;
}
    /* .Boost-service  img {
    max-width: 95px;
} */
    .testimonials-slide {
    padding: 0px 0 0px!important;
 }
/* .Boost-service .grid {
    flex-wrap: unset;
    overflow-x: scroll;
    justify-content: initial;
    padding-bottom: 10px;
}
.Boost-service .grid .grid-item {
    width: 52vw;
    flex: 0 0 52vw;
    display: flex;
    float: none;
    white-space: normal;
}
    h2.section-header__title {
    text-align: center;
    font-size: 30px!important;
} */



  }
    .Boost-service h4 {
    /* margin-top: 10px; */
    font-family: 'Gilroy-Bold';
    font-size: 15px;
    color: #222;
    font-weight: 700;
}
  .Boost-service .grid-item {
  /* display:block; */
   display:flex;
    gap:0;
}
  
  .paragraph{
    /* font-size: 14px; */
    color: #707070;
  }
  /* @media screen and (min-width:769px){

    .Boost-service .grid {
    margin-left: 320px;
}
  } */
  .content {
    display: flex;
}
  p.SectionHeader__Heading.Heading.u-h3 {
    padding-left: 20px;
    font-weight: 600;
    font-size: 1.6rem;
}
@media screen and (max-width : 949px){
      /* p.trustpilot {
    display: none;
} */
    a.trustreview {
    display: none;
}
}
  @media screen and (max-width : 407px){
  .page-width.Boost-service p{
    display:none;
  
  }


 