@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
.common-form .form-control {
  border-radius: 11px;
  border: 1px solid #DBDCE1;
  background: #FFF;
  padding: 16px;
  color: #191C23;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 144.444% */
}
.common-form .form-control::-moz-placeholder {
  color: #191C23;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 144.444% */
}
.common-form .form-control::placeholder {
  color: #191C23;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 144.444% */
}
.common-form label {
  color: #636060;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 14px;
}
.common-form .form-check .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #F00;
  background: rgba(255, 0, 0, 0.1);
}
.common-form .form-check .check-label {
  color: #636060;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  text-transform: unset;
  padding-left: 12px;
}
.common-form .form-check .check-label a {
  color: #F00;
  text-decoration: none;
}
.common-form .form-check .form-check-input:checked {
  background-image: url(../images/checkbox-checked-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  background-color: #F00;
}
.common-form .form-check .form-check-input:focus {
  box-shadow: unset;
}

.myacc-sec {
  background: url(../images/myacc-bg.png) no-repeat bottom center;
  background-size: auto;
}
.myacc-sec .myacc-inner-cont {
  max-width: 1251px;
  width: 100%;
  margin: auto;
  padding: 80px 0px 95px 0px;
  display: flex;
  gap: 62px;
}
.myacc-sec .myacc-inner-cont .myacc-left-breadcrumbs {
  max-width: 418px;
  width: 100%;
}
.myacc-sec .myacc-inner-cont .myacc-left-breadcrumbs .myacc-title h2 {
  color: #191C23;
  /* Desktop/H2 */
  font-family: "Open Sans", sans-serif;
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  /* 112.903% */
  text-transform: uppercase;
  margin-bottom: 0;
}
.myacc-sec .myacc-inner-cont .myacc-left-breadcrumbs .breadcrumbs-sec {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 30px;
}
.myacc-sec .myacc-inner-cont .myacc-left-breadcrumbs .breadcrumbs-sec a {
  padding: 12px 20px;
  border-radius: 251px;
  border: 1px solid #F00;
  color: #F00;
  /* Desktop/button */
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
.myacc-sec .myacc-inner-cont .myacc-left-breadcrumbs .breadcrumbs-sec .active {
  border-radius: 251px;
  border: 1px solid #F00;
  background: #F00;
  color: #FFFFFF;
}
.myacc-sec .myacc-inner-cont .myacc-right-forms {
  max-width: 735px;
  width: 100%;
}
.myacc-sec .myacc-inner-cont .myacc-right-forms .title {
  margin-bottom: 42px;
}
.myacc-sec .myacc-inner-cont .myacc-right-forms .title h3 {
  color: #191C23;
  /* Desktop/H3 */
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}
.myacc-sec .myacc-inner-cont .myacc-right-forms .title p {
  color: #636060;
  font-feature-settings: "clig" off, "liga" off;
  /* Desktop/body */
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 144.444% */
  margin-bottom: 0;
  max-width: 670px;
  margin-top: 16px;
}
.myacc-sec .myacc-inner-cont .myacc-right-forms .personal-detform .personal-title h4 {
  color: #191C23;
  /* Desktop/H4 */
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}
.myacc-sec .myacc-inner-cont .myacc-right-forms .personal-detform .personal-title p {
  color: #636060;
  font-feature-settings: "clig" off, "liga" off;
  /* Desktop/body */
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 144.444% */
  margin-top: 8px;
  margin-bottom: 0;
}
.myacc-sec .myacc-inner-cont .myacc-right-forms .personal-detform .form {
  margin-top: 24px;
}
.myacc-sec .myacc-inner-cont .myacc-right-forms .personal-detform .form .formgroup-inline {
  display: flex;
  gap: 12px;
}
.myacc-sec .myacc-inner-cont .myacc-right-forms .personal-detform .form .formgroup-inline .form-group {
  max-width: 360px;
  width: 100%;
}
.myacc-sec .myacc-inner-cont .myacc-right-forms .personal-detform .form .form-control {
  margin-bottom: 12px;
}
.myacc-sec .myacc-inner-cont .myacc-right-forms .personal-detform .form .selectarrow {
  background-image: url(../images/selectarrow-icon.svg);
  background-repeat: no-repeat;
  background-position: right 5% center;
}
.myacc-sec .myacc-inner-cont .myacc-right-forms .personal-detform .save-btn {
  max-width: 160px;
  width: 100%;
  margin-top: 12px;
}
.myacc-sec .myacc-inner-cont .myacc-right-forms .personal-detform .save-btn .primary-btn {
  border-radius: 251px;
  background: #F00;
  padding: 12px 20px;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
  text-align: center;
  display: block;
  text-decoration: none;
  border: 1px solid #F00 !important;
}
.myacc-sec .myacc-inner-cont .myacc-right-forms .personal-detform .save-btn .primary-btn:hover {
  color: #FFF;
  background: none;
  border: 1px solid #fff !important;
}
.myacc-sec .myacc-inner-cont .myacc-right-forms .address-detform {
  margin-top: 34px;
}

.orderhis-sec .orderhis-right-part .title h3 {
  color: #401620 !important;
}
.orderhis-sec .orderhis-right-part .orderhis-table table thead th {
  border: 0;
  padding: 0 0px 8px 0px;
}
.orderhis-sec .orderhis-right-part .orderhis-table table thead th:first-child {
  padding-left: 18px;
}
.orderhis-sec .orderhis-right-part .orderhis-table table thead th:last-child {
  padding-right: 18px;
}
.orderhis-sec .orderhis-right-part .orderhis-table table thead th h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
  margin-bottom: 0;
}
.orderhis-sec .orderhis-right-part .orderhis-table table tbody td {
  padding: 24px 0;
  border: 0;
  vertical-align: middle;
}
.orderhis-sec .orderhis-right-part .orderhis-table table tbody td:first-child {
  padding-left: 18px;
}
.orderhis-sec .orderhis-right-part .orderhis-table table tbody td:last-child {
  padding-right: 18px;
}
.orderhis-sec .orderhis-right-part .orderhis-table table tbody td h5 {
  color: #401620;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  margin-bottom: 0;
}
.orderhis-sec .orderhis-right-part .orderhis-table table tbody td .vieworder-btn .secondary-btn {
  border-radius: 251px;
  background: #FFF;
  border: 1px solid #F00;
  padding: 12px 20px;
  color: #F00;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
  text-align: center;
  display: block;
  text-decoration: none;
}
.orderhis-sec .orderhis-right-part .orderhis-table table tbody td .vieworder-btn .secondary-btn:hover {
  color: #fff;
  background: #F00;
}
.orderhis-sec .orderhis-right-part .orderhis-table table tbody tr:nth-child(even) {
  background-color: #FAF5F5;
}
.orderhis-sec .orderhis-right-part .mob-orderhis-cont .orderhist-box {
  padding: 12px;
}
.orderhis-sec .orderhis-right-part .mob-orderhis-cont .orderhist-box:nth-child(even) {
  background-color: #FAF5F5;
}
.orderhis-sec .orderhis-right-part .mob-orderhis-cont .orderhist-box .cell-row {
  display: flex;
  max-width: 281px;
}
.orderhis-sec .orderhis-right-part .mob-orderhis-cont .orderhist-box .cell-row .infobox {
  display: flex;
  gap: 12px;
  padding: 12px;
  max-width: 126px;
  width: 100%;
}
.orderhis-sec .orderhis-right-part .mob-orderhis-cont .orderhist-box .cell-row .infobox:first-child {
  padding-left: 0;
}
.orderhis-sec .orderhis-right-part .mob-orderhis-cont .orderhist-box .cell-row .infobox h5 {
  color: #401620;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 162.5% */
  margin-bottom: 0;
}
.orderhis-sec .orderhis-right-part .mob-orderhis-cont .orderhist-box .cell-row .infobox p {
  color: #401620;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  margin-bottom: 0;
}
.orderhis-sec .orderhis-right-part .mob-orderhis-cont .orderhist-box .vieworder-btn {
  margin-top: 12px;
}
.orderhis-sec .orderhis-right-part .mob-orderhis-cont .orderhist-box .vieworder-btn .secondary-btn {
  border-radius: 251px;
  background: #FFF;
  border: 1px solid #F00;
  padding: 12px 20px;
  color: #F00;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  padding: 8px 20px;
}
.orderhis-sec .orderhis-right-part .mob-orderhis-cont .orderhist-box .vieworder-btn .secondary-btn:hover {
  color: #fff;
  background: #F00;
}

.login-sec {
  background: url(../images/login-bg.png) no-repeat top center;
  background-size: cover;
}
.login-sec .login-inner-cont {
  padding: 80px 0;
}
.login-sec .login-inner-cont .login-form-sec {
  max-width: 780px;
  width: 100%;
  margin: auto;
}
.login-sec .login-inner-cont .login-form-sec .loginform {
  border-radius: 2px;
  background: #FFF;
  padding: 48px 52px;
}
.login-sec .login-inner-cont .login-form-sec .loginform .title {
  max-width: 535px;
  width: 100%;
  margin-bottom: 36px;
}
.login-sec .login-inner-cont .login-form-sec .loginform .title h2 {
  color: #191C23;
  /* Desktop/H2 */
  font-family: "Open Sans", sans-serif;
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  /* 112.903% */
  text-transform: uppercase;
  margin-bottom: 0;
}
.login-sec .login-inner-cont .login-form-sec .loginform .title p {
  color: #636060;
  font-feature-settings: "clig" off, "liga" off;
  /* Desktop/body */
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 144.444% */
  margin-bottom: 0;
  margin-top: 16px;
}
.login-sec .login-inner-cont .login-form-sec .loginform input[type=email] {
  margin-bottom: 24px;
}
.login-sec .login-inner-cont .login-form-sec .loginform .remember-forgot-inline {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 9.5px 0;
}
.login-sec .login-inner-cont .login-form-sec .loginform .remember-forgot-inline .forgotpass-link a {
  color: #F00;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  text-decoration-line: underline;
}
.login-sec .login-inner-cont .login-form-sec .loginform .already-acc-loginbtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.login-sec .login-inner-cont .login-form-sec .loginform .already-acc-loginbtn p {
  color: #3C3C3C;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  margin-bottom: 0;
}
.login-sec .login-inner-cont .login-form-sec .loginform .already-acc-loginbtn p a {
  color: #F00;
  text-decoration: none;
}
.login-sec .login-inner-cont .login-form-sec .loginform .already-acc-loginbtn .login-btn .primary-btn {
  border-radius: 251px;
  background: #F00;
  padding: 12px 20px;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
  text-align: center;
  display: block;
  text-decoration: none;
  border: 1px solid #F00 !important;
}
.login-sec .login-inner-cont .login-form-sec .loginform .already-acc-loginbtn .login-btn .primary-btn:hover {
  color: #FFF;
  background: none;
  border: 1px solid #fff !important;
}

#forgotpass .modal-dialog {
  max-width: 742px;
  width: 100%;
}
#forgotpass .modal-body {
  padding: 0;
  border: 1px solid #D0D0D0;
  background: #FFF;
  box-shadow: 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.01), 0px 20px 13px 0px rgba(0, 0, 0, 0.01), 0px 38.519px 25.481px 0px rgba(0, 0, 0, 0.01), 0px 64.815px 46.852px 0px rgba(0, 0, 0, 0.02), 0px 100px 80px 0px rgba(0, 0, 0, 0.02);
}
#forgotpass .modal-body .forgot-cont {
  padding: 64px;
}
#forgotpass .modal-body .forgot-cont h3 {
  color: #191C23;
  /* Desktop/H3 */
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #191C23;
  text-align: center;
}
#forgotpass .modal-body .forgot-cont p {
  color: #636060;
  font-feature-settings: "clig" off, "liga" off;
  /* Desktop/body */
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 144.444% */
  margin-bottom: 0;
  color: #636060;
  text-align: center;
  margin-top: 16px;
}
#forgotpass .modal-body .forgot-cont .common-form {
  margin: 24px 0px;
}
#forgotpass .modal-body .forgot-cont .common-form .form-check {
  margin-top: 24px;
}
#forgotpass .modal-body .forgot-cont .captcha-btn-inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#forgotpass .modal-body .forgot-cont .captcha-btn-inline .submit-btn .primary-btn {
  border-radius: 251px;
  background: #F00;
  padding: 12px 20px;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
  text-align: center;
  display: block;
  text-decoration: none;
  border: 1px solid #F00 !important;
}
#forgotpass .modal-body .forgot-cont .captcha-btn-inline .submit-btn .primary-btn:hover {
  color: #FFF;
  background: none;
  border: 1px solid #fff !important;
}

.resetpass-sec {
  background: url(../images/resetpass-bg.png) no-repeat top center;
  background-size: cover;
  padding: 96px 0px;
}
.resetpass-sec .resetpass-inner-cont {
  padding: 80px 0 0px 0;
}
.resetpass-sec .resetpass-inner-cont .resetpass-form-sec {
  max-width: 780px;
  width: 100%;
  margin: auto;
}
.resetpass-sec .resetpass-inner-cont .resetpass-form-sec .resetpassform {
  border-radius: 2px;
  background: #FFF;
  padding: 48px 52px;
}
.resetpass-sec .resetpass-inner-cont .resetpass-form-sec .resetpassform .title {
  max-width: 545px;
  width: 100%;
  margin-bottom: 36px;
}
.resetpass-sec .resetpass-inner-cont .resetpass-form-sec .resetpassform .title h2 {
  color: #191C23;
  /* Desktop/H2 */
  font-family: "Open Sans", sans-serif;
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  /* 112.903% */
  text-transform: uppercase;
  margin-bottom: 0;
}
.resetpass-sec .resetpass-inner-cont .resetpass-form-sec .resetpassform .title p {
  color: #636060;
  font-feature-settings: "clig" off, "liga" off;
  /* Desktop/body */
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 144.444% */
  margin-bottom: 0;
  margin-top: 16px;
}
.resetpass-sec .resetpass-inner-cont .resetpass-form-sec .resetpassform .form-control {
  margin-bottom: 24px;
}
.resetpass-sec .resetpass-inner-cont .resetpass-form-sec .resetpassform .resetpass-btn {
  max-width: 181px;
  width: 100%;
  margin: 36px 0px 0px auto;
}
.resetpass-sec .resetpass-inner-cont .resetpass-form-sec .resetpassform .resetpass-btn .primary-btn {
  border-radius: 251px;
  background: #F00;
  padding: 12px 20px;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
  text-align: center;
  display: block;
  text-decoration: none;
  border: 1px solid #F00 !important;
  padding: 12px 10px;
}
.resetpass-sec .resetpass-inner-cont .resetpass-form-sec .resetpassform .resetpass-btn .primary-btn:hover {
  color: #FFF;
  background: none;
  border: 1px solid #fff !important;
}

.signup-sec {
  background: url(../images/signup-bg.png) no-repeat bottom center;
  background-size: cover;
}
.signup-sec .signup-inner-cont {
  padding: 80px 0;
}
.signup-sec .signup-inner-cont .signup-form-sec {
  max-width: 780px;
  width: 100%;
  margin: auto;
}
.signup-sec .signup-inner-cont .signup-form-sec .signupform {
  border-radius: 2px;
  background: #FFF;
  padding: 48px 52px;
}
.signup-sec .signup-inner-cont .signup-form-sec .signupform .title {
  max-width: 535px;
  width: 100%;
  margin-bottom: 32px;
}
.signup-sec .signup-inner-cont .signup-form-sec .signupform .title h2 {
  color: #191C23;
  /* Desktop/H2 */
  font-family: "Open Sans", sans-serif;
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  /* 112.903% */
  text-transform: uppercase;
  margin-bottom: 0;
}
.signup-sec .signup-inner-cont .signup-form-sec .signupform .title p {
  color: #636060;
  font-feature-settings: "clig" off, "liga" off;
  /* Desktop/body */
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 144.444% */
  margin-bottom: 0;
  margin-top: 16px;
}
.signup-sec .signup-inner-cont .signup-form-sec .signupform .common-form .form-control {
  margin-bottom: 24px;
}
.signup-sec .signup-inner-cont .signup-form-sec .signupform .common-form .captcha-check-inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.signup-sec .signup-inner-cont .signup-form-sec .signupform .common-form .captcha-check-inline .form-check {
  max-width: 308px;
  width: 100%;
}
.signup-sec .signup-inner-cont .signup-form-sec .signupform .common-form .captcha-check-inline .form-check .form-check-input {
  margin-top: 12px;
}
.signup-sec .signup-inner-cont .signup-form-sec .signupform .already-acc-loginbtn {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  align-items: center;
}
.signup-sec .signup-inner-cont .signup-form-sec .signupform .already-acc-loginbtn p {
  color: #3C3C3C;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  margin-bottom: 0;
}
.signup-sec .signup-inner-cont .signup-form-sec .signupform .already-acc-loginbtn p a {
  color: #F00;
  text-decoration: none;
}
.signup-sec .signup-inner-cont .signup-form-sec .signupform .already-acc-loginbtn .signup-btn .primary-btn {
  border-radius: 251px;
  background: #F00;
  padding: 12px 20px;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
  text-align: center;
  display: block;
  text-decoration: none;
  border: 1px solid #F00 !important;
}
.signup-sec .signup-inner-cont .signup-form-sec .signupform .already-acc-loginbtn .signup-btn .primary-btn:hover {
  color: #FFF;
  background: none;
  border: 1px solid #fff !important;
}

#registercomp .modal-dialog,
#mealModal .modal-dialog,
#checkout-modal .modal-dialog {
  max-width: 691px;
  width: 100%;
}
#registercomp .modal-body,
#mealModal .modal-body,
#checkout-modal .modal-body {
  padding: 0;
}
#registercomp .modal-body .register-cont,
#mealModal .modal-body .register-cont,
#checkout-modal .modal-body .register-cont {
  border: 1px solid #D0D0D0;
  background: #FFF;
  box-shadow: 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.01), 0px 20px 13px 0px rgba(0, 0, 0, 0.01), 0px 38.519px 25.481px 0px rgba(0, 0, 0, 0.01), 0px 64.815px 46.852px 0px rgba(0, 0, 0, 0.02), 0px 100px 80px 0px rgba(0, 0, 0, 0.02);
  padding: 64px;
}
#registercomp .modal-body .register-cont h3,
#mealModal .modal-body .register-cont h3,
#checkout-modal .modal-body .register-cont h3 {
  color: #191C23;
  /* Desktop/H3 */
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
}
#registercomp .modal-body .register-cont p,
#mealModal .modal-body .register-cont p,
#checkout-modal .modal-body .register-cont p {
  color: #636060;
  font-feature-settings: "clig" off, "liga" off;
  /* Desktop/body */
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 144.444% */
  margin-bottom: 0;
  margin-top: 16px;
  text-align: center;
}
#registercomp .modal-body .register-cont .gologin-btn,
#mealModal .modal-body .register-cont .gologin-btn,
#checkout-modal .modal-body .register-cont .gologin-btn {
  max-width: 147px;
  width: 100%;
  margin: 28px auto auto auto;
}
#registercomp .modal-body .register-cont .gologin-btn .primary-btn,
#mealModal .modal-body .register-cont .gologin-btn .primary-btn,
#checkout-modal .modal-body .register-cont .gologin-btn .primary-btn {
  border-radius: 251px;
  background: #F00;
  padding: 12px 20px;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
  text-align: center;
  display: block;
  text-decoration: none;
  border: 1px solid #F00 !important;
  padding: 12px 10px;
}
#registercomp .modal-body .register-cont .gologin-btn .primary-btn:hover,
#mealModal .modal-body .register-cont .gologin-btn .primary-btn:hover,
#checkout-modal .modal-body .register-cont .gologin-btn .primary-btn:hover {
  color: #FFF;
  background: none;
  border: 1px solid #fff !important;
}

.error-sec {
  background: url(../images/error-bg.png) no-repeat top center;
  background-size: auto;
  min-height: 910px;
}
.error-sec .error-inner-cont {
  padding: 258px 0px;
}
.error-sec .error-inner-cont .error-cont {
  max-width: 597px;
  width: 100%;
  margin: auto;
}
.error-sec .error-inner-cont .error-cont .title {
  font-family: "Open Sans", sans-serif;
  font-size: 298.852px;
  font-style: normal;
  font-weight: 700;
  line-height: 300px;
  text-transform: uppercase;
  background: linear-gradient(150deg, rgba(255, 0, 0, 0) 10.95%, #F00 36.57%, #F00 65%, rgba(255, 0, 0, 0) 95.81%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.error-sec .error-inner-cont .error-cont h4 {
  color: #191C23;
  /* Desktop/H4 */
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}
.error-sec .error-inner-cont .error-cont .home-btn {
  max-width: 226px;
  width: 100%;
  margin: 57px auto auto auto;
}
.error-sec .error-inner-cont .error-cont .home-btn .primary-btn {
  border-radius: 251px;
  background: #F00;
  padding: 12px 20px;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
  text-align: center;
  display: block;
  text-decoration: none;
  border: 1px solid #F00 !important;
}
.error-sec .error-inner-cont .error-cont .home-btn .primary-btn:hover {
  color: #FFF;
  background: none;
  border: 1px solid #fff !important;
}

.privacy-sec {
  background: url(../images/privacy-bg.png) no-repeat top center;
  background-size: cover;
}
.privacy-sec .privacy-inner-cont {
  padding: 62px 0px;
}
.privacy-sec .privacy-inner-cont .privacy-cont {
  max-width: 1290px;
  width: 100%;
  margin: auto;
}
.privacy-sec .privacy-inner-cont .privacy-cont h2 {
  color: #191C23;
  /* Desktop/H2 */
  font-family: "Open Sans", sans-serif;
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  /* 112.903% */
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
}
.privacy-sec .privacy-inner-cont .privacy-cont .para-cont {
  margin-top: 32px;
}
.privacy-sec .privacy-inner-cont .privacy-cont .para-cont p {
  color: #636060;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 144.444% */
  margin-bottom: 0;
}

@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-BookDisp.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-BlackOblHead.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-BlackOblDisp.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-BlackHead.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-BookOblBody.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-BoldHead.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-BoldOblBody.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-BookOblHead.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-BoldOblDisp.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-BookHead.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-HeavyHead.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-MediumBody.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-LightHead.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-MediumDisp.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-HeavyOblHead.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-LightOblHead.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-SemiBoldBody.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-MediumOblDisp.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-ObliqueHead.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-MediumOblBody.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-RomanHead.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-SemiBoldOblBody.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-BlackDisp.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-SemiBoldOblDisp.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-SemiBoldDisp.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-BlackBody.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-BoldDisp.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-BoldBody.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-BookBody.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-BoldOblHead.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-BlackOblBody.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-MediumHead.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-SemiBoldOblHead.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-BookOblDisp.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-HeavyBody.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-HeavyDisp.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-HeavyOblDisp.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-HeavyOblBody.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-LightBody.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-LightDisp.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-LightOblBody.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-LightOblDisp.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-MediumOblHead.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-RomanBody.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-ObliqueDisp.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-ObliqueBody.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-SemiBoldHead.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../fonts/SequelSans-RomanDisp.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.primary-btn {
  border-radius: 251px;
  background: #F00;
  padding: 12px 20px;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
  text-align: center;
  display: block;
  text-decoration: none;
  border: 1px solid #F00 !important;
  display: inline-block;
  border: 0;
}
.primary-btn:hover {
  color: #FFF;
  background: none;
  border: 1px solid #fff !important;
}
.primary-btn:hover {
  color: #F00 !important;
  border-color: #F00 !important;
}

.secondary-btn {
  border-radius: 251px;
  background: #FFF;
  border: 1px solid #F00;
  padding: 12px 20px;
  color: #F00;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
  text-align: center;
  display: block;
  text-decoration: none;
  display: inline-block;
}
.secondary-btn:hover {
  color: #fff;
  background: #F00;
}

.border-btn {
  color: #FFF;
  /* Desktop/button */
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 20px;
  border-radius: 251px;
  border: 1px solid #FFF;
}
.border-btn:hover {
  color: white;
}

.cart-card {
  padding: 14px;
  display: flex;
  gap: 16px;
}
.cart-card .cartCard-content {
  flex: 1 1;
}
.cart-card .cartCard-content h6 {
  color: #FF0000;
  /* Desktop/small */
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
  margin-bottom: 0;
}
.cart-card .cartCard-content h5 {
  color: #191C23;
  /* Desktop/H4 */
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
}
.cart-card .cartCard-content .product-title {
  margin: 16px 0 8px 0;
}
.cart-card .cartCard-content p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  color: #191C23;
  margin-bottom: 16px;
  line-height: 24px;
}

.qty-sec {
  display: flex;
  gap: 4px;
  align-items: center;
}
.qty-sec button {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: 0;
  background: none;
  padding: 0;
}
.qty-sec input {
  width: 32px;
  height: 32px;
  background: rgba(255, 0, 0, 0.1);
  border: 0;
  border-radius: 50%;
  color: #FF0000;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
}
.qty-sec input[type=number]::-webkit-inner-spin-button,
.qty-sec input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

header {
  padding: 20px 0;
  border-bottom: 1px solid rgba(226, 226, 226, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header .desktop-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .desktop-header .desktop-nav {
  display: flex;
  gap: 32px;
  align-items: center;
}
header .desktop-header .desktop-nav .nav {
  gap: 24px;
  align-items: center;
}
header .desktop-header .desktop-nav .nav .nav-list a {
  display: inline-block;
  padding: 16px;
  color: #FAF5F5;
  /* Desktop/button */
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
}
header .desktop-header .desktop-nav .nav .nav-list a.active {
  color: #FF0000;
}
header .desktop-header .desktop-nav .btn-wrap {
  position: relative;
  display: flex;
  gap: 14px;
  align-items: center;
}
header .desktop-header .desktop-nav .btn-wrap a[aria-expanded=true] {
  color: #FF0000;
  border-color: #FF0000;
}
header a[aria-expanded=false] .active {
  display: none;
}
header a[aria-expanded=false] .inactive {
  display: inline;
}
header a[aria-expanded=true] .active {
  display: inline;
}
header a[aria-expanded=true] .inactive {
  display: none;
}
header #gbp-dropdown {
  position: absolute;
  margin-top: -13px;
}
header #gbp-dropdown .card {
  border-radius: 2px;
  background: rgba(25, 28, 35, 0.7);
  padding: 12px;
}
header #gbp-dropdown .card ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
header #gbp-dropdown .card ul li a {
  padding: 0;
}
header #cart-menu {
  position: absolute;
  right: 0;
  top: 100px;
}
header #cart-menu .card {
  padding: 14px;
  border-radius: 0;
  border: 0;
  width: 596px;
}
header #cart-menu .cart-list .cart-card {
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(164, 162, 162, 0.2);
  margin-bottom: 12px;
}
header #cart-menu .cart-list .cart-card:last-child {
  border: 0;
}
header #cart-menu .total-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
header #cart-menu .total-sec h6 {
  margin-bottom: 0;
  color: #191C23;
  /* Desktop/H4 */
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.dark-header {
  position: relative;
}
.dark-header .desktop-header .desktop-nav .nav .nav-list a {
  color: #191C23;
}
.dark-header .border-btn {
  color: #191C23;
  border-color: #191C23;
}

footer {
  background-color: #191C23;
  padding: 80px 0;
}
footer .footer-wrap {
  display: flex;
  justify-content: space-between;
}
footer .footer-wrap .logo-wrap .master-wrap {
  margin: 21px 0;
}
footer .footer-wrap .logo-wrap p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  color: #FFF;
  margin-bottom: 0;
}
footer .footer-wrap .footer-nav {
  display: flex;
  gap: 142px;
}
footer .footer-wrap .footer-nav .footer-nav-items h6 {
  color: #191C23;
  /* Desktop/H4 */
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #FF0000;
  margin-bottom: 24px;
}
footer .footer-wrap .footer-nav .footer-nav-items ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .footer-wrap .footer-nav .footer-nav-items ul a {
  color: #FFF;
  /* Desktop/body */
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 144.444% */
}

.welcom-sec {
  position: relative;
}
.welcom-sec .wecome-container {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
}
.welcom-sec .wecome-content-sec {
  max-width: 782px;
}
.welcom-sec .wecome-content-sec h1 {
  color: #fff;
  /* Desktop/H1 */
  font-family: "Open Sans", sans-serif;
  font-size: 94px;
  font-style: normal;
  font-weight: 700;
  line-height: 89.5px;
  /* 95.213% */
  text-transform: uppercase;
  margin-bottom: 18px;
}
.welcom-sec .wecome-content-sec h1 span {
  color: #FF0000;
}
.welcom-sec .wecome-content-sec p {
  color: #FAF5F5;
  /* Desktop/body */
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 144.444% */
  margin-bottom: 32px;
  max-width: 559px;
}
.welcom-sec .wecome-content-sec .num-sec {
  margin-top: 81px;
  display: flex;
  gap: 32px;
}
.welcom-sec .wecome-content-sec .num-sec .num-list h4 {
  color: #FF0000;
  text-align: center;
  font-family: "Sequel Sans";
  font-size: 50px;
  font-style: normal;
  font-weight: 425;
  line-height: 56px;
  /* 112% */
  margin-bottom: 0;
}
.welcom-sec .wecome-content-sec .num-sec .num-list h6 {
  color: white;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 133.333% */
  margin-bottom: 0;
}

.step-sec {
  padding: 92px 0;
  min-height: 413px;
  background: url(../images/step-bg.png) no-repeat center;
  background-size: contain;
}
.step-sec .step-flex {
  display: flex;
  gap: 96px;
  max-width: 1239px;
  margin: auto;
}
.step-sec .step-card {
  max-width: 349px;
}
.step-sec .step-card h6 {
  color: #191C23;
  /* Desktop/H4 */
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 32px 0 16px 0;
}
.step-sec .step-card p {
  color: #191C23;
  /* Desktop/body */
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 144.444% */
  margin-bottom: 0;
}
.step-sec .step-card:nth-child(2) {
  position: relative;
}
.step-sec .step-card:nth-child(2)::after {
  content: "";
  position: absolute;
  left: -48px;
  top: 0;
  background-color: #A4A3A3;
  opacity: 0.2;
  width: 1px;
  height: 100%;
}
.step-sec .step-card:nth-child(2)::before {
  content: "";
  position: absolute;
  right: -48px;
  top: 0;
  background-color: #A4A3A3;
  opacity: 0.2;
  width: 1px;
  height: 100%;
}

.our-Bestsellers-sec {
  padding: 100px 0;
  background: url(../images/our-bestsellers-img.png) no-repeat center;
  background-size: cover;
}
.our-Bestsellers-sec .second-heading {
  text-align: center;
  margin-bottom: 62px;
}
.our-Bestsellers-sec .second-heading h4 {
  margin-bottom: 16px;
}
.our-Bestsellers-sec .second-heading p {
  max-width: 451px;
  margin: 0 auto 20px auto;
}
.our-Bestsellers-sec .our-bestsellers-flex {
  display: flex;
  gap: 24px;
}

.second-heading h4 {
  color: #191C23;
  /* Desktop/H2 */
  font-family: "Open Sans", sans-serif;
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  /* 112.903% */
  text-transform: uppercase;
}
.second-heading p {
  color: #191C23;
  /* Desktop/body */
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 144.444% */
}

.product-card {
  border-radius: 2px;
  background: #FFF;
  /* Shadow card */
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
  padding: 14px;
  max-width: 342px;
}
.product-card h6 {
  color: #FF0000;
  /* Desktop/small */
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
  margin: 16px 0;
}
.product-card h5 {
  color: #191C23;
  /* Desktop/H4 */
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.product-card p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  color: #191C23;
  margin-bottom: 16px;
}
.product-card .btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-card .btn-wrap h4 {
  color: #191C23;
  /* Desktop/H3 */
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}

.excellent-Protection-sec {
  padding: 80px 0;
  background-color: white;
}
.excellent-Protection-sec .excellent-flex {
  display: flex;
  gap: 24px;
}
.excellent-Protection-sec .excellent-card {
  position: relative;
}
.excellent-Protection-sec .excellent-card .excellent-content {
  position: absolute;
  top: 42px;
  left: 42px;
}
.excellent-Protection-sec .excellent-card .excellent-content h6 {
  color: #191C23;
  /* Desktop/H3 */
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.excellent-Protection-sec .excellent-card .excellent-content h6 span {
  color: #FF0000;
}
.excellent-Protection-sec .excellent-card .excellent-content p {
  color: #636060;
  /* Desktop/body */
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 144.444% */
  max-width: 389px;
}
.excellent-Protection-sec .excellent-sm-flex {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
.excellent-Protection-sec .excellent-sm-flex .excellent-sm-card {
  position: relative;
}
.excellent-Protection-sec .excellent-sm-flex .excellent-sm-card .excellent-sm-content {
  position: absolute;
  top: 42px;
  left: 42px;
}
.excellent-Protection-sec .excellent-sm-flex .excellent-sm-card .excellent-sm-content h6 {
  color: #191C23;
  /* Desktop/H4 */
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.excellent-Protection-sec .excellent-sm-flex .excellent-sm-card .excellent-sm-content h6 span {
  color: #FF0000;
}
.excellent-Protection-sec .excellent-sm-flex .excellent-sm-card .excellent-sm-content p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  color: #636060;
  max-width: 393px;
}

.maximise-your-gains-sec {
  position: relative;
}
.maximise-your-gains-sec .maximise-your-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.maximise-your-gains-sec .second-heading {
  max-width: 712px;
}
.maximise-your-gains-sec .second-heading h4 {
  margin-bottom: 10px;
}
.maximise-your-gains-sec .second-heading p {
  margin-bottom: 32px;
}
.maximise-your-gains-sec .second-heading ul {
  max-width: 345px;
}
.maximise-your-gains-sec .second-heading ul li {
  display: flex;
  gap: 16px;
  padding: 16px 0 32px 0;
  border-top: 1px solid rgba(164, 162, 162, 0.2);
  align-items: center;
}
.maximise-your-gains-sec .second-heading ul li span {
  color: #191C23;
  /* Desktop/H4 */
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #FF0000;
}
.maximise-your-gains-sec .second-heading ul li h6 {
  color: #636060;
  /* Desktop/body */
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 144.444% */
  margin-bottom: 0;
}

.we-Believe-sec {
  position: relative;
}
.we-Believe-sec .we-believe-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.we-Believe-sec .second-heading {
  max-width: 608px;
}
.we-Believe-sec .second-heading h4 {
  color: white;
  margin-bottom: 24px;
}
.we-Believe-sec .second-heading p {
  margin-bottom: 32px;
  color: #FAF5F5;
}
.we-Believe-sec .we-believe-bg video {
  display: block;
  height: 764px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.we-Believe-sec .we-believe-bg::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 0, 0, 0) 58.38%, rgba(255, 0, 0, 0.2) 87.68%), linear-gradient(176deg, rgba(1, 3, 10, 0.25) 2.41%, rgba(1, 3, 10, 0) 24.37%), linear-gradient(90deg, rgba(1, 3, 10, 0.25) 1.29%, rgba(1, 3, 10, 0) 56.63%), linear-gradient(90deg, rgba(3, 15, 45, 0.5) 26.02%, rgba(4, 17, 47, 0.22) 46.25%, rgba(6, 20, 54, 0.1) 56.73%), linear-gradient(180deg, rgba(0, 0, 0, 0.31) 4.18%, rgba(0, 0, 0, 0) 55.07%);
  background-size: cover;
}

.personalise-your-sec .we-believe-bg::after {
  background: linear-gradient(185deg, rgba(255, 0, 0, 0) 58.38%, rgba(255, 0, 0, 0.2) 87.68%), linear-gradient(180deg, rgba(1, 3, 10, 0.37) 2.41%, rgba(1, 3, 10, 0) 24.37%), linear-gradient(221deg, rgba(1, 3, 10, 0.25) 1.29%, rgba(1, 3, 10, 0) 56.63%), linear-gradient(273deg, rgba(3, 15, 45, 0.5) 26.02%, rgba(4, 17, 47, 0.22) 46.25%, rgba(6, 20, 54, 0.1) 56.73%), linear-gradient(265deg, rgba(0, 0, 0, 0.49) 4.18%, rgba(0, 0, 0, 0) 55.07%);
  background-size: cover;
}
.personalise-your-sec .we-believe-bg video {
  height: 710px;
}
.personalise-your-sec .second-heading {
  max-width: 772px;
  margin-left: auto;
  text-align: right;
}
.personalise-your-sec .second-heading h4 span {
  color: #FF0000;
}

.store-top-sec {
  position: relative;
}
.store-top-sec .store_top_content {
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 736px;
  width: 100%;
  text-align: center;
}
.store-top-sec .store_top_content h1 {
  color: white;
  /* Desktop/H1 */
  font-family: "Open Sans", sans-serif;
  font-size: 94px;
  font-style: normal;
  font-weight: 700;
  line-height: 89.5px;
  /* 95.213% */
  text-transform: uppercase;
  margin-bottom: 18px;
}
.store-top-sec .store_top_content p {
  color: #FAF5F5;
  /* Desktop/body */
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 144.444% */
  margin: auto;
  max-width: 559px;
}

.store-main-content {
  background-color: #FAF5F5;
  padding: 40px 0 60px 0;
}
.store-main-content .store-main-flex {
  display: flex;
  gap: 24px;
}
.store-main-content .store-main-flex .store-main-left {
  max-width: 339px;
  width: 100%;
}
.store-main-content .store-main-flex .store-main-left .filter-sm-btn .primary-btn {
  width: 100%;
  margin-bottom: 14px;
}
.store-main-content .store-main-flex .store-main-left .filter-sm-btn .primary-btn[aria-expanded=true] {
  background-color: #DBDCE1;
  border-color: #DBDCE1;
  color: #191C23;
}
.store-main-content .store-main-flex .store-main-left .filter-card {
  border-radius: 6px;
  width: 100%;
  background: white;
  padding: 16px;
}
.store-main-content .store-main-flex .store-main-left .filter-card .filter-items-wrap {
  margin-bottom: 32px;
}
.store-main-content .store-main-flex .store-main-left .filter-card .filter-items-wrap .form-check-label {
  font-size: 18px;
  margin-left: 12px;
  font-family: "Poppins", sans-serif;
}
.store-main-content .store-main-flex .store-main-left .filter-card .filter-items-wrap .count-num {
  border-radius: 50px;
  background: rgba(255, 0, 0, 0.1);
  padding: 0 8px;
  height: 24px;
  color: #FF0000;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 171.429% */
  text-transform: uppercase;
}
.store-main-content .store-main-flex .store-main-left .filter-card h5 {
  color: #191C23;
  /* Desktop/H4 */
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.store-main-content .store-main-flex .store-main-left .filter-card .custom-Range-sec {
  margin-bottom: 24px;
}
.store-main-content .store-main-flex .store-main-left .filter-card .custom-Range-sec h6 {
  color: #191C23;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 144.444% */
  margin-bottom: 9px;
}
.store-main-content .store-main-flex .store-main-left .filter-card .btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.store-main-content .store-main-flex .store-main-left .filter-card .btn-wrap .clean-btn {
  border-radius: 251px;
  border: 1px solid #DBDCE1;
  padding: 12px;
  width: 100%;
  color: #636060;
  /* Desktop/button */
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
  text-align: center;
}
.store-main-content .store-main-flex .store-main-right {
  flex: 1 1 auto;
}
.store-main-content .store-main-flex .store-main-right .store-top-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.store-main-content .store-main-flex .store-main-right .store-top-tab h6 {
  color: #636060;
  /* Desktop/small */
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
  margin-bottom: 0;
}
.store-main-content .store-main-flex .store-main-right .store-top-tab .text-wrap {
  display: flex;
  gap: 24px;
  align-items: center;
  position: relative;
}
.store-main-content .store-main-flex .store-main-right .store-top-tab .most-btn {
  border-radius: 4px;
  background: white;
  border: 0;
  color: #191C23;
  /* Desktop/body */
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 144.444% */
  padding: 12px 16px;
  width: 342px;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.store-main-content .store-main-flex .store-main-right .store-top-tab .most-btn[aria-expanded=true] img {
  rotate: 180deg;
}
.store-main-content .store-main-flex .store-main-right .store-top-tab #most-btn-dropdown {
  position: absolute;
  top: 51px;
  right: 0;
  width: 342px;
}
.store-main-content .store-main-flex .store-main-right .store-top-tab #most-btn-dropdown .card {
  border: 0;
  border-radius: 4px;
  background-color: white;
}
.store-main-content .store-main-flex .store-main-right .store-top-tab #most-btn-dropdown ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.store-main-content .store-main-flex .store-main-right .store-top-tab #most-btn-dropdown a {
  color: #191C23;
  /* Desktop/body */
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 144.444% */
}
.store-main-content .store-main-flex .store-main-right .store-card-flex {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.store-main-content .pagination-sec {
  margin-top: 32px;
}
.store-main-content .pagination-sec ul {
  display: block;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 9px;
}
.store-main-content .pagination-sec ul a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: white;
  border: 1px solid #DBDCE1;
  border-radius: 50%;
  display: grid;
  place-content: center;
  color: #636060;
  /* Desktop/small */
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
}
.store-main-content .pagination-sec ul a.active {
  color: white;
  background-color: #FF0000;
  border-color: #FF0000;
}

.product-top-sec {
  padding: 71px 0 95px 0;
}
.product-top-sec .product-top-flex {
  display: flex;
  gap: 68px;
}
.product-top-sec .product-top-flex .product-top-content {
  max-width: 480px;
  width: 100%;
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.product-top-sec .product-top-flex .product-top-content h6 {
  color: #191C23;
  /* Desktop/H4 */
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #FF0000;
  margin-bottom: 0;
}
.product-top-sec .product-top-flex .product-top-content h5 {
  color: #191C23;
  /* Desktop/H2 */
  font-family: "Open Sans", sans-serif;
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  /* 112.903% */
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #DBDCE1;
}
.product-top-sec .product-top-flex .product-top-content p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  color: #191C23;
  margin-bottom: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #DBDCE1;
}
.product-top-sec .product-top-flex .product-top-content .bottom-wrap {
  padding-bottom: 18px;
  border-bottom: 1px solid #DBDCE1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-top-sec .product-top-flex .product-top-content .bottom-wrap h4 {
  color: #191C23;
  /* Desktop/H3 */
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}
.product-top-sec .product-top-flex .product-top-content .bottom-wrap .qty-sec {
  gap: 9px;
}
.product-top-sec .product-top-flex .product-top-content .bottom-wrap .qty-sec button,
.product-top-sec .product-top-flex .product-top-content .bottom-wrap .qty-sec input {
  width: 40px;
  height: 40px;
}
.product-top-sec .product-top-flex .product-top-content .bottom-wrap .qty-sec input {
  font-size: 18px;
  line-height: 26px;
}

.experience-results-sec {
  position: relative;
}
.experience-results-sec .second-heading {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 659px;
}
.experience-results-sec .second-heading h4 {
  margin-bottom: 24px;
  color: #FAF5F5;
}
.experience-results-sec .second-heading p {
  color: #FAF5F5;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 36px;
}

.you-will-like-sec {
  background: url(../images/you-will-like-bg.png) no-repeat center;
  background-size: cover;
}
.you-will-like-sec .second-heading {
  margin-bottom: 50px;
}

.meal-top-sec {
  position: relative;
}
.meal-top-sec .meal-top-video {
  position: relative;
}
.meal-top-sec .meal-top-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 0, 0, 0) 58.38%, rgba(255, 0, 0, 0.2) 87.68%), linear-gradient(176deg, rgba(1, 3, 10, 0.25) 2.41%, rgba(1, 3, 10, 0) 24.37%), linear-gradient(270deg, rgba(1, 3, 10, 0.25) 32.4%, rgba(1, 3, 10, 0) 65.36%), linear-gradient(270deg, #030F2D 0.95%, rgba(4, 17, 47, 0.45) 56.51%, rgba(6, 20, 54, 0.2) 85.29%), linear-gradient(180deg, rgba(0, 0, 0, 0.31) 4.18%, rgba(0, 0, 0, 0) 55.07%), linear-gradient(270deg, #000 21.4%, rgba(0, 0, 0, 0) 32.07%);
  transform: rotateY(180deg);
}
.meal-top-sec .meal-top-video video {
  height: 789px;
  -o-object-fit: cover;
     object-fit: cover;
}
.meal-top-sec .second-heading {
  position: absolute;
  bottom: 109px;
  max-width: 782px;
  width: 100%;
}
.meal-top-sec .second-heading h4 {
  color: #FFF;
  margin-bottom: 18px;
}
.meal-top-sec .second-heading h4 span {
  color: #FF0000;
}
.meal-top-sec .second-heading p {
  color: #FAF5F5;
  margin-bottom: 32px;
  max-width: 559px;
}

.meal-form-wrap {
  padding: 80px 0;
  background: url(../images/meal-form-wrap-bg.png) no-repeat center center;
  background-size: cover;
}
.meal-form-wrap .meal-form-content {
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0px 4px 29.6px 0px rgba(0, 0, 0, 0.23);
  padding: 40px 52px;
  max-width: 828px;
  margin: auto;
}
.meal-form-wrap .meal-form-content .second-heading h4 {
  margin-bottom: 16px;
}
.meal-form-wrap .meal-form-content .second-heading p {
  font-size: 16px;
  opacity: 0.7;
  margin-bottom: 36px;
}
.meal-form-wrap .meal-form-content .input-flex {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.meal-form-wrap .meal-form-content .input-flex .input-items {
  display: flex;
  gap: 36px;
}
.meal-form-wrap .meal-form-content .input-flex .input-items .form-label {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 14px;
}
.meal-form-wrap .meal-form-content .input-flex .input-items .btn-wrap {
  display: flex;
  gap: 9px;
}
.meal-form-wrap .meal-form-content .input-flex .input-items .btn-wrap button {
  flex: 1 1 155px;
  width: 100%;
}
.meal-form-wrap .meal-form-content .input-flex .input-items .btn-wrap .male-btn {
  border-radius: 251px;
  border: 1px solid #FF0000;
  background: rgba(255, 0, 0, 0.1);
  padding: 11px;
  color: #FF0000;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
}
.meal-form-wrap .meal-form-content .input-flex .input-items .btn-wrap .female-btn {
  border-radius: 251px;
  border: 1px solid #A4A3A3;
  background: white;
  padding: 11px;
  color: #191C23;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.meal-form-wrap .meal-form-content .input-flex .input-items .form-group {
  width: 100%;
}
.meal-form-wrap .meal-form-content .input-flex .input-items .form-control {
  height: 54px;
  width: 100%;
}
.meal-form-wrap .meal-form-content .btn-flex {
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.meal-form-wrap .meal-form-content .btn-flex .form-check {
  max-width: 341px;
}
.meal-form-wrap .form-select.form-control {
  background: url(../images/select-input.svg) no-repeat center right 16px;
  background-color: white;
}
.meal-form-wrap .form-check {
  display: flex;
  align-items: center;
  gap: 16px;
}
.meal-form-wrap .form-check .form-check-input {
  flex-shrink: 0;
}
.meal-form-wrap .form-check .form-check-label {
  margin: 0;
  padding: 0;
}
.meal-form-wrap .form-check .form-check-label a {
  color: #FF0000;
}

.mealModal-sec .modal-dialog {
  max-width: 725px !important;
}
.mealModal-sec .modal-dialog .gologin-btn {
  max-width: 158px !important;
  margin: 32px auto auto auto !important;
}

.about-us-top-sec .second-heading {
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
}
.about-us-top-sec .second-heading p {
  max-width: 691px;
}

.about-us-step .step-flex {
  max-width: 1299px;
}
.about-us-step .step-flex .step-card:nth-child(2) {
  max-width: 409px;
}

.sport-habit-sec {
  padding: 140px 0;
  background: url(../images/sport-habit-bg.png) no-repeat center;
  background-size: cover;
}
.sport-habit-sec .second-heading {
  max-width: 701px;
  margin-left: auto;
}
.sport-habit-sec .second-heading h4 {
  color: #FFF;
  margin-bottom: 10px;
}
.sport-habit-sec .second-heading p {
  color: #FAF5F5;
  margin-bottom: 32px;
  opacity: 0.8;
}

.make-contribution-sec .second-heading {
  max-width: 956px;
}
.make-contribution-sec .second-heading p {
  max-width: 736px;
  margin-left: auto;
}

.what-we-offer-sec {
  padding: 120px 0;
  background: url(../images/what-we-offer.png) no-repeat center bottom, linear-gradient(180deg, rgba(255, 255, 255, 0.1) 60.26%, rgba(255, 0, 0, 0.1) 100%), #FFF;
  background-size: contain, cover, cover;
}
.what-we-offer-sec .what-we-flex {
  display: flex;
  gap: 87px;
}
.what-we-offer-sec .second-heading {
  max-width: 618px;
  width: 100%;
}
.what-we-offer-sec .second-heading h4 {
  color: #0E0E0E;
  margin-bottom: 10px;
}
.what-we-offer-sec .second-heading p {
  color: #191C23;
  margin-bottom: 32px;
  max-width: 464px;
}
.what-we-offer-sec .what-we-items {
  max-width: 735px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.what-we-offer-sec .what-we-items .what-we-item-content {
  max-width: 349px;
}
.what-we-offer-sec .what-we-items .what-we-item-content:nth-child(1) {
  border-right: 1px solid rgba(164, 162, 162, 0.2);
  border-bottom: 1px solid rgba(164, 162, 162, 0.2);
  padding-bottom: 14px;
}
.what-we-offer-sec .what-we-items .what-we-item-content:nth-child(3) {
  padding-top: 37px;
  border-right: 1px solid rgba(164, 162, 162, 0.2);
}
.what-we-offer-sec .what-we-items .what-we-item-content:nth-child(4) {
  padding-top: 37px;
}
.what-we-offer-sec .what-we-items .what-we-item-content:nth-child(2) {
  border-bottom: 1px solid rgba(164, 162, 162, 0.2);
  padding-bottom: 14px;
}
.what-we-offer-sec .what-we-items .what-we-item-content:nth-child(even) {
  max-width: 384px;
  padding-left: 35px;
}
.what-we-offer-sec .what-we-items .what-we-item-content h6 {
  color: #191C23;
  /* Desktop/H4 */
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 32px 0 16px 0;
}
.what-we-offer-sec .what-we-items .what-we-item-content p {
  color: #191C23;
  /* Desktop/body */
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 144.444% */
  margin-bottom: 0;
}

.contactUs-sec {
  padding: 80px 0;
  background: url(../images/contact-us.png) no-repeat center center;
  background-size: cover;
}
.contactUs-sec .contactUs-wrap {
  max-width: 780px;
  margin: auto;
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
  padding: 48px 52px;
}
.contactUs-sec .contactUs-wrap h1 {
  color: #191C23;
  /* Desktop/H2 */
  font-family: "Open Sans", sans-serif;
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  /* 112.903% */
  text-transform: uppercase;
  margin-bottom: 16px;
}
.contactUs-sec .contactUs-wrap .contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 31px;
  margin-bottom: 36px;
}
.contactUs-sec .contactUs-wrap .contact-details address {
  width: 100%;
  margin-bottom: 0;
  color: #191C23;
  /* Desktop/body */
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 144.444% */
}
.contactUs-sec .contactUs-wrap .contact-details a {
  color: #191C23;
  /* Desktop/body */
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 144.444% */
}
.contactUs-sec .common-form .form-label {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 14px;
}
.contactUs-sec .common-form .form-control {
  height: 54px;
  font-size: 18px;
}
.contactUs-sec .common-form textarea.form-control {
  height: 152px;
}
.contactUs-sec .form-flex {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contactUs-sec .form-flex .form-items {
  display: flex;
  gap: 36px;
}
.contactUs-sec .form-flex .form-items .form-group {
  flex: 1 1 100%;
}
.contactUs-sec .btn-flex {
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contactUs-sec .btn-flex .form-check {
  max-width: 341px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.contactUs-sec .btn-flex .form-check .form-check-input {
  flex-shrink: 0;
}
.contactUs-sec .btn-flex .form-check .form-check-label {
  margin: 0;
  padding: 0;
}
.contactUs-sec .btn-flex .form-check .form-check-label a {
  color: #FF0000;
}

.checkout-sec {
  padding: 84px 0;
  background: url(../images/checkout-bg.png) no-repeat top right;
  background-size: cover;
}
.checkout-sec .checkout-flex {
  display: flex;
  gap: 24px;
}
.checkout-sec .checkout-flex .billing-sec {
  max-width: 708px;
  width: 100%;
  border-radius: 2px;
  background: #FFF;
  padding: 0 20px;
}
.checkout-sec .checkout-flex .billing-sec .second-heading h4 {
  margin-bottom: 36px;
}
.checkout-sec .checkout-flex .billing-sec .form-flex {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.checkout-sec .checkout-flex .billing-sec .form-flex .form-items {
  display: flex;
  gap: 10px;
  align-items: center;
}
.checkout-sec .checkout-flex .billing-sec .form-flex .form-items .form-group {
  flex: 1 1 100%;
}
.checkout-sec .checkout-flex .form-check {
  max-width: 341px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.checkout-sec .checkout-flex .form-check .form-check-input {
  flex-shrink: 0;
}
.checkout-sec .checkout-flex .form-check .form-check-label {
  margin: 0;
  padding: 0;
}
.checkout-sec .checkout-flex .form-check .form-check-label a {
  color: #FF0000;
}
.checkout-sec .common-form .form-select.form-control {
  background: url(../images/select-input.svg) no-repeat center right 16px;
  background-color: white;
}
.checkout-sec .common-form .form-label {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 14px;
}
.checkout-sec .common-form .form-control {
  height: 54px;
  font-size: 18px;
}
.checkout-sec .btn-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
}
.checkout-sec .order-sec {
  max-width: 708px;
  width: 100%;
  border-radius: 2px;
  padding: 0px 42px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.checkout-sec .order-sec h2 {
  color: #191C23;
  /* Desktop/H3 */
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}
.checkout-sec .order-sec .order-card-sec .cart-card {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
  margin-bottom: 12px;
  background: white;
}
.checkout-sec .order-sec .order-card-sec .cart-card:last-child {
  margin-bottom: 0;
}
.checkout-sec .order-sec .coupon-code-sec {
  display: flex;
  gap: 20px;
  align-items: end;
}
.checkout-sec .order-sec .coupon-code-sec .form-group {
  flex: 1 1 auto;
}

.subtotal-sec p {
  color: #191C23;
  /* Desktop/body */
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 144.444% */
  margin-bottom: 12px;
}
.subtotal-sec h6 {
  color: #191C23;
  /* Desktop/H4 */
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 24px 0 0 0;
  color: #FF0000;
}

.checkout-modal-wrap p {
  max-width: 445px;
  margin: auto;
}

.order-successful-sec {
  padding: 62px 0;
  background: url(../images/order-succ-bg.png) no-repeat top right;
  background-size: cover;
}
.order-successful-sec .order-successful-wrap {
  max-width: 708px;
  margin: auto;
  padding: 0 42px;
}
.order-successful-sec .order-successful-wrap .second-heading h4 {
  margin-bottom: 20px;
}
.order-successful-sec .order-successful-wrap .second-heading h4 span {
  color: #FF0000;
}
.order-successful-sec .order-successful-wrap .second-heading p {
  max-width: 557px;
  text-align: center;
  margin-bottom: 32px;
  opacity: 0.75;
  color: #636060;
}
.order-successful-sec .order-card-sec {
  margin-bottom: 32px;
}
.order-successful-sec .order-card-sec .cart-card {
  border-radius: 2px;
  background: #FFF;
  /* Shadow card */
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
  margin-bottom: 12px;
}
.order-successful-sec .order-card-sec .cart-card:last-child {
  margin-bottom: 0;
}
.order-successful-sec .btn-sec {
  margin-top: 32px;
}

.stickyheader {
  position: fixed;
  background: rgba(0, 0, 0, 0.631372549);
}

.personalise-your-sec .we-believe-container .second-heading p {
  color: #DBDCE1;
}

.priceslider .price-input {
  width: 100%;
  display: flex;
  margin: 25px 0px 5px 0px;
  justify-content: space-between;
  align-items: center;
}
.priceslider .price-input input {
  color: #3A5964;
  /* Desktop/1 V/Button */
  color: #636060;
  /* Desktop/small */
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
  text-align: center;
  border: none;
}
.priceslider input[type=number]::-webkit-outer-spin-button,
.priceslider input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.priceslider .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.priceslider .slider {
  height: 4px;
  position: relative;
  background: #F0F0F0;
  border-radius: 100px;
}
.priceslider .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 100px;
  background: #F00;
}
.priceslider .range-input {
  position: relative;
}
.priceslider .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: 0px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.priceslider input[type=range]::-webkit-slider-thumb {
  height: 24px;
  width: 24px;
  border-radius: 0%;
  background: url(../images/rangeslider.svg) no-repeat top center;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.priceslider input[type=range]::-moz-range-thumb {
  height: 24px;
  width: 24px;
  border-radius: 0%;
  background: url(../images/rangeslider.svg) no-repeat top center;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}/*# sourceMappingURL=style.css.map */

@media screen and (min-width: 1280px) and (max-width: 1919px) {
.prod_img{
height: 275px !important
}
}

@media screen and (min-width: 1920px) {
.prod_img{
height: 314px !important
}
}

@media screen and (min-width: 1280px) and (max-width: 1349px) {
.product-card {
max-width: 267px;
}
}

@media screen and (min-width: 1350px) and (max-width: 1700px) {
.product-card {
max-width: 312px;
}
}