* {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

.cnb-vip{ background: #ffffff!important; }
.cnb-vip h1{ font-size: 46px; }
.cnb-vip h2{ font-size: 36px; }
.cnb-vip h3{ font-size: 30px; }
.cnb-vip h4{ font-size: 24px; }
.cnb-vip h5{ font-size: 20px; }
.cnb-vip h6{ font-size: 18px; }
.cnb-vip p{ font-size: 14px; }
.cnb-vip small{ font-size: 12px; }

.cnb-vip  .btn-primary,
.vip-popup-form .btn-primary{
    font-size: 30px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 200px;
    border: none;
    background: var(--button, linear-gradient(90deg, #EE2938 0%, #2D46C1 100%));
    box-shadow: 0 4px 45px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 60px;
    color: white;
    cursor: pointer;
}

.cnb-vip  .btn-primary:hover{
  background: #EE2938;
  background: -webkit-linear-gradient(329deg, rgba(238, 41, 56, 1) 0%, rgba(45, 70, 193, 1) 100%);
  background: -moz-linear-gradient(329deg, rgba(238, 41, 56, 1) 0%, rgba(45, 70, 193, 1) 100%);
  background: linear-gradient(329deg, rgba(238, 41, 56, 1) 0%, rgba(45, 70, 193, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EE2938", endColorstr="#2D46C1", GradientType=0);
}

.cnb-vip .section{
  background-color: #ffffff;
}

.vip-acc{
        font-size: 36px;
    font-weight: bold;
    color: #1E4489;
}

.promotion-header{
    display: flex;
    align-items: center;
    background:#ffffff;
    min-height:80px;
    padding: 10px
}
.promotion-header .cnb-logo{
    width: auto;
    text-align: center;
    margin: 0 auto;
}
.promotion-header .cnb-logo .logo{
  width: 200px;
}
.vip-hero {
  min-height: 100vh;
  color: white;
  background:#FCE3D8 url('../img/hero-bg.svg') no-repeat; 
  background-size: cover; 
  background-position: 100%;
}
.vip-banner{
  position: relative;
    width: 100%;
}

.fixed-elements{
  position: absolute;
  z-index: 2;
}

.fixed-elements.element-1{
  width: 300px;
  left: 0;
  bottom: -15px;
  z-index: 0;
}


.fixed-elements.element-1 img{
  width: 100%;
}

.fixed-elements.element-2{
  right: 0;
  bottom: -15px;
}

.cnb-vip .section-heading{
  font-size: 36px;
  color: #1E4489;
  font-weight: bold;
}

.cnb-vip .section-heading .secondary-color{
  color: #EE2938;
}

.vip-hero{
  position: relative;
}

.vip-hero .vip-logo {
    width: 140px;
    align-items: center;
    margin: 60px auto 20px auto;
    text-align: center;
    display: block;
}
.vip-hero .vip-benfits {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.vip-hero .vip-benfits .b-item {
    display: flex;
    align-items: center;
    gap: 25px;
    background: white;
    border-radius: 100px;
    padding: 6px 30px 10px 30px;
    width: 100%;
    height: 90px;
    text-align:left;
}

.vip-hero .vip-benfits .b-item .b__icon img {
    width: 54px;
    height: auto;
}

.vip-hero .vip-benfits .b-item .b__text h4 {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    color: #EE2938;
    margin: 0;
}

.vip-hero .vip-benfits .b-item .b__text p {
    font-size: 16px;
    font-weight: 600;
    color: #1E4489;
    margin: 0;
}

.vip-section {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.vip-access{
    position: relative;
    padding: 40px 0;
    margin-bottom: 40px;
}

.vip-access-wrapper{
    position: relative;
    padding: 0;
}

.vip-featured-products-wrapper{
    padding: 40px 40px 0 40px;
}

.slick-slide img{
    width: 100%;
}

.vip-featured-products-slides{
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.vip-access .gift-badge{
    display: block;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 30px;
    right: 0;
    background-color: #1D4486;
    border-radius: 100%;
    padding: 40px 30px;
    z-index: 9;
    text-align: center;
}

.vip-access .gift-badge p{
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    padding: 0 14px;
    margin: 0;
}

.vip-access .gift-badge h5{
    font-size: 40px;
    line-height: 1;
}
          
.vip-access .vip-user-cta{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 30px;
}



.vip-access .vip-user-cta .alt-cta{
    margin: 20px 0 0 0;
}

.vip-access .vip-user-cta .alt-cta .btn-login{
  font-size: 24px;
  padding: 6px 50px;
}

.vip-trust{
  background-color: #F8F8F8;
  padding: 40px 0;
  text-align: center;
}

.vip-trust .trustpilot-shot{
    max-width:90%;
}

.vip-gifts{
  background-color: #ffffff;
  padding: 40px 0;
}

.vip-gifts .hamper-img{
  width: 80%;
}

.vip-delivery{
  position: relative;
  background-color: #F8F8F8;
  padding: 40px 0;
}

.vip-delivery .card{
  background-color: #ffffff;
  border: none;
  padding: 30px 40px;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 5px #C7C7C740;
}



.vip-delivery .fixed-overlay{
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: -24px;
    text-align: center;
}

.vip-offer-products{
  position: relative;
  background-color: #ffffff;
  padding: 40px 0 0 0
}

.vip-offer-products .product-slides{
  width: 100%;
  margin: 40px 0 0 0;
  overflow: hidden;
}

.vip-offer-products  .slide{
  margin: 0 1px;
}

.vip-account-signup{
  background-color: #F5F5F5;
  padding: 40px 0;
}

.vip-account-signup .signup-card{
  background: linear-gradient(180deg, #FCE3D8, #FFF5F0);
  padding: 40px 80px;
  text-align: center;
  border-radius: 14px;
  box-shadow: 0 0 6px 4px rgba(0,0,0,0.2);
}

.vip-account-signup .signup-card form.vip-signup-form{
  margin:30px 0 0 0;
}



.vip-account-signup .signup-card .form-control,
.vip-account-signup .signup-card .form-select,
.popup-form .form-control{
  border: solid 1px #000000;
  padding: 10px 20px;
  border-radius: 4px;
}

.vip-account-signup .signup-card .form-control:hover,
.vip-account-signup .signup-card .form-control:focus,
.vip-account-signup .signup-card .form-select:hover,
.vip-account-signup .signup-card .form-select:focus,
.popup-form .form-control:hover,
.popup-form .form-control:focus{
  box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
}

.vip-account-signup .signup-card form.vip-signup-form .error{
    text-align:left;
}


.cnb-vip footer.vip-footer{
  background-color: #1F4388;
  color: #ffffff;
  min-height: 200px;
  padding: 40px 0;
  margin: 40px 0 0 0;
  text-align: center;
}

.cnb-vip footer.vip-footer .cnb-logo img{
  width: 240px;
}

.cnb-vip footer.vip-footer .nav{
  margin: 20px 0;
}

.cnb-vip footer.vip-footer a{
  color: #ffffff;
}
.cnb-vip footer.vip-footer a:hover{
  text-decoration: underline;
}

.form-container {
  position: relative;
  margin: 0px 250px 30px 0;
  text-align: left;
}
.coloum p{
    width: 247px;
    height: 79px;
    margin-bottom: 50px;
    color: #EE2938;
    font-size: 40px;
    font-weight: 500;
}

.signup-box {
  background: white;
  color: black;
  border-radius: 15px;
  padding: 15px 25px 15px 25px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  z-index: 2;
  width: 485px;
  position: flex;
}
.signup-box button {
  width: 400px;
  /*height: 60px;*/
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 200px;
  border: none;
  background: var(--button, linear-gradient(90deg, #EE2938 0%, #2D46C1 100%));
  box-shadow: 0 4px 45px 0 rgba(0, 0, 0, 0.25);
  color: white;
  cursor: pointer;
}

.signup-box button:hover {
  opacity: 0.95;
}

.signup-box .gift-badge {
  position: absolute;
  top: 30px;
  right: -110px;
  padding: 25px;
  background: #1D4486;
  color: white;
  border-radius: 100%;
}

.signup-box .gift-badge p{
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.signup-box .gift-badge p strong{
    font-size: 22px;
    font-weight: 700;
}

.section {
  position: relative;
  z-index: 1;
}
.section h3{
    text-align: center;
    color: #1E4489;
    font-size: 36px;
    font-weight: 600;
}
.section h3 .text-danger{
    /*text-align: center;*/
    color: #EE2938;
    font-size: 36px;
    font-weight: 600;
}
.section .p{
    color: #303030;
    font-size: 16px;
    font-weight: 400;
}
.shadow-sm {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 10px 5px rgba(199, 199, 199, 0.25);
  padding: 40px;
  width: 429px;
  height: 220px;
}
.shadow-sm h5{
    color: #EE2938;
    font-size: 36px;
    font-weight: 700;
}
.shadow-sm p{
    color: #303030;
    font-size: 16px;
    font-weight: 700;
}
.shadow-sm small{
    color: #303030;
    font-size: 14px;
    font-weight: 400;
}
.section .section-1{
    text-align: center;
}
.section .section-1 .h5{
    color: #1E4489;
    font-size: 20px;
    font-weight: 600;
}
.section .section-1 p span{
    color: #EE2938;
    font-size: 16px;
    font-weight: 600;
}
.section .section-1 p small{
    color: #303030;
    font-size: 14px;
    font-weight: 400;
}
.vip-faqs {
  background-color: #ffffff;
  padding: 40px 0;
}

.vip-faqs .accordion-item{
  border: solid 1px #D7D7D7;
}

.vip-faqs .accordion-button{
  border: none;
}

.vip-faqs .accordion-button:not(.collapsed) {
    color: #EE2938;
    background-color: #fef1eb;
}

.vip-faqs .accordion-collapse{
  border: none;
}

.faq-section h3{
    color: #1E4489;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}
.faq-section .accordion-button{
    color: #303030;
    font-size: 16px;
    font-weight: 400;
}

.faq-section .accordion-body {
    color: #303030;
    font-size: 16px;
    font-weight: 400;
}




.popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.popup-box {
    background: #fff;
    border-radius: 15px;
    width: 100%;
    max-width: 1000px;
    position: relative;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.popup-box.box-tiny{
  width: 480px;
}

.join-popup .btn-close{
      background-color: #fff;
    opacity: 1;
    color: red;
    border-radius: 0;
    margin: 0 0 0 30px;
    position: absolute;
    top: -3px;
    padding: 10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.join-popup .popup-box{
  max-width: 780px;
  background-color: transparent;
  box-shadow: none;
}

.join-popup .popup-body{
  position: relative;
}

.join-popup .popup-image{
  position: absolute;
  left: -20%;
  width: 420px;
}

.join-popup .popup-box .popup-form{
  float: right;
  width: 400px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 80px 80px 80px 320px;
}

.join-popup .postcode-group{
  gap: 0;
}


.join-popup .form-control,
.join-popup .form-select,
.join-popup .postcode-group .form-control{
  border-radius: 0;
  border: solid 1px #D5D5D5;
  margin-bottom: 0;
}

.join-popup .postcode-group .go-btn{
  border-radius: 0;
}

.popup-body {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
}

.popup-image {
    flex: 1;
    text-align: center;
}

.popup-image img {
    width: 100%;
    max-width: 400px;
    margin-top: 80px;
}

.popup-form {
    flex: 1;
}

.popup-form h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.popup-form label {
    display: block;
    font-size: 14px;
    margin: 10px 0 5px;
}

.popup-form input, .popup-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.postcode-group {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.postcode-group input {
    flex: 1;
}

.go-btn {
    background-color: #e53935;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
}

.pay-btn {
    background-color: #e53935;
    color: white;
    width: 100%;
    border: none;
    padding:25px 12px;
    border-radius: 0;
    font-weight: bold;
    margin-top: 15px;
}

.subscription {
    font-weight: bold;
    margin-top: 10px;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    background: transparent;
    border: none;
    font-size: 28px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .vip-hero .vip-benfits .b-item{
      width:320px;
      margin: auto;
    }
}


/* Devices below 1040px */
@media (max-width: 1200px) {

  body{
    font-size: 14px;
  }
  
  .vip-hero{
        min-height: 60vh;
  }

  .vip-hero .fixed-elements img{
    width: 70%;
  }

  .vip-hero  .fixed-elements.element-2{
    text-align: right;
  }

  .vip-hero .vip-logo{
    width: 80px;
    margin-top: 30px;
  }

  .vip-hero .vip-benfits{
    gap: 8px;
  }

  
  .vip-hero .vip-benfits .b-item .b__icon img {
    width: 44px;
}

  .vip-hero .vip-benfits .b-item .b__text h4{
    font-size: 30px;
  }

  .vip-hero .vip-benfits .b-item .b__text p{
    font-size: 14px;
    line-height: 1;
    margin: 3px 0 0 0;
  }

  .cnb-vip .btn-primary, .vip-popup-form .btn-primary{
    font-size: 26px;
  }

  .signup-box {
    width: 100%;
  }

  .signup-box .gift-badge {
    right: -80px;
    top: 20px;
  }
}


/* Tablets */
@media (max-width: 1000px) {
  .vip-logo {
    width: 100px;
  }

  .vip-access .gift-badge{
    width: 140px;
    height: 140px;
    padding: 30px 20px;
  }

  .vip-access .gift-badge h5{
    font-size: 26px;
  }

  .vip-access .gift-badge p{
    font-size: 12px;
  }

    .cnb-vip .btn-primary, .vip-popup-form .btn-primary {
        font-size: 20px;
        padding:8px 30px;
    }

    .vip-hero .fixed-elements.element-1{
      width: 80px;
    }

    .vip-hero .fixed-elements.element-2{
      width: 120px;
    }

    .vip-hero .fixed-elements img {
      width: 100%;
  }

  .vip-access .vip-user-cta .alt-cta .btn-login {
      font-size: 18px;
      padding: 6px 50px;
  }

  .form-container {
    margin: 0 80px 20px 0;
  }

  .shadow-sm {
    width: 100%;
    height: auto;
  }

  .faq-section h3,
  .section h3 {
    font-size: 32px;
  }
  .vip-section {
    margin: 0 auto;
    padding: 20px;
  }

  .signup-box {
    width: 100%;
  }

  .signup-box .gift-badge {
    right: -80px;
    top: 20px;
  }

  .join-popup .popup-box{
    max-width: inherit;
  }

  .join-popup .popup-image{
    display: none;
  }

  .popup-form h2{
    font-size: 20px;
  }

  .join-popup .popup-box .popup-form{
    width: auto;
    padding: 40px;
    float: none;
  }

}

/* Mobile screens only */
@media (max-width: 480px){

  body{
    font-size: 13px;
  }


  .cnb-vip .section-heading{
    font-size: 26px;
  }

  .cnb-vip p{
    font-size: 13px;
  }

  .vip-banner {
    background-position: center center !important;
  }

  .vip-section {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  

  .vip-hero .vip-benfits .b-item{
    gap: 15px;
    padding: 6px 20px 10px 35px;
  }

  

    .vip-hero .vip-benfits .b-item .b__icon img {
        width: 40px;
    }

  .vip-hero .vip-benfits .b-item .b__text h4 {
        font-size: 24px;
    }

  .vip-hero .vip-benfits .b-item .b__text p{
    font-size: 14px;
    font-weight: 600;
  }

  .vip-gifts{
    text-align: center;
  }

  .vip-gifts .hamper-img{
    max-width: 200px;
  }
  
  .vip-delivery .card{
      text-align:Center
  }

  .vip-account-signup .signup-card{
    padding: 60px 40px;
  }

  .vip-faqs .accordion-button{
    font-size: 14px;
    text-align: left;
  }


  .signup-box .gift-badge {
    right: -80px;
    top: 20px;
  }

  .coloum p {
    width: 100%;
  }

  .faq-section h3 {
    font-size: 30px;
  }

  .faq-section .accordion-button {
    font-size: 15px;
  }

  .faq-section .accordion-body {
    font-size: 14px;
  }

  
}







@media (max-width: 768px) {
    .popup-body {
        flex-direction: column;
        align-items: center;
    }

    .popup-image img {
        max-width: 200px;
    }
}





/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

    .slick-slider .slick-dots{
      position: relative;
      bottom: 0;
      margin: 20px 0 0 0;
    }
    .slick-slider .slick-dots li{
      margin: 0;
    }
  .slick-slider .slick-dots li button:before{
    font-size: 36px;
  }

  .slick-slider .slick-dots li.slick-active button:before{
    color: #EE2938;
  }