@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}
body p, body li {
  font-size: 19px;
  color: #603F44;
  font-family: "Poppins", sans-serif;
}
body h3 {
  font-size: 24px;
  color: #603F44;
  font-weight: 700;
}

.bg-color {
  background-color: #F8F0EC;
}
.bg-color-2 {
  background-color: #ECF0F5;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  float: none;
}

body * {
  box-sizing: border-box;
  line-height: 1.5;
}

.dn {
  display: none !important;
}

html {
  margin-top: 0 !important;
}

.buttons {
  display: flex;
  margin-top: 20px;
  max-width: 540px;
  gap: 9px;
  margin-bottom: 30px !important;
}
@media (max-width: 480px) {
  .buttons {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}

.btn {
  padding: 20px 30px;
  text-decoration: none;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 1.3;
  width: 100%;
  max-width: 620px;
}
.btn_main {
  background-color: #F41137;
  color: #fff;
}
.btn_white {
  background-color: #E5E6E0;
  color: #603F44;
}
.btn_full_w {
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
  display: block;
}

.ppc-footer {
  background: #E4E9F2;
  padding: 30px 0 80px;
}
.ppc-footer img {
  display: block;
  margin: 0 auto 30px;
}
.ppc-footer a {
  color: #603F44;
}

.review_box_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 21px;
}

.ig-review .reviewbox__item:nth-child(n+10) {
  display: none;
}

.ig-review .reviewbox__item .parasetreview,
.ig-review .reviewbox__item .parasetreview_video,
.review-page-grid .parasetreview_video {
  color: #603F44;
  font-family: "Sofia Pro";
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 175%;
}

.ig-review .reviewbox__item .reviewbox {
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 20px;
  padding: 30px;
}

.ig-review .reviewbox__item .reviewbox .parasetreview,
.ig-review .reviewbox__item .reviewbox .parasetreview_video,
.review-page-grid .parasetreview_video {
  background: #ECF0F5;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  border-radius: 0px 0px 0px 0px;
  padding: 0px;
}

.ig-review .reviewbox__item img {
  margin: 20px auto 10px;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}

.red-title h3 {
  color: #F41137;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.29rem;
}

.get__cook {
  margin-bottom: 30px;
}

h2 {
  font-size: 48px;
  color: #603F44;
  font-weight: 700;
  margin-bottom: 30px;
}
h2 strong {
  color: #F41137;
}
@media (max-width: 992px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 32px;
  }
}

.cook__top {
  margin-top: 50px;
  margin-bottom: 50px;
}
.cook__top h3 {
  font-size: 28px;
  color: #603F44;
  font-weight: 700;
  margin-bottom: 60px !important;
  text-transform: initial;
}
.cook__top .btn_full_w {
  margin-bottom: 50px;
}
.cook__top h1 {
  font-size: 48px;
  color: #603F44;
  font-weight: 700;
  margin-bottom: 30px;
}
.cook__top h1 strong {
  color: #F41137;
}
.cook__top p {
  margin-bottom: 30px;
}
.cook__top ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 13px;
  padding-left: 0;
  list-style: none;
}
.cook__top li::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #F41137;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.cook__pros {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.cook__pros img {
  margin-bottom: 25px;
}
.cook__pros h3 {
  margin-bottom: 25px;
}
.cook__test {
  padding: 50px 0;
}
.cook__test .wpb_images_carousel {
  padding: 17px;
}
.cook__test_right {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cook__test_right {
    padding-left: 0;
  }
}
.cook__test_right p {
  margin-bottom: 30px;
}
.cook__test_left img {
  margin-bottom: 25px;
}
.cook__inside {
  padding: 35px 15px;
}
.cook__inside h2 {
  margin-bottom: 10px;
}
.cook__inside p {
  max-width: 870px;
  margin: 0 auto;
}
.cook__inside-items {
  padding: 50px 0 0;
}
.cook__inside-items .get-cook .vc_column_container {
  background: none !important;
}
.cook__inside-items .container .vc_row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.cook__inside-items .container .vc_row::before, .cook__inside-items .container .vc_row::after {
  display: none;
}
.cook__inside-items .container .vc_row .vc_column_container {
  background: #ECF0F5;
  padding: 50px;
  border-radius: 16px;
}
.cook__inside-items .container .vc_row .vc_column_container p {
  text-align: center;
}
.cook__inside-items .container .vc_row .vc_col-sm-4 {
  width: calc(33.3333% - 13.3333px);
}
@media (max-width: 768px) {
  .cook__inside-items .container .vc_row .vc_col-sm-4 {
    width: 100%;
  }
}
.cook__inside-items .container .vc_row .vc_col-sm-4 img {
  margin-bottom: 10px;
}
.cook__inside-items .container .vc_row .vc_col-sm-12 {
  padding: 40px 200px;
}
@media (max-width: 768px) {
  .cook__inside-items .container .vc_row .vc_col-sm-12 {
    padding: 50px 0;
  }
}
.cook__inside-items .container .vc_row .vc_col-sm-12 .wpb_wrapper {
  position: relative;
}
.cook__inside-items .container .vc_row .vc_col-sm-12 .wpb_wrapper .wpb_single_image {
  position: absolute;
}
.cook__inside-items .container .vc_row .vc_col-sm-12 .wpb_wrapper .wpb_single_image:nth-child(1) {
  top: 50%;
  left: -150px;
  transform: translateY(-50%);
}
.cook__inside-items .container .vc_row .vc_col-sm-12 .wpb_wrapper .wpb_single_image:nth-child(2) {
  top: 50%;
  right: -150px;
  transform: translateY(-50%);
}
.cook__peek {
  padding: 50px 0;
}
.cook__peek h2 {
  margin-bottom: 10px;
}
.cook__peek p {
  max-width: 870px;
  margin: 0 auto 30px !important;
}
.cook__peek .vc_row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 20px;
}
.cook__peek .vc_row::before, .cook__peek .vc_row::after {
  display: none;
}
.cook__peek .vc_row .vc_col-sm-6 {
  width: calc(50% - 7px);
}
@media (max-width: 768px) {
  .cook__peek .vc_row .vc_col-sm-6 {
    width: 100%;
  }
}
.cook__reviews {
  padding: 50px 0;
}
.cook__reviews .btn {
  margin-bottom: 40px !important;
}
.cook__reviews h2 {
  margin-bottom: 10px;
}
.cook__reviews p {
  max-width: 870px;
  margin: 0 auto 30px !important;
}
.cook__reviews .review_box_2 {
  display: flex;
  flex-wrap: wrap;
  gap: 34px 21px;
}
.cook__reviews .review_box_2 .reviewbox__item {
  background: #ECF0F5;
  padding: 30px;
  border-radius: 4px;
  width: calc(50% - 10.5px);
  text-align: center;
}
.cook__reviews .review_box_2 .reviewbox__item h4 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
}
.cook__reviews .review_box_2 .reviewbox__item h5 {
  display: none;
}
.cook__reviews .review_box_2 .reviewbox__item .reviewboxCnt {
  float: none;
  width: 100%;
}
.cook__reviews .review_box_2 .reviewbox__item:nth-child(n+7) {
  display: none;
}
@media (max-width: 768px) {
  .cook__reviews .review_box_2 .reviewbox__item {
    width: 100%;
  }
}
.cook__numbers {
  padding: 50px 0;
  text-align: center;
}
.cook__numbers img {
  margin-bottom: 20px;
}
.cook__bonus {
  padding-bottom: 50px;
}
.cook__bonus h2 {
  margin-bottom: 30px !important;
}
.cook__bonus-item {
  background: #ECF0F5;
  padding: 35px 50px;
  border-radius: 16px;
  margin-bottom: 35px;
}
.cook__bonus-item h2 {
  margin-bottom: 10px !important;
  color: #F41137;
  font-size: 35px;
}
.cook__for {
  padding-bottom: 50px;
}
.cook__for h2 {
  margin-bottom: 20px;
}
.cook__for h2 + p {
  margin-bottom: 30px !important;
  justify-content: center;
}
.cook__for h3 {
  margin-bottom: 20px !important;
}
.cook__for .wpb_text_column p {
  display: flex;
  gap: 15px 10px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cook__for .wpb_text_column p img {
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cook__for strong {
  font-weight: 400;
  width: calc(100% - 40px);
}
.cook__for .btn {
  margin-top: 50px;
}
.cook__author {
  padding: 50px 0;
}
.cook__author h2 {
  margin-bottom: 30px !important;
}
.cook__author .btn {
  margin-top: 50px;
}
.cook__author .vc_row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.cook__author .vc_row::before, .cook__author .vc_row::after {
  display: none;
}
.cook__author .vc_row .vc_col-sm-6 {
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .cook__author .vc_row .vc_col-sm-6 {
    width: 100%;
  }
}
.cook__author .vc_row .vc_col-sm-6 img {
  margin-bottom: 20px;
}
.cook__author .vc_row .vc_col-sm-6 h3 {
  margin-bottom: 10px;
}
.cook__logo {
  margin-top: 50px;
}
.cook__banner {
  margin-top: 50px;
  margin-bottom: 50px;
}
.cook__banner .bg-color {
  padding: 50px;
  border-radius: 44px;
}
.cook__banner img {
  margin-bottom: -5px;
}
.cook__banner h3 {
  margin-top: 40px;
}
.cook__banner h2 {
  margin-bottom: 20px;
}
.cook__banner p {
  font-size: 24px;
}
.cook__banner-items {
  margin-top: 40px;
  margin-bottom: 30px;
}
.cook__banner-items p {
  margin-bottom: 20px;
  font-size: 20px !important;
}
.cook__banner-items img {
  margin-right: 10px;
}
.cook__banner .btn {
  margin-bottom: 40px;
  margin-top: 30px;
}
.cook__banner-secure p {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
}
.cook__banner-price h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.cook__banner-price em {
  color: #C0AFAF;
  font-size: 50px;
  text-decoration: line-through;
  font-style: normal;
}
.cook__banner-price strong {
  font-size: 110px;
  color: #F41137;
}

.ppc-faqs h2 {
  margin-bottom: 30px !important;
}

.ppc-gift {
  padding-bottom: 55px;
}
.ppc-gift h2 {
  margin-bottom: 10px !important;
  color: #ffffff;
}
.ppc-gift p {
  max-width: 700px;
  margin: 0 auto !important;
  color: #ffffff;
}
.ppc-gift .btn {
  font-size: 14px;
}

.ppc-logos {
  background: #F8F0EC;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.ppc-logos .wpb_wrapper .wpb_wrapper {
  display: flex;
  justify-content: center;
  gap: 25px 55px;
  align-items: center;
  flex-wrap: wrap;
}

.vc_images_carousel .vc_carousel-control .icon-next,
.vc_images_carousel .vc_carousel-control .icon-prev {
  width: 40px;
  height: 40px;
  border-left: 4px solid white;
  border-top: 4px solid white;
}

.vc_images_carousel .vc_carousel-control .icon-next {
  transform: rotate(135deg);
}

.vc_images_carousel .vc_carousel-control .icon-prev {
  transform: rotate(-45deg);
}

.vc_images_carousel .vc_carousel-control .icon-next::before,
.vc_images_carousel .vc_carousel-control .icon-prev::before {
  display: none;
}/*# sourceMappingURL=cookbook.css.map */