@charset "UTF-8";
/* Note: If need Disable Decimal-value functionilty open function.scss file */
/* mini laptop resolution 1349 X 662 and 1246 X 681 and 1218 X 672 */
/* Mozila Firefox */
/* Slick Slider */
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  --webkit-touch-callout: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.slick-loading .slick-slider .slick-track {
  visibility: hidden;
}
.slick-slide {
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slider .slick-dots {
  position: relative;
  width: 100%;
  margin: 0.94rem 0;
  padding: 0;
  text-align: center;
}
.slick-slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  line-height: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.slick-slider .slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 0;
  border: 2px solid #76C428;
  border-radius: 100%;
  font-size: 0;
  background-color: #FF5F41;
  transition: background-color ease 0.3s, opacity ease 0.3s;
  outline: none;
}
.slick-slider .slick-dots li button:focus, .slick-slider .slick-dots li button:hover {
  outline: none;
  cursor: pointer;
  background-color: #76C428;
  opacity: 0.8;
}
.slick-slider .slick-dots li.slick-active button {
  background-color: #76C428;
}
.slick-arrow {
  --sArrowWidth: 20px;
  position: absolute;
  top: calc(50% - (var(--sArrowWidth) / 2));
  padding: 0;
  width: var(--sArrowWidth);
  height: var(--sArrowWidth);
  font-size: 0;
  background-color: transparent;
  box-shadow: none;
  border: calc(var(--sArrowWidth) / 4) solid #FF5F41;
  border-top: 0;
  border-right: 0;
  transition: border-color ease 0.3s;
  z-index: 9;
}
.slick-arrow:focus, .slick-arrow:hover {
  outline: none;
  cursor: pointer;
  border-color: #76C428;
}
.slick-arrow.slick-prev {
  left: 0;
  border-top: 0;
  border-right: 0;
  transform: rotate(45deg);
}
.slick-arrow.slick-next {
  right: 0;
  transform: rotate(-135deg);
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Reset css
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: inherit;
  background: transparent;
  border: 0;
  outline: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: rgba(41, 46, 53, 0);
}
*, *::before, *::after {
  box-sizing: border-box;
}
article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}
/* Text-level semantics
   ========================================================================== */
sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
audio, video, iframe {
  display: block;
  max-width: 100%;
}
/**
 * Basic typography style for copy text
 */
html {
  height: 100%;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  min-height: 100%;
  height: auto;
  color: #292E35;
  font-size: 16px;
  font-family: "Poppins", "Arial", sans-serif;
  line-height: 1.5;
  background-color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    height: 100%;
  }
}
body.scroll-fixed {
  overflow: hidden;
}
h1, .h1 {
  margin-bottom: 0.94rem;
  color: #292E35;
  font-family: inherit;
  font-size: 3.13rem;
  font-weight: 700;
  line-height: 1.1;
  word-break: break-word;
}
h1 a, .h1 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2.0866666667rem;
  }
}
h2, .h2 {
  margin-bottom: 0.94rem;
  color: #292E35;
  font-family: inherit;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  word-break: break-word;
}
h2 a, .h2 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 1.6666666667rem;
  }
}
h3, .h3 {
  margin-bottom: 0.94rem;
  color: #292E35;
  font-family: inherit;
  font-size: 1.94rem;
  font-weight: 700;
  line-height: 1.1;
  word-break: break-word;
}
h3 a, .h3 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 1.2933333333rem;
  }
}
h4, .h4 {
  margin-bottom: 0.94rem;
  color: #292E35;
  font-family: inherit;
  font-size: 1.57rem;
  font-weight: 700;
  line-height: 1.1;
  word-break: break-word;
}
h4 a, .h4 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 1.0466666667rem;
  }
}
h5, .h5 {
  margin-bottom: 0.94rem;
  color: #292E35;
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  word-break: break-word;
}
h5 a, .h5 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 0.8333333333rem;
  }
}
h6, .h6 {
  margin-bottom: 0.94rem;
  color: #292E35;
  font-family: inherit;
  font-size: 1.13rem;
  font-weight: 700;
  line-height: 1.1;
  word-break: break-word;
}
h6 a, .h6 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: 0.7533333333rem;
  }
}
p {
  margin-bottom: 0.94rem;
}
p:last-child {
  margin-bottom: 0;
}
:is(ul, ol) {
  padding-left: 1.25rem;
  margin-bottom: 0.94rem;
}
:is(ul, ol) :is(ul, ol) {
  margin-bottom: 0;
}
:is(ul, ol) li {
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
}
:is(ul, ol) li:last-child {
  padding-bottom: 0;
}
blockquote {
  position: relative;
  display: block;
  margin-bottom: 1.57rem;
  padding: 1.25rem 1.25rem;
  text-align: left;
  line-height: 2;
  font-size: 1.13rem;
  font-style: italic;
  color: #292E35;
  background-color: #dee3e2;
  border-left: 0.25rem solid #FF5F41;
}
blockquote p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
hr {
  height: 0;
  margin: 0.63rem auto 2.5rem;
  border: 0 #292E35 solid;
  border-top-width: 0.07rem;
  overflow: visible;
}
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border: none;
}
img[src$=".svg"] {
  max-height: 100%;
}
picture {
  display: inline-block;
  vertical-align: top;
}
/* Link
------------------------------------------------------------------------------*/
a {
  color: #FF5F41;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
a:hover, a:focus {
  color: #292E35;
  text-decoration: underline;
  outline: none;
}
/* Tables
------------------------------------------------------------------------------*/
table {
  border-spacing: 0;
  border-collapse: collapse;
}
table td {
  text-align: left;
  font-weight: normal;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-bordered {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.table-bordered td, .table-bordered th {
  vertical-align: bottom;
  border-bottom: 0.07rem solid #dee3e2;
  padding: 0.63rem;
}
.social-media {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.31rem;
  padding: 0;
}
.social-media li {
  margin: 0 0.63rem;
  line-height: 1;
  list-style: none;
  border: 1px solid #fff;
  padding: 6px;
}
.social-media li a {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.25rem;
  line-height: 0;
  color: #ffffff;
  transition: 0.4s all;
  display: block;
}
.social-media li a:focus, .social-media li a:hover {
  color: #76C428;
}
.social-media li a svg {
  fill: currentColor;
  width: 1.5rem;
  height: 1.5rem;
}
/**
 * Main content containers
 */
.container, .container-fluid, .woocommerce-hero .woocommerce-hero--inner {
  --gutter: 3.13rem;
  width: min(100% - var(--gutter) * 2, var(--container-width, none));
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .container, .container-fluid, .woocommerce-hero .woocommerce-hero--inner {
    --gutter: 1.25rem;
  }
}
.container {
  --container-width: 86rem;
}
/* row and column */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.94rem;
  margin-left: -0.94rem;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class*="cell-"] {
  padding-right: 0;
  padding-left: 0;
}
[class*="cell-"] {
  position: relative;
  width: 100%;
  padding-left: 0.94rem;
  padding-right: 0.94rem;
}
/* align item */
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex-inline {
  display: inline-flex;
}
.d-flex img {
  align-self: center;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-content-center {
  align-content: center;
}
.alignnone {
  float: none;
  margin: 1.25rem 0;
}
.aligncenter {
  display: block;
  clear: both;
  margin: 1.25rem auto;
}
.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}
.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
/* text alignment */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.bg-white {
  background-color: #ffffff;
}
.text-white {
  color: #ffffff;
}
.bg-black {
  background-color: #292E35;
}
.text-black {
  color: #292E35;
}
/* column structure */
.cell-1 {
  width: 8.3333333333%;
}
.cell-2 {
  width: 16.6666666667%;
}
.cell-3 {
  width: 25%;
}
.cell-4 {
  width: 33.3333333333%;
}
.cell-5 {
  width: 41.6666666667%;
}
.cell-6 {
  width: 50%;
}
.cell-7 {
  width: 58.3333333333%;
}
.cell-8 {
  width: 66.6666666667%;
}
.cell-9 {
  width: 75%;
}
.cell-10 {
  width: 83.3333333333%;
}
.cell-11 {
  width: 91.6666666667%;
}
.cell-12 {
  width: 100%;
}
.mt-30, .m-30, .my-30 {
  margin-top: 1.875rem;
}
.pt-30, .p-30, .py-30 {
  padding-top: 1.875rem;
}
.mb-30, .m-30, .my-30 {
  margin-bottom: 1.875rem;
}
.pb-30, .p-30, .py-30 {
  padding-bottom: 1.875rem;
}
.ml-30, .m-30, .mx-30 {
  margin-left: 1.875rem;
}
.pl-30, .p-30, .px-30 {
  padding-left: 1.875rem;
}
.mr-30, .m-30, .mx-30 {
  margin-right: 1.875rem;
}
.pr-30, .p-30, .px-30 {
  padding-right: 1.875rem;
}
@media (min-width: 576px) {
  .cell-sm-1 {
    width: 8.3333333333%;
  }
  .cell-sm-2 {
    width: 16.6666666667%;
  }
  .cell-sm-3 {
    width: 25%;
  }
  .cell-sm-4 {
    width: 33.3333333333%;
  }
  .cell-sm-5 {
    width: 41.6666666667%;
  }
  .cell-sm-6 {
    width: 50%;
  }
  .cell-sm-7 {
    width: 58.3333333333%;
  }
  .cell-sm-8 {
    width: 66.6666666667%;
  }
  .cell-sm-9 {
    width: 75%;
  }
  .cell-sm-10 {
    width: 83.3333333333%;
  }
  .cell-sm-11 {
    width: 91.6666666667%;
  }
  .cell-sm-12 {
    width: 100%;
  }
  .mt-sm-30, .m-sm-30, .my-sm-30 {
    margin-top: 1.875rem;
  }
  .pt-sm-30, .p-sm-30, .py-sm-30 {
    padding-top: 1.875rem;
  }
  .mb-sm-30, .m-sm-30, .my-sm-30 {
    margin-bottom: 1.875rem;
  }
  .pb-sm-30, .p-sm-30, .py-sm-30 {
    padding-bottom: 1.875rem;
  }
  .ml-sm-30, .m-sm-30, .mx-sm-30 {
    margin-left: 1.875rem;
  }
  .pl-sm-30, .p-sm-30, .px-sm-30 {
    padding-left: 1.875rem;
  }
  .mr-sm-30, .m-sm-30, .mx-sm-30 {
    margin-right: 1.875rem;
  }
  .pr-sm-30, .p-sm-30, .px-sm-30 {
    padding-right: 1.875rem;
  }
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }
  .align-sm-items-start {
    align-items: flex-start;
  }
  .align-sm-items-center {
    align-items: center;
  }
  .align-sm-items-end {
    align-items: flex-end;
  }
  .align-sm-content-center {
    align-content: center;
  }
  .justify-sm-content-start {
    justify-content: flex-start;
  }
  .justify-sm-content-center {
    justify-content: center;
  }
  .justify-sm-content-end {
    justify-content: flex-end;
  }
  .justify-sm-content-between {
    justify-content: space-between;
  }
  .justify-sm-content-around {
    justify-content: space-around;
  }
  .justify-sm-content-evenly {
    justify-content: space-evenly;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .cell-md-1 {
    width: 8.3333333333%;
  }
  .cell-md-2 {
    width: 16.6666666667%;
  }
  .cell-md-3 {
    width: 25%;
  }
  .cell-md-4 {
    width: 33.3333333333%;
  }
  .cell-md-5 {
    width: 41.6666666667%;
  }
  .cell-md-6 {
    width: 50%;
  }
  .cell-md-7 {
    width: 58.3333333333%;
  }
  .cell-md-8 {
    width: 66.6666666667%;
  }
  .cell-md-9 {
    width: 75%;
  }
  .cell-md-10 {
    width: 83.3333333333%;
  }
  .cell-md-11 {
    width: 91.6666666667%;
  }
  .cell-md-12 {
    width: 100%;
  }
  .mt-md-30, .m-md-30, .my-md-30 {
    margin-top: 1.875rem;
  }
  .pt-md-30, .p-md-30, .py-md-30 {
    padding-top: 1.875rem;
  }
  .mb-md-30, .m-md-30, .my-md-30 {
    margin-bottom: 1.875rem;
  }
  .pb-md-30, .p-md-30, .py-md-30 {
    padding-bottom: 1.875rem;
  }
  .ml-md-30, .m-md-30, .mx-md-30 {
    margin-left: 1.875rem;
  }
  .pl-md-30, .p-md-30, .px-md-30 {
    padding-left: 1.875rem;
  }
  .mr-md-30, .m-md-30, .mx-md-30 {
    margin-right: 1.875rem;
  }
  .pr-md-30, .p-md-30, .px-md-30 {
    padding-right: 1.875rem;
  }
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
  .align-md-items-start {
    align-items: flex-start;
  }
  .align-md-items-center {
    align-items: center;
  }
  .align-md-items-end {
    align-items: flex-end;
  }
  .align-md-content-center {
    align-content: center;
  }
  .justify-md-content-start {
    justify-content: flex-start;
  }
  .justify-md-content-center {
    justify-content: center;
  }
  .justify-md-content-end {
    justify-content: flex-end;
  }
  .justify-md-content-between {
    justify-content: space-between;
  }
  .justify-md-content-around {
    justify-content: space-around;
  }
  .justify-md-content-evenly {
    justify-content: space-evenly;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-left {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cell-lg-1 {
    width: 8.3333333333%;
  }
  .cell-lg-2 {
    width: 16.6666666667%;
  }
  .cell-lg-3 {
    width: 25%;
  }
  .cell-lg-4 {
    width: 33.3333333333%;
  }
  .cell-lg-5 {
    width: 41.6666666667%;
  }
  .cell-lg-6 {
    width: 50%;
  }
  .cell-lg-7 {
    width: 58.3333333333%;
  }
  .cell-lg-8 {
    width: 66.6666666667%;
  }
  .cell-lg-9 {
    width: 75%;
  }
  .cell-lg-10 {
    width: 83.3333333333%;
  }
  .cell-lg-11 {
    width: 91.6666666667%;
  }
  .cell-lg-12 {
    width: 100%;
  }
  .mt-lg-30, .m-lg-30, .my-lg-30 {
    margin-top: 1.875rem;
  }
  .pt-lg-30, .p-lg-30, .py-lg-30 {
    padding-top: 1.875rem;
  }
  .mb-lg-30, .m-lg-30, .my-lg-30 {
    margin-bottom: 1.875rem;
  }
  .pb-lg-30, .p-lg-30, .py-lg-30 {
    padding-bottom: 1.875rem;
  }
  .ml-lg-30, .m-lg-30, .mx-lg-30 {
    margin-left: 1.875rem;
  }
  .pl-lg-30, .p-lg-30, .px-lg-30 {
    padding-left: 1.875rem;
  }
  .mr-lg-30, .m-lg-30, .mx-lg-30 {
    margin-right: 1.875rem;
  }
  .pr-lg-30, .p-lg-30, .px-lg-30 {
    padding-right: 1.875rem;
  }
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
  .align-lg-items-start {
    align-items: flex-start;
  }
  .align-lg-items-center {
    align-items: center;
  }
  .align-lg-items-end {
    align-items: flex-end;
  }
  .align-lg-content-center {
    align-content: center;
  }
  .justify-lg-content-start {
    justify-content: flex-start;
  }
  .justify-lg-content-center {
    justify-content: center;
  }
  .justify-lg-content-end {
    justify-content: flex-end;
  }
  .justify-lg-content-between {
    justify-content: space-between;
  }
  .justify-lg-content-around {
    justify-content: space-around;
  }
  .justify-lg-content-evenly {
    justify-content: space-evenly;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-left {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cell-xl-1 {
    width: 8.3333333333%;
  }
  .cell-xl-2 {
    width: 16.6666666667%;
  }
  .cell-xl-3 {
    width: 25%;
  }
  .cell-xl-4 {
    width: 33.3333333333%;
  }
  .cell-xl-5 {
    width: 41.6666666667%;
  }
  .cell-xl-6 {
    width: 50%;
  }
  .cell-xl-7 {
    width: 58.3333333333%;
  }
  .cell-xl-8 {
    width: 66.6666666667%;
  }
  .cell-xl-9 {
    width: 75%;
  }
  .cell-xl-10 {
    width: 83.3333333333%;
  }
  .cell-xl-11 {
    width: 91.6666666667%;
  }
  .cell-xl-12 {
    width: 100%;
  }
  .mt-xl-30, .m-xl-30, .my-xl-30 {
    margin-top: 1.875rem;
  }
  .pt-xl-30, .p-xl-30, .py-xl-30 {
    padding-top: 1.875rem;
  }
  .mb-xl-30, .m-xl-30, .my-xl-30 {
    margin-bottom: 1.875rem;
  }
  .pb-xl-30, .p-xl-30, .py-xl-30 {
    padding-bottom: 1.875rem;
  }
  .ml-xl-30, .m-xl-30, .mx-xl-30 {
    margin-left: 1.875rem;
  }
  .pl-xl-30, .p-xl-30, .px-xl-30 {
    padding-left: 1.875rem;
  }
  .mr-xl-30, .m-xl-30, .mx-xl-30 {
    margin-right: 1.875rem;
  }
  .pr-xl-30, .p-xl-30, .px-xl-30 {
    padding-right: 1.875rem;
  }
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: flex;
  }
  .align-xl-items-start {
    align-items: flex-start;
  }
  .align-xl-items-center {
    align-items: center;
  }
  .align-xl-items-end {
    align-items: flex-end;
  }
  .align-xl-content-center {
    align-content: center;
  }
  .justify-xl-content-start {
    justify-content: flex-start;
  }
  .justify-xl-content-center {
    justify-content: center;
  }
  .justify-xl-content-end {
    justify-content: flex-end;
  }
  .justify-xl-content-between {
    justify-content: space-between;
  }
  .justify-xl-content-around {
    justify-content: space-around;
  }
  .justify-xl-content-evenly {
    justify-content: space-evenly;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-left {
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .cell-xxl-1 {
    width: 8.3333333333%;
  }
  .cell-xxl-2 {
    width: 16.6666666667%;
  }
  .cell-xxl-3 {
    width: 25%;
  }
  .cell-xxl-4 {
    width: 33.3333333333%;
  }
  .cell-xxl-5 {
    width: 41.6666666667%;
  }
  .cell-xxl-6 {
    width: 50%;
  }
  .cell-xxl-7 {
    width: 58.3333333333%;
  }
  .cell-xxl-8 {
    width: 66.6666666667%;
  }
  .cell-xxl-9 {
    width: 75%;
  }
  .cell-xxl-10 {
    width: 83.3333333333%;
  }
  .cell-xxl-11 {
    width: 91.6666666667%;
  }
  .cell-xxl-12 {
    width: 100%;
  }
  .mt-xxl-30, .m-xxl-30, .my-xxl-30 {
    margin-top: 1.875rem;
  }
  .pt-xxl-30, .p-xxl-30, .py-xxl-30 {
    padding-top: 1.875rem;
  }
  .mb-xxl-30, .m-xxl-30, .my-xxl-30 {
    margin-bottom: 1.875rem;
  }
  .pb-xxl-30, .p-xxl-30, .py-xxl-30 {
    padding-bottom: 1.875rem;
  }
  .ml-xxl-30, .m-xxl-30, .mx-xxl-30 {
    margin-left: 1.875rem;
  }
  .pl-xxl-30, .p-xxl-30, .px-xxl-30 {
    padding-left: 1.875rem;
  }
  .mr-xxl-30, .m-xxl-30, .mx-xxl-30 {
    margin-right: 1.875rem;
  }
  .pr-xxl-30, .p-xxl-30, .px-xxl-30 {
    padding-right: 1.875rem;
  }
  .d-xxl-none {
    display: none;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-flex {
    display: flex;
  }
  .align-xxl-items-start {
    align-items: flex-start;
  }
  .align-xxl-items-center {
    align-items: center;
  }
  .align-xxl-items-end {
    align-items: flex-end;
  }
  .align-xxl-content-center {
    align-content: center;
  }
  .justify-xxl-content-start {
    justify-content: flex-start;
  }
  .justify-xxl-content-center {
    justify-content: center;
  }
  .justify-xxl-content-end {
    justify-content: flex-end;
  }
  .justify-xxl-content-between {
    justify-content: space-between;
  }
  .justify-xxl-content-around {
    justify-content: space-around;
  }
  .justify-xxl-content-evenly {
    justify-content: space-evenly;
  }
  .text-xxl-center {
    text-align: center;
  }
  .text-xxl-right {
    text-align: right;
  }
  .text-xxl-left {
    text-align: left;
  }
}
.btn, input[type="button"], input[type="reset"], input[type="submit"] {
  display: inline-block;
  vertical-align: top;
  padding: 0.63rem 0.94rem;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: 50px;
  background-color: #FF5F41;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}
.btn:is(:hover, :focus), input[type="button"]:is(:hover, :focus), input[type="reset"]:is(:hover, :focus), input[type="submit"]:is(:hover, :focus), a:hover .btn, a:hover input[type="button"], a:hover input[type="reset"], a:hover input[type="submit"] {
  color: #ffffff;
  text-decoration: none;
  background-color: #76C428;
  cursor: pointer;
}
.btn-link {
  margin-bottom: 0.13rem;
  color: #FF5F41;
  font-size: 1rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}
.btn-link:hover, .btn-link:focus, a:hover .btn-link {
  color: #76C428;
  text-decoration: none;
  border-color: currentColor;
}
.xoo-wsc-ft-bt, .xoo-wsc-ft-btn, .woocommerce-Button, .woocommerce-button, .wc-block-components-button, .button.alt {
  border-radius: 50px !important;
  padding: 0.63rem 0.94rem !important;
  color: #ffffff !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border: none !important;
  background-color: #FF5F41 !important;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s !important;
}
.btn.arrow {
  background-color: #ffffff;
  color: #292E35;
  border-radius: 50px;
  border: 1.5px solid #292E35;
  position: relative;
  padding: 10px 55px 10px 17px;
}
.btn.arrow:hover {
  background: #FF5F41;
  color: #ffffff;
  border-color: #ffffff;
}
.btn.arrow:after {
  content: "";
  background-image: url("../../assets/images/green-arrow.png");
  width: 44px;
  height: 44px;
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
}
input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
}
form label {
  display: block;
  margin-bottom: 0.63rem;
  color: #292E35;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.5;
}
:is(input, textarea, button, select) {
  font-family: "Poppins", "Arial", sans-serif;
}
input[type="url"], input[type="text"], input[type="submit"], input[type="button"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="date"], textarea {
  -webkit-appearance: none;
  outline: none;
}
input[type="url"], input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="number"], input[type="date"], textarea, select {
  width: 100%;
  height: 2.63rem;
  padding: 0 0.94rem;
  color: #292E35;
  font-size: 1rem;
  font-weight: 400;
  border: 0.07rem solid #76C428;
  border-radius: 0;
}
input[type="url"]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="date"]:focus, textarea:focus, select:focus {
  border-color: #76C428;
  outline: none;
}
input[type="url"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: rgba(41, 46, 53, 0.5);
  opacity: 1;
}
input[type="url"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="date"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  color: rgba(41, 46, 53, 0.5);
  opacity: 1;
}
input[type="url"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="date"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: rgba(41, 46, 53, 0.5);
  opacity: 1;
}
input[type="url"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: rgba(41, 46, 53, 0.5);
  opacity: 1;
}
textarea {
  display: block;
  height: 9.38rem;
  padding: 0.63rem 0.94rem;
  resize: none;
  overflow: auto;
}
select {
  -webkit-appearance: none;
  padding-right: 1.875em;
  background-color: transparent;
  background-image: url("../images/select-down-arrow.svg");
  background-size: 0.88rem 0.44rem;
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  cursor: pointer;
}
select:focus {
  outline: none;
}
/* for ie */
select::-ms-expand {
  display: none;
}
button {
  cursor: pointer;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}
.form-group {
  margin-bottom: 1.25rem;
}
.radio-btn-group .radio-option {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.63rem;
}
.radio-btn-group .radio-option:first-child {
  padding-left: 0;
}
.radio-btn-group .radio-option .radio-custom {
  position: absolute;
  opacity: 0;
}
.radio-btn-group .radio-option .radio-custom:focus + .radio-custom-label {
  outline: none;
}
.radio-btn-group .radio-option .radio-custom:checked + .radio-custom-label:before {
  background-color: #292E35;
}
.radio-btn-group .radio-option .radio-custom-label {
  margin: 0;
  cursor: pointer;
  color: #292E35;
}
.radio-btn-group .radio-option .radio-custom-label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 0.63rem;
  width: 0.63rem;
  margin-top: 0.19rem;
  margin-right: 0.63rem;
  background-color: #ffffff;
  border: 0.13rem solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0px 2px #292E35;
  cursor: pointer;
}
.checkbox input[type="checkbox"], .gfield_checkbox input[type="checkbox"] {
  display: none;
  width: initial;
  height: initial;
  margin-bottom: 0;
  padding: 0;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:checked + label:after, .gfield_checkbox input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  display: block;
  width: 0.32rem;
  height: 0.63rem;
  border: solid #76C428;
  border-width: 0 0.13rem 0.13rem 0;
  transform: rotate(42deg);
}
.checkbox label, .gfield_checkbox label {
  position: relative;
  cursor: pointer;
}
.checkbox label::before, .gfield_checkbox label::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  padding: 0.5rem;
  background-color: transparent;
  border: 0.13rem solid #76C428;
  -webkit-appearance: none;
  cursor: pointer;
}
#wpadminbar {
  position: fixed;
}
.site-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.main-container {
  width: 100%;
  align-self: start;
}
.section-spacing {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media (max-width: 991px) {
  .section-spacing {
    padding-top: 4.69rem;
    padding-bottom: 4.69rem;
  }
}
@media (max-width: 767px) {
  .section-spacing {
    padding-top: 3.13rem;
    padding-bottom: 3.13rem;
  }
}
.entry-banner {
  position: relative;
  width: 100%;
  height: 12.5rem;
  display: grid;
}
@media (min-width: 992px) {
  .entry-banner:not(.no-thumb) {
    height: 25rem;
  }
}
.entry-banner.no-thumb .entry-header {
  background-color: #ff5f41;
}
.entry-banner .entry-header {
  width: 100%;
  height: 100%;
  padding: 1.88rem;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: auto;
  grid-column-end: auto;
  background-color: rgba(41, 46, 53, 0.5);
}
.entry-banner .entry-header .entry-title {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991px) {
  .entry-banner .entry-header .entry-title {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .entry-banner .entry-header .entry-title {
    font-size: 2.82rem;
  }
}
.entry-banner .post-thumbnail {
  width: 100%;
  height: 100%;
  overflow: hidden;
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: auto;
  grid-column-end: auto;
}
.entry-banner .post-thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
/** Pagination */
.pagination {
  margin-top: 2em;
  text-align: center;
}
.pagination ul {
  gap: 0.38rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}
.pagination ul li {
  margin: 0;
  padding: 0;
}
.pagination ul li .page-numbers {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  background-color: #292E35;
}
.pagination ul li .page-numbers.current, .pagination ul li .page-numbers:hover {
  color: #ffffff;
  background-color: #FF5F41;
}
/** Comment */
.comments-area {
  padding: 1rem;
  margin-top: 2rem;
  box-shadow: 0 1px 3px rgba(41, 46, 53, 0.2);
  background-color: #ffffff;
}
.comments-area ul, .comments-area ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.comments-area .comments-title {
  font-size: 1.5rem;
}
.comments-area .comment {
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(41, 46, 53, 0.2);
}
.comments-area .comment-meta {
  color: #292E35;
  font-size: 1rem;
}
.comments-area .comment-author {
  display: block;
  margin-bottom: 1rem;
}
.comments-area .comment-author .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 0.5rem;
}
.comments-area .comment-content {
  color: #444;
  margin-top: 0.75rem;
}
.comments-area .reply {
  text-align: right;
  margin-top: 1rem;
}
.comments-area .reply a {
  display: inline-block;
  padding: 0.38rem;
  color: #ffffff;
  font-size: 0.75rem;
  font-family: "Nunito", "Arial", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  background-color: #FF5F41;
}
.comments-area .reply a:hover {
  background-color: #76C428;
}
.comments-area .comment-respond {
  margin-top: 2rem;
}
.comments-area .comment-reply-title {
  font-size: 1.2rem;
}
/* responsive nav for small devices */
.hamburger {
  --humburgerBox: 2.5rem;
  display: none;
  align-items: center;
  justify-content: center;
  width: var(--humburgerBox);
  height: var(--humburgerBox);
  margin: 0;
  text-align: center;
  background-color: #FF5F41;
  padding: 0.63rem;
  border-radius: 50%;
  z-index: 999;
}
@media (max-width: 991px) {
  .hamburger {
    display: flex;
    background-color: #FF5F41;
  }
}
.hamburger:hover, .hamburger:focus {
  background-color: #FF5F41;
  outline: none;
  cursor: pointer;
}
.hamburger span {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  border-radius: 0;
  height: 2px;
  width: 100%;
  background: #ffffff;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  border-radius: 2px;
}
.hamburger span:before, .hamburger span:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  border-radius: 2px;
}
.hamburger span:before {
  top: -8px;
}
.hamburger span:after {
  bottom: -8px;
}
.hamburger.is-clicked {
  position: absolute;
  top: 87px;
  right: 20px;
  background-color: #FF5F41;
}
@media (max-width: 767px) {
  .hamburger.is-clicked {
    top: 114px;
  }
}
.hamburger.is-clicked span {
  background-color: transparent !important;
}
.hamburger.is-clicked span:before, .hamburger.is-clicked span:after {
  top: 0;
  background-color: #ffffff;
}
.hamburger.is-clicked span:before {
  transform: rotate(45deg);
}
.hamburger.is-clicked span:after {
  transform: translateY(-6px) rotate(-45deg);
  top: 6px;
}
.mbnav {
  position: relative;
  display: none;
  z-index: 999;
}
@media (max-width: 991px) {
  .mbnav {
    display: block;
  }
}
.mbnav__state {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 999;
  pointer-events: none;
}
.mbnav__inner {
  position: relative;
  max-height: 100vh;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mbnav__top {
  display: flex;
  justify-content: space-between;
  background: #76c428;
}
.mbnav__logo {
  color: #ffffff;
  padding: 15px;
}
.mbnav .menu-wrap {
  --leftSlide: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: var(--leftSlide);
  transition: 0.4s ease;
}
.mbnav .menu-wrap .menu-wrap {
  right: -100%;
  opacity: 0;
  visibility: hidden;
}
.mbnav .menu-wrap > .menu-inner {
  max-height: 100%;
  padding-top: 6.25rem;
  padding-bottom: 0.94rem;
  background-color: #ffffff;
  pointer-events: auto;
  overflow: hidden auto;
}
.mbnav ul {
  position: static;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 20px;
  padding-top: 8.75rem;
  transition: 0.4s ease;
}
.mbnav ul li.is-open > .menu-wrap {
  opacity: 1;
  visibility: visible;
}
.mbnav ul li:not(.btn-wrap) {
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0 0 0 0;
  list-style: none;
  color: #FF5F41;
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 1px solid #dee3e2;
}
.mbnav ul li:not(.btn-wrap):last-child {
  border-bottom: 0;
}
.mbnav ul li:not(.btn-wrap)::before {
  display: none;
}
.mbnav ul li:not(.btn-wrap).has-sub a::after {
  display: none;
}
.mbnav ul li:not(.btn-wrap) a::after, .mbnav ul li:not(.btn-wrap) .mbnav__caret::before {
  content: "";
  --sArrowWidth: 10px;
  display: flex;
  align-items: center;
  margin: auto;
  width: var(--sArrowWidth);
  height: var(--sArrowWidth);
  border: calc(var(--sArrowWidth) / 4) solid #FF5F41;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}
.mbnav ul li:not(.btn-wrap) a {
  position: relative;
  display: block;
  padding: 10px 0;
  color: currentColor;
  line-height: 1.3;
  text-decoration: none !important;
  z-index: 2;
  cursor: pointer;
  flex: 1 1 auto;
  order: -1;
}
.mbnav ul li:not(.btn-wrap) a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: 0;
  display: none;
}
.mbnav__caret {
  display: grid;
  align-items: center;
  justify-content: flex-end;
  width: 30px;
  height: auto;
  cursor: pointer;
  z-index: 1;
}
.mbnav__caret:not(.trigger-caret) {
  pointer-events: none;
}
.color-mbnav .mbnav__caret::before {
  color: #FF5F41 !important;
}
.mbnav ul li:not(.btn-wrap).is-open > .mbnav__caret:after {
  transform: rotate(0);
}
.mbnav ul li:not(.btn-wrap).has-sub > a {
  flex: 1 1 auto;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  margin: 0;
  transform: translateY(200%);
  transition: 0.4s ease-in-out;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap::before {
  display: none;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap a {
  display: block;
}
.mbnav ul li:not(.btn-wrap).current-menu-item a {
  color: #292E35;
}
.mbnav ul ul li {
  font-size: 16px;
}
.mbnav ul ul li.current-menu-item a {
  color: #292E35;
}
.mbnav ul ul li a {
  padding-left: 25px;
}
.mbnav ul ul li li {
  font-size: 14px;
}
.mbnav ul ul li li a {
  padding-left: 35px;
}
.mbnav ul > li > .sub-menu {
  position: absolute;
  left: 100%;
}
.mbnav ul .back-click {
  width: 100%;
  order: -1;
  color: currentColor;
  padding: 15px 0;
  font-weight: 400;
}
.mbnav ul .back-click::before {
  content: "a";
  font-family: "iconfontfamily" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  color: #FF5F41;
  margin-right: 15px;
  margin-bottom: 3px;
  font-size: 18px;
  border: 0;
}
.mbnav__backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  transition: all 0.4s ease-in;
  background: rgba(41, 46, 53, 0.55);
  opacity: 0;
  z-index: -1;
}
.mbnav__overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.4s ease-in;
  background: rgba(41, 46, 53, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
.mbnav__overlay.is-show {
  opacity: 1;
  visibility: visible;
}
.mbnav.is-open .btn-wrap {
  transform: translateY(0);
}
.mbnav.is-open .mbnav__state {
  left: 0;
}
.mbnav.is-open .mbnav__backdrop {
  opacity: 1;
  z-index: 999;
  visibility: visible;
}
/*--- header ---*/
.site-header {
  position: relative;
  width: 100%;
  z-index: 999;
  /* nav */
  /* Cart badge */
}
@media (max-width: 991px) {
  .site-header {
    background-color: #ffffff;
  }
}
.site-header .header-top-wrap {
  background-color: #292E35;
  padding: 15px 25px;
  border-radius: 0 0 20px 20px;
}
.site-header .xoo-wsc-sc-bki {
  font-size: 20px;
}
.site-header .xoo-wsc-sc-cont {
  width: 18px;
  height: 18px;
}
.site-header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .site-header .header-top {
    gap: 0.63rem;
  }
}
.site-header .header-top a, .site-header .header-top p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  padding-left: 25px;
}
.site-header .header-top a.phone:before, .site-header .header-top p.phone:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(-50%, -50%);
  background-image: url("../../assets/images/call.png");
  width: 18px;
  height: 18px;
}
.site-header .header-top a.address:before, .site-header .header-top p.address:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(-50%, -50%);
  background-image: url("../../assets/images/map.png");
  width: 18px;
  height: 18px;
}
@media (max-width: 991px) {
  .site-header .mob-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(41, 46, 53, 0.15);
  }
}
.site-header .main-header {
  padding: 1.57rem 0;
  border-bottom: 1px solid rgba(41, 46, 53, 0.15);
}
@media (max-width: 991px) {
  .site-header .main-header {
    gap: 0.94rem;
  }
}
@media (max-width: 767px) {
  .site-header .main-header {
    width: 85%;
    border-bottom: none;
  }
}
.site-header .main-header .header-left {
  display: flex;
  align-items: center;
  gap: 5rem;
}
@media (max-width: 1199px) {
  .site-header .main-header .header-left {
    gap: 1.88rem;
  }
}
.site-header .header-logo {
  display: block;
  vertical-align: middle;
  width: 12.32rem;
}
@media (max-width: 767px) {
  .site-header .header-logo {
    width: 8.75rem;
    order: 1;
  }
}
.site-header .navigation {
  padding: 0.94rem 0;
  border-bottom: 1px solid rgba(41, 46, 53, 0.15);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .site-header .navigation {
    display: none;
  }
}
@media (max-width: 1199px) {
  .site-header .navigation {
    justify-content: center;
    gap: 15px;
  }
}
.site-header .navbar {
  word-break: keep-all;
}
@media (max-width: 1199px) {
  .site-header .navbar {
    width: 100%;
  }
}
.site-header .navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
@media (max-width: 1199px) {
  .site-header .navbar ul {
    justify-content: space-between;
  }
}
.site-header .navbar ul li {
  margin: 0 11px;
  padding: 0;
  list-style: none;
}
@media (max-width: 1199px) {
  .site-header .navbar ul li {
    margin: 0;
  }
}
.site-header .navbar ul li.current-menu-item a {
  color: #FF5F41;
}
.site-header .navbar ul li a {
  text-decoration: none;
  color: #292E35;
}
.site-header .navbar ul li a:hover {
  color: #FF5F41;
}
.site-header .contact-button {
  background-color: #76C428;
  padding: 0.63rem 1.25rem;
  border-radius: 1.88rem;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0;
}
.site-header .contact-button a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}
.site-header .contact-button span {
  font-weight: 400;
}
.site-header .contact-button:hover {
  background-color: #FF5F41;
}
.site-header .searchform {
  height: 55px;
  position: relative;
}
@media (max-width: 767px) {
  .site-header .searchform {
    order: 3;
    width: 100%;
    display: none;
  }
}
.site-header .searchform input {
  height: 55px !important;
  padding: 10px 30px 10px 25px;
  width: 556px;
  border-radius: 1.88rem;
  border: 1.5px solid rgba(41, 46, 53, 0.2);
}
@media (max-width: 991px) {
  .site-header .searchform input {
    width: 17.44rem;
  }
}
@media (max-width: 767px) {
  .site-header .searchform input {
    width: 100%;
  }
}
.site-header .searchform button {
  border: 0;
  background: 0;
  position: absolute;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
}
.site-header .searchform .search-icon {
  width: 24px;
  height: 24px;
}
.site-header .header-icons {
  display: flex;
  gap: 12px;
}
@media (max-width: 767px) {
  .site-header .header-icons {
    order: 2;
  }
}
.site-header .icon-btn {
  width: 40px;
  height: 40px;
  background: #f3f3f3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #292E35;
  position: relative;
  transition: 0.3s;
}
.site-header .icon-btn svg {
  width: 18px;
  height: 18px;
}
.site-header .icon-btn:hover {
  background: #FF5F41;
  color: #ffffff;
}
.site-header .cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #76C428;
  color: #fff;
  font-size: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home.scroll-fixed .site-header .searchform, .home.scroll-fixed .site-header .header-icons {
  display: none;
}
.xoo-wsc-basket {
  display: none !important;
}
.wc-filters form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wc-filters .wpf_reset_btn {
  margin: 0 20px;
}
.site-footer {
  width: 100%;
  padding-top: 1.88rem;
  padding-bottom: 1.88rem;
  background: linear-gradient(180deg, #292E35 0%, #1A1D20 100%);
  border-radius: 24px 24px 0 0;
}
.site-footer .social-medias {
  margin-top: 30px;
}
.site-footer .social-medias h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.site-footer .social-medias li {
  border: 1.6px solid #464B53;
}
.site-footer .social-medias li a {
  padding-left: 0 !important;
  font-size: 1.25rem !important;
}
.site-footer .main-footer-wrap .copyright {
  text-align: center;
  color: #ffffff;
  padding-bottom: 20px;
}
.site-footer .main-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.site-footer .main-footer .logo-wrap {
  width: 400px;
  margin: 0 auto;
}
.site-footer .main-footer .logo-wrap .logo {
  width: 288px;
}
@media (max-width: 991px) {
  .site-footer .main-footer .logo-wrap .logo {
    position: relative;
    margin: 0 auto;
    width: 150px;
  }
}
@media (max-width: 767px) {
  .site-footer .main-footer .logo-wrap .logo {
    width: 150px;
  }
}
.site-footer .main-footer .footer-info {
  flex: 1 0 0%;
  padding: 50px 50px 50px 0;
}
@media (max-width: 991px) {
  .site-footer .main-footer .footer-info {
    padding: 50px 20px;
    flex: 1 0 100%;
  }
}
.site-footer .main-footer .footer-info > p {
  padding-left: 0 !important;
}
.site-footer .main-footer .footer-info .contact-detail {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  justify-content: flex-start;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .site-footer .main-footer .footer-info .contact-detail {
    width: 100%;
  }
}
.site-footer .main-footer .footer-info .contact-detail a:hover {
  color: #FF5F41;
}
.site-footer .main-footer .footer-info p, .site-footer .main-footer .footer-info a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
  text-decoration: none;
}
.site-footer .main-footer .footer-info p.phone, .site-footer .main-footer .footer-info a.phone {
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .site-footer .main-footer .footer-info p.phone, .site-footer .main-footer .footer-info a.phone {
    width: 100%;
  }
}
.site-footer .main-footer .footer-info p.phone:before, .site-footer .main-footer .footer-info a.phone:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(-50%, -50%);
  background-image: url("../../assets/images/call.png");
  width: 18px;
  height: 18px;
}
.site-footer .main-footer .footer-info p.address, .site-footer .main-footer .footer-info a.address {
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .site-footer .main-footer .footer-info p.address, .site-footer .main-footer .footer-info a.address {
    width: 100%;
  }
}
.site-footer .main-footer .footer-info p.address:before, .site-footer .main-footer .footer-info a.address:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(-50%, -50%);
  background-image: url("../../assets/images/map.png");
  width: 18px;
  height: 18px;
}
.site-footer .main-footer .footer-info p.email, .site-footer .main-footer .footer-info a.email {
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .site-footer .main-footer .footer-info p.email, .site-footer .main-footer .footer-info a.email {
    width: 100%;
  }
}
.site-footer .main-footer .footer-info p.email:before, .site-footer .main-footer .footer-info a.email:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(-50%, -50%);
  background-image: url("../../assets/images/mail.png");
  width: 18px;
  height: 18px;
}
.site-footer .main-footer .footer-info p.hours, .site-footer .main-footer .footer-info a.hours {
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .site-footer .main-footer .footer-info p.hours, .site-footer .main-footer .footer-info a.hours {
    width: 100%;
  }
}
.site-footer .main-footer .footer-info p.hours:before, .site-footer .main-footer .footer-info a.hours:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(-50%, -50%);
  background-image: url("../../assets/images/hours.png");
  width: 18px;
  height: 18px;
}
.site-footer .footer-navbar {
  width: 90%;
  margin: 0 auto;
  padding-top: 3.13rem;
}
@media (max-width: 991px) {
  .site-footer .footer-navbar {
    width: 100%;
    padding: 0 15px;
  }
}
.site-footer .footer-navbar ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
  border: 1px solid #464B53;
  border-bottom-color: #FF5F41;
}
.site-footer .footer-navbar ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 20%;
  text-align: center;
  border-left: 1px solid #464B53;
  padding: 10px;
}
@media (max-width: 991px) {
  .site-footer .footer-navbar ul li {
    width: 50%;
    border-left: 0;
  }
}
.site-footer .footer-navbar ul li:hover {
  background-color: #FF5F41;
}
.site-footer .footer-navbar ul li.current-menu-item {
  background-color: #FF5F41;
}
.site-footer .footer-navbar ul li a {
  color: #ffffff;
  text-decoration: none;
}
.hero-banner {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .hero-banner {
    padding-top: 20px;
  }
}
.hero-banner .banner {
  position: relative;
  background: #FF5F41;
  border-radius: 40px;
  margin: 0 2rem;
}
@media (max-width: 991px) {
  .hero-banner .banner {
    margin: 0 0.94rem;
  }
}
.hero-banner .banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.25) 1px, transparent 1px);
  background-size: 14px 14px;
}
.hero-banner .banner::after {
  content: "";
  background: url("../../assets/images/banner-dots.png") no-repeat center;
  background-size: contain;
  width: 63%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .hero-banner .banner::after {
    width: 98%;
    height: 500px;
    position: absolute;
    bottom: 0;
    left: 1%;
  }
}
.hero-banner .slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .hero-banner .slide {
    padding: 1.88rem 0;
  }
}
.hero-banner .content {
  width: 40%;
}
@media (max-width: 991px) {
  .hero-banner .content {
    width: 100%;
  }
}
.hero-banner .content * {
  color: #ffffff;
}
.hero-banner .content h1 {
  font-size: 3.88rem;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Nunito", "Arial", sans-serif;
}
@media (max-width: 1199px) {
  .hero-banner .content h1 {
    font-size: 2.69rem;
  }
}
@media (max-width: 767px) {
  .hero-banner .content h1 {
    font-size: 2rem;
  }
}
.hero-banner .content p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.hero-banner .content .button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  color: #FF5F41;
  padding: 14px 26px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  padding-right: 3.5rem;
}
.hero-banner .content .button:hover {
  background: #292E35;
  color: #ffffff;
}
.hero-banner .image {
  width: 50%;
  margin-top: -82px;
}
@media (max-width: 991px) {
  .hero-banner .image {
    width: 100%;
    margin-top: 0;
  }
}
.hero-banner .image img {
  width: 100%;
  display: block;
}
/* responsive */
@media (max-width: 991px) {
  .hero-banner .slide {
    flex-direction: column;
    text-align: center;
    padding: 50px 0 0 0;
  }
}
.testimonials {
  background: #eefbe6;
  padding: 120px 20px 200px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .testimonials {
    padding: 30px 20px;
  }
}
.heading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .heading {
    display: none;
  }
}
.section-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #1f2933;
  margin-bottom: 80px;
}
.testimonial-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 500px;
}
.testimonial-card {
  background: #ffffff;
  width: 300px;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  position: absolute;
  text-align: center;
}
.testimonial-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
  margin: 15px 0;
}
.testimonial-card span {
  font-weight: 600;
  color: #111827;
}
.stars {
  color: #ff6b4a;
  font-size: 18px;
  letter-spacing: 2px;
}
/* Positioning */
.left.top {
  top: 0;
  left: 0;
}
.right.top {
  top: 0;
  right: 0;
}
.center {
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.center.bottom {
  bottom: -30%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  top: auto;
}
.left.bottom {
  bottom: 0;
  left: 0;
}
.right.bottom {
  bottom: 0;
  right: 0;
}
/* Responsive */
@media (max-width: 992px) {
  .testimonial-wrapper {
    min-height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .testimonial-card {
    position: static;
    margin: 20px auto;
    transform: none !important;
  }
}
.offer-section {
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .offer-section {
    margin: 0 15px;
  }
}
.offer-container {
  background: #f26c4f;
  border-radius: 30px;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 40px;
  overflow: hidden;
}
/* Left Image */
.offer-image {
  margin: -20px;
}
.offer-image img {
  max-width: 520px;
  width: 100%;
}
/* Right Content */
.offer-content {
  flex: 1;
  display: flex;
  justify-content: center;
}
/* White Paint Shape */
.offer-paint {
  background: url("../../assets/images/paint.png") no-repeat center;
  background-size: contain;
  width: 490px;
  height: 343px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.offer-paint h2 {
  font-size: 56px;
  font-weight: 800;
  color: #1f2933;
  margin: 0;
}
.offer-paint p {
  font-size: 18px;
  color: #1f2933;
  margin: 10px 0 20px;
}
/* Button */
.offer-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border: 2px solid #1f2933;
  border-radius: 30px;
  color: #1f2933;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
.offer-btn span {
  background: #8cc63f;
  color: #fff;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.offer-btn:hover {
  background: #1f2933;
  color: #fff;
}
.offer-btn:hover span {
  background: #fff;
  color: #1f2933;
}
/* Responsive */
@media (max-width: 767px) {
  .offer-container {
    flex-direction: column;
    text-align: center;
  }
  .offer-paint {
    width: 100%;
    height: auto;
    padding: 60px 20px;
  }
  .offer-image img {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .food-grid {
    margin: 0 15px;
  }
}
.food-container {
  max-width: 1200px;
  margin: 20px auto;
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 24px;
}
.food-container.other {
  grid-template-columns: 40% 60%;
}
.food-card-link {
  text-decoration: none;
}
.food-card-link .product-card {
  height: 100%;
}
.food-card-link .product-card .arrow {
  bottom: 1.25rem;
}
/* Base Card */
.food-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
.food-card:hover {
  text-decoration: none;
}
/* Arrow Button */
.food-card .arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  background-image: url("../../assets/images/black-arrow.png");
}
/* Text Card */
.text-card {
  background: #f26c4f;
  padding: 40px;
  display: flex;
  align-items: flex-end;
}
.text-card h2 {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
}
/* Image Cards */
.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Product Card */
.product-card {
  background: #eaf6d9;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.product-img img {
  width: 120px;
}
.product-info h3 {
  font-size: 28px;
  margin: 0 0 8px;
}
.product-info p {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
/* Responsive */
@media (max-width: 992px) {
  .food-container {
    grid-template-columns: 1fr;
  }
  .food-container.other {
    grid-template-columns: 1fr;
  }
  .text-card h2 {
    font-size: 42px;
  }
  .product-card {
    flex-direction: column;
    text-align: center;
  }
}
.ribbon-container {
  width: 100%;
  overflow: hidden;
}
svg {
  width: 100%;
  height: auto;
  display: block;
}
.ribbon-text {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: capitalize;
  fill: white;
}
.ribbon-path {
  fill: none;
  stroke: #7ac142;
  stroke-width: 37;
  stroke-linecap: round;
}
.top-categories {
  padding: 50px 0;
  text-align: center;
}
.top-categories h2 {
  font-size: 32px;
  font-weight: 700;
}
.top-categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.top-categories ul li {
  list-style: none;
  padding: 0;
  margin: 15px;
  background: rgba(255, 95, 65, 0.05);
  padding: 16px 32px 12px 12px;
  border-radius: 50px;
  width: 225px;
}
.top-categories ul li:hover {
  background: #FF5F41;
}
.top-categories ul li:hover h2 {
  color: #ffffff;
}
.top-categories ul li a {
  display: block;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.top-categories ul li a h2 {
  font-size: 20px;
  font-weight: 600;
  color: #292E35;
  margin: 0;
  font-family: "Nunito", "Arial", sans-serif;
}
.top-categories ul li a img {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  margin-right: 10px;
}
.product-list {
  padding: 50px 0;
  text-align: center;
}
.product-list.food .container {
  background: #ffffff;
}
.product-list .container {
  background: rgba(255, 95, 65, 0.1);
  border-radius: 30px;
  padding: 50px 20px;
}
.product-list h2 {
  font-size: 32px;
  font-weight: 700;
  font-family: "Nunito", "Arial", sans-serif;
  margin-bottom: 30px;
}
.product-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-list ul li {
  background: #ffffff;
  border-radius: 20px;
  padding: 16px;
  border: 1px solid #292E351A;
  margin: 0 10px;
  text-align: left;
}
.product-list ul li:hover {
  border-width: 0px 2px 2px 0px;
  border-style: solid;
  border-color: #FF5F41;
  box-shadow: 20px 30px 50px 0px #FF5F411A;
}
.product-list ul li:hover .add-to-cart a.button {
  background: #FF5F41;
}
.product-list ul li a {
  display: block;
}
.product-list ul li .product-image {
  position: relative;
  padding-top: 100%;
}
.product-list ul li .product-image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.product-list ul li .product-category {
  margin-top: 20px;
  display: block;
}
.product-list ul li .product-category a {
  color: #292e35;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}
.product-list ul li .product-title {
  font-size: 18px;
  font-weight: 700;
}
.product-list ul li .product-title a {
  text-decoration: none;
  font-family: "Nunito", "Arial", sans-serif;
}
.product-list ul li .prod-price-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-list ul li .prod-price-wrap .product-price {
  display: flex;
  align-items: center;
}
.product-list ul li .prod-price-wrap ins {
  font-size: 20px;
  color: #FF5F41;
  font-weight: 700;
  text-decoration: none;
  font-family: "Nunito", "Arial", sans-serif;
  order: -1;
  margin-right: 10px;
}
.product-list ul li .prod-price-wrap del {
  color: #292E35;
  font-size: 14px;
  font-weight: 500;
  font-family: "Nunito", "Arial", sans-serif;
}
.product-list .slick-slider .slick-dots li {
  border: none;
  background: transparent;
  margin: 0;
}
.product-list .slick-slider .slick-dots li button {
  border: none;
  background: #dee3e2;
}
.product-list .slick-slider .slick-dots li.slick-active button {
  background: #FF5F41;
}
.add-to-cart {
  font-size: 0;
}
.add-to-cart a.button {
  background: #FF5F411A;
  color: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-to-cart a.button::after {
  content: "";
  background-image: url("../../assets/images/cart.png");
  width: 20px;
  height: 19px;
}
.add-to-cart a.button span {
  display: none;
}
.tax-product_cat ul.products {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
.woocommerce ul.products::after, .woocommerce ul.products::before {
  content: none;
}
.woocommerce ul.products li.product {
  float: none;
  width: calc(20% - 20px) !important;
  padding: 10px;
  margin: 10px !important;
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 1px #eee;
}
@media (max-width: 991px) {
  .woocommerce ul.products li.product {
    width: calc(33.33% - 20px) !important;
  }
}
@media (max-width: 575px) {
  .woocommerce ul.products li.product {
    width: calc(50% - 20px) !important;
    margin: 5px !important;
  }
}
.woocommerce ul.products li.product .onsale {
  margin: 0;
  border-radius: 0;
  background-color: #76c428;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  color: inherit;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.woocommerce ul.products li.product img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 0;
  border-radius: 20px;
}
.woocommerce ul.products li.product .product-category-label {
  display: block;
  color: #292E35;
  font-size: 12px;
  padding: 10px 15px 0;
}
@media (max-width: 720px) and (orientation: portrait) {
  .woocommerce ul.products li.product .product-category-label {
    padding: 10px 10px 0;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .woocommerce ul.products li.product .product-category-label {
    padding: 10px 10px 0;
  }
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 10px 15px;
  font-size: 19px;
  font-weight: 700;
  font-family: "Nunito", "Arial", sans-serif;
  line-height: 1.25;
}
@media (max-width: 720px) and (orientation: portrait) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 15px;
    padding: 10px;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 15px;
    padding: 10px;
  }
}
.woocommerce ul.products li.product .price {
  color: #FF5F41;
  font-size: 20px;
  font-family: "Nunito", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 20px 0 28px 15px;
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}
.woocommerce ul.products li.product .price del {
  color: #bfbfbf;
  font-size: 16px;
  font-weight: 500;
  margin-left: 6px;
}
.woocommerce ul.products li.product .add_to_cart_button {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  font-size: 0;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 95, 65, 0.2);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.woocommerce ul.products li.product .add_to_cart_button:before {
  content: "";
  font-family: dashicons;
  font-size: 18px;
  color: inherit;
}
.woocommerce ul.products li.product .added_to_cart {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0;
  padding: 5px;
  color: #ffffff;
  font-size: 12px;
  text-transform: capitalize;
  border-radius: 6px;
  background: #FF5F41;
}
.woocommerce ul.products li.product .added_to_cart:hover {
  background: #76C428;
}
.woocommerce ul.products li.product.highlight, .woocommerce ul.products li.product:hover {
  box-shadow: 2px 2px 0px #FF5F41;
  border-color: transparent !important;
}
.woocommerce ul.products li.product.highlight .add_to_cart_button, .woocommerce ul.products li.product:hover .add_to_cart_button {
  color: #ffffff;
}
.woocommerce-hero {
  width: 100%;
  margin: 50px 0;
}
@media (max-width: 991px) {
  .woocommerce-hero {
    margin: 20px 0;
  }
}
.woocommerce-hero .woocommerce-hero--inner {
  --container-width: 86rem;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  background: rgba(255, 95, 65, 0.1);
}
.woocommerce-hero .woocommerce-hero--inner.wc-hero--hasoverlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
.woocommerce-hero .woocommerce-hero--image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}
@media (max-width: 991px) {
  .woocommerce-hero .woocommerce-hero--image img {
    height: 150px;
  }
}
.woocommerce-hero .woocommerce-hero--content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.woocommerce-hero .woocommerce-hero--content h1 {
  margin: 0;
  color: #292E35;
  font-size: 48px;
  font-weight: 700;
  font-family: "Nunito", "Arial", sans-serif;
}
@media (max-width: 991px) {
  .woocommerce-hero .woocommerce-hero--content h1 {
    font-size: 30px;
  }
}
.woocommerce-hero .woocommerce-breadcrumb {
  color: #FF5F41;
  font-size: 16px;
  font-family: "Nunito", "Arial", sans-serif;
  margin-bottom: 15px;
}
.woocommerce-hero .woocommerce-breadcrumb a {
  color: #292E35;
  text-decoration: none;
}
.woocommerce-hero .woocommerce-breadcrumb a:hover {
  color: #FF5F41;
}
.woocommerce-shop-filter {
  width: 100%;
  z-index: 10;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  font-family: "Nunito", "Arial", sans-serif;
  display: grid;
  grid-gap: 15px;
  align-items: center;
  grid-template-columns: 50px 1fr;
  margin-bottom: 30px;
  border-top: 1px solid #dee3e2;
  border-bottom: 1px solid #dee3e2;
}
@media (max-width: 720px) and (orientation: portrait) {
  .woocommerce-shop-filter {
    display: block;
    padding: 15px 0;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .woocommerce-shop-filter {
    display: block;
    padding: 15px 0;
  }
}
.woocommerce-shop-filter .wpf_form {
  margin: 0;
  font-family: "Nunito", "Arial", sans-serif;
}
.woocommerce-shop-filter .wc-lable {
  color: #FF5F41;
}
.woocommerce-shop-filter .wpf_layout_horizontal .wpf_item {
  margin: 0;
  border: none;
  border-right: 1px solid #dee3e2;
  border-radius: 0;
}
@media (max-width: 720px) and (orientation: portrait) {
  .woocommerce-shop-filter .wpf_layout_horizontal .wpf_item {
    border: 1px solid #dee3e2;
    margin-top: 15px;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .woocommerce-shop-filter .wpf_layout_horizontal .wpf_item {
    border: 1px solid #dee3e2;
    margin-top: 15px;
  }
}
.woocommerce-shop-filter .wpf_layout_horizontal .wpf_item_name {
  padding: 15px 30px;
  font-weight: 700;
}
/* woocommerce-popup */
.popup-open {
  overflow: hidden;
}
.wc-popup-notices {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 99999;
  max-width: 350px;
}
.wc-popup-notices .woocommerce-message {
  margin: 0;
}
.woocommerce ul.products li.product {
  position: relative;
  cursor: pointer;
}
.woocommerce ul.products li.product .wc-popup-trigger {
  position: absolute;
  inset: 0;
  z-index: 5;
}
.woocommerce-popup {
  position: fixed;
  z-index: 9999;
  display: none;
  inset: 0;
}
.woocommerce-popup button.close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  color: gray;
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 1;
  border: none;
  background: no-repeat;
}
.woocommerce-popup button.close:hover {
  color: #FF5F41;
}
.woocommerce-popup .woocommerce-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.woocommerce-popup .woocommerce-popup-wrap {
  position: relative;
  margin: 5vh auto;
  max-width: 1200px;
  border-radius: 30px;
  background: #ffffff;
}
@media (max-width: 1199px) {
  .woocommerce-popup .woocommerce-popup-wrap {
    margin: 5vh 30px;
  }
}
.woocommerce-popup .woocommerce-popup-header {
  padding: 30px;
}
.woocommerce-popup .woocommerce-popup-header h2 {
  margin: 0;
  font-size: 32px;
  font-family: "Nunito", "Arial", sans-serif;
  font-weight: 700;
}
@media (max-width: 720px) and (orientation: portrait) {
  .woocommerce-popup .woocommerce-popup-header h2 {
    font-size: 26px;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .woocommerce-popup .woocommerce-popup-header h2 {
    font-size: 26px;
  }
}
.woocommerce-popup .woocommerce-popup-body {
  padding: 0 30px;
}
.woocommerce-popup .woocommerce-popup-body-inner {
  display: grid;
  grid-gap: 5%;
  grid-template-columns: 35% 60%;
  overflow: auto;
  max-height: 50vh;
  padding-right: 30px;
}
@media (max-width: 720px) and (orientation: portrait) {
  .woocommerce-popup .woocommerce-popup-body-inner {
    grid-template-columns: auto;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .woocommerce-popup .woocommerce-popup-body-inner {
    grid-template-columns: auto;
  }
}
.woocommerce-popup .woocommerce-popup-body-inner::-webkit-scrollbar {
  width: 10px;
}
.woocommerce-popup .woocommerce-popup-body-inner::-webkit-scrollbar-track {
  background: #dee3e2;
  border-radius: 10px;
}
.woocommerce-popup .woocommerce-popup-body-inner::-webkit-scrollbar-thumb {
  background-color: #FF5F41;
  border-radius: 10px;
  border: 2px solid #dee3e2;
}
@media (max-width: 720px) and (orientation: portrait) {
  .woocommerce-popup .woocommerce-popup-body-left {
    order: 2;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .woocommerce-popup .woocommerce-popup-body-left {
    order: 2;
  }
}
.woocommerce-popup .woocommerce-popup-body-left img {
  border-radius: 30px;
}
@media (max-width: 720px) and (orientation: portrait) {
  .woocommerce-popup .woocommerce-popup-body-left img {
    width: 100%;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .woocommerce-popup .woocommerce-popup-body-left img {
    width: 100%;
  }
}
@media (max-width: 720px) and (orientation: portrait) {
  .woocommerce-popup .woocommerce-popup-body-right {
    order: 1;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .woocommerce-popup .woocommerce-popup-body-right {
    order: 1;
  }
}
.woocommerce-popup .woocommerce-popup-body .p-title {
  font-size: 32px;
  font-family: "Nunito", "Arial", sans-serif;
  font-weight: 700;
}
@media (max-width: 720px) and (orientation: portrait) {
  .woocommerce-popup .woocommerce-popup-body .p-title {
    font-size: 24px;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .woocommerce-popup .woocommerce-popup-body .p-title {
    font-size: 24px;
  }
}
.woocommerce-popup .woocommerce-popup-body .p-price {
  color: #FF5F41;
  font-size: 24px;
  font-family: "Nunito", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
}
.woocommerce-popup .woocommerce-popup-body .p-price ins {
  text-decoration: none;
}
.woocommerce-popup .woocommerce-popup-body .p-price del {
  color: #bfbfbf;
  font-size: 16px;
  font-weight: 500;
  margin-left: 6px;
}
.woocommerce-popup .woocommerce-popup-body .p-excerpt {
  margin-top: 20px;
  padding: 20px 0;
  color: #292E35;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  border-top: 1px solid #dee3e2;
  border-bottom: 1px solid #dee3e2;
}
.woocommerce-popup .woocommerce-popup-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  margin-top: 30px;
  border-top: 2px solid #dee3e2;
}
.woocommerce-popup .woocommerce-popup-footer button#p-cart {
  color: white;
  font-size: 18px;
  font-family: "Nunito", "Arial", sans-serif;
  font-weight: 700;
  padding: 10px 30px;
  border: none;
  border-radius: 30px;
  background: #76C428;
}
.woocommerce-popup .woocommerce-popup-footer button#p-cart:hover {
  background: #FF5F41;
}
.woocommerce-popup .woocommerce-popup-footer .qty {
  display: flex;
  align-items: center;
}
.woocommerce-popup .woocommerce-popup-footer .qty button {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: none;
  padding: 10px;
  border-radius: 50%;
  background: #dee3e2;
}
.woocommerce-popup .woocommerce-popup-footer .qty button:hover {
  background: #FF5F41;
}
.woocommerce-popup .woocommerce-popup-footer .qty input[type="number"] {
  width: 40px;
  border: none;
  padding: 0;
  text-align: center;
}
.woocommerce-popup .woocommerce-popup-footer .qty #p-qty::-webkit-inner-spin-button, .woocommerce-popup .woocommerce-popup-footer .qty #p-qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-popup .woocommerce-popup-footer .qty #p-qty {
  -moz-appearance: textfield;
}
.all-products {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 0;
}
.sidebar {
  width: 20%;
  position: sticky;
  top: 80px;
  height: 100vh;
  overflow-y: auto;
  float: left;
}
@media (max-width: 720px) and (orientation: portrait) {
  .sidebar {
    display: none;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .sidebar {
    display: none;
  }
}
.right-content {
  width: 75%;
  float: right;
  border-left: 1px solid #292E351A;
  padding-left: 40px;
}
@media (max-width: 720px) and (orientation: portrait) {
  .right-content {
    width: 100%;
    padding-left: 0;
    border: none;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .right-content {
    width: 100%;
    padding-left: 0;
    border: none;
  }
}
.right-content .category-section h3 {
  font-size: 22px;
}
.right-content .slick-dots li {
  padding: 5px;
}
.cat-list {
  list-style: none;
  padding: 0;
}
.cat-list a {
  display: block;
  padding: 0;
  text-decoration: none;
}
/* Hide all child categories */
.child-cat {
  display: none;
  padding-left: 15px;
  list-style: none;
}
/* Show only active parent’s children */
.parent-cat.active > .child-cat {
  display: block;
}
/* Optional visuals */
.parent-cat > a {
  font-weight: 600;
  display: block;
  padding: 0px 10px;
}
.child-cat a {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.parent-cat.active > a {
  color: #ff5722;
}
.category-section h2 {
  font-size: 24px;
  font-weight: 600;
}
.right-content .woocommerce ul.products li.product {
  margin: 0 20px 20px 0;
  width: 100% !important;
}
.right-content .woocommerce .slick-track {
  margin: 0;
}
.pofw-accordion-title {
  border: 1px solid #000 !important;
  border-radius: 16px;
  background-color: #ffffff !important;
}
.pofw-required {
  margin-bottom: 20px;
}
.pofw-required.active {
  border: 1px solid #FF5F41;
  border-radius: 16px;
}
.pofw-accordion-content {
  padding: 12px 0 !important;
  border: none !important;
}
.pofw-accordion-content .choice {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin-bottom: 10px;
}
.pofw-option {
  margin-right: 5px;
  vertical-align: sub;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 1.5px solid #ccc;
  border-radius: 4px;
  background-color: white;
  transition: all 0.2s ease;
}
.pofw-accordion-title.active {
  border: none !important;
  border-bottom: 1px solid #FF5F41 !important;
  border-radius: 16px 16px 0 0;
}
.woocommerce-MyAccount-navigation {
  padding: 50px 0;
}
.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #f3f3f3;
}
.woocommerce-MyAccount-navigation ul li {
  padding: 10px;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #FF5F41;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #ffffff;
}
.woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  display: block;
}
.woocommerce-MyAccount-content {
  padding: 50px 0;
}
.woocommerce-MyAccount-content .woocommerce-info {
  border-top-color: #FF5F41;
}
.woocommerce-MyAccount-content .woocommerce-info:before {
  color: #FF5F41;
}
.woocommerce-Address-title h2 {
  font-size: 22px;
}
.woocommerce-form-login {
  max-width: 700px;
  margin: 50px auto !important;
}
.wc-blocks-components-select .wc-blocks-components-select__expand {
  width: 30px;
}
.wc-block-components-checkout-return-to-cart-button svg {
  width: 20px;
}
.woocommerce-popup-wrap {
  max-width: 950px !important;
  padding: 20px;
  margin: 0 auto !important;
  margin-top: 50px !important;
  font-family: "Nunito";
}
@media (max-width: 991px) {
  .woocommerce-popup-wrap {
    max-width: 650px !important;
  }
}
@media (max-width: 575px) {
  .woocommerce-popup-wrap {
    max-width: 400px !important;
  }
}
.woocommerce-popup .woocommerce-popup-header h2 {
  font-size: 20px;
}
.option-title {
  font-weight: 700;
  margin: 10px 0;
  display: block;
}
.woocommerce-popup-body h2 {
  font-size: 36px;
  color: #FF5F41;
  text-align: center;
}
.woocommerce-popup-body p {
  color: #292E35;
  text-align: center;
}
.woocommerce-popup-body select {
  margin-bottom: 30px;
  border: 1px solid #000;
  border-radius: 16px;
}
.woocommerce-popup .woocommerce-popup-overlay {
  background: rgba(0, 0, 0, 0.8);
}
.wp-block-woocommerce-cart, .woocommerce-order {
  padding: 50px 0;
}
.woocommerce-popup .woocommerce-popup-body .p-title {
  text-align: left;
  color: #000;
}
.woocommerce-order-details__title, .woocommerce-column__title {
  font-size: 22px;
  font-weight: 600;
}
#wc-popup-welcome .woocommerce-popup-wrap {
  width: 650px;
}
.wp-block-woocommerce-checkout span, .wp-block-woocommerce-checkout a, .wp-block-woocommerce-checkout .wc-block-components-panel__button {
  font-size: 16px;
}
.wp-block-woocommerce-cart span, .wp-block-woocommerce-cart .wc-block-components-panel__button, .wp-block-woocommerce-cart h2 {
  font-size: 16px !important;
}
.product-list ul li .product-category {
  display: inline-flex;
}
a.added_to_cart.wc-forward {
  display: none !important;
}
.right-content {
  height: 100vh;
  overflow-y: auto;
  position: relative;
}
.cat-list .parent-link.active {
  color: #292E35;
}
.cat-list .child-link.active {
  border-bottom: 1px solid #FF5F41;
}
.slick-arrow.slick-next {
  right: 4%;
}
.slick-arrow.slick-prev {
  left: 3%;
}
.cart-count {
  background: #000;
  width: 25px;
  height: 25px;
  color: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.wpf_layout_horizontal .wpf_items_group {
  width: 200% !important;
}
.product_type_simple, .product_type_variable {
  display: none !important;
}
.wc-block-components-notices svg {
  width: 20px !important;
}
.woocommerce-checkout .entry-content .container {
  padding: 50px 0;
}
.woocommerce-info {
  border-color: #FF5F41;
}
.woocommerce-info::before {
  color: #FF5F41;
}
.woocommerce-billing-fields h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.woocommerce-additional-fields {
  margin: 30px 0;
}
#order_review_heading {
  font-size: 25px;
}
.add-to-cart a.button {
  font-size: 0 !important;
}
.woocommerce ul.products li.product .add_to_cart_button {
  font-size: 0 !important;
}
.site-header .cart-count {
  background-color: #000;
  top: -10px;
  left: -10px;
}
a.wc-block-components-product-name {
  pointer-events: none;
  cursor: default;
  color: inherit;
  text-decoration: none;
}
.add-to-cart a.button {
  pointer-events: none;
}
.entry-content {
  padding: 50px 0;
}
input[type="search"] {
  width: 400px;
  border-radius: 1.88rem;
}
#search-results {
  position: absolute;
  background: #fff;
  width: 100%;
  border: 1px solid #ddd;
  z-index: 999;
  display: none;
}
.live-search-list {
  list-style: none;
  margin: 0;
  padding: 10px;
}
.live-search-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  text-decoration: none;
  color: #000;
}
.live-search-list li:hover {
  background: #f5f5f5;
}
.see-more {
  padding: 10px;
  text-align: center;
  border-top: 1px solid #eee;
}
.see-more a {
  color: #28a745;
  font-weight: 600;
}
.search-title {
  cursor: pointer;
  font-weight: 500;
  padding-left: 10px;
}
.search-item {
  display: flex;
  align-items: center;
}
.loop-plus-wrap {
  margin-top: 6px;
}
.loop-plus-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  border: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  position: absolute;
  right: 5%;
  bottom: 20px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.loop-plus-btn:hover {
  background: #1a5ed8;
}
.contact-page {
  padding: 100px 0;
}
.contact-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.contact-wrap .contact-info {
  width: 40%;
  padding: 0 3.13rem;
}
@media (max-width: 991px) {
  .contact-wrap .contact-info {
    width: 100%;
    padding-bottom: 3.13rem;
  }
}
.contact-wrap .contact-info h2 {
  margin-bottom: 1.88rem;
}
.contact-wrap .contact-info span {
  display: block;
  padding-bottom: 1.13rem;
  padding-left: 2.19rem;
  position: relative;
}
.contact-wrap .contact-info span a {
  text-decoration: none;
  color: #292E35;
}
.contact-wrap .contact-info span a:hover {
  color: #FF5F41;
}
.contact-wrap .contact-info span.call:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../assets/images/call.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
.contact-wrap .contact-info span.email:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../assets/images/mail.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
.contact-wrap .contact-info span.location:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../assets/images/map.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
.contact-wrap .contact-info .social-medias {
  padding-top: 1.88rem;
}
.contact-wrap .contact-info .social-medias h3 {
  margin-bottom: 1.57rem;
}
.contact-wrap .contact-info .social-medias li {
  border-color: #292E35;
}
.contact-wrap .contact-info .social-medias li a {
  color: #FF5F41;
}
.contact-wrap .contact-info .social-medias li:hover {
  background-color: #292E35;
}
.contact-wrap .contact-info .social-medias li:hover a {
  color: #ffffff;
}
.contact-wrap .contact-form {
  width: 52%;
  border: 2px solid #1C82534D;
  box-shadow: 0px 0px 50px 0px #0000001A;
  padding: 3.75rem;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .contact-wrap .contact-form {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-wrap .contact-form {
    padding: 2.5rem;
  }
}
.contact-wrap .contact-form h2 {
  position: relative;
  padding-top: 1.88rem;
  font-size: 30px;
}
.contact-wrap .contact-form .cf7-submit-wrap {
  position: relative;
}
.contact-wrap .contact-form .cf7-submit-wrap::after {
  content: "";
  background-image: url(../../assets/images/green-arrow.png);
  width: 44px;
  height: 44px;
  position: absolute;
  left: 140px;
  top: 76%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .contact-wrap .contact-form .cf7-submit-wrap::after {
    top: 58%;
  }
}
.contact-wrap .contact-form input, .contact-wrap .contact-form textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #aaa;
  color: #292E35;
  padding: 40px 0 20px 0;
  border-radius: 0;
}
.contact-wrap .contact-form textarea {
  height: 100px;
  padding-top: 10px;
}
.contact-wrap .contact-form input::placeholder, .contact-wrap .contact-form textarea::placeholder {
  color: #292E35;
}
.contact-wrap .contact-form input[type="submit"] {
  background: #FF5F41;
  border: none;
  padding: 11px 30px;
  color: #ffffff;
  border-radius: 30px;
  cursor: pointer;
  margin-top: 50px;
  text-align: left;
  position: relative;
  width: 187px;
}
.contact-wrap .contact-form input[type="submit"]:hover {
  background: #76C428;
}
.contact-form .wpcf7-response-output {
  color: #76C428;
}
/*# sourceMappingURL=style.css.map */