@charset "UTF-8";
/*
Theme Name:Pantry Fried Chicken Template
Text Domain: PFC
Version: 1.0
Description: Theme built by TheWebAddicts.com
Tags: TheWebAddicts, PFC
Author: TheWebAddicts
Author URI: https://TheWebAddicts.com
*/
@import url("https://fonts.googleapis.com/css2?family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&display=swap");
.t-upper {
  text-transform: uppercase;
}

.t-lower {
  text-transform: lowercase;
}

.t-capitalize {
  text-transform: capitalize;
}

.t-underline {
  text-decoration: underline;
}

.t-overline {
  text-decoration: overline;
}

.t-throughline {
  text-decoration: line-through;
}

.t-lines-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.t-lines-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.t-lines-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.t-lines-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.t-lines-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.t-lines-8 {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.t-primary {
  color: #CE1C3D;
}

.t-secondary {
  color: #F7B600 !important;
}

.t-danger {
  color: #CC3527;
}

.t-success {
  color: #16812E;
}

.t-dark {
  color: #6cb2eb;
}

.t-light {
  color: #FFF5D9;
}

.t-white {
  color: #fff;
}

.t-black {
  color: #000;
}

.t-muted {
  color: #F7F7F7;
}

.t-light-gray {
  color: #F2F2F2;
}

.t-lighter-gray {
  color: #F7F7F7;
}

.t-family-1 {
  font-family: "Istok Web" !important;
}

.t-family-2 {
  font-family: "Istok Web" !important;
}

.t-family-3 {
  font-family: "Istok Web" !important;
}

.t-family-4 {
  font-family: "Istok Web" !important;
}

.t-family-1-children * {
  font-family: "Istok Web" !important;
}

.t-family-2-children * {
  font-family: "Istok Web" !important;
}

.t-family-3-children * {
  font-family: "Istok Web" !important;
}

.t-family-4-children * {
  font-family: "Istok Web" !important;
}

.t-regular {
  font-weight: 400;
}

.t-medium {
  font-weight: 500;
}

.t-semibold {
  font-weight: 600;
}

.t-bold {
  font-weight: 700 !important;
}

.t-bolder {
  font-weight: 900;
}

.t-one-quarter {
  max-width: 25%;
}

.t-one-third {
  max-width: calc(100%/3);
}

.t-two-third {
  max-width: calc(200%/3);
}

.t-one-half {
  max-width: 50%;
}

.t-three-quarters {
  max-width: 75%;
}

.t-block-link,
.t-no-underline {
  display: block;
  text-decoration: none;
}

.t-opacity-50 {
  opacity: 0.5;
}

.t-opacity-75 {
  opacity: 0.75;
}

.t-hover-right:hover {
  transform: translateX(5px);
}

.t-inherit {
  color: inherit;
}

.t-height-0 {
  height: 0.625rem;
}

.t-0 {
  font-size: 0.625rem !important;
}

.t-0-regular {
  font-size: 0.625rem;
  font-weight: 400;
}

.t-0-medium {
  font-size: 0.625rem;
  font-weight: 500;
}

.t-0-semibold {
  font-size: 0.625rem;
  font-weight: 600;
}

.t-0-bold {
  font-size: 0.625rem;
  font-weight: 700;
}

.t-0-bolder {
  font-size: 0.625rem;
  font-weight: 900;
}

.t-line-0 {
  line-height: 0.625rem;
}

.t-height-1 {
  height: 0.75rem;
}

.t-1 {
  font-size: 0.75rem !important;
}

.t-1-regular {
  font-size: 0.75rem;
  font-weight: 400;
}

.t-1-medium {
  font-size: 0.75rem;
  font-weight: 500;
}

.t-1-semibold {
  font-size: 0.75rem;
  font-weight: 600;
}

.t-1-bold {
  font-size: 0.75rem;
  font-weight: 700;
}

.t-1-bolder {
  font-size: 0.75rem;
  font-weight: 900;
}

.t-line-1 {
  line-height: 0.75rem;
}

.t-height-2 {
  height: 0.875rem;
}

.t-2 {
  font-size: 0.875rem !important;
}

.t-2-regular {
  font-size: 0.875rem;
  font-weight: 400;
}

.t-2-medium {
  font-size: 0.875rem;
  font-weight: 500;
}

.t-2-semibold {
  font-size: 0.875rem;
  font-weight: 600;
}

.t-2-bold {
  font-size: 0.875rem;
  font-weight: 700;
}

.t-2-bolder {
  font-size: 0.875rem;
  font-weight: 900;
}

.t-line-2 {
  line-height: 0.875rem;
}

.t-height-3 {
  height: 1rem;
}

.t-3 {
  font-size: 1rem !important;
}

.t-3-regular {
  font-size: 1rem;
  font-weight: 400;
}

.t-3-medium {
  font-size: 1rem;
  font-weight: 500;
}

.t-3-semibold {
  font-size: 1rem;
  font-weight: 600;
}

.t-3-bold {
  font-size: 1rem;
  font-weight: 700;
}

.t-3-bolder {
  font-size: 1rem;
  font-weight: 900;
}

.t-line-3 {
  line-height: 1rem;
}

.t-height-4 {
  height: 1.125rem;
}

.t-4 {
  font-size: 1.125rem !important;
}

.t-4-regular {
  font-size: 1.125rem;
  font-weight: 400;
}

.t-4-medium {
  font-size: 1.125rem;
  font-weight: 500;
}

.t-4-semibold {
  font-size: 1.125rem;
  font-weight: 600;
}

.t-4-bold {
  font-size: 1.125rem;
  font-weight: 700;
}

.t-4-bolder {
  font-size: 1.125rem;
  font-weight: 900;
}

.t-line-4 {
  line-height: 1.125rem;
}

.t-height-5 {
  height: 1.25rem;
}

.t-5 {
  font-size: 1.25rem !important;
}

.t-5-regular {
  font-size: 1.25rem;
  font-weight: 400;
}

.t-5-medium {
  font-size: 1.25rem;
  font-weight: 500;
}

.t-5-semibold {
  font-size: 1.25rem;
  font-weight: 600;
}

.t-5-bold {
  font-size: 1.25rem;
  font-weight: 700;
}

.t-5-bolder {
  font-size: 1.25rem;
  font-weight: 900;
}

.t-line-5 {
  line-height: 1.25rem;
}

.t-height-6 {
  height: 1.375rem;
}

.t-6 {
  font-size: 1.375rem !important;
}

.t-6-regular {
  font-size: 1.375rem;
  font-weight: 400;
}

.t-6-medium {
  font-size: 1.375rem;
  font-weight: 500;
}

.t-6-semibold {
  font-size: 1.375rem;
  font-weight: 600;
}

.t-6-bold {
  font-size: 1.375rem;
  font-weight: 700;
}

.t-6-bolder {
  font-size: 1.375rem;
  font-weight: 900;
}

.t-line-6 {
  line-height: 1.375rem;
}

.t-height-7 {
  height: 1.5rem;
}

.t-7 {
  font-size: 1.5rem !important;
}

.t-7-regular {
  font-size: 1.5rem;
  font-weight: 400;
}

.t-7-medium {
  font-size: 1.5rem;
  font-weight: 500;
}

.t-7-semibold {
  font-size: 1.5rem;
  font-weight: 600;
}

.t-7-bold {
  font-size: 1.5rem;
  font-weight: 700;
}

.t-7-bolder {
  font-size: 1.5rem;
  font-weight: 900;
}

.t-line-7 {
  line-height: 1.5rem;
}

.t-height-8 {
  height: 1.625rem;
}

.t-8 {
  font-size: 1.625rem !important;
}

.t-8-regular {
  font-size: 1.625rem;
  font-weight: 400;
}

.t-8-medium {
  font-size: 1.625rem;
  font-weight: 500;
}

.t-8-semibold {
  font-size: 1.625rem;
  font-weight: 600;
}

.t-8-bold {
  font-size: 1.625rem;
  font-weight: 700;
}

.t-8-bolder {
  font-size: 1.625rem;
  font-weight: 900;
}

.t-line-8 {
  line-height: 1.625rem;
}

.t-height-9 {
  height: 1.75rem;
}

.t-9 {
  font-size: 1.75rem !important;
}

.t-9-regular {
  font-size: 1.75rem;
  font-weight: 400;
}

.t-9-medium {
  font-size: 1.75rem;
  font-weight: 500;
}

.t-9-semibold {
  font-size: 1.75rem;
  font-weight: 600;
}

.t-9-bold {
  font-size: 1.75rem;
  font-weight: 700;
}

.t-9-bolder {
  font-size: 1.75rem;
  font-weight: 900;
}

.t-line-9 {
  line-height: 1.75rem;
}

.t-height-10 {
  height: 1.875rem;
}

.t-10 {
  font-size: 1.875rem !important;
}

.t-10-regular {
  font-size: 1.875rem;
  font-weight: 400;
}

.t-10-medium {
  font-size: 1.875rem;
  font-weight: 500;
}

.t-10-semibold {
  font-size: 1.875rem;
  font-weight: 600;
}

.t-10-bold {
  font-size: 1.875rem;
  font-weight: 700;
}

.t-10-bolder {
  font-size: 1.875rem;
  font-weight: 900;
}

.t-line-10 {
  line-height: 1.875rem;
}

.t-height-11 {
  height: 2rem;
}

.t-11 {
  font-size: 2rem !important;
}

.t-11-regular {
  font-size: 2rem;
  font-weight: 400;
}

.t-11-medium {
  font-size: 2rem;
  font-weight: 500;
}

.t-11-semibold {
  font-size: 2rem;
  font-weight: 600;
}

.t-11-bold {
  font-size: 2rem;
  font-weight: 700;
}

.t-11-bolder {
  font-size: 2rem;
  font-weight: 900;
}

.t-line-11 {
  line-height: 2rem;
}

.t-height-12 {
  height: 2.125rem;
}

.t-12 {
  font-size: 2.125rem !important;
}

.t-12-regular {
  font-size: 2.125rem;
  font-weight: 400;
}

.t-12-medium {
  font-size: 2.125rem;
  font-weight: 500;
}

.t-12-semibold {
  font-size: 2.125rem;
  font-weight: 600;
}

.t-12-bold {
  font-size: 2.125rem;
  font-weight: 700;
}

.t-12-bolder {
  font-size: 2.125rem;
  font-weight: 900;
}

.t-line-12 {
  line-height: 2.125rem;
}

.t-height-13 {
  height: 2.25rem;
}

.t-13 {
  font-size: 2.25rem !important;
}

.t-13-regular {
  font-size: 2.25rem;
  font-weight: 400;
}

.t-13-medium {
  font-size: 2.25rem;
  font-weight: 500;
}

.t-13-semibold {
  font-size: 2.25rem;
  font-weight: 600;
}

.t-13-bold {
  font-size: 2.25rem;
  font-weight: 700;
}

.t-13-bolder {
  font-size: 2.25rem;
  font-weight: 900;
}

.t-line-13 {
  line-height: 2.25rem;
}

.t-height-14 {
  height: 2.375rem;
}

.t-14 {
  font-size: 2.375rem !important;
}

.t-14-regular {
  font-size: 2.375rem;
  font-weight: 400;
}

.t-14-medium {
  font-size: 2.375rem;
  font-weight: 500;
}

.t-14-semibold {
  font-size: 2.375rem;
  font-weight: 600;
}

.t-14-bold {
  font-size: 2.375rem;
  font-weight: 700;
}

.t-14-bolder {
  font-size: 2.375rem;
  font-weight: 900;
}

.t-line-14 {
  line-height: 2.375rem;
}

.t-height-15 {
  height: 2.5rem;
}

.t-15 {
  font-size: 2.5rem !important;
}

.t-15-regular {
  font-size: 2.5rem;
  font-weight: 400;
}

.t-15-medium {
  font-size: 2.5rem;
  font-weight: 500;
}

.t-15-semibold {
  font-size: 2.5rem;
  font-weight: 600;
}

.t-15-bold {
  font-size: 2.5rem;
  font-weight: 700;
}

.t-15-bolder {
  font-size: 2.5rem;
  font-weight: 900;
}

.t-line-15 {
  line-height: 2.5rem;
}

.t-height-16 {
  height: 2.625rem;
}

.t-16 {
  font-size: 2.625rem !important;
}

.t-16-regular {
  font-size: 2.625rem;
  font-weight: 400;
}

.t-16-medium {
  font-size: 2.625rem;
  font-weight: 500;
}

.t-16-semibold {
  font-size: 2.625rem;
  font-weight: 600;
}

.t-16-bold {
  font-size: 2.625rem;
  font-weight: 700;
}

.t-16-bolder {
  font-size: 2.625rem;
  font-weight: 900;
}

.t-line-16 {
  line-height: 2.625rem;
}

.t-height-17 {
  height: 2.75rem;
}

.t-17 {
  font-size: 2.75rem !important;
}

.t-17-regular {
  font-size: 2.75rem;
  font-weight: 400;
}

.t-17-medium {
  font-size: 2.75rem;
  font-weight: 500;
}

.t-17-semibold {
  font-size: 2.75rem;
  font-weight: 600;
}

.t-17-bold {
  font-size: 2.75rem;
  font-weight: 700;
}

.t-17-bolder {
  font-size: 2.75rem;
  font-weight: 900;
}

.t-line-17 {
  line-height: 2.75rem;
}

.t-height-18 {
  height: 2.875rem;
}

.t-18 {
  font-size: 2.875rem !important;
}

.t-18-regular {
  font-size: 2.875rem;
  font-weight: 400;
}

.t-18-medium {
  font-size: 2.875rem;
  font-weight: 500;
}

.t-18-semibold {
  font-size: 2.875rem;
  font-weight: 600;
}

.t-18-bold {
  font-size: 2.875rem;
  font-weight: 700;
}

.t-18-bolder {
  font-size: 2.875rem;
  font-weight: 900;
}

.t-line-18 {
  line-height: 2.875rem;
}

.t-height-19 {
  height: 3rem;
}

.t-19 {
  font-size: 3rem !important;
}

.t-19-regular {
  font-size: 3rem;
  font-weight: 400;
}

.t-19-medium {
  font-size: 3rem;
  font-weight: 500;
}

.t-19-semibold {
  font-size: 3rem;
  font-weight: 600;
}

.t-19-bold {
  font-size: 3rem;
  font-weight: 700;
}

.t-19-bolder {
  font-size: 3rem;
  font-weight: 900;
}

.t-line-19 {
  line-height: 3rem;
}

.t-height-20 {
  height: 3.125rem;
}

.t-20 {
  font-size: 3.125rem !important;
}

.t-20-regular {
  font-size: 3.125rem;
  font-weight: 400;
}

.t-20-medium {
  font-size: 3.125rem;
  font-weight: 500;
}

.t-20-semibold {
  font-size: 3.125rem;
  font-weight: 600;
}

.t-20-bold {
  font-size: 3.125rem;
  font-weight: 700;
}

.t-20-bolder {
  font-size: 3.125rem;
  font-weight: 900;
}

.t-line-20 {
  line-height: 3.125rem;
}

.t-height-21 {
  height: 3.25rem;
}

.t-21 {
  font-size: 3.25rem !important;
}

.t-21-regular {
  font-size: 3.25rem;
  font-weight: 400;
}

.t-21-medium {
  font-size: 3.25rem;
  font-weight: 500;
}

.t-21-semibold {
  font-size: 3.25rem;
  font-weight: 600;
}

.t-21-bold {
  font-size: 3.25rem;
  font-weight: 700;
}

.t-21-bolder {
  font-size: 3.25rem;
  font-weight: 900;
}

.t-line-21 {
  line-height: 3.25rem;
}

.t-height-22 {
  height: 3.375rem;
}

.t-22 {
  font-size: 3.375rem !important;
}

.t-22-regular {
  font-size: 3.375rem;
  font-weight: 400;
}

.t-22-medium {
  font-size: 3.375rem;
  font-weight: 500;
}

.t-22-semibold {
  font-size: 3.375rem;
  font-weight: 600;
}

.t-22-bold {
  font-size: 3.375rem;
  font-weight: 700;
}

.t-22-bolder {
  font-size: 3.375rem;
  font-weight: 900;
}

.t-line-22 {
  line-height: 3.375rem;
}

.t-height-23 {
  height: 3.5rem;
}

.t-23 {
  font-size: 3.5rem !important;
}

.t-23-regular {
  font-size: 3.5rem;
  font-weight: 400;
}

.t-23-medium {
  font-size: 3.5rem;
  font-weight: 500;
}

.t-23-semibold {
  font-size: 3.5rem;
  font-weight: 600;
}

.t-23-bold {
  font-size: 3.5rem;
  font-weight: 700;
}

.t-23-bolder {
  font-size: 3.5rem;
  font-weight: 900;
}

.t-line-23 {
  line-height: 3.5rem;
}

.t-height-24 {
  height: 3.625rem;
}

.t-24 {
  font-size: 3.625rem !important;
}

.t-24-regular {
  font-size: 3.625rem;
  font-weight: 400;
}

.t-24-medium {
  font-size: 3.625rem;
  font-weight: 500;
}

.t-24-semibold {
  font-size: 3.625rem;
  font-weight: 600;
}

.t-24-bold {
  font-size: 3.625rem;
  font-weight: 700;
}

.t-24-bolder {
  font-size: 3.625rem;
  font-weight: 900;
}

.t-line-24 {
  line-height: 3.625rem;
}

.t-height-25 {
  height: 3.75rem;
}

.t-25 {
  font-size: 3.75rem !important;
}

.t-25-regular {
  font-size: 3.75rem;
  font-weight: 400;
}

.t-25-medium {
  font-size: 3.75rem;
  font-weight: 500;
}

.t-25-semibold {
  font-size: 3.75rem;
  font-weight: 600;
}

.t-25-bold {
  font-size: 3.75rem;
  font-weight: 700;
}

.t-25-bolder {
  font-size: 3.75rem;
  font-weight: 900;
}

.t-line-25 {
  line-height: 3.75rem;
}

.t-height-26 {
  height: 3.875rem;
}

.t-26 {
  font-size: 3.875rem !important;
}

.t-26-regular {
  font-size: 3.875rem;
  font-weight: 400;
}

.t-26-medium {
  font-size: 3.875rem;
  font-weight: 500;
}

.t-26-semibold {
  font-size: 3.875rem;
  font-weight: 600;
}

.t-26-bold {
  font-size: 3.875rem;
  font-weight: 700;
}

.t-26-bolder {
  font-size: 3.875rem;
  font-weight: 900;
}

.t-line-26 {
  line-height: 3.875rem;
}

.t-height-27 {
  height: 4rem;
}

.t-27 {
  font-size: 4rem !important;
}

.t-27-regular {
  font-size: 4rem;
  font-weight: 400;
}

.t-27-medium {
  font-size: 4rem;
  font-weight: 500;
}

.t-27-semibold {
  font-size: 4rem;
  font-weight: 600;
}

.t-27-bold {
  font-size: 4rem;
  font-weight: 700;
}

.t-27-bolder {
  font-size: 4rem;
  font-weight: 900;
}

.t-line-27 {
  line-height: 4rem;
}

.t-height-28 {
  height: 4.125rem;
}

.t-28 {
  font-size: 4.125rem !important;
}

.t-28-regular {
  font-size: 4.125rem;
  font-weight: 400;
}

.t-28-medium {
  font-size: 4.125rem;
  font-weight: 500;
}

.t-28-semibold {
  font-size: 4.125rem;
  font-weight: 600;
}

.t-28-bold {
  font-size: 4.125rem;
  font-weight: 700;
}

.t-28-bolder {
  font-size: 4.125rem;
  font-weight: 900;
}

.t-line-28 {
  line-height: 4.125rem;
}

.t-height-29 {
  height: 4.25rem;
}

.t-29 {
  font-size: 4.25rem !important;
}

.t-29-regular {
  font-size: 4.25rem;
  font-weight: 400;
}

.t-29-medium {
  font-size: 4.25rem;
  font-weight: 500;
}

.t-29-semibold {
  font-size: 4.25rem;
  font-weight: 600;
}

.t-29-bold {
  font-size: 4.25rem;
  font-weight: 700;
}

.t-29-bolder {
  font-size: 4.25rem;
  font-weight: 900;
}

.t-line-29 {
  line-height: 4.25rem;
}

.t-pointer {
  cursor: pointer;
}

.t-left {
  text-align: left !important;
}

.t-right {
  text-align: right !important;
}

.t-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .t-sm-left {
    text-align: left !important;
  }

  .t-sm-right {
    text-align: right !important;
  }

  .t-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .t-md-left {
    text-align: left !important;
  }

  .t-md-right {
    text-align: right !important;
  }

  .t-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .t-lg-left {
    text-align: left !important;
  }

  .t-lg-right {
    text-align: right !important;
  }

  .t-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .t-xl-left {
    text-align: left !important;
  }

  .t-xl-right {
    text-align: right !important;
  }

  .t-xl-center {
    text-align: center !important;
  }
}
.t-column-2 {
  column-count: 2;
}

.width-15 {
  width: 15%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-33 {
  width: calc(100% / 3);
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-80 {
  width: 80%;
}

.width-66 {
  width: calc(200% / 3);
}

.width-75 {
  width: 75%;
}

.width-100 {
  width: 100%;
}

.width-auto {
  width: auto !important;
}

@media (max-width: 950px) {
  .width-responsive, .width-15, .width-20, .width-25, .width-33, .width-40, .width-50, .width-80, .width-66, .width-75, .width-100, .width-auto {
    width: 100%;
    margin-bottom: 1rem;
  }
}

@media (max-width: 950px) {
  .width-container-responsive {
    flex-direction: column;
  }
}

.bg-primary {
  background-color: #CE1C3D;
}

.bg-secondary {
  background-color: #F7B600;
}

.bg-light {
  background-color: #FFF5D9;
}

.bg-dark {
  background-color: #6cb2eb;
}

.bg-danger {
  background-color: #E80D16;
}

.bg-success {
  background-color: #6cb2eb;
}

.bg-muted {
  background-color: #F7F7F7;
}

.bg-white {
  background-color: #fff;
}

.b-all {
  border: 1px solid #F7F7F7;
}

.b-all-dark {
  border: 1px solid #6cb2eb;
}

.b-b {
  border-bottom: 1px solid #F7F7F7;
}

.b-b-primary {
  border-bottom: 1px solid #CE1C3D;
}

.b-t {
  border-top: 1px solid #F2F2F2;
}

.b-r {
  border-right: 1px solid #F2F2F2;
}

.b-l {
  border-left: 1px solid #F2F2F2;
}

.b-y {
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}

.b-x {
  border-right: 1px solid #F2F2F2;
  border-left: 1px solid #F2F2F2;
}

.height-100 {
  height: 100%;
}

.flex-1 {
  flex: 1;
}

.cell-grid-5 {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 10px;
}
.cell-grid-5 .cell {
  display: block;
  text-decoration: none;
  min-height: 200px;
}
.cell-grid-5 .cell.cell-1 {
  grid-column: 1/span 3;
}
.cell-grid-5 .cell.cell-2 {
  grid-column: 4/span 2;
}
.cell-grid-5 .cell.cell-3 {
  grid-column: 1/span 2;
}
.cell-grid-5 .cell.cell-4 {
  grid-column: 3/span 3;
  grid-row: 2/span 2;
}
.cell-grid-5 .cell.cell-5 {
  grid-column: 1/span 2;
}
.cell-grid-5 .cell.cell-6 {
  grid-column: 1/span 2;
}
.cell-grid-5 .cell.cell-7 {
  grid-column: 3/span 3;
}

.cell-grid-2 {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
}
.cell-grid-2 .cell {
  display: block;
  text-decoration: none;
  min-height: 250px;
}
.cell-grid-2 .cell.cell-1 {
  grid-column: 1/span 1;
}
.cell-grid-2 .cell.cell-2 {
  grid-column: 2/span 1;
  grid-row: 1/span 2;
}
.cell-grid-2 .cell.cell-3 {
  grid-column: 1/span 1;
}

@media (max-width: 950px) {
  .cell-responsive, .cell-grid-5 .cell.cell-1, .cell-grid-5 .cell.cell-2, .cell-grid-5 .cell.cell-3, .cell-grid-5 .cell.cell-4, .cell-grid-5 .cell.cell-5, .cell-grid-5 .cell.cell-6, .cell-grid-5 .cell.cell-7, .cell-grid-2 .cell.cell-1, .cell-grid-2 .cell.cell-2, .cell-grid-2 .cell.cell-3 {
    grid-column: 1/span 5 !important;
  }
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  margin: 0;
}

.page-link {
  position: relative;
  display: block;
  font-size: 0.75rem;
  color: #8D8D8D;
  background-color: #fff;
  border: 1px solid #F2F2F2;
  text-decoration: none;
  border-radius: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  margin: 0 5px;
}

.page-link:hover {
  z-index: 2;
  color: #8D8D8D;
  text-decoration: none;
  background-color: #F7F7F7;
  border-color: #F7F7F7;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
}

.page-item:first-child .page-link {
  margin-left: 0;
}

.page-item:last-child .page-link {
  margin-right: 0;
}

.page-item.active .page-link {
  z-index: 3;
  border-color: #E80D16;
}

.page-item.disabled .page-link {
  display: none;
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #F7F7F7;
  border-color: #F7F7F7;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.padding-50 {
  padding-bottom: 50%;
}

.padding-75 {
  padding-bottom: 75%;
}

.padding-100 {
  padding-bottom: 100%;
}

.abs-y-top {
  position: absolute;
  top: 0;
}

.abs-y-bottom {
  position: absolute;
  bottom: 0;
}

.abs-x-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.position-relative {
  position: relative;
}

.abs-y-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contain {
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: contain;
}

.ratio-1-1 {
  width: 100%;
  padding-bottom: 100%;
}

.ratio-4-3 {
  width: 100%;
  padding-bottom: calc(calc(100% * 3) / 4);
}

.ratio-3-4 {
  width: 100%;
  padding-bottom: calc(calc(100% * 4) / 3);
}

.ratio-1-2 {
  width: 100%;
  padding-bottom: calc(calc(100% * 2) / 1);
}

.ratio-2-1 {
  width: 100%;
  padding-bottom: calc(calc(100% * 1) / 2);
}

.ratio-16-9 {
  width: 100%;
  padding-bottom: calc(calc(100% * 9) / 16);
}

.ratio-9-16 {
  width: 100%;
  padding-bottom: calc(calc(100% * 16) / 9);
}

.ratio-16-4 {
  width: 100%;
  padding-bottom: calc(calc(100% * 4) / 16);
}

.ratio-5-3 {
  width: 100%;
  padding-bottom: calc(calc(100% * 3) / 5);
}

.ratio-6-4 {
  width: 100%;
  padding-bottom: calc(calc(100% * 4) / 6);
}

.ratio-7-4 {
  width: 100%;
  padding-bottom: calc(calc(100% * 4) / 7);
}

.ratio-3-1 {
  width: 100%;
  padding-bottom: calc(calc(100% * 1) / 3);
}

.ratio-8-3 {
  width: 100%;
  padding-bottom: calc(calc(100% * 3) / 8);
}

.ratio-7-3 {
  width: 100%;
  padding-bottom: calc(calc(100% * 3) / 7);
}

.ratio-7-4 {
  width: 100%;
  padding-bottom: calc(calc(100% * 4) / 7);
}

.ratio-13-6 {
  width: 100%;
  padding-bottom: calc(calc(100% * 6) / 13);
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

.no-animation {
  transition: unset !important;
}

.video-container {
  position: relative;
}
.video-container iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.underline-label {
  width: max-content;
}
.underline-label:after {
  display: block;
  content: "";
  background-image: url("/wp-content/themes/pfc/assets/images/underline.png");
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.image-loading {
  background-color: rgba(0, 0, 0, 0.03);
}
.image-loading.p-absolute {
  position: absolute;
}

.page-top {
  margin-top: 100px;
}

.page-bread {
  font-size: 13px;
  font-weight: 700;
}

.gradient-25 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  opacity: 0.25;
}

.gradient-50-10 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
}

.gradient-40-10 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
}

.gradient-50-25 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
}

.gradient-60-25 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.25));
}

.pfc-content {
  padding-right: 13%;
  padding-left: 13%;
  max-width: 2200px;
  margin: auto;
}

.inner-label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 15px;
}

.description p {
  margin: 0 !important;
}

#top input[type=”checkbox”] {
  display: inline-block !important;
}

.highlighted-text {
  font-size: 15px;
  color: #CE1C3D;
  font-weight: 700;
  line-height: 22px !important;
}

.sm-icon {
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.md-icon {
  width: 20px;
  height: 20px;
}

.page-desc {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  color: #CE1C3D;
  margin-bottom: 35px;
}

.sm-f-bold {
  font-size: 22px;
  font-weight: 700;
  line-height: normal !important;
  margin-bottom: 8px;
}

.sm-50 {
  font-size: 11px !important;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.pfc-link {
  font-size: 11px;
  font-weight: 700 !important;
  line-height: normal !important;
  text-decoration: underline !important;
  color: #F7B600 !important;
  padding: 0 !important;
  text-underline-offset: 3px;
}

.category-label {
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
  line-height: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-underline-offset: 3px;
}
.category-label.l-black {
  color: #000;
}
.category-label.l-white {
  color: #fff;
}
.category-label.l-red {
  color: #dd0000;
}

.md-b-label {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: #000;
  letter-spacing: -1px;
  margin-bottom: 30px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .md-b-label {
    font-size: 20px !important;
  }
}

.sm-b-label {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .sm-b-label {
    font-size: 14px !important;
  }
}

.b-block-label {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: normal;
  color: #fff;
  margin-bottom: 10px;
}
.b-block-label.f-black {
  color: #000 !important;
}
.b-block-label.f-red {
  color: #CE1C3D !important;
}
.b-block-label.margin-auto {
  margin: auto;
}
@media (max-width: 991px) and (min-width: 768px) {
  .b-block-label {
    font-size: 25px !important;
    line-height: normal !important;
  }
}
@media (max-width: 767px) {
  .b-block-label {
    font-size: 20px !important;
    line-height: normal !important;
  }
}

.b-block-desc {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  margin-bottom: 30px;
  opacity: 0.75;
}
.b-block-desc.f-black {
  color: #000 !important;
  opacity: 0.5 !important;
}

.reg-16 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.i-13 {
  font-size: 13px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
}

.policies-desc strong {
  font-weight: bolder !important;
}

.pfc-button {
  padding: 8px 13px;
  transition: all 0.3s;
  background-color: #F7B600;
  border: 2px solid #F7B600;
  width: max-content;
  height: max-content;
  cursor: pointer;
}
.pfc-button .btn-text {
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  color: #000;
}
.pfc-button .btn-text i {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .pfc-button {
    padding: 7px 13px !important;
  }
  .pfc-button .btn-text {
    font-size: 12px !important;
  }
}
.pfc-button.bg-yellow {
  background-color: #F7B600;
  border: 2px solid #F7B600;
}
.pfc-button.bg-red {
  background-color: #CE1C3D;
  border: 2px solid #CE1C3D;
}
.pfc-button.bg-black {
  background-color: #000;
  border: 2px solid #000;
}
.pfc-button.br-white {
  background-color: transparent;
  border: 2px solid #fff;
}
.pfc-button.f-white .btn-text {
  color: #fff;
}
.pfc-button.f-black .btn-text {
  color: #000;
}
.pfc-button:hover {
  opacity: 0.8;
}

.app-buttons {
  display: flex;
  flex-wrap: wrap;
}
.app-buttons img {
  height: 45px !important;
}
.app-buttons a {
  margin-right: 10px;
}
.app-buttons a:last-child {
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  .app-buttons a {
    margin-bottom: 15px;
  }
}

.section-container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-container .section-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section-container .section-inner .section-content {
  width: 67%;
}
.section-container .section-inner .section-ads {
  width: 25%;
}
.section-container .section-inner .section-ads .ad-card {
  position: relative;
}
.section-container .section-inner .section-ads .ad-card .b-block-label {
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 15px;
  font-size: 21px !important;
  color: #000 !important;
  z-index: 1;
  left: 0;
  right: 0;
}
.section-container .section-inner .section-ads .ad-container {
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .section-container .section-inner {
    flex-direction: column;
  }
  .section-container .section-inner .section-content {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-container .section-inner .section-ads {
    width: 100% !important;
  }
}

.editor-desc p {
  margin: 0 !important;
  font-size: 15px !important;
  line-height: normal !important;
}
.editor-desc img {
  width: 100% !important;
  height: auto !important;
}

html, body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

* {
  box-sizing: border-box;
  font-family: "Istok Web";
  font-size: 15px;
}

header.main_menu {
  transition: 0.3s all;
}

.menu-section {
  padding-top: 25px;
  padding-bottom: 0;
}
.menu-section .menu-download {
  width: 100%;
  margin-bottom: 25px;
  display: flex;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  flex-wrap: wrap;
}
.menu-section .menu-download .image-container {
  width: 60%;
  position: relative;
  display: flex;
  align-items: center;
}
.menu-section .menu-download .image-container .image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.menu-section .menu-download .menu-info {
  width: 40%;
  height: 100%;
  padding: 7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) and (min-width: 768px), (max-width: 767px) {
  .menu-section .menu-download .menu-info {
    width: 100%;
  }
  .menu-section .menu-download .image-container {
    width: 100%;
  }
}

.section-coming-soon {
  padding-top: 20px;
  padding-bottom: 20px;
}

.newsletter-section {
  padding-top: 25px;
  padding-bottom: 25px;
}
.newsletter-section .news-container {
  position: relative;
  background-size: 100% 100% !important;
}
.newsletter-section .news-container .block-inner {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 5% 13%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsletter-section .news-container .block-inner .paragraphs {
  width: 50%;
}
.newsletter-section .news-container .block-inner .paragraphs .b-block-desc {
  width: 80%;
}
.newsletter-section .news-container .block-inner .news-form {
  width: 50%;
}
.newsletter-section .news-container .block-inner .news-form select {
  display: block !important;
  border: 2px solid #fff;
  padding: 10px 15px;
  width: -webkit-fill-available;
  height: max-content !important;
  line-height: normal !important;
  border-radius: 0 !important;
  font-size: 14px !important;
}
.newsletter-section .news-container .block-inner .news-form select:focus {
  box-shadow: none !important;
  outline: 0 !important;
  border: 2px solid #fff !important;
}
.newsletter-section .news-container .block-inner .news-form .frm_message {
  background: transparent !important;
  color: white !important;
  border: 0 !important;
  padding: 0 !important;
}
.newsletter-section .news-container .block-inner .news-form .frm_message p {
  color: #fff !important;
}
.newsletter-section .news-container .block-inner .news-form .frm_error_style {
  background: transparent !important;
  color: white !important;
  border: 0 !important;
  padding: 0 !important;
}
.newsletter-section .news-container .block-inner .news-form .frm_error_style p {
  color: #CE1C3D !important;
}
.newsletter-section .news-container .block-inner .news-form #field_4o5n5_label, .newsletter-section .news-container .block-inner .news-form #field_biw0v_label, .newsletter-section .news-container .block-inner .news-form #field_mvrql_label {
  display: none !important;
}
.newsletter-section .news-container .block-inner .news-form #field_4o5n5, .newsletter-section .news-container .block-inner .news-form #field_biw0v, .newsletter-section .news-container .block-inner .news-form .white-input-control {
  width: calc(100% - 30px);
  background-color: #fff;
  outline: 0;
  border: 0;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 15px;
  height: auto !important;
  box-shadow: none !important;
}
.newsletter-section .news-container .block-inner .news-form .frm_submit .frm_button_submit {
  padding: 8px 13px !important;
  transition: all 0.3s !important;
  background-color: #CE1C3D !important;
  border: 2px solid #CE1C3D !important;
  width: max-content !important;
  height: max-content !important;
  cursor: pointer !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
}
.newsletter-section .news-container .block-inner .news-form .frm_submit .frm_button_submit:hover {
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .newsletter-section .news-container {
    background-image: url("/wp-content/themes/pfc/assets/images/medium-yellow.png") !important;
  }
}
@media (max-width: 767px) {
  .newsletter-section .news-container .block-inner {
    flex-wrap: wrap;
    padding: 5% 8%;
  }
  .newsletter-section .news-container .block-inner .paragraphs {
    width: 100% !important;
    margin: 0 !important;
  }
  .newsletter-section .news-container .block-inner .paragraphs .b-block-desc {
    width: 100% !important;
  }
  .newsletter-section .news-container .block-inner .news-form {
    width: 100%;
  }
  .newsletter-section .news-container .block-inner .news-form .white-input-control {
    font-size: 12px !important;
    padding: 13px !important;
  }
}

.page-breadcrumbs {
  background-color: rgba(0, 0, 0, 0.03);
}
.page-breadcrumbs .bread-inner {
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-breadcrumbs .bread-inner * {
  color: rgba(0, 0, 0, 0.35) !important;
}

.page-header {
  background-color: #CE1C3D;
}
.page-header .section-inner {
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-header .section-inner .page-label {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: capitalize;
}
@media (max-width: 991px) and (min-width: 768px) {
  .page-header .section-inner .page-label {
    font-size: 25px !important;
  }
}
@media (max-width: 767px) {
  .page-header .section-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-header .section-inner .page-label {
    font-size: 20px !important;
  }
}

.menu-items-section .menu-nav .menu-nav-items {
  background-color: #CE1C3D;
  padding: 20px 0;
}
.menu-items-section .menu-nav .menu-nav-items .categories-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.menu-items-section .menu-nav .menu-nav-items .categories-row .menu-nav-carousel {
  height: max-content !important;
  position: relative;
}
.menu-items-section .menu-nav .menu-nav-items .categories-row .menu-nav-carousel .owl-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  padding: 0 2px;
  transform: translateY(-50%);
}
.menu-items-section .menu-nav .menu-nav-items .categories-row .menu-nav-carousel .owl-nav.disabled {
  display: none !important;
}
@media (max-width: 767px) {
  .menu-items-section .menu-nav .menu-nav-items .categories-row .menu-nav-carousel .owl-nav {
    display: flex !important;
  }
}
.menu-items-section .menu-nav .menu-nav-items .categories-row .menu-nav-carousel .owl-nav button img {
  width: 15px;
}
.menu-items-section .menu-nav .menu-nav-items .categories-row .category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  transition: all 0.3s;
  width: 100%;
  cursor: pointer;
  position: relative;
  padding: 0 10px;
}
.menu-items-section .menu-nav .menu-nav-items .categories-row .category-card .c-image {
  margin-bottom: 12px;
  width: 25px;
  height: 25px;
}
.menu-items-section .menu-nav .menu-nav-items .categories-row .category-card .c-icon {
  margin-bottom: 15px;
}
.menu-items-section .menu-nav .menu-nav-items .categories-row .category-card .c-icon i {
  color: #fff;
  font-size: 23px;
}
.menu-items-section .menu-nav .menu-nav-items .categories-row .category-card .c-label {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.menu-items-section .menu-nav .menu-nav-items .categories-row .category-card:hover {
  opacity: 1;
}
.menu-items-section .menu-nav .menu-nav-items .categories-row .category-card.active {
  opacity: 1 !important;
}
.menu-items-section .menu-nav .menu-nav-items .categories-row .category-card.active:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  color: #CE1C3D;
  font-weight: 700;
  position: absolute;
  bottom: -42px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  text-align: center;
  font-size: 28px;
}
.menu-items-section .menu-nav .menu-filters {
  border-bottom: 2px solid #f2f2f2;
}
.menu-items-section .menu-nav .menu-filters .section-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
.menu-items-section .menu-nav .menu-filters .section-inner .filter-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.menu-items-section .menu-nav .menu-filters .section-inner .filter-row .filter-card {
  border: 2px solid #f2f2f2;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  margin-right: 25px;
  margin-bottom: 10px;
  transition: all 0.3s;
  cursor: pointer;
}
.menu-items-section .menu-nav .menu-filters .section-inner .filter-row .filter-card .c-image {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.menu-items-section .menu-nav .menu-filters .section-inner .filter-row .filter-card i {
  font-size: 16px;
  margin-right: 5px;
}
.menu-items-section .menu-nav .menu-filters .section-inner .filter-row .filter-card i.c-red {
  color: #CE1C3D !important;
}
.menu-items-section .menu-nav .menu-filters .section-inner .filter-row .filter-card i.c-green {
  color: #16812E !important;
}
.menu-items-section .menu-nav .menu-filters .section-inner .filter-row .filter-card .filter-label {
  opacity: 0.75;
  transition: all 0.3s;
  font-weight: 700;
}
.menu-items-section .menu-nav .menu-filters .section-inner .filter-row .filter-card.active, .menu-items-section .menu-nav .menu-filters .section-inner .filter-row .filter-card:hover {
  background-color: #f2f2f2;
}
.menu-items-section .menu-nav .menu-filters .section-inner .filter-row .filter-card.active .filter-label, .menu-items-section .menu-nav .menu-filters .section-inner .filter-row .filter-card:hover .filter-label {
  opacity: 1;
}
.menu-items-section .menu-items .items-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}
.menu-items-section .subcategory-block {
  padding-bottom: 50px;
}
.menu-items-section .subcategory-block .subcategory-label {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f2f2f2;
  border-top: 2px solid #f2f2f2;
}
.menu-items-section .subcategory-block.first .subcategory-label {
  border-top: 0 !important;
}

.sm-label.center {
  font-size: 12px;
  width: 100%;
  text-align: center;
  padding: 30px;
  color: rgba(0, 0, 0, 0.5);
}

.item-card {
  margin: 1%;
  width: 23%;
  transition: all 0.3s;
  position: relative;
}
.item-card .pfc-button.bg-yellow.f-white {
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-card .item-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 30px;
}
.item-card .item-info .image {
  margin-bottom: 25px;
}
.item-card .item-info .item-label {
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
}
.item-card .item-info .item-desc {
  font-size: 13px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.item-card .pfc-button {
  width: 100% !important;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.item-card .pieces-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
  margin-bottom: 5px;
  justify-content: center;
}
.item-card .pieces-row .piece-card {
  width: max-content;
  border: 1px solid #CE1C3D;
  padding: 2px 5px;
  margin: 1%;
  color: #CE1C3D;
}
.item-card:hover {
  box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 991px) {
  .item-card {
    width: 31% !important;
  }
}
@media (max-width: 767px) {
  .item-card {
    width: 100% !important;
  }
}

.a-name {
  position: absolute;
  display: block;
  margin-top: -150px !important;
}

.newsletter-section {
  margin-bottom: 90px;
}
.newsletter-section select {
  display: block;
}
@media (max-width: 767px) {
  .newsletter-section .section-inner {
    padding: 0 !important;
  }
}

.companies-row {
  display: flex;
  align-items: center;
  margin: 0 -1%;
  flex-wrap: wrap;
}
.companies-row .company-item {
  width: 31%;
  margin: 1%;
  cursor: pointer;
}
@media (max-width: 767px) {
  .companies-row .company-item {
    width: 100% !important;
  }
}

.searchform {
  width: 100%;
  display: flex;
  align-items: center;
}
.searchform button {
  outline: 0;
  border: 0;
  background-color: transparent;
}

.a-name {
  position: absolute;
  display: block;
  margin-top: -220px !important;
}

header.main_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
header.main_menu nav {
  height: 140px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
  box-shadow: none !important;
}
header.main_menu nav .logo {
  transition: all 0.3s;
  z-index: 2;
}
header.main_menu nav .logo-white {
  height: 100%;
  display: flex;
  align-items: center;
}
header.main_menu nav .logo-white a.custom-logo-link {
  display: block;
  flex-grow: 0;
  flex-shrink: 9;
  width: 280px;
}
header.main_menu nav .logo-white a.custom-logo-link img {
  width: 280px;
  max-height: 120px;
  margin: 5px 0;
  height: auto;
}
header.main_menu nav .logo-compact {
  display: none;
}
header.main_menu nav .nav-items {
  height: 100%;
  z-index: 2;
}
header.main_menu nav .nav-items ul.menus {
  flex-grow: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
header.main_menu nav .nav-items ul.menus .icon-flex {
  display: flex;
  align-items: center !important;
}
header.main_menu nav .nav-items ul.menus .icon-flex i {
  font-size: 15px !important;
  line-height: 12px;
  color: #CE1C3D;
  margin-right: 5px;
  margin-bottom: 2px;
  height: fit-content !important;
}
header.main_menu nav .nav-items ul.menus li.menu-item {
  align-items: stretch;
  height: 100%;
  transition: all 0.3s;
  padding-left: 15px;
}
header.main_menu nav .nav-items ul.menus li.menu-item a {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  align-content: center;
  display: flex;
  padding: 0 15px 0 0;
  align-items: center;
  line-height: unset;
  transition: all 0.3s;
  height: 100%;
}
header.main_menu nav .nav-items ul.menus li.menu-item a:hover {
  background-color: transparent;
}
header.main_menu nav .nav-items ul.menus li.menu-item .dropdown-button {
  display: flex;
  align-items: center;
}
header.main_menu nav .nav-items ul.menus li.menu-item .dropdown-button i {
  font-size: 12px;
  line-height: 12px;
  color: #CE1C3D;
  margin-right: 5px;
  margin-bottom: 2px;
  height: fit-content !important;
}
header.main_menu nav .nav-items ul.menus li.menu-item .search-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}
header.main_menu nav .nav-items ul.menus .dropdown:after {
  width: 0 !important;
}
header.main_menu nav .nav-items ul.menus .dropdown:hover .dropdown-container {
  height: fit-content;
  opacity: 1;
  visibility: visible;
  transform: translateY(-30px);
}
header.main_menu nav .nav-items ul.menus .dropdown-container {
  position: absolute;
  width: 100%;
  top: 140px;
  border-top: 2px solid #CC3527;
  background-color: #fff;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.07);
  transition: all 0.5s;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(50%);
}
header.main_menu nav .nav-items ul.menus .dropdown-container .dropdown-inner {
  padding: 35px;
}
header.main_menu nav .nav-items ul.menus .Fuel-nav {
  transform: translateY(-50px);
  width: fit-content !important;
  max-width: 600px;
}
header.main_menu nav .nav-items ul.menus .Fuel-nav .dropdown-inner {
  display: flex;
  flex-wrap: wrap;
}
header.main_menu nav .nav-items ul.menus .Fuel-nav .dropdown-inner .fuel-card {
  width: 130px;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  transition: all 0.3s;
}
header.main_menu nav .nav-items ul.menus .Fuel-nav .dropdown-inner .fuel-card .fuel-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 7px;
  color: #000;
  text-align: center;
}
header.main_menu nav .nav-items ul.menus .Fuel-nav .dropdown-inner .fuel-card img {
  width: 100%;
}
header.main_menu nav .nav-items ul.menus .Fuel-nav .dropdown-inner .fuel-card:hover {
  transform: scale(1.1);
}
header.main_menu nav .nav-items ul.menus .Menu-nav {
  transform: translateY(-50px);
}
header.main_menu nav .nav-items ul.menus .Menu-nav .menu-inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 40px;
}
header.main_menu nav .nav-items ul.menus .Menu-nav .menu-inner .menu-categories {
  width: 50%;
}
header.main_menu nav .nav-items ul.menus .Menu-nav .menu-inner .menu-categories .categories-inner {
  width: 100%;
  height: fit-content;
  padding-right: 25px;
}
header.main_menu nav .nav-items ul.menus .Menu-nav .menu-inner .menu-categories .categories-inner .menu-category {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
header.main_menu nav .nav-items ul.menus .Menu-nav .menu-inner .menu-categories .categories-inner .menu-category .category-info {
  margin-bottom: 8px;
  display: flex;
  cursor: pointer;
  padding: 0 !important;
}
header.main_menu nav .nav-items ul.menus .Menu-nav .menu-inner .menu-categories .categories-inner .menu-category .category-info .c-image {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-right: 15px;
}
header.main_menu nav .nav-items ul.menus .Menu-nav .menu-inner .menu-categories .categories-inner .menu-category .category-info .c-icon {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-right: 15px;
}
header.main_menu nav .nav-items ul.menus .Menu-nav .menu-inner .menu-categories .categories-inner .menu-category .category-info .c-icon i {
  font-size: 20px;
  color: #CE1C3D;
}
header.main_menu nav .nav-items ul.menus .Menu-nav .menu-inner .menu-categories .categories-inner .menu-category .category-info .c-label {
  line-height: normal !important;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  transition: all 0.3s;
}
header.main_menu nav .nav-items ul.menus .Menu-nav .menu-inner .menu-categories .categories-inner .menu-category .category-info:hover {
  background-color: #fff !important;
}
header.main_menu nav .nav-items ul.menus .Menu-nav .menu-inner .menu-categories .categories-inner .menu-category .category-info:hover .c-label {
  color: #CE1C3D;
}
header.main_menu nav .nav-items ul.menus .Menu-nav .menu-inner .menu-categories .categories-inner .menu-category .subcategories-container {
  display: flex;
  flex-direction: column;
}
header.main_menu nav .nav-items ul.menus .Menu-nav .menu-inner .menu-categories .categories-inner .menu-category .subcategories-container .sm-50 {
  margin-bottom: 10px;
  line-height: normal;
  padding-left: 35px;
}
header.main_menu nav .nav-items ul.menus .Menu-nav .menu-inner .menu-categories .categories-inner .menu-category .subcategories-container .sm-50:hover {
  background-color: #fff !important;
  opacity: 0.8 !important;
}
header.main_menu nav .nav-items ul.menus .Menu-nav .menu-inner .large-orders {
  width: 50%;
  position: relative;
  overflow: hidden;
}
header.main_menu nav .nav-items ul.menus .Menu-nav .menu-inner .large-orders .large-orders-container {
  position: relative;
  padding: 0 0 100% 0 !important;
  transition: all 0.3s;
}
header.main_menu nav .nav-items ul.menus .Menu-nav .menu-inner .large-orders .page-slug {
  position: absolute;
  bottom: 25px;
  left: 25px;
  display: flex;
  width: 100%;
}
header.main_menu nav .nav-items ul.menus .Menu-nav .menu-inner .large-orders .page-slug .sm-icon {
  margin-top: 8px;
  margin-right: 10px;
}
header.main_menu nav .nav-items ul.menus .Menu-nav .menu-inner .large-orders .page-slug .pfc-link {
  background-color: transparent !important;
  height: fit-content;
}
header.main_menu nav .nav-items ul.menus .Menu-nav .menu-inner .large-orders:hover .large-orders-container {
  transform: scale(1.2);
}
header.main_menu nav .nav-items ul.menus .Rewards-nav {
  transform: translateY(-50px);
  left: 30%;
  right: 50px;
  width: auto;
  display: flex;
  align-items: center;
}
header.main_menu nav .nav-items ul.menus .Rewards-nav .dropdown-inner {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 15px !important;
  width: 50%;
}
header.main_menu nav .nav-items ul.menus .Rewards-nav .fuel-image-container {
  width: 50%;
  padding-bottom: 50%;
  position: relative;
}
header.main_menu nav .nav-items ul.menus .Rewards-nav .fuel-image-container.careers-image-container {
  margin-right: 15px;
}
header.main_menu nav .nav-items ul.menus .Rewards-nav .fuel-image-container .fuel-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
header.main_menu nav .nav-items ul.menus .About-nav {
  transform: translateY(-50px);
  left: 0;
  right: 50px;
  width: auto;
}
header.main_menu nav .nav-items ul.menus .About-nav .dropdown-inner {
  padding: 15px !important;
}
header.main_menu nav .nav-items ul.menus .About-nav .dropdown-inner .about-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
header.main_menu nav .nav-items ul.menus .About-nav .dropdown-inner .about-inner .dropdown-item {
  color: #000 !important;
}
header.main_menu nav .nav-items ul.menus .About-nav .dropdown-inner .about-inner .b-right {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
header.main_menu nav .nav-items ul.menus .About-nav .dropdown-inner .about-inner .b-right .dropdown-item {
  height: 40px !important;
}
header.main_menu nav .nav-items ul.menus .about-us-inner {
  display: flex;
  flex-direction: column;
}
header.main_menu nav .nav-items ul.menus .about-us-inner li {
  line-height: normal !important;
}
header.main_menu nav .nav-items ul.menus .about-us-inner li .sm-50 {
  margin-bottom: 10px;
  line-height: normal;
  padding-left: 35px;
}
header.main_menu nav .nav-items ul.menus .dropdown-item {
  padding: 10px !important;
  line-height: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #000 !important;
  position: relative;
  justify-content: space-between;
  transition: all 0.3s;
}
header.main_menu nav .nav-items ul.menus .dropdown-item:after {
  content: ":";
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.35);
  margin-left: 15px;
  transition: all 0.3s;
}
header.main_menu nav .nav-items ul.menus .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
}
header.main_menu nav .nav-items ul.menus .dropdown-item:hover:after {
  color: #000 !important;
}
header.main_menu nav:before {
  content: "";
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  height: 185px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(255, 0, 0, 0));
  z-index: 1;
}
header.main_menu .mobile {
  display: none;
  height: 100px !important;
}
header.main_menu .mobile a.toggle {
  height: 100px !important;
  line-height: 140px !important;
}
header.main_menu .mobile a.toggle i {
  height: 100px !important;
  line-height: 100px !important;
}
header.main_menu.compact nav {
  height: 100px;
  background-color: #fff;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.07);
}
header.main_menu.compact nav .logo-white {
  display: none;
}
header.main_menu.compact nav .logo-compact {
  height: 100%;
  display: flex;
  align-items: center;
}
header.main_menu.compact nav .logo-compact a.custom-logo-link {
  display: block;
  flex-grow: 0;
  flex-shrink: 9;
  width: 80px;
}
header.main_menu.compact nav .logo-compact a.custom-logo-link img {
  width: 80px;
  max-height: 80px;
  margin: 5px 0;
  height: auto;
}
header.main_menu.compact nav .nav-items ul.menus .dropdown-button i {
  color: #CC3527 !important;
}
header.main_menu.compact nav .nav-items ul.menus li.menu-item a {
  color: #000;
}
header.main_menu.compact nav .nav-items ul.menus li.menu-item:after {
  display: block;
  content: "";
  border-bottom: 2px solid #CC3527;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  width: 100%;
}
header.main_menu.compact nav .nav-items ul.menus li.menu-item:hover:after {
  transform: scaleX(1);
}
header.main_menu.compact nav .nav-items ul.menus li.menu-item .dropdown-container {
  top: 100px !important;
  transform: translateY(0) !important;
}
header.main_menu.compact nav .nav-items ul.menus li.menu-item .search-icon {
  width: 20px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-filter: unset;
  filter: unset;
}
header.main_menu.compact nav a.toggle {
  height: 100px !important;
  line-height: 100px !important;
}
header.main_menu.compact nav a.toggle i {
  height: 100px !important;
  line-height: 100px !important;
  color: #000 !important;
}
header.main_menu.compact nav:before {
  display: none !important;
}
header.main_menu.compact .mobile .nav-inner.expanded {
  height: calc(100vh - 100px) !important;
}
@media (min-width: 992px) and (max-width: 1200px) {
  header.main_menu .logo-white a.custom-logo-link {
    width: 180px !important;
  }
  header.main_menu .logo-white a.custom-logo-link img {
    width: 180px !important;
  }
  header.main_menu .nav-items li.menu-item a {
    font-size: 13px !important;
    padding: 0 10px !important;
  }
  header.main_menu .nav-items li.menu-item .search-icon {
    background-size: 20px !important;
  }
}
@media screen and (max-width: 1399px) {
  header.main_menu .desktop {
    display: none;
  }
  header.main_menu .mobile {
    display: block;
  }
  header.main_menu .mobile .top {
    height: 100%;
    position: relative;
    z-index: 1;
  }
  header.main_menu .mobile .top .logo-white a.custom-logo-link {
    width: 180px !important;
  }
  header.main_menu .mobile .top .logo-white a.custom-logo-link img {
    width: 180px !important;
  }
  header.main_menu .mobile .top a.toggle {
    position: absolute;
    top: 0;
    right: 13%;
    padding: 0;
    height: 140px;
    line-height: 140px;
    display: block;
  }
  header.main_menu .mobile .top a.toggle i {
    padding: 0 20px;
    height: 140px;
    line-height: 140px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
  }
  header.main_menu .mobile .top a.toggle i:first-of-type {
    display: block;
  }
  header.main_menu .mobile .top a.toggle i:last-of-type {
    display: none;
  }
  header.main_menu .mobile .top a.toggle.expanded i:first-of-type {
    display: none !important;
  }
  header.main_menu .mobile .top a.toggle.expanded i:last-of-type {
    display: block !important;
  }
  header.main_menu .mobile .nav-inner {
    background-color: #fff;
    height: 0;
    transition: all 0.5s;
  }
  header.main_menu .mobile .nav-inner .mobile-nav-inner {
    padding-left: 13% !important;
    padding-right: 13% !important;
    height: 100%;
    overflow-x: auto;
    padding-top: 30px;
  }
  header.main_menu .mobile .nav-inner .mobile-nav-inner li.menu-item {
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  header.main_menu .mobile .nav-inner .mobile-nav-inner li.menu-item a {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    display: block;
    padding: 10px 15px;
    transition: all 0.3s;
    height: 100%;
    line-height: normal !important;
  }
  header.main_menu .mobile .nav-inner .mobile-nav-inner li.menu-item a:hover {
    background-color: transparent;
    color: #CE1C3D;
  }
  header.main_menu .mobile .nav-inner .mobile-nav-inner li.menu-item a .search-icon {
    width: 20px;
    height: 20px;
    transform: scaleX(-1);
  }
  header.main_menu .mobile .nav-inner .mobile-nav-inner li.menu-item .dropdown-lv-1 li {
    width: 100%;
  }
  header.main_menu .mobile .nav-inner .mobile-nav-inner li.menu-item .dropdown-item {
    font-weight: 500 !important;
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px !important;
  }
  header.main_menu .mobile .nav-inner .mobile-nav-inner li.menu-item .dropdown-button:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    padding: 1px 5px 0 5px;
    font-size: 10px;
    color: #000;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
  }
  header.main_menu .mobile .nav-inner .mobile-nav-inner li.menu-item .dropdown-button.expanded:after {
    transform: rotate(450deg);
    color: #CE1C3D;
  }
  header.main_menu .mobile .nav-inner .mobile-nav-inner li.menu-item .dropdown-lv-1, header.main_menu .mobile .nav-inner .mobile-nav-inner li.menu-item .dropdown-lv-2 {
    display: none;
  }
  header.main_menu .mobile .nav-inner.expanded {
    height: calc(100vh - 140px);
  }
}

.body-page {
  position: relative;
}
.body-page .social-icons-right {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: calc(43% + 50px);
  z-index: 9;
  justify-content: space-around;
  padding-right: 3px;
}
.body-page .social-icons-right a {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.2);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  transition: all 0.3s;
}
.body-page .social-icons-right a:hover {
  background-color: #CE1C3D;
}
.body-page .social-icons-right a:hover i {
  color: #fff;
}
.body-page .social-icons-right a i {
  color: #000;
  font-size: 18px;
  transition: all 0.3s;
}
.body-page .shop-tag {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  transform: rotate(-90deg) translateX(50%);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.2);
  position: fixed;
  right: -30px;
  top: 40%;
  z-index: 9;
  background-color: #fff;
  height: 45px;
  cursor: pointer;
  transition: all 0.3s;
}
.body-page .shop-tag i {
  font-size: 12px;
  line-height: 12px;
  color: #CE1C3D;
  margin-right: 10px;
  margin-bottom: 2px;
  height: fit-content !important;
  transition: all 0.3s;
}
.body-page .shop-tag span {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  transition: all 0.3s;
}
.body-page .shop-tag:hover {
  background-color: #CE1C3D;
}
.body-page .shop-tag:hover i {
  color: #fff;
}
.body-page .shop-tag:hover span {
  color: #fff;
}
.home-page .homepage-banner {
  width: 100%;
  height: 100%;
  position: relative;
}
.home-page .homepage-banner .banner-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.home-page .homepage-banner .banner-container .banner-carousel {
  height: 100%;
  background-color: #000;
  position: relative;
}
.home-page .homepage-banner .banner-container .banner-carousel .owl-nav {
  position: absolute;
  z-index: 1;
  bottom: 5%;
  width: 100%;
  padding-right: 13%;
  padding-left: 13%;
  max-width: 2200px;
}
.home-page .homepage-banner .banner-container .banner-carousel .owl-nav button:nth-child(1) {
  margin-right: 10px;
}
.home-page .homepage-banner .banner-container .banner-carousel .owl-nav button i {
  color: #F7B600;
  font-size: 18px;
}
.home-page .homepage-banner .banner-container .slide {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 400px;
  cursor: pointer;
}
.home-page .homepage-banner .banner-container .slide .image {
  width: 100%;
  height: 100%;
}
.home-page .homepage-banner .banner-container .slide .banner-info {
  position: absolute;
  bottom: 30%;
  right: 0;
  left: 0;
  z-index: 2;
  margin: auto;
}
.home-page .homepage-banner .banner-container .slide .banner-info .banner-label {
  font-size: 40px;
  color: #fff;
  line-height: normal;
  letter-spacing: -1px;
  font-weight: 700;
  width: 30%;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .home-page .homepage-banner .banner-container .slide .banner-info .banner-label {
    font-size: 35px;
    width: 38% !important;
    margin-bottom: 20px !important;
  }
}
.home-page .homepage-banner.homepage-banner-mobile {
  display: none;
}
@media screen and (max-width: 1000px) {
  .home-page .homepage-banner.desktop {
    display: none;
  }
  .home-page .homepage-banner.homepage-banner-mobile {
    display: block;
  }
}
.home-page .homepage-text-slide {
  width: 100%;
  overflow: hidden;
}
.home-page .homepage-text-slide .slideContainer {
  background-color: #CE1C3D;
  height: fit-content !important;
  width: 1000%;
  display: flex;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.home-page .homepage-text-slide .slideContainer .slide {
  padding: 5px 0;
  display: flex;
  align-items: center;
  width: max-content !important;
  list-style: none;
}
.home-page .homepage-text-slide .slideContainer .slide .slide-text {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.home-page .homepage-text-slide .slideContainer .slide .slide-icon {
  padding: 0 40px;
  height: 10px;
}
.home-page .banners-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.home-page .banners-row .banner-card {
  position: relative;
  margin-bottom: 30px;
}
.home-page .banners-row .banner-card.hide_gradient .card-container .image:before {
  display: none !important;
}
.home-page .banners-row .banner-card .card-container {
  position: relative;
}
.home-page .banners-row .banner-card .card-container .image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.home-page .banners-row .banner-card .card-container .image.mobile-image {
  display: none;
}
@media (max-width: 767px) {
  .home-page .banners-row .banner-card .card-container .image.desktop-image {
    display: none;
  }
  .home-page .banners-row .banner-card .card-container .image.mobile-image {
    display: block;
  }
}
.home-page .banners-row .banner-card .card-container .banner-inner {
  position: absolute;
  right: 10%;
  left: 10%;
  bottom: 10%;
  top: 10%;
  z-index: 2;
}
.home-page .banners-row .banner-card .card-container .banner-inner .category-label {
  color: #fff;
}
.home-page .banners-row .banner-card .card-container .banner-inner .pfc-button .btn-text {
  color: #fff;
}
@media (min-width: 1001px) and (max-width: 1200px) {
  .home-page .banners-row .banner-card .b-block-label {
    font-size: 24px !important;
  }
  .home-page .banners-row .banner-card .b-block-desc {
    width: 100% !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-page .banners-row .banner-card.large .card-container {
    padding-bottom: calc(calc(100% * 2) / 3) !important;
  }
  .home-page .banners-row .banner-card .b-block-desc {
    width: 100% !important;
  }
}
@media screen and (max-width: 1000px) {
  .home-page .banners-row .banner-card {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .home-page .banners-row .banner-card .card-container {
    padding-bottom: 100% !important;
  }
  .home-page .banners-row .banner-card .card-container .b-block-desc {
    display: none !important;
  }
  .home-page .banners-row .banner-card .card-container .b-block-label {
    margin-bottom: 20px !important;
  }
}
.home-page .banners-row .banner-card.small {
  width: 48%;
}
.home-page .banners-row .banner-card.small .card-container {
  width: 100%;
  padding-bottom: calc(calc(100% * 3) / 5);
}
.home-page .banners-row .banner-card.small .card-container .b-block-desc {
  width: 70%;
}
.home-page .banners-row .banner-card.small.bg-yellow .image {
  background-image: url("/wp-content/themes/pfc/assets/images/medium-yellow.png") !important;
  background-size: contain !important;
}
.home-page .banners-row .banner-card.small.bg-image .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
  z-index: 1;
}
.home-page .banners-row .banner-card.medium {
  width: 48%;
}
.home-page .banners-row .banner-card.medium .card-container {
  width: 100%;
  padding-bottom: calc(calc(100% * 4) / 6);
}
.home-page .banners-row .banner-card.medium .card-container .banner-inner {
  position: absolute;
  right: 13%;
  left: 13%;
  bottom: 10%;
  top: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.home-page .banners-row .banner-card.medium .card-container .b-block-desc {
  width: 70%;
}
.home-page .banners-row .banner-card.medium.bg-yellow .image {
  background-image: url("/wp-content/themes/pfc/assets/images/medium-yellow.png") !important;
  background-size: contain !important;
}
.home-page .banners-row .banner-card.medium.bg-image .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
  z-index: 1;
}
.home-page .banners-row .banner-card.large {
  width: 100%;
}
.home-page .banners-row .banner-card.large .card-container {
  width: 100%;
  padding-bottom: calc(calc(100% * 1) / 3);
}
.home-page .banners-row .banner-card.large .card-container .banner-inner {
  position: absolute;
  right: 6%;
  left: 6%;
  bottom: 10%;
  top: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
@media (max-width: 767px) {
  .home-page .banners-row .banner-card.large .card-container .banner-inner {
    right: 13%;
    left: 13%;
  }
}
.home-page .banners-row .banner-card.large .card-container .b-block-desc {
  width: 30%;
}
.home-page .banners-row .banner-card.large.bg-yellow .image {
  background-image: url("/wp-content/themes/pfc/assets/images/large-yellow.png") !important;
  background-size: contain !important;
}
.home-page .banners-row .banner-card.large.bg-image .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
  z-index: 1;
}
.home-page .banners-row .banner-card.bg-yellow .card-container .banner-inner .category-label {
  color: #dd0000;
}
.home-page .banners-row .banner-card.bg-yellow .card-container .banner-inner .b-block-label {
  color: #dd0000;
}
.home-page .banners-row .banner-card.bg-yellow .card-container .banner-inner .pfc-button {
  background-color: #dd0000 !important;
  border: 2px solid #dd0000 !important;
}
.home-page .banners-row .banner-card.bg-yellow .card-container .banner-inner .pfc-button .btn-text {
  color: #fff !important;
}
.home-page .banners-row .banner-card.new .card-container .banner-inner .pfc-button {
  background-color: transparent;
  border: 2px solid #fff;
}
.home-page .banners-row .banner-card.new .card-container .banner-inner .pfc-button .btn-text {
  color: #fff;
}
.home-page .banners-row .banner-card.new:before {
  content: "";
  background-image: url("/wp-content/themes/pfc/assets/images/new@2x.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 30px;
  height: 70px;
  width: 70px;
  z-index: 2;
}
.home-page .section-1, .home-page section-3 {
  padding-top: 25px;
}
.home-page .section-2 .menu-nav {
  margin-bottom: 30px;
}
.home-page .section-2 .menu-carousel {
  height: fit-content !important;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .home-page .section-2 .menu-carousel {
    padding-bottom: 25px;
  }
}
.home-page .section-2 .menu-carousel .owl-nav {
  width: 100%;
  justify-content: space-between;
  margin-top: 10px;
  display: none;
}
@media (max-width: 767px) {
  .home-page .section-2 .menu-carousel .owl-nav {
    display: flex !important;
  }
}
.home-page .section-2 .menu-carousel .owl-nav button img {
  width: 15px;
}
.home-page .section-2 .menu-carousel .owl-item {
  transition: all 0.3s;
}
.home-page .section-2 .menu-carousel .owl-item:hover {
  box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.07);
}
.home-page .section-4 .section-inner {
  padding-top: 10px;
  padding-bottom: 30px;
}
.home-page .section-4 .highlighted-carousel {
  height: fit-content !important;
  position: relative;
  overflow: initial;
}
.home-page .section-4 .highlighted-carousel .owl-item {
  transition: all 0.3s;
}
.home-page .section-4 .highlighted-carousel .owl-item:hover {
  box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.07);
}
.home-page .section-4 .highlighted-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: 0px;
  transform: translateY(-40px);
}
.home-page .section-4 .highlighted-carousel .owl-nav .owl-prev {
  transform: translateX(-5px) translateY(20px);
}
.home-page .section-2 .owl-item:hover, .home-page .section-4 .owl-item:hover {
  box-shadow: unset !important;
}
.home-page .section-2 .item-card, .home-page .section-4 .item-card {
  width: 100% !important;
  margin: 0 !important;
}
.home-page .section-2 .item-card .item-info, .home-page .section-4 .item-card .item-info {
  margin: 10px 5px !important;
}
.home-page .section-2 .item-card .item-info:hover, .home-page .section-4 .item-card .item-info:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07) !important;
}
.home-page .section-2 .item-card:hover, .home-page .section-4 .item-card:hover {
  box-shadow: unset !important;
}
.home-page .section-7 .section-inner {
  padding-top: 25px;
  padding-bottom: 25px;
}
.home-page .section-7 .locations-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -1%;
  flex-wrap: wrap;
}
.home-page .section-7 .locations-row .location-card {
  color: #000;
  font-size: 15px;
  width: 23%;
  margin: 1%;
  line-height: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .home-page .section-7 .locations-row .location-card {
    width: 100% !important;
    margin-bottom: 8px;
  }
}
.home-page .section-7 .mapContent {
  height: 450px;
  width: 100%;
  margin-top: 50px;
}
.home-page .section-7 .mapContent * {
  transition: unset !important;
}
.home-page .section-8 {
  padding-top: 25px;
  padding-bottom: 100px;
}
.home-page .newsletter-section {
  margin-bottom: 0 !important;
}

.about-page .section-container .section-content .welcome-section {
  margin-bottom: 50px;
}
.about-page .section-container .section-content .values-section {
  margin-bottom: 60px;
}
.about-page .section-container .section-content .mission-section {
  margin-bottom: 90px;
}
.about-page .section-container .section-content .mission-section .mission-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-page .section-container .section-content .mission-section .mission-row .mission-card {
  width: 48.5%;
  margin-bottom: 3%;
  background-color: #fff;
  padding: 21px 25px;
  display: flex;
  justify-content: space-between;
  border: 2px solid rgba(0, 0, 0, 0.07);
}
.about-page .section-container .section-content .mission-section .mission-row .mission-card .card-image {
  width: 44%;
}
.about-page .section-container .section-content .mission-section .mission-row .mission-card .card-desc {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .about-page .section-container .section-content .mission-section .mission-row .mission-card {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .about-page .section-container .section-content .mission-section .mission-row .mission-card {
    flex-direction: column;
  }
  .about-page .section-container .section-content .mission-section .mission-row .mission-card .card-image {
    margin-bottom: 20px;
  }
  .about-page .section-container .section-content .mission-section .mission-row .mission-card .card-desc {
    width: 100% !important;
  }
}
.about-page .section-container .section-content .family-section {
  display: flex;
  flex-direction: column;
}
.about-page .section-container .section-content .family-section .family-card {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}
.about-page .section-container .section-content .family-section .family-card .card-inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 25px 40% 80px 25px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .about-page .section-container .section-content .family-section .family-card .image {
    padding-bottom: 100% !important;
  }
}
@media (max-width: 767px) {
  .about-page .section-container .section-content .family-section .family-card .card-inner {
    padding: 20px !important;
    justify-content: center !important;
  }
  .about-page .section-container .section-content .family-section .family-card .card-inner .b-block-desc {
    margin-bottom: 0 !important;
  }
}
.about-page .newsletter-section {
  margin-bottom: 90px;
}

.values-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.values-row .value-card {
  width: 48.5%;
  margin-bottom: 3%;
  background-color: #fff;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.07);
  padding: 26px 36px;
  display: flex;
  align-items: center;
}
.values-row .value-card .card-icon {
  color: #CE1C3D;
  margin-right: 40px;
}
.values-row .value-card .card-icon i {
  font-size: 20px;
}
.values-row .value-card .card-image {
  width: 25px;
  height: 25px;
  margin-right: 40px;
}
@media screen and (max-width: 991px) {
  .values-row .value-card {
    width: 100% !important;
  }
}

.team-page .section-container .section-content .diversity-section {
  margin-bottom: 50px;
}
.team-page .section-container .section-content .diversity-section .editor-desc {
  margin-bottom: 20px;
}
.team-page .section-container .section-content .team-section .team-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}
.team-page .section-container .section-content .team-section .team-row .team-card {
  width: 23%;
  margin: 1%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.07);
}
.team-page .section-container .section-content .team-section .team-row .team-card .card-info {
  padding: 16px;
}
.team-page .section-container .section-content .team-section .team-row .team-card .card-info * {
  text-align: center;
}
@media (max-width: 991px) and (min-width: 768px) {
  .team-page .section-container .section-content .team-section .team-row .team-card {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .team-page .section-container .section-content .team-section .team-row {
    margin: 0 !important;
  }
  .team-page .section-container .section-content .team-section .team-row .team-card {
    width: 100%;
    margin-bottom: 20px !important;
  }
}

.awards-page .section-container .section-content .articles-row {
  display: flex;
  flex-direction: column;
}
.awards-page .section-container .section-content .articles-row .article-card {
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
}
.awards-page .section-container .section-content .articles-row .article-card .article-desc {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}
.awards-page .section-container .section-content .articles-row .article-card .pfc-link {
  font-size: 16px !important;
}
.awards-page .section-container .section-content .articles-row .article-card .image {
  margin-top: 30px;
}
.awards-page .section-container .section-content .awards-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2%;
}
.awards-page .section-container .section-content .awards-row .award-card {
  width: 21%;
  margin: 2%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.awards-page .section-container .section-content .awards-row .award-card .image-container {
  width: 80%;
  margin-bottom: 25px;
}
.awards-page .section-container .section-content .awards-row .award-card .award-desc {
  text-align: center;
  font-size: 15px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .awards-page .section-container .section-content .awards-row .award-card {
    width: 46%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .awards-page .section-container .section-content .awards-row {
    margin: 0 !important;
  }
  .awards-page .section-container .section-content .awards-row .award-card {
    width: 100%;
    margin-bottom: 30px;
  }
}

.manifesto-page .section-container .section-content .description * {
  font-size: 16px;
}
.manifesto-page .section-container .section-content .description p {
  margin: 0 !important;
}
.manifesto-page .section-container .section-content .description p span {
  font-size: 16px;
}
.manifesto-page .section-container .section-content .description p strong span {
  font-size: 18px !important;
}
.manifesto-page .section-container .section-content .description p img {
  margin-top: 20px;
}
.manifesto-page .section-container .section-content .page-desc-section {
  margin-bottom: 50px;
}

.items-convenience-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}
.items-convenience-row .item-card {
  width: 23%;
  margin: 1%;
  border: 1px solid rgba(0, 0, 0, 0.07);
  transition: all 0.3s;
  font-weight: 700;
  padding: 14px 20px;
  text-align: center;
  color: #000;
}
.items-convenience-row .item-card:hover {
  background-color: #F7B600;
  border: 1px solid #F7B600;
  color: #fff;
}
@media (max-width: 991px) and (min-width: 768px) {
  .items-convenience-row .item-card {
    width: 31% !important;
  }
}
@media (max-width: 767px) {
  .items-convenience-row .item-card {
    width: 48% !important;
  }
}

.convenience-page .section-container .section-content .convenience-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5%;
}
.convenience-page .section-container .section-content .convenience-row .convenience-card {
  width: 47%;
  margin: 1.5%;
  position: relative;
}
.convenience-page .section-container .section-content .convenience-row .convenience-card.special {
  width: 100%;
  margin-bottom: 1.5%;
  cursor: pointer;
}
@media (max-width: 767px) {
  .convenience-page .section-container .section-content .convenience-row .convenience-card.special .image {
    padding-bottom: calc(calc(100% * 2) / 3);
  }
}
.convenience-page .section-container .section-content .convenience-row .convenience-card.special .guideline {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
.convenience-page .section-container .section-content .convenience-row .convenience-card.special .guideline a {
  color: #F7B600 !important;
}
.convenience-page .section-container .section-content .convenience-row .convenience-card.special .card-desc {
  width: 100%;
}
.convenience-page .section-container .section-content .convenience-row .convenience-card.special .explore-btn {
  font-weight: 600;
  color: #fff;
  transition: all 0.3s;
  position: absolute;
  bottom: 40px;
  right: 30px;
  z-index: 2;
  cursor: pointer;
}
.convenience-page .section-container .section-content .convenience-row .convenience-card.special .explore-btn:after {
  display: block;
  content: "";
  border-bottom: 2px solid #fff;
  transform: scaleX(1) translateY(10px);
  transition: transform 250ms ease-in-out;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.convenience-page .section-container .section-content .convenience-row .convenience-card.special .explore-btn:hover {
  color: #fff;
}
.convenience-page .section-container .section-content .convenience-row .convenience-card.special .explore-btn:hover:after {
  transform: scaleX(0) translateY(10px);
}
.convenience-page .section-container .section-content .convenience-row .convenience-card .card-info {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
}
.convenience-page .section-container .section-content .convenience-row .convenience-card .card-info .card-desc {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  width: 80%;
}
.convenience-page .section-container .section-content .convenience-row .convenience-card .tag-container {
  position: absolute;
  top: 0;
  left: 0;
  width: max-content;
  padding: 8px;
  background-color: #000;
  border-radius: 5px;
  transform: translateX(-15%) translateY(-20%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.convenience-page .section-container .section-content .convenience-row .convenience-card .tag-container .c-image {
  width: 22px;
  height: 22px;
  margin-bottom: 5px;
}
.convenience-page .section-container .section-content .convenience-row .convenience-card .tag-container .c-icon {
  margin-bottom: 5px;
}
.convenience-page .section-container .section-content .convenience-row .convenience-card .tag-container .c-icon i {
  font-size: 22px;
  color: #CE1C3D;
}
.convenience-page .section-container .section-content .convenience-row .convenience-card .tag-container .tag-label {
  font-size: 11px;
  font-weight: 500;
  color: #F7B600;
}
@media screen and (max-width: 991px) {
  .convenience-page .section-container .section-content .convenience-row {
    margin: 0 !important;
  }
  .convenience-page .section-container .section-content .convenience-row .convenience-card {
    width: 100% !important;
    margin: 0 0 40px 0 !important;
  }
  .convenience-page .section-container .section-content .convenience-row .convenience-card .card-info {
    padding: 30px 15px 15px 15px !important;
  }
  .convenience-page .section-container .section-content .convenience-row .convenience-card .card-info .card-desc {
    width: 100% !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .convenience-page .section-container .section-content .convenience-row .convenience-card .tag-container {
    padding: 7px;
    transform: translateX(-25%) translateY(-25px);
  }
  .convenience-page .section-container .section-content .convenience-row .convenience-card .tag-container .c-image {
    width: 18px !important;
    height: 18px !important;
  }
  .convenience-page .section-container .section-content .convenience-row .convenience-card .tag-container .c-icon i {
    font-size: 18px !important;
  }
}

.large-orders-page .section-container .section-content .section-main {
  margin-bottom: 45px;
}
.large-orders-page .section-container .section-content .section-main .place-order-section {
  border: 2px solid rgba(0, 0, 0, 0.07);
  padding: 33px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.large-orders-page .section-container .section-content .section-main .place-order-section .place-desc {
  width: calc(100% - 80px);
  display: flex;
  flex-direction: column;
}
.large-orders-page .section-container .section-content .section-main .place-order-section .place-desc .steps-row {
  display: flex;
  flex-direction: column;
}
.large-orders-page .section-container .section-content .section-main .place-order-section .place-desc .steps-row .step-card {
  width: 100%;
  display: flex;
  align-items: center;
}
.large-orders-page .section-container .section-content .section-main .place-order-section .place-desc .steps-row .step-card .dot {
  font-size: 7px;
  color: #F7B600;
  margin-right: 10px;
}
.large-orders-page .section-container .section-content .section-main .place-order-section .place-desc .steps-row .step-card .step-label {
  font-size: 16px;
}
.large-orders-page .section-container .section-content .section-main .place-order-section .block-icon {
  width: 55px;
  height: 55px;
}
.large-orders-page .section-container .section-content .section-orders {
  margin-bottom: 75px;
}
.large-orders-page .section-container .section-content .section-orders .orders-row {
  margin-bottom: 40px;
  border-top: 2px solid rgba(0, 0, 0, 0.07);
  border-left: 2px solid rgba(0, 0, 0, 0.07);
  display: flex;
  flex-wrap: wrap;
}
.large-orders-page .section-container .section-content .section-orders .orders-row .order-card {
  border-right: 2px solid rgba(0, 0, 0, 0.07);
  border-bottom: 2px solid rgba(0, 0, 0, 0.07);
  padding: 20px;
  width: 25%;
}
.large-orders-page .section-container .section-content .section-orders .orders-row .order-card .image {
  margin-bottom: 20px;
}
.large-orders-page .section-container .section-content .section-orders .orders-row .order-card .inner-label {
  margin-bottom: 15px;
}
.large-orders-page .section-container .section-content .section-orders .orders-row .order-card .offers-row {
  width: 100%;
}
.large-orders-page .section-container .section-content .section-orders .orders-row .order-card .offers-row .offer-card {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.large-orders-page .section-container .section-content .section-orders .orders-row .order-card .offers-row .offer-card .arrow {
  font-size: 12px;
  color: #F7B600;
  margin-right: 8px;
}
.large-orders-page .section-container .section-content .section-orders .orders-row .order-card .offers-row .offer-card .offer-label {
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  letter-spacing: -1px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .large-orders-page .section-container .section-content .section-orders .orders-row .order-card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .large-orders-page .section-container .section-content .section-orders .orders-row .order-card {
    width: 100%;
  }
}
.large-orders-page .section-container .section-content .section-orders .orders-buttons {
  display: flex;
  flex-wrap: wrap;
}
.large-orders-page .section-container .section-content .section-orders .orders-buttons a:nth-child(1) {
  margin-right: 30px;
  margin-bottom: 10px;
}
.large-orders-page .section-container .section-content .section-delivery {
  width: 100%;
}
.large-orders-page .section-container .section-content .section-delivery .section-inner {
  display: flex;
  flex-direction: column;
  margin: 0 -1;
}
.large-orders-page .section-container .section-content .section-delivery .section-inner .powered-by {
  width: 97%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  .large-orders-page .section-container .section-content .section-delivery .section-inner .powered-by {
    width: 100% !important;
  }
}
.large-orders-page .section-container .section-content .section-delivery .section-inner .companies-row {
  width: 100%;
}

.faqs-page .section-main .section-block {
  margin-bottom: 50px;
}

.accordion-card {
  width: 100%;
  padding: 12px 20px;
  border: 2px solid rgba(0, 0, 0, 0.03);
  margin-bottom: 10px;
  transition: all 0.3s;
}
.accordion-card .accordion-button {
  display: flex;
  cursor: pointer;
  width: 100%;
  position: relative;
  border: none;
  outline: none;
  align-items: center;
  transition: all 0.3s linear;
  justify-content: space-between;
}
.accordion-card .accordion-button .accordion-label {
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.75);
}
.accordion-card .accordion-button .arrow {
  transition: all 0.3s;
  margin-left: 10px;
}
.accordion-card .accordion-button.active .arrow {
  transform: rotate(90deg);
}
.accordion-card .panel {
  margin-top: 10px;
  display: none;
}
.accordion-card .panel .panel-desc {
  color: rgba(0, 0, 0, 0.5);
}
.accordion-card .panel .panel-desc a {
  font-size: 15px;
  font-weight: 700 !important;
  line-height: normal !important;
  text-decoration: underline !important;
  color: #F7B600 !important;
  padding: 0 !important;
  text-underline-offset: 3px;
}
.accordion-card .panel .panel-desc p {
  margin: 0 !important;
}
.accordion-card.active {
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.07);
}
.accordion-card.active.button {
  padding: 20px 20px 35px 20px !important;
}
.accordion-card.accordion-transparent {
  border: 2px solid rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.05);
}
.accordion-card.accordion-transparent .panel-desc {
  color: rgba(255, 255, 255, 0.5);
}
.accordion-card.accordion-transparent .arrow {
  color: #F7B600 !important;
}

.rewards-page .section-page-header {
  margin-bottom: 30px;
}
.rewards-page .section-page-header .page_image {
  width: 100%;
}
.rewards-page .section-wawa-rewards {
  background-color: #F7F7F7;
  padding: 30px;
  margin-bottom: 60px;
}
.rewards-page .section-wawa-rewards .rewards-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rewards-page .section-wawa-rewards .rewards-row .reward-card {
  width: 48%;
  display: flex;
  margin-bottom: 2%;
}
.rewards-page .section-wawa-rewards .rewards-row .reward-card .card-icon {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  margin-top: 5px;
}
.rewards-page .section-wawa-rewards .rewards-row .reward-card .card-desc {
  width: calc(100% - 20px);
}
.rewards-page .section-wawa-rewards .rewards-row .reward-card .card-desc .reward-label {
  font-weight: 700;
  color: #CE1C3D;
}
@media screen and (max-width: 991px) {
  .rewards-page .section-wawa-rewards .rewards-row .reward-card {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
.rewards-page .section-start-earning .steps-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
  margin-top: 30px;
}
.rewards-page .section-start-earning .steps-row .step-card {
  width: 31%;
  margin: 1%;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.07);
  padding: 35px 22px;
}
.rewards-page .section-start-earning .steps-row .step-card .pfc-button {
  cursor: default;
  margin-bottom: 20px;
}
.rewards-page .section-start-earning .steps-row .step-card .step_image {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .rewards-page .section-start-earning .steps-row .step-card {
    width: 100%;
    margin-bottom: 30px;
  }
}
.rewards-page .section-page-bottom .block-container {
  margin-top: 60px;
  border: 2px solid #ededed;
}
.rewards-page .section-page-bottom .block-container .section-block {
  border-bottom: 2px solid #ededed;
  padding: 30px 30px 15px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.rewards-page .section-page-bottom .block-container .section-block:last-child {
  border-bottom: 0 !important;
}
.rewards-page .section-page-bottom .block-container .editor {
  text-align: center !important;
}
.rewards-page .section-page-bottom .block-container .editor * {
  text-align: center !important;
}
.rewards-page .section-page-bottom .block-container .editor p {
  margin: 0 !important;
}
.rewards-page .section-page-bottom .block-container .editor a {
  font-size: 16px;
  font-weight: 700 !important;
  line-height: normal !important;
  text-decoration: underline !important;
  color: #CE1C3D !important;
  padding: 0 !important;
  text-underline-offset: 3px;
}
.rewards-page .section-page-bottom .block-container .pantry_pass_rewards {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
}
.rewards-page .section-page-bottom .block-container .pantry_pass_rewards * {
  font-size: 18px !important;
  font-weight: 700 !important;
}
.rewards-page .section-page-bottom .block-container .faqs {
  padding: 0 25%;
}
@media (max-width: 767px) {
  .rewards-page .section-page-bottom .block-container .app-buttons {
    justify-content: center;
  }
  .rewards-page .section-page-bottom .block-container .app-buttons a:nth-child(1) {
    margin-right: 0 !important;
  }
  .rewards-page .section-page-bottom .block-container .faqs {
    padding: 0 !important;
  }
}

.mobile-app-page .main-section .page-label {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.mobile-app-page .main-section .page-label * {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}
.mobile-app-page .main-section .page-label p {
  margin: 0 !important;
}
.mobile-app-page .main-section .page-description {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}
.mobile-app-page .main-section .views-row {
  display: flex;
  flex-direction: column;
}
.mobile-app-page .main-section .views-row .view-card {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.mobile-app-page .main-section .views-row .view-card .view-block {
  width: 40%;
}
.mobile-app-page .main-section .views-row .view-card .view-image {
  display: flex;
  justify-content: flex-end;
}
.mobile-app-page .main-section .views-row .view-card .view-image .mobile_view {
  width: 100%;
}
.mobile-app-page .main-section .views-row .view-card .view-info .info-inner {
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 30px;
}
.mobile-app-page .main-section .views-row .view-card .view-info .info-inner .information-row .information-card {
  margin-bottom: 10px;
  display: flex;
}
.mobile-app-page .main-section .views-row .view-card .view-info .info-inner .information-row .information-card i {
  color: #F7B600 !important;
  margin-right: 10px;
  margin-top: 4px;
}
.mobile-app-page .main-section .views-row .view-card .view-info .info-inner .information-row.single i {
  display: none !important;
}
.mobile-app-page .main-section .views-row .view-card.even {
  flex-direction: row-reverse;
}
.mobile-app-page .main-section .views-row .view-card.even .view-image {
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  .mobile-app-page .main-section .views-row .view-card {
    flex-direction: column !important;
    align-items: center;
    margin-bottom: 40px !important;
  }
  .mobile-app-page .main-section .views-row .view-card .view-image {
    width: 40%;
    margin-bottom: 20px;
  }
  .mobile-app-page .main-section .views-row .view-card .view-info {
    width: 100%;
  }
  .mobile-app-page .main-section .views-row .view-card .view-info .info-inner {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .mobile-app-page .main-section .views-row .view-card .view-info .info-inner .md-b-label {
    text-align: center !important;
  }
  .mobile-app-page .main-section .views-row .view-card .view-info .info-inner .information-card {
    justify-content: center !important;
    text-align: center;
  }
}
.mobile-app-page .section-notifications {
  margin-top: 100px;
  margin-bottom: 30px;
  background-color: #CE1C3D;
  padding: 70px 40px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.mobile-app-page .section-notifications .section-block {
  width: 48%;
}
.mobile-app-page .section-notifications .section-block .section-label {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
.mobile-app-page .section-notifications .section-block .section-desc {
  opacity: 0.65;
  color: #fff;
}
.mobile-app-page .section-notifications .icon-container {
  width: 23%;
}
@media (max-width: 767px) {
  .mobile-app-page .section-notifications {
    flex-wrap: wrap;
  }
  .mobile-app-page .section-notifications .section-block {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .mobile-app-page .section-notifications .icon-container {
    width: 50%;
  }
}
.mobile-app-page .section-apps {
  padding: 40px;
  background-color: #F2F2F2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-app-page .section-apps .section-label {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-ordering-page .main-section {
  display: flex;
  justify-content: space-between;
}
.mobile-ordering-page .main-section .section-info {
  width: 50%;
}
.mobile-ordering-page .main-section .section-info strong {
  font-weight: 700 !important;
  font-size: 18px;
}
.mobile-ordering-page .main-section .section-image {
  width: 45%;
}
.mobile-ordering-page .main-section .section-image img {
  width: 100%;
}
@media (max-width: 767px) {
  .mobile-ordering-page .main-section {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .mobile-ordering-page .main-section .section-info {
    width: 100%;
  }
  .mobile-ordering-page .main-section .section-image {
    width: 100%;
  }
}
.mobile-ordering-page .section-how-it-works {
  border: 2px solid rgba(0, 0, 0, 0.07);
  margin-top: 100px;
}
.mobile-ordering-page .section-how-it-works .section-upper {
  width: 100%;
  border-bottom: 2px solid rgba(0, 0, 0, 0.07);
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-ordering-page .section-how-it-works .section-upper .steps-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mobile-ordering-page .section-how-it-works .section-upper .steps-row .step-card {
  width: 31%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-ordering-page .section-how-it-works .section-upper .steps-row .step-card .image-container {
  width: 80%;
  margin-bottom: 30px;
}
.mobile-ordering-page .section-how-it-works .section-upper .steps-row .step-card .image-container .image {
  height: 100px;
}
.mobile-ordering-page .section-how-it-works .section-upper .steps-row .step-card .step-label {
  text-align: center;
  color: #CE1C3D;
  font-weight: 700;
}
.mobile-ordering-page .section-how-it-works .section-upper .steps-row .step-card .step-desc {
  text-align: center;
}
@media (max-width: 767px) {
  .mobile-ordering-page .section-how-it-works .section-upper .steps-row .step-card {
    width: 100%;
    margin-bottom: 30px;
  }
}
.mobile-ordering-page .section-how-it-works .section-bottom {
  padding: 35px;
  background-color: #F2F2F2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-ordering-page .section-how-it-works .section-bottom .app-buttons {
  margin-bottom: 20px;
}
.mobile-ordering-page .section-how-it-works .section-bottom .faqs {
  text-align: center;
}
.mobile-ordering-page .section-how-it-works .section-bottom .faqs * {
  text-align: center;
}
.mobile-ordering-page .section-how-it-works .section-bottom .faqs a {
  font-weight: 700 !important;
  line-height: normal !important;
  text-decoration: underline !important;
  color: #CE1C3D !important;
  padding: 0 !important;
  text-underline-offset: 3px;
}

.fuel-page .fuel-card {
  margin-top: 70px;
}
.fuel-page .fuel-card:nth-child(1) {
  margin-top: 0 !important;
}
.fuel-page .fuel-card.block .image {
  position: relative;
  margin-bottom: 20px;
}
.fuel-page .fuel-card.block .image .card-info {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fuel-page .fuel-card.block .image .card-info .md-b-label {
  color: #fff !important;
  margin-bottom: 0 !important;
}
.fuel-page .fuel-card .location-card .section-label {
  color: #CE1C3D;
}
.fuel-page .fuel-card .location-card .panel .panel-container {
  display: flex !important;
  justify-content: space-between;
}
.fuel-page .fuel-card .location-card .panel .panel-desc {
  width: 30%;
}
.fuel-page .fuel-card .location-card .panel .map {
  width: 60%;
}
.fuel-page .fuel-card .location-card .panel .map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .fuel-page .fuel-card .location-card .panel .panel-container {
    flex-wrap: wrap;
  }
  .fuel-page .fuel-card .location-card .panel .panel-desc {
    width: 100%;
    margin-bottom: 15px;
  }
  .fuel-page .fuel-card .location-card .panel .map {
    width: 100%;
  }
}
.fuel-page .fuel-card .images-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}
.fuel-page .fuel-card .images-row .image-container {
  width: 48%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .fuel-page .fuel-card .images-row .image-container {
    width: 100%;
  }
}
.fuel-page .fuel-card .card-inner {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.fuel-page .fuel-card .card-inner .locations {
  width: 75%;
}
.fuel-page .fuel-card .card-inner .website {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}
.fuel-page .fuel-card .card-inner .website a {
  color: #F7B600;
  font-weight: 700;
  font-size: 13px;
}
.fuel-page .fuel-card .card-inner .website a i {
  font-size: 11px;
}
@media (max-width: 767px) {
  .fuel-page .fuel-card .card-inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .fuel-page .fuel-card .card-inner .website {
    width: 100%;
    margin-bottom: 15px;
  }
  .fuel-page .fuel-card .card-inner .locations {
    width: 100%;
  }
}

.g-recaptcha {
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .g-recaptcha {
    transform: scale(0.8);
    transform-origin: 0 0;
  }
}

.contact-page .locations {
  margin-bottom: 20px;
}
.contact-page .filters-row {
  display: flex;
  flex-wrap: wrap;
}
.contact-page .filters-row .filter-card {
  border: 2px solid rgba(0, 0, 0, 0.15);
  padding: 12px 10px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.contact-page .filters-row .filter-card.red-style {
  border: 2px solid #CE1C3D;
}
.contact-page .filters-row .filter-card.red-style .filter-label {
  color: #CE1C3D;
}
.contact-page .filters-row .filter-card .c-image {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
.contact-page .filters-row .filter-card i {
  font-size: 12px;
  color: #CE1C3D;
  margin-right: 8px;
  transition: all 0.3s;
}
.contact-page .filters-row .filter-card .filter-label {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.contact-page .filters-row .filter-card:hover {
  border: 2px solid #F7B600;
  color: #F7B600;
}
.contact-page .filters-row .filter-card:hover * {
  color: #F7B600 !important;
}
.contact-page .filters-row .filter-card.active {
  border: 2px solid #F7B600;
  color: #F7B600;
}
.contact-page .filters-row .filter-card.active * {
  color: #F7B600 !important;
}
.contact-page .locations-block {
  margin-bottom: 70px;
  background-color: #fff;
  box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.07);
  height: 450px;
  transition: all 0.3s;
}
.contact-page .locations-block .locations-inner {
  display: flex;
}
.contact-page .locations-block .locations-inner .block-info {
  width: 50%;
  padding: 30px;
}
.contact-page .locations-block .locations-inner .block-info .search-locations .searchLocations {
  border: 2px solid rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  height: 50px;
  margin-bottom: 20px;
}
.contact-page .locations-block .locations-inner .block-info .search-locations .searchLocations .search_locations {
  height: 40px;
  width: calc(100% - 20px);
  border: 0;
  outline: 0;
}
.contact-page .locations-block .locations-inner .block-info .search-locations .searchLocations i {
  font-size: 14px;
  color: #F7B600;
}
.contact-page .locations-block .locations-inner .block-info .locations-result {
  height: calc(450px - 130px);
  overflow-y: auto;
}
.contact-page .locations-block .locations-inner .block-info .locations-result .accordion-card {
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.03);
  margin-bottom: 0 !important;
}
.contact-page .locations-block .locations-inner .block-info .locations-result .accordion-card.active {
  box-shadow: none !important;
}
.contact-page .locations-block .locations-inner .block-info .locations-result .accordion-card.active .section-label {
  color: #CE1C3D !important;
}
.contact-page .locations-block .locations-inner .block-info .locations-result .accordion-card.active .arrow {
  color: #CE1C3D !important;
}
.contact-page .locations-block .locations-inner .block-info .locations-result .accordion-card .panel-information {
  display: flex;
  flex-direction: column;
}
.contact-page .locations-block .locations-inner .block-info .locations-result .accordion-card .panel-information .row-info {
  width: 100%;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  margin-bottom: 10px;
}
.contact-page .locations-block .locations-inner .block-info .locations-result .accordion-card .panel-information .row-info * {
  font-size: 13px;
}
.contact-page .locations-block .locations-inner .block-info .locations-result .accordion-card .panel-information .row-info .row-label {
  width: 30%;
  word-break: break-all;
}
.contact-page .locations-block .locations-inner .block-info .locations-result .accordion-card .panel-information .row-info .row-desc {
  width: 60%;
  opacity: 0.5;
}
.contact-page .locations-block .locations-inner .map {
  width: 50%;
  height: 450px;
}
.contact-page .locations-block .locations-inner .map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .contact-page .locations-block {
    height: fit-content !important;
  }
  .contact-page .locations-block .locations-inner {
    flex-wrap: wrap;
  }
  .contact-page .locations-block .locations-inner .block-info {
    width: 100%;
    height: 450px;
  }
  .contact-page .locations-block .locations-inner .map {
    width: 100%;
    height: 450px;
  }
}

.section-gray {
  margin-bottom: 65px;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 40px;
}
.section-gray .items-row {
  display: flex;
  flex-direction: column;
}
.section-gray .items-row .item-card {
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}
.section-gray .items-row .item-card .card-icon {
  width: 11px;
  height: 11px;
  margin-right: 11px;
  margin-top: 4px;
}
.section-gray .items-row .item-card .card-desc {
  width: calc(100% - 22px);
}
@media (max-width: 767px) {
  .section-gray {
    padding: 20px;
  }
}

.careers-page .section-why-pfc {
  margin-bottom: 70px;
}
.careers-page .values-row {
  margin: 30px 0 70px 0;
}
.careers-page .value-card {
  align-items: flex-start !important;
}
.careers-page .value-card .card-label {
  font-weight: 700;
  color: #CE1C3D;
  margin-bottom: 15px;
}
.careers-page .items-row {
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.careers-page .items-row .item-card {
  width: 48%;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .careers-page .items-row {
    flex-wrap: wrap;
  }
  .careers-page .items-row .item-card {
    width: 100%;
  }
}
.careers-page .jobs-section .filters-row {
  display: flex;
}
.careers-page .jobs-section .filters-row .filter-inner {
  width: 24%;
}
.careers-page .jobs-section .filters-row .filter-inner select {
  -webkit-appearance: none;
  outline: 0;
  border: 2px solid rgba(0, 0, 0, 0.07);
  background: url("/wp-content/themes/pfc/assets/images/Icons/plus.svg") no-repeat right;
  background-position-x: calc(100% - 5px);
}
.careers-page .jobs-section .filters-row .filter-inner:nth-child(1) {
  margin-right: 2%;
}
.careers-page .jobs-section .filters-row .filter-inner:nth-child(1) select {
  color: #CE1C3D !important;
  font-weight: 700;
}
.careers-page .jobs-section .filters-row .filter-inner:nth-child(2) select {
  border-right: 0;
}
.careers-page .jobs-section .filters-row .filter-inner:nth-child(3) select {
  border-right: 0;
}
@media screen and (max-width: 991px) {
  .careers-page .jobs-section .filters-row {
    flex-wrap: wrap;
  }
  .careers-page .jobs-section .filters-row .filter-inner {
    width: 48%;
    margin: 1% !important;
  }
  .careers-page .jobs-section .filters-row .filter-inner:nth-child(2) select {
    border-right: 2px solid rgba(0, 0, 0, 0.07);
  }
  .careers-page .jobs-section .filters-row .filter-inner:nth-child(3) select {
    border-right: 2px solid rgba(0, 0, 0, 0.07);
  }
}
.careers-page .jobs-section .jobs-container {
  margin-top: 20px;
}
.careers-page .jobs-section .jobs-container .job-results {
  width: 100%;
  color: rgba(0, 0, 0, 0.5);
  background-color: #F7F7F7;
  padding: 8px 13px;
  font-weight: 700;
}
.careers-page .jobs-section .jobs-container .jobs-inner .section-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 13px 20px;
  align-items: center;
}
.careers-page .jobs-section .jobs-container .jobs-inner .section-row .section-col-3 {
  width: 35%;
}
.careers-page .jobs-section .jobs-container .jobs-inner .section-row .section-col-3:nth-child(1) {
  width: 30%;
}
@media screen and (max-width: 991px) {
  .careers-page .jobs-section .jobs-container .jobs-inner .section-row .section-col-3 {
    width: 100% !important;
    margin-bottom: 15px !important;
  }
}
.careers-page .jobs-section .jobs-container .jobs-inner .filters-main {
  background-color: #CE1C3D;
}
.careers-page .jobs-section .jobs-container .jobs-inner .filters-main .section-col-3 {
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .careers-page .jobs-section .jobs-container .jobs-inner .filters-main {
    display: none;
  }
}
.careers-page .jobs-section .jobs-container .jobs-inner .jobs-row {
  border-top: 0;
  border: 2px solid #ededed;
}
.careers-page .jobs-section .jobs-container .jobs-inner .jobs-row .job-card {
  border-bottom: 2px solid #ededed;
}
.careers-page .jobs-section .jobs-container .jobs-inner .jobs-row .job-card .job-title {
  font-weight: 700;
}
.careers-page .jobs-section .jobs-container .jobs-inner .jobs-row .job-card .job-address {
  font-size: 13px;
}
.careers-page .jobs-section .jobs-container .jobs-inner .jobs-row .job-card .type-section {
  display: flex;
  align-items: center;
  position: relative;
}
.careers-page .jobs-section .jobs-container .jobs-inner .jobs-row .job-card .type-section .type-label {
  width: 32%;
  font-size: 13px;
}
.careers-page .jobs-section .jobs-container .jobs-inner .jobs-row .job-card .type-section .job-link {
  width: 33%;
  font-size: 13px;
  text-decoration: underline;
  color: #CE1C3D;
  text-underline-offset: 3px;
  cursor: pointer;
}
.careers-page .jobs-section .jobs-container .jobs-inner .jobs-row .job-card .type-section:after {
  content: ":";
  color: #CE1C3D;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  right: -10px;
}
.careers-page .jobs-section .jobs-container .jobs-inner .jobs-row .job-card .section-desc {
  margin: 15px 0 5px 0;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  display: none;
}
.careers-page .jobs-section .jobs-container .jobs-inner .jobs-row .job-card:last-child {
  border-bottom: 0 !important;
}

.application-inner {
  margin-top: 55px;
  /* Firefox */
}
.application-inner #form_contactform .frm_form_title {
  width: max-content;
}
.application-inner #form_contactform .frm_form_title:after {
  display: block;
  content: "";
  background-image: url("/wp-content/themes/pfc/assets/images/underline.png");
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.application-inner.contact-form .frm_form_title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: #000;
  letter-spacing: -1px;
  margin-bottom: 30px;
}
.application-inner.contact-form .frm_fields_container {
  margin-top: 40px !important;
}
.application-inner.contact-form .frm_primary_label {
  display: none !important;
}
.application-inner .frm_message {
  background: transparent !important;
  color: white !important;
  border: 0 !important;
  padding: 0 !important;
}
.application-inner .frm_message p {
  color: #F7B600 !important;
  font-size: 18px !important;
}
.application-inner .frm_error_style {
  background: transparent !important;
  color: white !important;
  border: 0 !important;
  padding: 0 !important;
}
.application-inner .frm_error_style p {
  color: #CE1C3D !important;
  font-size: 18px !important;
}
.application-inner * {
  font-family: "Istok Web" !important;
}
.application-inner h3.frm_pos_top {
  border-top: 0 !important;
  padding: 14px !important;
  letter-spacing: 3px !important;
}
.application-inner .primary-bg-font h3.frm_pos_top {
  border-top: 0 !important;
  background-color: #CE1C3D !important;
  color: #fff !important;
  padding: 14px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
  margin-bottom: 30px !important;
}
.application-inner .frm_primary_label {
  font-size: 15px;
}
.application-inner input[type=text], .application-inner input[type=tel], .application-inner input[type=number], .application-inner input[type=email], .application-inner textarea {
  border: 2px solid rgba(0, 0, 0, 0.15);
  padding: 10px 15px;
  width: -webkit-fill-available;
  height: max-content !important;
  line-height: normal !important;
  font-size: 14px !important;
  border-radius: 0 !important;
}
.application-inner input[type=text]:focus, .application-inner input[type=tel]:focus, .application-inner input[type=number]:focus, .application-inner input[type=email]:focus, .application-inner textarea:focus {
  box-shadow: none !important;
  outline: 0 !important;
  border: 2px solid rgba(0, 0, 0, 0.2) !important;
}
.application-inner input::-webkit-outer-spin-button,
.application-inner input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.application-inner input[type=number] {
  -moz-appearance: textfield;
}
.application-inner select {
  display: block !important;
  border: 2px solid rgba(0, 0, 0, 0.15);
  padding: 10px 15px;
  width: -webkit-fill-available;
  height: max-content !important;
  line-height: normal !important;
  border-radius: 0 !important;
  font-size: 14px !important;
}
.application-inner select:focus {
  box-shadow: none !important;
  outline: 0 !important;
  border: 2px solid rgba(0, 0, 0, 0.2) !important;
}
.application-inner select#field_15y2j, .application-inner select#field_puwba, .application-inner select#field_2nc0v, .application-inner select#field_4kqvj, .application-inner select#field_gyn4, .application-inner select#field_pw4mz {
  border: 2px solid #F7B600 !important;
  color: #F7B600 !important;
}
.application-inner input[type=checkbox], .application-inner input[type=radio] {
  opacity: 1 !important;
}
.application-inner .highlighted-text {
  font-weight: 700 !important;
  margin-bottom: 20px;
  font-style: unset !important;
}
.application-inner .section-inner-label, .application-inner #field_50pgt_label, .application-inner #frm_field_36_container .frm_pos_top, .application-inner #frm_field_41_container .frm_pos_top, .application-inner #frm_field_97_container .frm_pos_top {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  background-color: #fff;
  letter-spacing: unset !important;
  text-align: start;
  padding: 0 !important;
  line-height: inherit !important;
}
.application-inner .frm_add_form_row, .application-inner .frm_remove_form_row {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #F7B600 !important;
  font-weight: 700;
  padding: 0 !important;
  margin-right: 15px;
}
.application-inner .frm_add_form_row i, .application-inner .frm_remove_form_row i {
  color: #F7B600 !important;
  font-weight: 700;
  margin-right: 5px;
}
.application-inner .frm_add_form_row i:before, .application-inner .frm_remove_form_row i:before {
  color: #F7B600 !important;
  font-weight: 700;
}
.application-inner .desc {
  margin-bottom: 30px;
}
.application-inner .frm_dropzone {
  max-width: 100% !important;
}
.application-inner #field_o6mbs_label {
  color: #CE1C3D !important;
  font-weight: 400;
  text-transform: uppercase;
}
.application-inner .frm_submit {
  text-align: center;
}
.application-inner .frm_submit .frm_final_submit {
  padding: 10px 13px;
  transition: all 0.3s;
  width: fit-content;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  color: #fff;
  background-color: #CE1C3D !important;
  border: 2px solid #CE1C3D !important;
  border-radius: 0 !important;
}
.application-inner #frm_field_25_container .frm_opt_container {
  display: flex;
  justify-content: space-between;
}
.application-inner .available-hours {
  margin-bottom: 20px !important;
}
.application-inner .available-hours .frm_primary_label {
  width: 100%;
  text-align: center;
  padding: 10px 5px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.35);
}
.application-inner .available-hours h3, .application-inner .available-hours .frm_primary_label {
  display: none;
}
.application-inner .available-hours .frm_form_field {
  margin-bottom: 0 !important;
}
.application-inner #frm_desc_field_lqv3h {
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
  padding: 0 30%;
  color: #000;
}
@media (max-width: 767px) {
  .application-inner #frm_desc_field_lqv3h {
    padding: 0 !important;
  }
}

.search-page .result-total {
  color: #CE1C3D;
  margin-bottom: 30px;
}
.search-page .search-results {
  width: 100%;
}
.search-page .items-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}
.search-page .search-result {
  width: 100%;
}
.search-page .search-result h6 {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  width: 100%;
  margin-bottom: 20px;
  color: #000;
}
.search-page .search-container {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.search-page .search-container .search-container-inner .item-card {
  display: none;
  float: left;
}
.search-page .search-container .item-card {
  width: 31%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .search-page .search-container .item-card {
    width: 48% !important;
  }
}
.search-page .searchInputPage {
  border: 2px solid rgba(0, 0, 0, 0.07);
  padding: 15px 20px;
  width: -webkit-fill-available;
  height: max-content !important;
  line-height: normal !important;
  font-size: 14px !important;
  outline: 0 !important;
}

.footer-menu {
  background-color: #000;
}
.footer-menu .f-sublabel {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
}
.footer-menu .top {
  padding-top: 130px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-menu .top .footer-block {
  width: 25%;
  margin-bottom: 20px;
}
.footer-menu .top .footer-block .footer-label {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer-menu .top .footer-block .footer-label {
    font-size: 14px !important;
  }
}
.footer-menu .top .footer-block .f-sublabel {
  margin-bottom: 10px;
}
.footer-menu .top .footer-block .block-inner {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) and (min-width: 768px) {
  .footer-menu .top .footer-block {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .footer-menu .top .footer-block {
    width: 100% !important;
  }
}
.footer-menu .top .contact-block {
  width: 25%;
}
.footer-menu .top .contact-block .form-container .frm_primary_label {
  display: none;
}
.footer-menu .top .contact-block .form-container #frm_field_118_container, .footer-menu .top .contact-block .form-container #frm_field_119_container {
  margin-bottom: 0 !important;
}
.footer-menu .top .contact-block .form-container input {
  width: calc(100% - 30px) !important;
}
.footer-menu .top .contact-block .form-container input, .footer-menu .top .contact-block .form-container textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 15px;
  border: 0;
  outline: 0;
  padding: 15px;
  width: 100%;
  height: auto;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.footer-menu .top .contact-block .form-container input.message-control, .footer-menu .top .contact-block .form-container textarea.message-control {
  height: 100px;
  resize: none;
}
.footer-menu .top .contact-block .form-container .pfc-button {
  padding: 10px 20px;
}
.footer-menu .top .contact-block .form-container .frm_button_submit {
  padding: 10px 20px !important;
  transition: all 0.3s !important;
  background-color: #CE1C3D !important;
  border: 2px solid #CE1C3D !important;
  width: max-content !important;
  height: max-content !important;
  cursor: pointer !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
}
.footer-menu .top .contact-block .form-container .frm_button_submit:hover {
  opacity: 0.8;
}
.footer-menu .top .contact-block .form-container .frm_message {
  background: transparent !important;
  color: white !important;
  border: 0 !important;
  padding: 0 !important;
}
.footer-menu .top .contact-block .form-container .frm_message p {
  color: #F7B600 !important;
}
.footer-menu .top .contact-block .form-container .frm_error_style {
  background: transparent !important;
  color: white !important;
  border: 0 !important;
  padding: 0 !important;
}
.footer-menu .top .contact-block .form-container .frm_error_style p {
  color: #CE1C3D !important;
}
@media (max-width: 767px) {
  .footer-menu .top {
    padding-top: 50px !important;
  }
}
.footer-menu .line {
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.15);
}
.footer-menu .social-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-menu .social-icons a {
  color: #fff;
  margin-right: 15px;
}
.footer-menu .bottom {
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  justify-content: space-between;
}
.footer-menu .bottom .copyright {
  width: 100%;
  text-align: center;
}
.footer-menu .bottom .developed {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 767px) {
  .footer-menu .bottom {
    flex-wrap: wrap;
  }
  .footer-menu .bottom .copyright, .footer-menu .bottom .social-icons {
    width: 100% !important;
  }
  .footer-menu .bottom .social-icons {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
