@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Arapey:ital@1&display=swap");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@font-face {
  font-family: 'Chapaza';
  src: url("https://www.primekitchencare.com/fonts/Chapaza-Regular.eot");
  src: url("https://www.primekitchencare.com/fonts/Chapaza-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.primekitchencare.com/fonts/Chapaza-Regular.woff2") format("woff2"), url("https://www.primekitchencare.com/fonts/Chapaza-Regular.woff") format("woff"), url("https://www.primekitchencare.com/fonts/Chapaza-Regular.ttf") format("truetype"), url("https://www.primekitchencare.com/fonts/Chapaza-Regular.svg#Chapaza-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  letter-spacing: .5px;
}

.large-title {
  font-size: 80px;
  color: #FFF;
  font-family: 'Chapaza';
  color: #e20613;
}

@media (max-width: 768px) {
  .large-title {
    font-size: 70px;
  }
}

@media (max-width: 430px) {
  .large-title {
    font-size: 50px;
  }
}

@media (max-width: 812px) and (orientation: landscape) {
  .large-title {
    font-size: 65px;
  }
}

.medium-title {
  font-size: 35px;
  font-family: 'Chapaza';
}

.micro-title {
  font-size: 24px;
  font-family: 'Chapaza';
}

@media (max-width: 980px) {
  .micro-title {
    font-size: 22px;
  }
}

.global-header {
  background-color: #002f5f;
  padding: 30px 15px;
}

.global-header .navbar {
  max-width: 1170px;
  margin: auto;
  padding: 0;
}

.global-header .navbar .navbar-brand {
  padding: 0;
  margin-left: 15px;
}

.global-header .navbar .navbar-brand svg {
  height: 65px;
}

.global-header .navbar .navbar-nav .nav-link {
  padding: 0 20px;
  color: #FFFF;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.global-header .navbar .navbar-nav .active .nav-link {
  color: #e20613;
}

.global-header .navbar .navbar-toggler {
  border: 1px solid #FFF;
  border-radius: 100px;
  height: 50px;
  width: 50px;
  outline: none;
  z-index: 6;
}

.global-header .navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.global-header .navbar .navbar-toggler:before {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.global-header .navbar .navbar-toggler:after {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.global-header .navbar .navbar-toggler:before, .global-header .navbar .navbar-toggler:after {
  height: 1px;
  content: "";
  display: block;
  background-color: #FFF;
  width: 100%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

@media (max-width: 992px) {
  .global-header .navbar-collapse {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #e20613;
    z-index: 5;
    height: auto !important;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    width: auto;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    padding: 20px;
    border-radius: 8px;
  }
  .global-header .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 10px;
  }
}

.banner {
  border: 1px solid transparent;
  background-color: #002f5f;
  padding-top: 40px;
  margin-bottom: 100px;
}

.banner .banner-copy {
  max-width: 1170px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -100px;
  padding: 0 15px;
}

@media (max-width: 812px) and (orientation: landscape) {
  .banner .banner-copy {
    margin-bottom: -70px;
  }
}

.banner .banner-copy .text {
  width: 50%;
  margin-right: -40%;
  z-index: 10;
}

.banner .banner-copy .text.large-title {
  color: #FFF;
  line-height: 1.2;
  position: relative;
  font-size: 70px;
}

@media (max-width: 1200px) {
  .banner .banner-copy .text.large-title {
    font-size: 60px;
  }
}

@media (max-width: 812px) and (orientation: landscape) {
  .banner .banner-copy .text.large-title {
    font-size: 50px;
  }
}

@media (max-width: 1200px) {
  .banner .banner-copy .text {
    width: 55%;
  }
}

@media (max-width: 420px) {
  .banner .banner-copy .text {
    width: 100%;
  }
  .banner .banner-copy .text.large-title {
    font-size: 50px;
    margin-bottom: 30px;
  }
}

.banner .banner-copy .image {
  overflow: hidden;
  max-width: 800px;
}

.banner .banner-copy .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 600px;
}

@media (max-width: 1200px) {
  .banner .banner-copy .image {
    max-width: 600px;
  }
  .banner .banner-copy .image img {
    height: 500px;
  }
}

@media (max-width: 812px) and (orientation: landscape) {
  .banner .banner-copy .image img {
    height: 400px;
  }
}

@media (max-width: 430px) {
  .banner .banner-copy .image img {
    height: 350px;
  }
}

.banner .banner-copy .image .carousel .carousel-control-prev, .banner .banner-copy .image .carousel .carousel-control-next {
  left: auto;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  background-color: #002f5f;
  bottom: 20px;
  top: auto;
  opacity: 1;
  border: none;
  padding: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

.banner .banner-copy .image .carousel .carousel-control-prev span, .banner .banner-copy .image .carousel .carousel-control-next span {
  height: 20px;
  width: 20px;
}

.banner .banner-copy .image .carousel .carousel-control-prev {
  right: 90px;
}

.banner .banner-copy .image .carousel .carousel-control-next {
  right: 20px;
}

.banner .banner-copy .image .carousel:hover .carousel-control-prev, .banner .banner-copy .image .carousel:hover .carousel-control-next {
  opacity: 1;
  visibility: visible;
}

.banner .banner-copy .banner-title {
  font-size: 70px;
  color: #FFF;
  padding: 30px 0;
  font-family: 'Chapaza';
}

@media (max-width: 430px) {
  .banner .banner-copy .banner-title {
    font-size: 50px;
    padding-bottom: 0;
  }
}

.banner .banner-copy .title {
  color: #FFF;
  font-family: 'Arapey', serif;
  font-size: 32px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  bottom: 120px;
}

@media (max-width: 430px) {
  .banner .banner-copy .title {
    right: auto;
    font-size: 28px;
  }
}

.banner .banner-copy.contact {
  margin-bottom: 0;
}

.banner .banner-copy.contact .contact-copy {
  padding: 40px 30px;
  background-color: #fefbea;
  width: 390px;
  color: #002f5f;
  margin-bottom: -120px;
}

.banner .banner-copy.contact .contact-copy .micro-title {
  color: #002f5f;
  font-family: var(--bs-font-sans-serif);
  line-height: 1.3;
  font-size: 18px;
}

.banner .banner-copy.contact .contact-copy .address {
  padding-right: 8%;
}

.banner .banner-copy.contact .contact-copy .phone {
  font-size: 18px;
  font-weight: 500;
}

.banner .banner-copy.contact .contact-copy .email {
  color: #e20613;
  text-decoration: none;
  font-weight: 500;
}

.banner.services .banner-copy {
  position: relative;
}

.banner.services .banner-copy .image img {
  height: 450px;
}

@media (max-width: 430px) {
  .banner.services .banner-copy .image img {
    height: 300px;
  }
}

@media (max-width: 430px) {
  .banner.services .banner-copy .title {
    font-size: 24px;
    top: -50px;
  }
}

.banner.landing {
  margin-bottom: 0;
}

.banner.landing .banner-copy {
  margin-bottom: 0;
  position: relative;
}

.banner.landing .banner-copy .title {
  position: relative;
  bottom: 0;
}

@media (max-width: 768px) {
  .banner.landing {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

.banner.about .banner-copy {
  display: block;
}

@media (max-width: 768px) {
  .banner.about {
    padding-top: 0;
  }
}

.banner.about .image {
  overflow: hidden;
  max-width: 100%;
}

.banner.about .image img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .banner.about .image img {
    height: 350px;
  }
}

@media (max-width: 812px) and (orientation: landscape) {
  .banner.about .image img {
    height: 300px;
  }
}

@media (max-width: 430px) {
  .banner.about .image img {
    height: 250px;
  }
}

.menu-opened .navbar-collapse {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.menu-opened .global-header .navbar .navbar-toggler:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-opened .global-header .navbar .navbar-toggler:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.content-wrapper {
  padding: 80px 15px;
}

.content-wrapper .content-copy {
  max-width: 1170px;
  margin: auto;
}

.content-wrapper .content-copy.home-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content-wrapper .content-copy.home-overview .col-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
}

.content-wrapper .content-copy.home-overview .col-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  color: #002f5f;
  line-height: 1.7;
}

@media (max-width: 980px) {
  .content-wrapper .content-copy.home-overview .col-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}

@media (max-width: 430px) {
  .content-wrapper .content-copy.home-overview .col-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 768px) {
  .content-wrapper .content-copy.home-overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.content-wrapper .content-copy .form-group {
  position: relative;
}

.content-wrapper .content-copy label {
  margin-bottom: 8px;
  margin-left: 5px;
}

.content-wrapper .content-copy .form-control {
  width: 100%;
  padding: 16.5px 14px 16.5px 13px;
  border-radius: 0;
  background-color: #e0e5ef;
  color: #0a2458;
  border: 2px solid transparent;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

.content-wrapper .content-copy .form-control:focus {
  background-color: #fffbec;
  border-color: #002f5f;
}

.content-wrapper .content-copy .form-control.is-invalid {
  border-color: #e20613;
}

.content-wrapper .content-copy .form-control.is-invalid:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.content-wrapper .content-copy .invalid-feedback {
  color: #e20613;
}

.content-wrapper .content-copy .form-control {
  z-index: 1;
  position: relative;
}

.content-wrapper .content-copy .form-group {
  margin-bottom: 20px;
}

.content-wrapper .content-copy button {
  padding: 10px 22px;
  background-color: #002f5f;
  color: #FFF;
  border: none;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .6px;
}

.global-footer {
  background: #002f5f;
  padding: 80px 15px;
}

@media (max-width: 980px) {
  .global-footer {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 812px) and (orientation: landscape) {
  .global-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.global-footer .footer-copy {
  max-width: 1170px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.global-footer .footer-copy ul {
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  list-style-type: none;
}

.global-footer .footer-copy ul li {
  margin-bottom: 4px;
}

.global-footer .footer-copy ul li a {
  color: rgba(255, 255, 255, 0.495);
  text-decoration: none;
}

@media (max-width: 812px) and (orientation: landscape) {
  .global-footer .footer-copy ul {
    font-size: 13px;
  }
}

.global-footer .footer-copy .column .micro-title {
  color: #FFF;
}

.global-footer .footer-copy .column.logo {
  width: 24%;
}

.global-footer .footer-copy .column.logo svg {
  width: 150px;
}

@media (max-width: 812px) and (orientation: landscape) {
  .global-footer .footer-copy .column.logo {
    width: 22%;
  }
  .global-footer .footer-copy .column.logo svg {
    width: 100px;
  }
}

.global-footer .footer-copy .column.number-wrap {
  width: 30%;
}

.global-footer .footer-copy .column.number-wrap .number {
  font-size: 50px;
  line-height: 1;
  color: #FFF;
  font-family: 'Chapaza';
}

@media (max-width: 980px) {
  .global-footer .footer-copy .column.number-wrap .number {
    font-size: 40px;
  }
}

@media (max-width: 812px) and (orientation: landscape) {
  .global-footer .footer-copy .column.number-wrap .number {
    font-size: 40px;
  }
}

.global-footer .footer-copy .column.number-wrap .email {
  font-size: 22px;
  color: #FFF;
  margin-top: 5px;
  display: block;
  text-decoration: none;
  font-family: 'Chapaza';
  word-break: break-all;
}

@media (max-width: 980px) {
  .global-footer .footer-copy .column.number-wrap .email {
    font-size: 18px;
  }
}

@media (max-width: 812px) and (orientation: landscape) {
  .global-footer .footer-copy .column.number-wrap .email {
    font-size: 16px;
  }
}

@media (max-width: 812px) and (orientation: landscape) {
  .global-footer .footer-copy .column.number-wrap {
    width: 32%;
  }
}

.global-footer .footer-copy .column.other {
  width: 23%;
}

@media (max-width: 430px) {
  .global-footer .footer-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .global-footer .footer-copy .column {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

.global-footer .copyright {
  font-size: 14px;
  max-width: 1170px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.495);
  color: rgba(255, 255, 255, 0.495);
  padding-top: 40px;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 300;
}

.global-footer .copyright .left {
  width: 24%;
}

.global-footer .copyright .left a {
  color: rgba(255, 255, 255, 0.63);
  text-decoration: none;
}

.global-footer .copyright .left a:hover {
  color: #FFF;
}

.global-footer .copyright .copy {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.global-footer .copyright .copy p:last-child {
  margin-bottom: 0;
}

@media (max-width: 812px) {
  .global-footer .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .global-footer .copyright .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 40px;
    width: 100%;
  }
}

.logo-slider {
  margin-bottom: 50px;
  padding-top: 50px !important;
  border-top: 1px solid #eee;
}

.logo-slider .medium-title {
  color: #002f5f;
  max-width: 1170px;
  margin: auto;
  margin-bottom: 40px;
  font-size: 40px;
  padding-right: 35%;
  padding-left: 15px;
}

@media (max-width: 430px) {
  .logo-slider .medium-title {
    padding-right: 10%;
  }
}

.logo-slider .swiper-container {
  height: 100%;
}

.logo-slider .swiper-slide {
  text-align: center;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15% !important;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  padding: 25px ​0;
  height: 100px;
}

@media (max-width: 430px) {
  .logo-slider .swiper-slide {
    width: 48% !important;
  }
}

.logo-slider .swiper-slide img {
  width: 55%;
}

.logo-slider .swiper-pagination {
  position: relative;
  margin-top: 20px;
}

.footer-services {
  padding: 0 0 60px 0;
}

.footer-services .title {
  max-width: 1170px;
  margin: 0 auto 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}

.footer-services .title .copy {
  color: #002f5f;
  font-size: 40px;
  font-family: 'Chapaza';
  line-height: 1.3;
}

.footer-services .title .page {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 120px;
}

.footer-services .title .page .swiper-button-prev {
  left: 0;
}

.footer-services .title .page .swiper-button-prev, .footer-services .title .page .swiper-button-next {
  height: 50px;
  width: 50px;
  border: 1px solid #002f5f;
  outline: none;
}

.footer-services .title .page .swiper-button-prev:after, .footer-services .title .page .swiper-button-next:after {
  font-size: 20px;
  color: #002f5f;
}

.footer-services .title .page .swiper-button-prev:hover, .footer-services .title .page .swiper-button-next:hover {
  background-color: #002f5f;
}

.footer-services .title .page .swiper-button-prev:hover:after, .footer-services .title .page .swiper-button-prev:hover:before, .footer-services .title .page .swiper-button-next:hover:after, .footer-services .title .page .swiper-button-next:hover:before {
  color: #FFF;
}

.footer-services .ft-ser-copy {
  max-width: 1670px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-services .ft-ser-copy .column {
  width: 24%;
  display: block;
  font-size: 20px;
  text-decoration: none;
  color: #002f5f;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}

.footer-services .ft-ser-copy .column .image {
  overflow: hidden;
  margin-bottom: 15px;
  display: block;
}

.footer-services .ft-ser-copy .column .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 350px;
  width: 100%;
}

.footer-services .ft-ser-copy .column:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  color: #e20613;
}

.footer-services .ft-ser-copy .column.active {
  opacity: .5;
}

.footer-services .ft-ser-copy .column.active:hover {
  color: #002f5f;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.footer-services .ft-ser-copy .column .service {
  padding: 0 10px;
}

@media (max-width: 1400px) {
  .footer-services .ft-ser-copy .column .image img {
    height: 300px;
  }
}

@media (max-width: 1200px) {
  .footer-services .ft-ser-copy .column {
    width: 49%;
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .footer-services .ft-ser-copy .column {
    width: 100%;
  }
}

.social {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  position: fixed;
  -webkit-transition: .35s;
  transition: .35s;
  background-color: #c0dbee;
  padding: 6px 15px 22px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  z-index: 1;
}

.social a {
  display: block;
  margin-top: 12px;
  text-align: center;
}

.social a svg {
  height: 21px;
}

.social a svg path {
  fill: #0064bc;
}

.social a:hover path {
  fill: #0a2458;
}

.contact-us .col-left {
  width: 65%;
}

.contact-us .col-left input[type=text] {
  width: 80%;
}

@media (max-width: 430px) {
  .contact-us .col-left {
    width: 100%;
  }
  .contact-us .col-left input[type=text] {
    width: 100%;
  }
}

.services-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.services-wrapper .column {
  width: 49.5%;
  margin-bottom: 15px;
  color: inherit;
  background-color: #c0dbee;
  color: #002f5f;
  text-decoration: none;
  -webkit-transition: background-color .6s ease-in-out;
  transition: background-color .6s ease-in-out;
  font-weight: 300;
}

.services-wrapper .column p {
  margin-bottom: 0;
  color: #002f5f;
}

.services-wrapper .column .image {
  display: block;
  overflow: hidden;
}

.services-wrapper .column .image img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.services-wrapper .column .copy {
  padding: 50px 50px;
}

@media (max-width: 812px) and (orientation: landscape) {
  .services-wrapper .column .copy {
    padding: 40px 35px;
  }
}

.services-wrapper .column .learn {
  margin-top: 20px;
  display: inline-block;
}

.services-wrapper .column .learn:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 8px;
  display: inline-block;
}

.services-wrapper .column:hover .learn {
  text-decoration: underline;
}

@media (max-width: 430px) {
  .services-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services-wrapper .column {
    width: 100%;
  }
  .services-wrapper .column .copy {
    padding: 45px 35px;
  }
}

.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 30px 0 0 0;
  max-width: 1170px;
  margin: auto;
}

.products li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  margin-bottom: 15px;
}

.products li .image {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 240px;
  overflow: hidden;
}

.products li .image img {
  width: 80%;
}

.products li span {
  display: block;
}

.products li .price {
  color: #e20613;
  font-weight: 500;
}

.products li .video {
  display: inline-block;
  margin-top: 8px;
  text-decoration: none;
  color: #e20613;
}

.products li .video:after {
  content: "\f16a";
  font-family: "FontAwesome";
  margin-left: 8px;
  display: inline-block;
}

.products li .video:hover {
  text-decoration: underline;
}

@media (max-width: 430px) {
  .products li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    margin-bottom: 25px;
  }
  .products li .image {
    height: 180px;
  }
}

@media (max-width: 320px) {
  .products li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
/*# sourceMappingURL=prime-kitchen.css.map */