@font-face { font-family: "Montserrat"; font-style: italic; font-weight: 400; font-display: swap; src: url("../fonts/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9aX8.ttf") format("truetype"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf") format("truetype"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf") format("truetype"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf") format("truetype"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf") format("truetype"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 800; font-display: swap; src: url("../fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-.ttf") format("truetype"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 900; font-display: swap; src: url("../fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-.ttf") format("truetype"); }
@font-face { font-family: "Paytone One"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/0nksC9P7MfYHj2oFtYm2CiTq.ttf") format("truetype"); }

:root {
  --bg: #ffffff;
  --surface: #ebebf3;
  --ink: #282828;
  --accent: #d02630;
  --navy: #292673;
  --heading: #b9050c;
  --muted: #465461;
  --titlebar: #e3e3f8;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}
img { max-width: 100%; height: auto; border: 0; vertical-align: middle; }
a { color: var(--navy); }
iframe { max-width: 100%; }
.bweb-fit-video,
.youtube-shortcode { width: 100%; max-width: 100%; }
.youtube-inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.youtube-inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.container { width: min(1400px, calc(100% - 160px)); margin: 0 auto; padding: 0 15px; }
.row { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.vc_row.vc_inner { display: block; width: 100%; }
.bweb-vc-row-inner {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.bweb-vc-main-row-inner:not(:has(.container)) {
  width: min(1400px, calc(100% - 160px));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.wpb_column, .vc_column_container, .vc_column_inner { padding: 0 15px; min-width: 0; }
.vc_col-sm-12, .vc_col-xs-12 { width: 100%; }
.vc_col-sm-7 { width: 58.333%; }
.vc_col-sm-6 { width: 50%; }
.vc_col-sm-5 { width: 41.666%; }
.vc_col-sm-4 { width: 33.333%; }
.vc_col-sm-3 { width: 25%; }
.vc_col-sm-8 { width: 66.666%; }
.vc_col-sm-9 { width: 75%; }
.vc_col-sm-2 { width: 16.666%; }
.vc_col-sm-10 { width: 83.333%; }
.vc_col-md-7, .vc_col-lg-7 { width: 58.333%; }
.vc_col-md-8, .vc_col-lg-8 { width: 66.666%; }
.clearfix::after, .wpb_wrapper::after, .vc_row::after { content: ""; display: block; clear: both; }
.vc-bweb-section { padding: 50px 0; }
.vc_row.vc_inner,
.vc_inner { padding: 0; }
.wpb_text_column p { margin: 0 0 18px; }
.entry-content {
  width: min(1400px, calc(100% - 160px));
  margin: 0 auto;
  padding: 50px 15px 80px;
}
.entry-content p { margin: 0 0 10px; }
.entry-content ol,
.entry-content ul {
  margin: 0 0 10px;
  padding: 0 0 0 40px;
}
.entry-content li { margin: 0; }
.entry-content .page { height: auto !important; }
.text-center, .text-center * { text-align: center; }
.text-left { text-align: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.ki-store-notice {
  background: #111;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 16px;
  margin: 0;
}

.ki-header {
  background: var(--navy);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
}
.ki-header-home {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(41, 38, 115, 0.9);
}
.ki-header-inner {
  width: min(1400px, calc(100% - 160px));
  margin: 0 auto;
  min-height: 135px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 15px;
}
.ki-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  height: 135px;
}
.ki-logo img {
  display: block;
  height: 125px;
  width: auto;
  max-width: 340px;
  max-height: none;
}
.ki-header-right {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
  padding: 12px 0;
}
.ki-header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  color: #fff;
}
.ki-icon-btn, .ki-social { background: none; border: 0; color: #fff; padding: 0; cursor: pointer; display: inline-flex; }
.ki-social { width: 28px; height: 28px; border-radius: 50%; background: #fff; color: #222; align-items: center; justify-content: center; }
.ki-call { border-left: 2px solid #fff; padding-left: 16px; text-transform: uppercase; font-size: 22px; line-height: 1.15; font-weight: 500; }
.ki-call a { color: #fff; text-decoration: none; }
.ki-checkout { margin-left: 16px; padding: 8px 14px; border: 1px solid #fff; border-radius: 6px; font-size: 16px; font-weight: 700; }
.ki-nav { width: 100%; }
.ki-nav ul { list-style: none; margin: 0; padding: 0; display: flex; justify-content: flex-end; flex-wrap: nowrap; gap: 0 4px; }
.ki-nav > ul > li > a { color: #fff; text-decoration: none; font-size: 16px; font-weight: 600; line-height: 40px; padding: 0 7px; border-bottom: 2px solid transparent; display: inline-block; white-space: nowrap; }
.ki-nav > ul > li.is-current > a,
.ki-nav > ul > li:hover > a { border-bottom-color: #fff; }
.ki-nav .has-sub { position: relative; }
.ki-nav .has-sub > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #fff;
  vertical-align: middle;
}
.ki-nav .has-sub ul { display: none; position: absolute; right: 0; min-width: 300px; background: #fff; padding: 10px 0; box-shadow: 0 8px 24px rgba(41, 38, 115, 0.18); z-index: 20; }
.ki-nav .has-sub:hover ul { display: block; }
.ki-nav .has-sub ul a { display: block; padding: 8px 18px; color: #222; font-size: 15px; font-weight: 500; text-transform: uppercase; text-decoration: none; }
.ki-nav .has-sub ul a:hover { color: var(--navy); font-weight: 700; }
.ki-nav-toggle { display: none; flex: 0 0 42px; width: 42px; min-width: 42px; height: 34px; background: none; border: 0; position: relative; }
.ki-nav-toggle span, .ki-nav-toggle::before, .ki-nav-toggle::after { content: ""; position: absolute; left: 8px; right: 8px; height: 2px; background: #fff; }
.ki-nav-toggle span { top: 16px; }
.ki-nav-toggle::before { top: 9px; }
.ki-nav-toggle::after { bottom: 9px; }
.ki-search-panel { background: rgba(41, 38, 115, 0.96); padding: 18px; }
.ki-search-panel form { width: min(720px, 100%); margin: 0 auto; display: flex; gap: 8px; }
.ki-search-panel input { flex: 1; border: 0; padding: 12px 14px; font: inherit; }
.ki-search-panel button { background: var(--accent); color: #fff; border: 0; padding: 12px 18px; font-weight: 700; }

.ki-hero {
  height: min(750px, calc(100vw * 750 / 1920));
  background: #dcefff;
  position: relative;
  overflow: hidden;
}
.ki-hero-bg {
  position: absolute;
  inset: -4%;
  background: #dcefff center 100% / cover no-repeat;
  animation: ki-hero-bg-in 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.ki-slider {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.ki-slide {
  position: absolute;
  inset: 0;
  display: block;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
}
.ki-slide.is-active,
.ki-slide.is-leaving {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.ki-slide.is-leaving { z-index: 1; pointer-events: none; }
.ki-slide.is-active { z-index: 2; }
.ki-slide-copy { max-width: none; padding: 0; }
.ki-kicker-mask,
.ki-title-mask {
  overflow: hidden;
  display: block;
  position: absolute;
}
.ki-kicker-mask {
  left: 15.625%;
  top: 32%;
  width: max-content;
  min-width: 26.0417%;
  max-width: 41.6667%;
  margin: 0;
}
.ki-title-mask {
  left: 15.625%;
  top: 50.6667%;
  width: 41.6667%;
}
.ki-kicker {
  display: block;
  width: max-content;
  min-width: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  color: var(--heading);
  font-size: min(46px, 2.396vw);
  font-weight: 500;
  line-height: min(56px, 2.917vw);
  margin: 0;
  padding: min(25px, 1.302vw);
  white-space: nowrap;
}
.ki-slide h2 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(41, 38, 115, 0.9);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: min(60px, 3.125vw);
  font-weight: 500;
  line-height: min(70px, 3.646vw);
  padding: min(25px, 1.302vw);
}
.ki-slide-machine {
  position: absolute;
  right: 13.854%;
  bottom: 5.333%;
  width: 30.365%;
  height: 77.6%;
}
.ki-slide-machine img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}
.ki-slide.is-active .ki-kicker { animation: ki-in-left 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }
.ki-slide.is-active .ki-slide-copy h2 { animation: ki-in-right 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19) both; }
.ki-slide.is-active .ki-slide-machine img { animation: ki-in-machine 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) both; }
.ki-slide.is-leaving .ki-kicker { animation: ki-out-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) both; }
.ki-slide.is-leaving .ki-slide-copy h2 { animation: ki-out-right 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) both; }
.ki-slide.is-leaving .ki-slide-machine img { animation: ki-out-machine 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) both; }
@keyframes ki-hero-bg-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes ki-in-left { from { transform: translateX(-100%); } to { transform: translateX(0); } }
@keyframes ki-in-right { from { transform: translateX(100%); } to { transform: translateX(0); } }
@keyframes ki-in-machine { from { transform: scale(0.8); opacity: 0; } to { transform: scale(1); opacity: 1; } }
@keyframes ki-out-left { from { transform: translateX(0); } to { transform: translateX(-100%); } }
@keyframes ki-out-right { from { transform: translateX(0); } to { transform: translateX(100%); } }
@keyframes ki-out-machine { from { opacity: 1; } to { opacity: 0; } }
.ki-slider-dots {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 5;
}
.ki-slider-dots button {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 0;
  background: #e5e5e5;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.ki-slider-dots button.is-active,
.ki-slider-dots button:hover { background: #fff; }
.ki-dot-title {
  position: absolute;
  left: 27px;
  top: -4px;
  background: rgba(255, 255, 255, 0.75);
  color: #888;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 10px;
  white-space: nowrap;
  visibility: hidden;
  transform: translateX(12px);
  transition: transform 0.3s, visibility 0.3s;
}
.ki-dot-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent rgba(255, 255, 255, 0.75) transparent transparent;
}
.ki-slider-dots button:hover .ki-dot-title {
  visibility: visible;
  transform: translateX(0);
}

.kooler-hme-txt { background: var(--navy); }
.kooler-hme-txt.vc_custom_1548768576321 {
  padding-top: 100px !important;
  padding-bottom: 50px !important;
}
.kooler-hme-txt p {
  color: #fff;
  text-align: left;
  font-size: 42px;
  line-height: 46px;
  margin: 0;
}
h2.kooler-hdg-red, .kooler-hdg-red { color: var(--heading); font-size: 48px; font-weight: 500; line-height: 56px; margin: 0 0 30px; }
.kooler-hdg-blue-bg {
  background: var(--navy);
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 40px;
  margin: 0;
}
.kooler-machine-sctn { padding-top: 0; padding-bottom: 0; }
.kooler-machine-sctn .bweb-parallax-header {
  text-align: center;
  margin: 0 0 15px;
}
.kooler-machine-sctn iframe {
  width: 100%;
  max-width: 560px;
  height: 315px;
  display: block;
}
.kooler-machine-sctn .vc_col-sm-3 { text-align: center; }
.kooler-machine-sctn .wpb_single_image,
.kooler-machine-sctn .vc_figure,
.kooler-machine-sctn .vc_single_image-wrapper { display: block; text-align: center; }
.kooler-machine-sctn img { width: auto; max-width: 100%; height: auto; }
.vc_custom_1548808461625 { padding-top: 0 !important; padding-bottom: 0 !important; }
.vc_custom_1548813026362,
.vc_col-sm-3:has(.vc_custom_1548813026362) { padding-right: 0 !important; padding-left: 0 !important; }
.vc_general.vc_btn3, a.vc_general.vc_btn3, .ki-submit, .ki-footer-btn {
  display: inline-block;
  background: var(--accent);
  color: #fff !important;
  border: 0;
  border-radius: 5px;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 24px;
  text-decoration: none;
  cursor: pointer;
}
a.vc_general.vc_btn3:hover, .ki-submit:hover, .ki-footer-btn:hover { background: var(--navy); }
.page-title-section { background: var(--titlebar); text-align: center; }
.page-title-section .container {
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.page-title-section .entry-title {
  margin: 8px 0 0;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}
.grey-wrapper, .vc_row.bg_style-grey-wrapper, [class*="grey-wrapper"] { background: var(--surface); }
.kc19-grey-bg-box-style {
  background-color: #ebebf3;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 1px #292673;
}
.kc19-grey-bg-box-style .parallax-title { font-weight: 900; font-size: 28px; }
.kc19-grey-bg-box-style p { font-weight: 500; }
.kc19-grey-bg-box-style h6 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}
h2, h3, h5, h6 { margin-top: 0; }
h4 { margin-top: 0; margin-bottom: 15px; }
.bweb-parallax-header { margin-bottom: 30px; }
.bweb-parallax-header.margin-bottom-10,
.margin-bottom-10 { margin-bottom: 10px; }
.parallax-title {
  margin: 0;
  line-height: 40px;
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
.parallax-title.kooler-hdg-blue-bg,
h3.kooler-hdg-blue-bg {
  color: #fff;
}
.parallax-desc { margin-top: 15px; font-weight: 300; }
.parallax-desc p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 10px;
}
.parallax-desc h6 {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 700;
}
.vc_custom_heading,
.vc_do_custom_heading { margin-top: 0; margin-bottom: 0.625rem; }
.vc_custom_1551352170399 { margin-bottom: 30px !important; }
.vc_custom_1551352213699 { margin-bottom: 35px !important; }
.vc_custom_1550945053641 { margin-bottom: 30px !important; }
.vc_custom_1551253463952 { padding-top: 0 !important; padding-bottom: 0 !important; }
.vc_custom_1551353489012 { padding-top: 0 !important; }
.vc_custom_1551353348918 { margin-bottom: 35px !important; }
.vc_custom_1551353360906 { margin-top: 15px !important; }
.vc_custom_1550966034280,
.vc_custom_1550966327433,
.vc_custom_1550967205573 { padding-top: 0 !important; }
.vc_custom_1550969226190 { margin-top: 20px !important; }
.vc_custom_1550963752307 { padding-top: 0 !important; padding-bottom: 40px !important; }
.vc_custom_1551855371138 { background-color: #ebebf3 !important; }
.vc_custom_1520467133748 { margin-bottom: 40px !important; }
.vc_custom_1519755265205 { padding-top: 0 !important; padding-bottom: 20px !important; }
.vc_custom_1550969915963 { padding-top: 0 !important; }
.vc_custom_1550972437455 { padding-right: 30px !important; }
.vc_custom_1555353633893 {
  padding: 20px !important;
  background-color: #f3f3f3 !important;
}
.vc_custom_1548768576321 { margin-top: -50px !important; padding-top: 50px !important; }
.vc_custom_1548812636342 { padding-bottom: 0 !important; }
.vc_custom_1551078042275 { padding-top: 0 !important; }
.vc_do_cta3 { padding: 28px; margin-bottom: 35px; }
.vc_custom_1551250444116 { padding-bottom: 0 !important; }
.vc_custom_1551251058833 { padding-top: 30px !important; padding-bottom: 30px !important; }
.vc_custom_1551250389076 { margin-bottom: 0 !important; }
.vc_custom_1551250396388 { margin-bottom: 35px !important; }
.vc_custom_1551245583416 { padding-bottom: 0 !important; }
.vc_custom_1549435716328 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
  background-image: url("../media/uploads/2019/02/manufacture-bg-04.jpg") !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.vc_custom_1549435726931 {
  background-image: url("../media/uploads/2019/02/manufacture-bg-03.jpg") !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 520px;
}
.vc_custom_1549435775013 { padding-bottom: 0 !important; }
.vc_custom_1551248286581,
.vc_custom_1551248547534 {
  padding: 30px !important;
  background-color: rgba(41, 38, 115, 0.7) !important;
}
.vc_custom_1549433311942 { padding-top: 0 !important; padding-bottom: 10px !important; }
.vc_custom_1549433150303 { padding-top: 0 !important; }
.vc_do_icon { margin-bottom: 35px; }
.vc_custom_1551122872500,
.vc_custom_1551122880122,
.vc_custom_1551122885984,
.vc_custom_1551122907096 { padding-top: 30px !important; padding-bottom: 30px !important; }
.vc_custom_1551249710929 { padding-top: 30px !important; padding-bottom: 50px !important; }
.vc_custom_1551252955630 { padding-top: 0 !important; }
.vc_custom_1551251605322 { margin-bottom: 0 !important; }
.vc_custom_1551251952003 { margin-bottom: 30px !important; }
.vc_custom_1550958505210 { padding-bottom: 20px !important; }
.vc_custom_1550958510634 { padding-top: 20px !important; }
.vc_custom_1519452057446 { padding-right: 0 !important; padding-bottom: 0 !important; padding-left: 0 !important; }
.vc_custom_1551352597080 { padding-bottom: 0 !important; }
.vc_custom_1551352685389,
.vc_custom_1551352692059,
.vc_custom_1551352701180,
.vc_custom_1551352729879 { padding-top: 0 !important; }
.vc_do_btn { margin-bottom: 22px; }
.features-list { display: block; margin: 0; }
.features-list-inner { position: relative; margin-bottom: 10px; }
.features-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  color: var(--accent);
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.features-icon i,
.features-icon .simple-icon { display: none; }
.features-icon::before {
  content: "✓";
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.features-icon:has(.icon-arrow-right)::before,
.features-icon:has(.flaticon-arrows-7)::before { content: "→"; }
.features-list-inner .list-desc { margin-left: 30px; }
.features-list-inner .list-desc p { font-size: 17px; margin: 0; line-height: 28px; }
.kc19-testimonials-item-lists.bg-style.grey-wrapper { background-color: #ebebf3; }
.kc19-testimonials-item-lists .wpb_text_column.wpb_content_element { margin-bottom: 15px; }
.kc19-testimonials-item-lists .bweb-parallax-header .parallax-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}
.kc19-testimonials-item-lists .bweb-parallax-header .parallax-desc { margin-top: 10px; }
.kc19-testimonials-item-lists .bweb-parallax-header .parallax-desc p { font-size: 17px; }
.blockquote-style blockquote,
.testimonial-item:not(.tstyle-default) .testimonial-content blockquote {
  border-left: 5px solid var(--navy);
  margin: 0 0 16px;
  padding: 5px 0 5px 25px;
  font-style: italic;
}
.bweb-parallax-header:has(.content-style-blockquote) { margin-bottom: 0; }
.parallax-header.content-style-blockquote {
  display: table;
  width: 100%;
  margin: 0 0 20px;
}
.parallax-header.content-style-blockquote .parallax-title {
  display: table-cell;
  width: 240px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  text-align: right;
  padding-right: 20px;
  margin: 0 40px 0 0;
  vertical-align: middle;
}
.parallax-header.content-style-blockquote .parallax-desc.blockquote-style {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.parallax-desc.blockquote-style p {
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
}
.parallax-header.content-style-blockquote .blockquote-style blockquote {
  margin: 0;
  color: #606060;
}
.bweb-testimonial-slider-wrapper { margin-bottom: 20px; }
.testimonial-carousel-slider .testimonial-item { display: none; }
.testimonial-carousel-slider:not(.is-ready) .testimonial-item:first-child,
.testimonial-carousel-slider .testimonial-item.is-active { display: block; }
.testimonial-item.tstyle-default .testimonial-content,
.testimonial-item.tstyle-default .testimonial-content blockquote {
  margin: 0;
  border: 0;
  padding: 0;
  font-style: normal;
}
.testimonial-item.tstyle-default blockquote > p {
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  font-style: normal;
  margin: 0 0 12px;
}
.testimonial-item.tstyle-default .testimonial-content blockquote > p::before,
.testimonial-item.tstyle-default .testimonial-content blockquote > p::after {
  content: "''";
  font-family: sans-serif;
  font-size: 20px;
}
.testimonial-item .author-info-box { text-align: right; }
.testimonial-item.tstyle-default .author-info-box > div > p {
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
}
.testimonial-item.tstyle-default .testimonial-author-name,
.testimonial-item.tstyle-default .testimonial-author-name a {
  color: #292673;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
}
.testimonial-item .author-details .testimonial-author-name::before {
  content: "-";
  padding-right: 5px;
}
.testimonial-item.tstyle-default span.testimonial-author-name::after {
  content: ",";
  padding-right: 10px;
}
.testimonial-author-designation { color: #d02630; font-size: 17px; }
.testimonial-author-name, .author-details a { font-weight: 700; color: #000; }
.footer-section {
  background: url("../media/uploads/2019/01/kooler-footer-bg.jpg") top center / cover no-repeat;
  text-align: center;
  padding-top: 215px;
}
.footer-widgets-section {
  background: rgba(41, 38, 115, 0.9);
  position: relative;
  padding: 70px 0;
}
#footer-widgets-container::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 296px;
  height: 135px;
  background: url("../media/uploads/2019/01/inverster-guide.png") left bottom / contain no-repeat;
  pointer-events: none;
}
#footer-widgets-container::after {
  content: "";
  position: absolute;
  right: 50px;
  bottom: -40px;
  width: 268px;
  height: 224px;
  background: url("../media/uploads/2019/01/kooler-ice-cube.png") right bottom / contain no-repeat;
  pointer-events: none;
  z-index: 2;
}
.footer-widgets-section .footer-widgets p {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 10px;
}
.footer-section a.ki-footer-btn {
  background: #d02630;
  color: #fff !important;
  padding: 15px 30px;
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
  margin-top: 25px;
  display: inline-block;
  border-radius: 2px;
  line-height: 34px;
}
.footer-section a.ki-footer-btn:hover {
  background: #fff;
  color: #d02630 !important;
}
.footer-copyright-section {
  background: #292673;
  border-top: 3px solid #fff;
  padding: 25px 0;
  position: relative;
  z-index: 1;
}
.footer-copyright-section p {
  margin: 0;
  text-transform: capitalize;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
}
.ki-side {
  position: fixed;
  right: -150px;
  top: 30%;
  z-index: 999;
  min-width: 200px;
  display: block;
  transition: right 0.3s ease;
}
@media (min-width: 768px) {
  .ki-side:hover { right: 0 !important; }
}
.ki-side.is-open { right: 0 !important; }
.ki-side a {
  background: #000;
  color: #fff !important;
  text-decoration: none;
  display: block;
  line-height: 45px;
  height: 45px;
  white-space: nowrap;
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  padding: 0 15px 0 0;
}
.ki-side a:hover { background: rgba(0, 0, 0, 0.9); }
.ki-side-icon,
.ki-side-text,
.ki-side a > span,
.ki-side a > svg {
  line-height: 45px;
  width: 50px;
  height: 45px;
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  color: #fff;
}
.ki-side a > svg {
  width: 17px;
  height: 17px;
  padding: 14px 16.5px;
  box-sizing: content-box;
}
.ki-form { max-width: 920px; }
.ki-form-row { margin: 0 0 16px; }
.ki-form-2, .ki-form-3 { display: grid; gap: 12px; }
.ki-form-2 { grid-template-columns: 1fr 1fr; }
.ki-form-3 { grid-template-columns: 1fr 1fr 1fr; }
.ki-form label { display: block; color: var(--navy); font-size: 20px; font-weight: 600; margin-bottom: 6px; }
.ki-form .req { color: var(--accent); font-size: 14px; margin-left: 6px; }
.ki-form p { margin: 0; }
.ki-form input, .ki-form select, .ki-form textarea {
  width: 100%;
  border: 1px solid #000;
  background: #fff;
  padding: 10px 12px;
  font: inherit;
}
.free-guide-request-form .ki-form { max-width: none; }
.free-guide-request-form .ki-form-row { margin: 0 0 12px; }
.free-guide-request-form .ki-form label {
  color: #7f7f7f;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 8px;
}
.free-guide-request-form .ki-form .req {
  color: #c02b0a;
  font-size: 13px;
  font-weight: 400;
}
.free-guide-request-form .ki-form input,
.free-guide-request-form .ki-form select,
.free-guide-request-form .ki-form textarea {
  border: 1px solid #ccc;
  padding: 8px;
  font-size: 15px;
  line-height: 19px;
  height: 35px;
  color: #282828;
  background: #fff;
}
.free-guide-request-form .ki-form textarea {
  height: auto;
  min-height: 180px;
}
.free-guide-request-form .ki-submit {
  background: var(--navy);
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  padding: 8px 30px;
  border-radius: 3px;
}
.free-guide-request-form .ki-submit:hover { background: var(--accent); }
.ki-alert { background: #e8f6ee; color: #14532d; padding: 14px 18px; margin: 16px auto; width: min(1400px, calc(100% - 160px)); }
.ki-alert-error { background: #fdecea; color: #7f1d1d; }
.ki-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 20px 0 60px; }
.ki-product { background: #fff; border: 1px solid #ececf4; padding: 16px; text-align: center; }
.ki-product h3 { font-size: 16px; line-height: 1.3; min-height: 42px; }
.ki-product a { color: inherit; text-decoration: none; }
.ki-enquire a { color: var(--accent); font-weight: 700; }
.ki-shop-note { padding-top: 24px; }
.ki-store-list { columns: 3; gap: 32px; padding: 10px 0 40px; }
.ki-store-list li { break-inside: avoid; margin: 0 0 8px; }
.ki-fallback { padding: 40px 0 80px; }
.admin-bar .ki-header { top: 32px; }
.admin-bar .woocommerce-store-notice,
.admin-bar p.demo_store { top: 32px; }
.admin-bar.woocommerce-demo-store:has(.woocommerce-store-notice:not([style*="display: none"])) .ki-header {
  top: 72px;
}

.typo-light,
.typo-light p,
.typo-light h4,
.typo-light h5,
.typo-light h6,
.typo-light .list-desc,
.typo-light .parallax-title { color: #fff; }
.color-red { color: var(--accent); }
.font-weight-900 { font-weight: 900; }
.text-uppercase { text-transform: uppercase; }
.margin-bottom-20 { margin-bottom: 20px; }
.theme-color { color: var(--navy); }
.vc_align_center { text-align: center; }
.vc_align_right { text-align: right; }
.vc_align_left { text-align: left; }
h2.vc_custom_heading { font-size: 32px; line-height: 1.5; }
.vc_btn3-color-primary-bg { background: var(--navy) !important; font-size: 18px; }
.vc_btn3-color-primary-bg:hover { background: var(--accent) !important; }
.vc_btn3-container { margin-bottom: 22px; }
a.vc_general.vc_btn3.vc_btn3-color-primary-bg {
  background: var(--navy) !important;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 1.2;
  padding: 15px;
}
.kice-btn-full { width: 100%; }
.kice-btn-full a.vc_btn3 { display: block; width: 100%; text-align: center; box-sizing: border-box; }
.kice-btn-full a.vc_btn3-icon-left { padding-left: 48px; position: relative; }
.vc_btn3-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-style: normal;
}
.vc_btn3-icon.fa-file-text-o::before,
.fa-file-text-o::before {
  content: "\f15c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.vc_btn3-icon.vc_li-video::before {
  content: "\f03d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
img.alignleft {
  display: block;
  float: none;
  max-width: 100%;
  height: auto;
  margin: 0 0 16px;
}
.kc19-grey-bg-box-style h6.parallax-title,
.kc19-grey-bg-box-style h2.parallax-title {
  font-size: 28px;
  font-weight: 900;
  line-height: 40px;
  margin: 0;
}
.wpb_single_image.fullwidth-image img,
.wpb_single_image.fullwidth-image figure { width: 100%; }
.kc19-grey-bg-box-style h4.parallax-title { font-size: 22px; font-weight: 900; }
.bweb-parallax-header.kc19-certifications-top-box {
  background: #eee;
  padding: 25px 30px;
}
.bweb-parallax-header.kc19-certifications-top-box .parallax-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
}
.kic19-free-investor-cta-text a,
a.contact-no { color: var(--accent); text-decoration: none; }
.kic19-free-investor-cta-text p { font-weight: 500; margin: 0 0 10px; }
.kic19-free-investor-cta-text h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--accent);
}
.vc_general.vc_cta3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #000;
  color: #fff;
  padding: 28px;
  margin-bottom: 35px;
}
.vc_general.vc_cta3 h2 {
  margin: 0;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0;
}
.vc_general.vc_cta3 .vc_cta3-actions { flex: 0 0 auto; }
.bweb-feature-box.style-default-box {
  background: #e3e3f8;
  border-radius: 5px;
  box-shadow: 0 4px 1px #292673;
  margin-bottom: 24px;
  overflow: hidden;
}
.bweb-feature-box.style-default-box .grid-title {
  margin: 0 0 10px;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  font-size: 22px;
  background: #292673;
  color: #fff;
}
.bweb-feature-box.style-default-box ul { padding: 0; margin: 0; }
.bweb-feature-box.style-default-box li {
  list-style: none;
  padding: 5px 10px;
  border-bottom: 1px solid #222;
}
.bweb-feature-box.style-default-box li:last-child { border-bottom: 0; }
.bweb-feature-box.style-default-box li::before {
  content: "▣";
  padding-right: 10px;
  color: var(--accent);
}
.koolerice-faq .vc_tta-panel {
  border: 1px solid var(--navy);
  margin-bottom: 20px;
}
.koolerice-faq .vc_tta-panel-heading { margin: 0; }
.koolerice-faq .vc_tta-panel-title { margin: 0; }
.koolerice-faq .vc_tta-panel-title a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  color: var(--navy);
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
}
.koolerice-faq .vc_tta-panel-title span { color: #000; font-weight: 700; font-size: 20px; }
.koolerice-faq .vc_tta-controls-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  position: relative;
}
.koolerice-faq .vc_tta-controls-icon::before,
.koolerice-faq .vc_tta-controls-icon::after {
  content: "";
  position: absolute;
  background: var(--navy);
}
.koolerice-faq .vc_tta-controls-icon::before { left: 0; right: 0; top: 8px; height: 2px; }
.koolerice-faq .vc_tta-controls-icon::after { top: 0; bottom: 0; left: 8px; width: 2px; }
.koolerice-faq .vc_tta-panel.vc_active .vc_tta-controls-icon::after { display: none; }
.koolerice-faq .vc_tta-panel-body { display: none; padding: 0 18px 16px; border-top: 1px solid var(--navy); }
.koolerice-faq .vc_tta-panel.vc_active .vc_tta-panel-body { display: block; }
.koolerice-faq .vc_tta-panel-heading:hover { background: var(--navy); }
.koolerice-faq .vc_tta-panel-heading:hover a,
.koolerice-faq .vc_tta-panel-heading:hover span { color: #fff; }
.koolerice-faq .vc_tta-panel-heading:hover .vc_tta-controls-icon::before,
.koolerice-faq .vc_tta-panel-heading:hover .vc_tta-controls-icon::after { background: #fff; }
.cool-timeline-wrapper { position: relative; padding: 20px 0 40px; }
.ctl-inner-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  margin-left: -1.5px;
  background: var(--navy);
}
.ctl-story {
  width: 50%;
  padding: 0 40px 40px;
  position: relative;
  box-sizing: border-box;
}
.ctl-story-right { margin-left: 50%; }
.ctl-story-left { margin-left: 0; text-align: right; }
.ctl-icon {
  position: absolute;
  top: 8px;
  width: 18px;
  height: 18px;
  border: 3px solid var(--navy);
  border-radius: 50%;
  background: #fff;
}
.ctl-story-right .ctl-icon { left: -9px; }
.ctl-story-left .ctl-icon { right: -9px; }
.ctl-icon i { display: none; }
.ctl-title { font-weight: 700; font-size: 18px; line-height: 1.3; margin-bottom: 6px; }
.ctl-title a { color: var(--navy); text-decoration: none; }
.ctl-label-big { color: var(--accent); font-weight: 600; margin-bottom: 8px; }
.ctl-description p { margin: 0; }
.ctl-content {
  background: #f7f7f7;
  padding: 16px 18px;
  border-radius: 4px;
}
.wpb_flexslider { position: relative; overflow: hidden; }
.wpb_flexslider .slides { list-style: none; margin: 0; padding: 0; }
.wpb_flexslider .slides li { display: none; }
.wpb_flexslider .slides li.is-active,
.wpb_flexslider:not(.is-ready) .slides li:first-child { display: block; }
.wpb_flexslider img { display: block; margin: 0 auto; max-width: 100%; height: auto; }
.kic19-icetalk-gallery { text-align: center; }
.ki-locations { padding: 20px 15px 60px; }
#wpsl-wrap { position: relative; width: 100%; overflow: hidden; clear: both; margin: 0 0 20px; padding: 0; }
.wpsl-search { background: var(--navy); color: #fff; margin: 0 0 12px; padding: 12px 12px 0; min-height: 69px; }
#wpsl-search-wrap { float: none; width: 100%; display: flex; flex-wrap: wrap; align-items: center; }
#wpsl-search-wrap form { display: flex; flex-wrap: wrap; align-items: center; width: 100%; margin: 0; padding: 0; border: 0; }
#wpsl-search-wrap .wpsl-input,
#wpsl-search-wrap .wpsl-select-wrap,
#wpsl-search-wrap .wpsl-search-btn-wrap { display: flex; align-items: center; float: left; margin: 0 10px 10px 0; }
#wpsl-search-wrap label { color: #fff; font-size: 17px; font-weight: 700; line-height: 32px; text-transform: uppercase; margin: 0 10px 0 0; width: auto; }
.wpsl-input label { width: 160px; }
#wpsl-search-input { width: 179px; height: 46px; padding: 7px 12px; border: 1px solid #d2d2d2; border-radius: 3px; font-size: 17px; font-weight: 700; line-height: 30px; color: #222; background: #fff; margin: 0; }
#wpsl-results { display: flex; align-items: center; }
.wpsl-dropdown { position: relative; width: 81px; background: #fff; border: 1px solid #ccc; border-radius: 3px; }
.wpsl-dropdown select { display: block; width: 100%; height: 40px; padding: 9px 12px; border: 0; background: transparent; color: #000; font-size: 17px; }
#wpsl-search-btn { display: inline-block; width: 139px; height: 47px; padding: 12px 35px; border: 0; border-radius: 3px; background: #fff; color: #000; font-size: 16px; font-weight: 700; line-height: 23px; text-transform: uppercase; cursor: pointer; }
#wpsl-search-btn:hover { background: #f4f4f4; }
#wpsl-result-list { float: left; width: 33%; margin-right: 0.5%; }
#wpsl-gmap,
.wpsl-gmap-canvas { float: right; width: 66.5%; height: 700px; margin: 0; background: #f4f4f4; }
#wpsl-gmap img { max-width: none; }
#wpsl-stores { height: 700px; overflow-y: auto; }
#wpsl-result-list ul { list-style: none; margin: 0; padding: 0; }
#wpsl-wrap #wpsl-result-list li { padding: 10px; border-bottom: 1px dotted #ccc; margin: 0; overflow: hidden; list-style: none !important; }
#wpsl-result-list li p { padding: 0; margin: 0 0 20px; }
#wpsl-stores .wpsl-store-location strong { display: block; text-transform: uppercase; font-weight: 700; }
#wpsl-stores .wpsl-street,
#wpsl-stores .wpsl-city,
#wpsl-stores .wpsl-country { display: block; }
#wpsl-stores .wpsl-store-thumb { float: right; width: 45px; height: 45px; border-radius: 3px; margin: 7px 0 0 10px; }
.wpsl-direction-wrap { color: #282828; }
.wpsl-directions,
.wpsl-store-details { color: var(--navy); }
#wpsl-wrap #wpsl-result-list li.is-active { background: #f7f7fb; }
.leaflet-container { width: 100%; height: 100%; font-family: Montserrat, Arial, sans-serif; }

.vc_icon_element-outer.vc_icon_element-align-right { text-align: right; }
.vc_icon_element-inner.vc_icon_element-size-xl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-sizing: border-box;
}
.vc_icon_element-inner.vc_icon_element-style-rounded { border-radius: 50%; }
.vc_icon_element-icon {
  display: block;
  color: #fff;
  line-height: 1;
}
.vc_icon_element-icon::before {
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-size: 42px;
  line-height: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.entypo-icon-phone::before { content: "\f095"; }
.entypo-icon-video::before { content: "\f144"; }
.entypo-icon-cog::before { content: "\f013"; }
.entypo-icon-back-in-time::before { content: "\f1da"; }
.entypo-icon-tools::before { content: "\f7d9"; }

@media (prefers-reduced-motion: reduce) {
  .ki-hero-bg,
  .ki-slide.is-active .ki-kicker,
  .ki-slide.is-active .ki-slide-copy h2,
  .ki-slide.is-active .ki-slide-machine img,
  .ki-slide.is-leaving .ki-kicker,
  .ki-slide.is-leaving .ki-slide-copy h2,
  .ki-slide.is-leaving .ki-slide-machine img {
    animation: none !important;
  }
  .ki-side { transition: none; }
}

@media (max-width: 980px) {
  .container,
  .entry-content,
  .ki-header-inner,
  .bweb-vc-main-row-inner:not(:has(.container)),
  .ki-alert { width: min(1400px, calc(100% - 40px)); }
  .ki-header-home { position: sticky; background: var(--navy); }
  .ki-header-inner { min-height: 88px; }
  .ki-logo { height: 88px; }
  .ki-logo img { height: 72px; max-width: 200px; }
  .ki-header-right { flex-direction: row; align-items: center; justify-content: flex-end; padding: 0; }
  .ki-nav-toggle { display: block; }
  .ki-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #221f63; padding: 10px 20px 20px; }
  .ki-nav.is-open { display: block; }
  .ki-nav ul { display: block; flex-wrap: wrap; }
  .ki-nav .has-sub ul { position: static; min-width: 0; display: none; background: #1b1854; box-shadow: none; }
  .ki-nav .has-sub.is-open ul { display: block; }
  .ki-nav .has-sub ul a,
  .ki-nav .has-sub ul a:hover { color: #fff; }
  .ki-call { display: none; }
  .vc_col-sm-2, .vc_col-sm-7, .vc_col-sm-6, .vc_col-sm-5, .vc_col-sm-4, .vc_col-sm-3, .vc_col-sm-8, .vc_col-sm-9, .vc_col-sm-10, .vc_col-md-7, .vc_col-lg-7 { width: 100%; }
  .vc_icon_element-outer.vc_icon_element-align-right { text-align: left; }
  .vc_hidden-sm, .vc_hidden-xs { display: none !important; }
  .ctl-inner-line { display: none; }
  .ctl-story, .ctl-story-right, .ctl-story-left { width: 100%; margin: 0; text-align: left; padding: 0 0 24px 28px; }
  .ctl-story-right .ctl-icon, .ctl-story-left .ctl-icon { left: 0; right: auto; }
  .vc_general.vc_cta3 { flex-direction: column; align-items: flex-start; }
  .parallax-header.content-style-blockquote,
  .parallax-header.content-style-blockquote .parallax-title,
  .parallax-header.content-style-blockquote .parallax-desc.blockquote-style {
    display: block;
    width: 100%;
    text-align: left;
    margin-right: 0;
    padding-right: 0;
  }
  .parallax-header.content-style-blockquote .parallax-title { margin-bottom: 10px; }
  .ki-hero { height: auto; min-height: 420px; }
  .ki-slider { width: 100%; height: auto; position: relative; left: 0; transform: none; }
  .ki-slide { position: relative; display: flex; flex-direction: column; align-items: flex-start; padding: 36px 20px 24px; }
  .ki-slide:not(.is-active):not(.is-leaving) { display: none; }
  .ki-slide-copy { padding-bottom: 16px; }
  .ki-kicker-mask,
  .ki-title-mask { position: static; width: auto; }
  .ki-kicker { width: auto; max-width: 100%; font-size: 22px; line-height: 1.2; padding: 12px 16px; white-space: normal; }
  .ki-slide h2 { width: auto; max-width: 100%; font-size: 28px; line-height: 1.2; padding: 14px 16px; }
  .ki-slide-machine { position: static; width: auto; height: auto; right: auto; bottom: auto; }
  .ki-slide-machine img { height: auto; max-height: 280px; width: auto; }
  .ki-slider-dots { left: 8px; }
  .kooler-hme-txt p, h2.kooler-hdg-red { font-size: 28px; line-height: 1.2; }
  .ki-product-grid, .ki-form-2, .ki-form-3 { grid-template-columns: 1fr 1fr; }
  .ki-store-list { columns: 1; }
  #wpsl-search-wrap form { display: block; }
  #wpsl-search-wrap .wpsl-input,
  #wpsl-search-wrap .wpsl-select-wrap,
  #wpsl-search-wrap .wpsl-search-btn-wrap { width: 100%; margin-right: 0; }
  .wpsl-input label,
  #wpsl-search-input,
  .wpsl-dropdown,
  #wpsl-search-btn { width: 100%; }
  #wpsl-gmap,
  #wpsl-result-list { float: none; width: 100%; }
  #wpsl-gmap,
  #wpsl-stores { height: 420px; }
  .footer-section { padding-top: 110px; background-size: contain; }
  #footer-widgets-container::after {
    width: 150px;
    height: 120px;
    bottom: 0;
  }
}

@media (max-width: 640px) {
  .ki-product-grid, .ki-form-2, .ki-form-3 { grid-template-columns: 1fr; }
  .ki-side { right: -150px; }
  a.vc_general.vc_btn3, .ki-submit { font-size: 18px; }
  #footer-widgets-container::before { left: -70px; }
}
