@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
:root {
  --global-font-family:  "Lexend", sans-serif;
  --global-font-size: 1rem;
  --global-font-size-html: 16px;
  --global-font-weight: 400;
  --global-font-color: #000;
  --global-background-color: #FFFFFF;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #FFFFFF;
}

::-webkit-scrollbar-thumb {
  background: #020016;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #FF0000;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size-html);
  font-weight: var(--global-font-weight);
  color: var(--global-font-color);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--global-background-color);
  overflow-x: hidden;
}

body ::-moz-selection {
  background-color: #FF0000;
  color: #fff;
}

body ::selection {
  background-color: #FF0000;
  color: #fff;
}

body .container {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0.938rem;
}

body .center {
  text-align: center;
}

body .wpb_raw_code.wpb_raw_html {
  margin-bottom: 0;
}

body .wpb_single_image {
  margin-bottom: 0;
}

body .wpb_text_column {
  margin-bottom: 0;
}

body .vc_icon_element {
  margin-bottom: 0;
}

body .hidden {
  display: none !important;
}

body .desk-hide {
  display: none !important;
}

body p {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size);
  font-weight: var(--global-font-weight);
  margin: 0 0 1em;
}

body a {
  color: var(--global-font-color);
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body a:hover {
  color: #FF0000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body .margin-auto {
  margin-left: auto;
  margin-right: auto;
}

body .mg-bottom {
  margin-bottom: 2em;
}

body .mg-none {
  margin: 0 !important;
}

body .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .flex-row .col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.34%;
          flex: 0 0 8.34%;
  width: 8.34%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.67%;
          flex: 0 0 16.67%;
  width: 16.67%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  width: 33.33%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66%;
          flex: 0 0 41.66%;
  width: 41.66%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33%;
          flex: 0 0 58.33%;
  width: 58.33%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66%;
          flex: 0 0 66.66%;
  width: 66.66%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  width: 75%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33%;
          flex: 0 0 83.33%;
  width: 83.33%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66%;
          flex: 0 0 91.66%;
  width: 91.66%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .vc_gitem-zone-a .vc_gitem-row-position-top, body .vc_gitem-zone-b .vc_gitem-row-position-top, body .vc_gitem-zone-a .vc_gitem-row-position-middle, body .vc_gitem-zone-b .vc_gitem-row-position-middle {
  position: relative;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

body .vc-gitem-zone-height-mode-auto:before {
  padding: 0;
}

body .vc_gitem_row .vc_gitem-col {
  padding: 0;
}

body .no-pad {
  padding: 0 !important;
}

body .no-pad > .vc_column-inner {
  padding: 0 !important;
}

body .socials-tray {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1rem;
}

body .socials-tray .socials-tray__inner {
  width: 100%;
}

body .socials-tray .socials-tray__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.25rem;
}

body .socials-tray .socials-tray__list li {
  margin: 0;
}

body .socials-tray .socials-tray__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: var(--global-font-family);
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  padding: 0 0.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s, min-width 0.3s ease, opacity 0.25s ease;
  transition: all 0.3s, min-width 0.3s ease, opacity 0.25s ease;
  overflow: hidden;
  white-space: nowrap;
  background: #020016;
}

body .socials-tray .socials-tray__btn i, body .socials-tray .socials-tray__btn svg {
  font-size: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body .socials-tray .socials-tray__btn .socials-tray__label {
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.25s ease, max-width 0.3s ease;
  transition: opacity 0.25s ease, max-width 0.3s ease;
}

body .socials-tray .socials-tray__btn:hover {
  width: auto;
  min-width: 140px;
  padding-left: 0.5rem;
  background: #FF0000;
}

body .socials-tray .socials-tray__btn:hover .socials-tray__label {
  opacity: 1;
  max-width: 120px;
  padding-right: 0.5rem;
}

body .socials-tray .socials-tray__btn:hover {
  opacity: 0.95;
  color: #fff;
}

body .socials-tray .widget {
  margin: 0;
  width: 100%;
}

body .socials-tray .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.25rem;
}

body .socials-tray .widget ul li {
  margin: 0;
}

body .socials-tray .widget ul li a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  padding: 0 0.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.3s ease, min-width 0.3s ease;
  transition: width 0.3s ease, min-width 0.3s ease;
  overflow: hidden;
  white-space: nowrap;
  background: #020016;
}

body .socials-tray .widget ul li a i, body .socials-tray .widget ul li a svg {
  font-size: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body .socials-tray .widget ul li a span {
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.25s ease, max-width 0.3s ease;
  transition: opacity 0.25s ease, max-width 0.3s ease;
}

body .socials-tray .widget ul li a:hover {
  width: auto;
  min-width: 140px;
  padding-left: 1rem;
  color: #fff;
}

body .socials-tray .widget ul li a:hover span {
  opacity: 1;
  max-width: 120px;
  padding-right: 0.5rem;
}

body.home header#masthead {
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
}

body.home header#masthead.sticky .header-main .logo img {
  -webkit-filter: none;
          filter: none;
}

body.home header#masthead.sticky .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a::after {
  color: #020016;
}

body.home header#masthead.sticky .header-main ul.menu-wrapper li.menu-item a {
  color: #020016;
}

body.home header#masthead.sticky .header-main ul.menu-wrapper li.menu-item a:hover {
  color: #FF0000;
}

body.home header#masthead.sticky .header-main ul.menu-wrapper li.menu-item a:before {
  background: #FF0000;
}

body.home header#masthead.sticky .header-main ul.menu-wrapper li.menu-item.current-menu-item a {
  color: #FF0000;
}

body.home header#masthead.sticky .header-main ul.menu-wrapper li.menu-item.current-menu-item:before {
  background: #FF0000;
}

body.home header#masthead.sticky .header-main .header-options ul li.search-icon svg {
  -webkit-filter: none;
          filter: none;
}

body.home header#masthead .top-bar {
  border-bottom: 1px solid #fff;
}

body.home header#masthead .top-bar ul.contact-details li a {
  color: #fff;
}

body.home header#masthead .top-bar ul.contact-details li a:hover {
  opacity: 0.8;
  color: #fff;
}

body.home header#masthead .header-main .logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

body.home header#masthead .header-main ul.menu-wrapper li.menu-item.current-menu-item a {
  color: #fff;
}

body.home header#masthead .header-main ul.menu-wrapper li.menu-item.current-menu-item a:before {
  background: #fff;
}

body.home header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a::after {
  color: #fff;
}

body.home header#masthead .header-main ul.menu-wrapper li.menu-item a {
  color: #fff;
}

body.home header#masthead .header-main ul.menu-wrapper li.menu-item a:before {
  background: #fff;
}

body.home header#masthead .header-main .header-options ul li.search-icon svg {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

body header#masthead {
  position: relative;
  z-index: 99;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body header#masthead.sticky {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

body header#masthead.sticky .top-bar {
  padding: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 0;
  overflow: hidden;
}

body header#masthead.sticky .header-main .logo img {
  width: 50%;
}

body header#masthead.sticky .header-main ul.menu-wrapper li.menu-item a {
  font-size: 1rem;
}

body header#masthead .top-bar {
  padding: 1rem 0;
  border-bottom: 1px solid #020016;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body header#masthead .top-bar ul.contact-details {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 0 1rem;
}

body header#masthead .top-bar ul.contact-details li {
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body header#masthead .top-bar ul.contact-details li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #020016;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body header#masthead .top-bar ul.contact-details li a:hover {
  color: #FF0000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body header#masthead .header-main {
  padding: 1rem 0;
}

body header#masthead .header-main .flex-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body header#masthead .header-main .flex-row > div {
  padding: 0;
}

body header#masthead .header-main .logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

body header#masthead .header-main .logo img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: auto;
  width: 70%;
}

body header#masthead .header-main ul.menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2.222rem;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item {
  list-style: none;
  position: relative;
  text-transform: capitalize;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a {
  padding-right: 1.2rem;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a::after {
  content: '\f078';
  font-family: 'FontAwesome';
  position: absolute;
  top: 30%;
  right: 0;
  font-size: 0.8em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a:hover::after {
  rotate: 180deg;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item.current-menu-item > a:before {
  left: 0;
  width: 100%;
  right: 0;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item a {
  font-family: var(--global-font-family);
  font-size: 1.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--global-font-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  padding: 0.2rem 0;
  font-weight: 400;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 0;
  bottom: 0;
  background: #FF0000;
  height: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item a:hover {
  color: #FF0000;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item a:hover:before {
  left: 0;
  right: 0;
  width: 100%;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu {
  position: absolute;
  top: 125%;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  height: 0;
  background: #fff;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.18);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.18);
  border-top: 2px solid #7C7C7C;
  display: block;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  background: #fff;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a {
  width: 100%;
  padding: 0.5rem 1rem;
  color: #000;
  letter-spacing: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  display: block;
  position: relative;
  font-size: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  text-transform: capitalize;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a:before {
  display: none;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a:hover {
  background: #2D286D;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item:last-child {
  border-bottom: 0;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item button.sub-menu-toggle {
  display: none;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item:first-child {
  margin-left: 0;
  padding-left: 0;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item:last-child {
  margin-right: 0;
  padding-right: 0;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body header#masthead .header-main .header-options ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body header#masthead .header-main .header-options ul li {
  margin-right: 0.938rem;
}

body header#masthead .header-main .header-options ul li:last-child {
  margin-right: 0;
}

body header#masthead .header-main .header-options ul li.search-icon svg {
  width: 25px;
  height: 25px;
}

body nav#mm-menu .mm-navbar .mm-navbar__title {
  background: #FF0000;
  color: #fff;
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body nav#mm-menu .mm-navbar .mm-btn::before {
  border-color: #FFF;
}

body nav#mm-menu .mm-panels .mm-panel .mm-navbar {
  background: #FF0000;
}

body nav#mm-menu .mm-panels .mm-panel .mm-navbar a.mm-navbar__title {
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #FFF;
}

body nav#mm-menu .mm-panels .mm-panel ul#primary-menu-list li {
  font-size: 1.1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body #content {
  /* WooCommerce */
}

body #content .vc_row {
  margin: 0;
}

body #content .vc_row > .wpb_column > .vc_column-inner {
  padding-top: 0;
}

body #content .vc_section {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 5rem 0;
}

body #content .vc_section[data-vc-full-width].vc_hidden {
  opacity: 1;
}

body #content .vc_section .vc_row[data-vc-full-width].vc_hidden {
  opacity: 1;
}

body #content .max-50 {
  max-width: 50%;
}

body #content .max-70 {
  max-width: 70%;
}

body #content .max-80 {
  max-width: 80%;
}

body #content .max-90 {
  max-width: 90%;
}

body #content .m-auto {
  margin: 0 auto;
}

body #content .mg-bottom {
  margin-bottom: 1.875rem;
}

body #content .full-img > .vc_figure {
  display: block !important;
}

body #content .full-img > .vc_figure > .vc_single_image-wrapper {
  display: block !important;
}

body #content .full-img > .vc_figure > .vc_single_image-wrapper img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: auto;
  width: 100%;
  max-width: initial !important;
}

body #content .desk-hidden {
  display: none;
}

body #content .wht-head {
  color: #fff !important;
}

body #content .wht-txt p {
  color: #fff !important;
}

body #content .wpb_column {
  padding-left: 0;
  padding-right: 0;
}

body #content .main-head {
  font-size: 4rem;
  font-family: var(--global-font-family);
  font-weight: 600;
  color: #020016;
  margin-bottom: 1.167rem;
}

body #content .main-head b {
  font-weight: 600;
  color: #FF0000;
}

body #content .main-head.gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#180218), to(#27366A));
  background: linear-gradient(180deg, #180218 0%, #27366A 100%);
  background-clip: text;
  color: transparent;
}

body #content .sub-head {
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #2D286D;
  margin-bottom: 0.5rem;
}

body #content .txt ul {
  padding-left: 1.5rem;
}

body #content .txt ul li {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 400;
}

body #content .txt p {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 300;
}

body #content .txt p strong {
  color: #FF0000;
  font-weight: 500;
}

body #content .txt a {
  color: var(--global-font-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: inherit;
}

body #content .txt a:hover {
  opacity: 0.8;
}

body #content .justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #content .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

body #content .btn {
  margin-bottom: 0;
}

body #content .btn a {
  background: #fff;
  color: #FF0000;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1.125rem;
  font-family: var(--global-font-family);
  border-radius: 0;
  font-weight: 400;
  padding: 0.806rem 3.333rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}

body #content .btn a:hover {
  background: #FF0000;
  color: #fff;
}

body #content .btn-2 {
  margin-bottom: 0;
}

body #content .btn-2 a {
  background: #FF0000;
  color: #fff;
  border: 1px solid #FF0000;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1.125rem;
  font-family: var(--global-font-family);
  border-radius: 0;
  font-weight: 400;
  padding: 0.806rem 3.333rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}

body #content .btn-2 a:hover {
  background: #fff;
  color: #FF0000;
  border-color: #FF0000;
}

body #content .btn-arrow {
  margin-bottom: 0;
}

body #content .btn-arrow a {
  position: relative;
  font-size: 1.125rem;
  font-family: var(--global-font-family);
  font-weight: 300;
  padding: 0 2rem 0 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: transparent;
  border: none;
  overflow: hidden;
  cursor: pointer;
  color: #2D286D;
}

body #content .btn-arrow a::before {
  content: "\f061";
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  right: 0.1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.8em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #2D286D;
  z-index: 1;
}

body #content .btn-arrow a:hover {
  opacity: 0.8;
}

body #content .btn-arrow a:hover::before {
  right: 0.625rem;
}

body #content .page-header {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  padding: 5rem 0;
  margin-bottom: 5rem;
  position: relative;
}

body #content .page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(44.4%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 44.4%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 0;
}

body #content .page-header .page-header-inner {
  text-align: center;
  position: relative;
  z-index: 1;
}

body #content .page-header .page-header-inner .page-title {
  font-size: 3.5rem;
  font-family: var(--global-font-family);
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
  margin-top: 0;
  text-transform: capitalize;
}

body #content .page-header .page-header-inner .page-breadcrumb {
  font-size: 1.125rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #fff;
  margin-top: 1rem;
}

body #content .page-header .page-header-inner .page-breadcrumb .woocommerce-breadcrumb {
  color: #ffffffbf;
}

body #content .page-header .page-header-inner .page-breadcrumb a {
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body #content .page-header .page-header-inner .page-breadcrumb a:hover {
  opacity: 0.8;
}

body #content .page-header .page-header-inner .page-breadcrumb span {
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body #content .page-header .page-header-inner .page-breadcrumb span:hover {
  opacity: 0.8;
}

body #content .page-header .page-header-inner .page-breadcrumb span:hover::before {
  right: 0.625rem;
}

body #content .hero-sec {
  height: 100vh;
}

body #content .hero-sec .hero-slider .full-img > .vc_figure > .vc_single_image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(44.4%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 44.4%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 0;
}

body #content .hero-sec .hero-slider .full-img > .vc_figure > .vc_single_image-wrapper img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

body #content .hero-sec .hero-slider .container {
  padding: 0;
}

body #content .hero-sec .hero-slider .hero-txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

body #content .hero-sec .hero-slider .hero-txt > .wpb_wrapper {
  margin-bottom: 3.375rem;
}

body #content .hero-sec .hero-slider .hero-txt p {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 300;
  font-family: var(--global-font-family);
}

body #content .hero-sec .hero-slider .main-head {
  color: #fff;
  font-size: 4.5rem;
}

body #content .hero-sec .hero-slider .main-head .drop-shadow {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

body #content .hero-sec .hero-slider .main-head .red {
  color: #FF0000;
}

body #content .engineered-sec::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url("../images/bg-1.png") no-repeat;
  background-size: contain;
  background-position: bottom right;
  z-index: 0;
}

body #content .engineered-sec .engineered-row {
  margin-bottom: 2.5rem;
  position: relative;
}

body #content .engineered-sec .engineered-row::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 0.9rem;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#180218), to(#27366A));
  background: linear-gradient(180deg, #180218 0%, #27366A 100%);
}

body #content .engineered-sec .engineered-row .engineered-inner {
  margin-top: 5rem;
}

body #content .engineered-sec .engineered-row .engineered-inner .wpb_column > .vc_column-inner {
  padding: 0;
  padding-right: 0.5rem;
}

body #content .engineered-sec .engineered-row .engineered-inner .engineered-txt {
  margin-top: 1rem;
}

body #content .engineered-sec .engineered-row .engineered-inner .engineered-txt h4 {
  color: #020016;
  font-size: 1.45rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

body #content .engineered-sec .engineered-row .engineered-inner .engineered-txt p {
  font-size: 1rem;
}

body #content .engineered-sec .logo-grid .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

body #content .engineered-sec .logo-grid .wpb_single_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}

body #content .engineered-sec .logo-grid .wpb_single_image img {
  height: 100px;
  width: 150px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

body #content .engineered-sec .logo-grid ul.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 2em;
}

body #content .engineered-sec .logo-grid ul.slick-dots li {
  margin: 0;
}

body #content .engineered-sec .logo-grid ul.slick-dots li button {
  outline: none;
  font-size: 0;
  padding: 0;
  width: 0.5rem;
  height: 0.5rem;
  border: none;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .engineered-sec .logo-grid ul.slick-dots li.slick-active button {
  width: 0.5rem;
  height: 0.5rem;
  background: #2D286D;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .engineered-sec .wwa-row .wwa-inner .wpb_column > .vc_column-inner {
  padding: 0;
  padding-right: 0.5rem;
}

body #content .engineered-sec .wwa-row .wwa-inner .wpb_column > .vc_column-inner .wpb_wrapper {
  margin-bottom: 5rem;
}

body #content .engineered-sec .wwa-row .wwa-inner .sub-head {
  font-size: 1.25rem;
  font-weight: 300;
}

body #content .engineered-sec .wwa-row .main-head.gradient .odometer,
body #content .engineered-sec .wwa-row .main-head.gradient .odometer * {
  font-size: inherit !important;
  font-weight: inherit !important;
  font-family: inherit !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#180218), to(#27366A)) !important;
  background: linear-gradient(180deg, #180218 0%, #27366A 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  border: none !important;
}

body #content .cat-grid {
  padding-top: 2rem;
}

body #content .cat-grid .cat-grid-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

body #content .cat-grid .slick-arrow {
  position: absolute;
  bottom: -11%;
  right: 0;
  z-index: 1;
  background: #2D286C;
  color: #fff;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}

body #content .cat-grid .slick-arrow.slick-next {
  right: 0;
}

body #content .cat-grid .slick-arrow.slick-prev {
  right: 3rem;
}

body #content .cat-card {
  height: 100%;
}

body #content .cat-card .cat-card-link {
  height: 100%;
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow .5s;
  transition: -webkit-box-shadow .5s;
  transition: box-shadow .5s;
  transition: box-shadow .5s, -webkit-box-shadow .5s;
}

body #content .cat-card .cat-card-link:hover {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

body #content .cat-card .cat-card-img {
  aspect-ratio: 4/3;
  overflow: hidden;
}

body #content .cat-card .cat-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body #content .cat-card .cat-card-img.cat-card-img-ph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #content .cat-card .cat-card-img .cat-card-ph {
  font-size: 1rem;
  color: #9ca3af;
}

body #content .cat-card .cat-card-content {
  padding: 2.5rem 0.625rem;
  -webkit-transition: all .4s;
  transition: all .4s;
}

body #content .cat-card .cat-card-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 .5rem;
  line-height: 1.3;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
}

body #content .cat-card .cat-card-desc {
  font-size: 1rem;
  font-weight: 300;
  margin: 0 0 1rem;
  color: #000;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
}

body #content .cat-card .cat-card-cta {
  font-size: 1.125rem;
  font-weight: 300;
  color: #2D286D;
  letter-spacing: .02rem;
  display: inline-block;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
}

body #content .cat-card:hover .cat-card-link {
  background: linear-gradient(143.1deg, #030117 0%, #2D286C 100%);
}

body #content .cat-card:hover .cat-card-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

body #content .cat-card:hover .cat-card-content .cat-card-title {
  color: #fff;
}

body #content .cat-card:hover .cat-card-content .cat-card-desc {
  color: #fff;
}

body #content .cat-card:hover .cat-card-content .cat-card-cta {
  color: #fff;
}

body #content .products-sec::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 60%;
  background: url("../images/bg-2.png") no-repeat;
  background-size: cover;
  background-position: top right;
  z-index: 0;
}

body #content .projects-grid .vc_grid-item {
  position: relative;
}

body #content .projects-grid .vc_grid-item:hover .vc_gitem-row-position-top .full-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

body #content .projects-grid .vc_grid-item .vc_gitem-row-position-top {
  position: relative;
}

body #content .projects-grid .vc_grid-item .vc_gitem-row-position-top::before {
  content: "";
  position: absolute;
  border-radius: 0.938rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(59.19%, rgba(0, 0, 0, 0.5)), color-stop(91.03%, rgba(0, 0, 0, 0.9)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 59.19%, rgba(0, 0, 0, 0.9) 91.03%);
  z-index: 1;
}

body #content .projects-grid .vc_grid-item .vc_gitem-row-position-top .full-img {
  border-radius: 0.938rem;
  margin-bottom: 0;
  overflow: hidden;
}

body #content .projects-grid .vc_grid-item .vc_gitem-row-position-top .full-img img {
  border-radius: 0.938rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .projects-grid .vc_grid-item .vc_gitem-row-position-middle .vc_gitem-col {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem 0.625rem;
}

body #content .projects-grid .vc_grid-item .vc_gitem-row-position-middle .vc_gitem-col .vc_gitem-post-data-source-post_title h4 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.5rem;
}

body #content .projects-grid .vc_grid-item .vc_gitem-row-position-middle .vc_gitem-col .vc_gitem-post-data-source-post_excerpt p {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0.5rem;
}

body #content .projects-grid .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body #content .projects-grid .slick-arrow {
  position: absolute;
  bottom: -11%;
  right: 0;
  z-index: 1;
  background: #2D286C;
  color: #fff;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}

body #content .projects-grid .slick-arrow.slick-next {
  right: 2.5rem;
}

body #content .projects-grid .slick-arrow.slick-prev {
  right: 5.5rem;
}

body #content .testimonials-sec .testimonials-row .slick-list {
  overflow: visible;
  max-width: 716px;
  margin: 0 auto;
}

body #content .testimonials-sec .testimonials-row .testimonial-txt {
  text-align: center;
  padding: 2rem 3rem;
  background: #fff;
  margin: 0 3rem;
}

body #content .testimonials-sec .testimonials-row .testimonial-txt.slick-slide {
  opacity: 0.2;
}

body #content .testimonials-sec .testimonials-row .testimonial-txt.slick-slide.slick-current.slick-active.slick-center {
  opacity: 1 !important;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 9;
  position: relative;
}

body #content .testimonials-sec .testimonials-row .testimonial-txt .flex-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

body #content .testimonials-sec .testimonials-row .testimonial-txt .flex-row img {
  border-radius: 50%;
  border: 3px solid #D9D9D9;
  height: 4.375rem;
  width: 4.375rem;
}

body #content .testimonials-sec .testimonials-row .testimonial-txt .flex-row .testimonials-details h4 {
  font-size: 1.5rem;
  font-family: var(--global-font-family);
  text-align: left;
  font-weight: 600;
  color: #020016;
  margin-bottom: 0.2rem;
  text-transform: capitalize;
}

body #content .testimonials-sec .testimonials-row .testimonial-txt .flex-row .testimonials-details p {
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 0;
}

body #content .testimonials-sec .testimonials-row .testimonial-txt p {
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  color: #666666;
  margin-bottom: 2rem;
}

body #content .testimonials-sec .testimonials-row .testimonial-txt img {
  margin: 0 auto;
}

body #content .clients-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

body #content .clients-slider .slick-track img {
  padding: 0 0.625rem;
}

body #content .start-sec {
  background: -webkit-gradient(linear, left top, right top, from(#020016), to(#2D286D));
  background: linear-gradient(90deg, #020016 0%, #2D286D 100%);
}

body #content .contact-sec.contact-page-sec::before {
  display: none;
}

body #content .contact-sec::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
  background: url("../images/bg-3.png") no-repeat;
  background-size: contain;
  background-position: top right;
  z-index: 0;
}

body #content .contact-sec .contact-row .cont-detail {
  margin: 2rem 0;
}

body #content .contact-sec .contact-row .cont-detail > .wpb_column > .vc_column-inner {
  padding: 0;
}

body #content .contact-sec .contact-row .cont-detail .contact-icon {
  text-align: left !important;
}

body #content .contact-sec .contact-row .cont-detail .contact-icon > div {
  background: linear-gradient(135deg, #020016 0%, #2D286D 100%);
  border-radius: 0;
}

body #content .contact-sec .contact-row .cont-detail .cont-link .sub-head {
  font-size: 1.3rem;
  font-weight: 500;
  color: #020016;
  text-transform: capitalize;
}

body #content .contact-sec .contact-row .cont-detail .cont-link p {
  font-size: 1.2rem;
  font-weight: 300;
  color: #000;
}

body #content .contact-sec .contact-row .cont-detail .cont-link p a {
  color: #000;
}

body #content .contact-sec .contact-row .cont-detail .cont-link p a:hover {
  text-decoration: underline;
  color: #000;
  opacity: 0.8;
}

body #content .woocommerce.ywraq-wrapper {
  padding: 2rem 0;
}

body #content .woocommerce.ywraq-wrapper #yith-ywraq-message {
  margin-bottom: 1.5rem;
}

body #content .woocommerce.ywraq-wrapper .ywraq-form-table-wrapper {
  background: #fff;
  padding: 1.5rem;
  border-top: 0.0625rem solid #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body #content .woocommerce.ywraq-wrapper table.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

body #content .woocommerce.ywraq-wrapper table.shop_table thead th {
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: #020016;
  padding: 0.75rem 1rem;
  text-transform: none;
  border: 0;
}

body #content .woocommerce.ywraq-wrapper table.shop_table tbody td {
  border-top: 1px solid #e5e5e5;
  vertical-align: middle;
  padding: 1rem 1rem;
  font-family: var(--global-font-family);
  color: #020016;
}

body #content .woocommerce.ywraq-wrapper table.shop_table tbody .product-remove a.remove {
  font-size: 1.5rem;
  line-height: 1;
  color: #FF0000;
  text-decoration: none;
  border: none;
  background: transparent;
  padding: 0;
}

body #content .woocommerce.ywraq-wrapper table.shop_table tbody .product-remove a.remove:hover {
  color: #020016;
}

body #content .woocommerce.ywraq-wrapper table.shop_table tbody .product-quantity .quantity input.qty {
  width: 5.5rem;
  height: 2.2rem;
  padding: 0.35rem 0.5rem;
  font-family: var(--global-font-family);
  font-size: 1rem;
  color: #020016;
  border: 0.0625rem solid #020016;
  border-radius: 0;
  outline: none;
}

body #content .woocommerce.ywraq-wrapper table.shop_table tbody .product-quantity .quantity input.qty:focus {
  border-color: #FF0000;
}

body #content .woocommerce.ywraq-wrapper table.shop_table tbody .product-subtotal .woocommerce-Price-amount {
  color: #020016;
  font-weight: 600;
}

body #content .woocommerce.ywraq-wrapper table.shop_table .actions td.actions {
  padding-top: 1.25rem;
}

body #content .woocommerce.ywraq-wrapper table.shop_table .actions td.actions input.button {
  font-family: var(--global-font-family);
  background: #020016;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 0.75rem 2rem;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .woocommerce.ywraq-wrapper table.shop_table .actions td.actions input.button:hover {
  background: #FF0000;
}

body #content .woocommerce.ywraq-wrapper table.shop_table .actions td.actions input[type="hidden"] {
  display: none;
}

body #content .woocommerce.ywraq-wrapper .yith-ywraq-mail-form-wrapper {
  margin-top: 1.75rem;
  padding: 1.5rem;
  background: #fff;
  border-top: 0.0625rem solid #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body #content .woocommerce.ywraq-wrapper .yith-ywraq-mail-form-wrapper h3 {
  font-family: var(--global-font-family);
  font-size: 1.75rem;
  font-weight: 600;
  color: #020016;
  margin: 0 0 1rem 0;
}

body #content .woocommerce.ywraq-wrapper .yith-ywraq-mail-form-wrapper form .form-row label {
  font-family: var(--global-font-family);
  font-weight: 500;
  color: #020016;
  margin-bottom: 0.5rem;
  display: block;
}

body #content .woocommerce.ywraq-wrapper .yith-ywraq-mail-form-wrapper form input.input-text, body #content .woocommerce.ywraq-wrapper .yith-ywraq-mail-form-wrapper form input.input-text[type="text"], body #content .woocommerce.ywraq-wrapper .yith-ywraq-mail-form-wrapper form input.input-text[type="email"], body #content .woocommerce.ywraq-wrapper .yith-ywraq-mail-form-wrapper form textarea.input-text, body #content .woocommerce.ywraq-wrapper .yith-ywraq-mail-form-wrapper form textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  background: #F5F5F5;
  border: 1px solid transparent;
  border-left: 1px solid #FF0000;
  border-radius: 0;
  outline: none;
  font-family: var(--global-font-family);
  font-size: 1rem;
  color: #020016;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body #content .woocommerce.ywraq-wrapper .yith-ywraq-mail-form-wrapper form input.input-text:focus, body #content .woocommerce.ywraq-wrapper .yith-ywraq-mail-form-wrapper form input.input-text[type="text"]:focus, body #content .woocommerce.ywraq-wrapper .yith-ywraq-mail-form-wrapper form input.input-text[type="email"]:focus, body #content .woocommerce.ywraq-wrapper .yith-ywraq-mail-form-wrapper form textarea.input-text:focus, body #content .woocommerce.ywraq-wrapper .yith-ywraq-mail-form-wrapper form textarea:focus {
  border-color: #FF0000;
  border-left-color: #FF0000;
}

body #content .woocommerce.ywraq-wrapper .yith-ywraq-mail-form-wrapper form .raq-send-request {
  background: #FF0000;
  color: #fff;
  border: 1px solid #FF0000;
  border-radius: 0;
  font-family: var(--global-font-family);
  padding: 0.75rem 2rem;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-transform: capitalize;
}

body #content .woocommerce.ywraq-wrapper .yith-ywraq-mail-form-wrapper form .raq-send-request:hover {
  background: #020016;
  border-color: #020016;
}

body #content ul.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 2em;
}

body #content ul.slick-dots li {
  margin: 0;
}

body #content ul.slick-dots li button {
  outline: none;
  font-size: 0;
  padding: 0;
  width: 5rem;
  height: 0.125rem;
  border: none;
  border-radius: 0px;
  background: #000;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content ul.slick-dots li.slick-active button {
  height: 0.25rem;
  background: #2D286D;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .woocommerce-content h1.page-title {
  font-size: 2.5rem;
  font-family: var(--global-font-family);
  font-weight: 600;
  color: #020016;
  margin-bottom: 1.167rem;
  text-transform: capitalize;
}

body #content .woocommerce-content nav.woocommerce-breadcrumb {
  font-family: var(--global-font-family);
  font-size: 1rem;
  color: #020016;
  margin: 0;
}

body #content .woocommerce-content .woocommerce-pagination {
  margin: 2rem 0;
}

body #content .woocommerce-content .woof_reset_button_2 {
  background: #fff;
  color: #FF0000;
  border: 1px solid #FF0000;
  border-radius: 0;
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .woocommerce-content .woof_reset_button_2:hover {
  background: #FF0000;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .woocommerce-content .woo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  margin-bottom: 2.5rem;
}

body #content .woocommerce-content .woo-wrap .woo-filters {
  width: 25%;
}

body #content .woocommerce-content .woo-wrap .woo-filters #filters-toggle {
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 400;
  color: #FFF;
  padding: 0.3125rem;
  width: 100%;
  background: #000;
}

body #content .woocommerce-content .woo-wrap .woo-filters .woof_container_inner h4 {
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #2D286D;
  text-transform: uppercase;
}

body #content .woocommerce-content .woo-wrap .woo-filters button {
  background: #fff;
  color: #FF0000;
  border: 1px solid #FF0000;
  border-radius: 0;
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .woocommerce-content .woo-wrap .woo-filters button:hover {
  background: #FF0000;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .woocommerce-content .woo-wrap .woo-content {
  width: 75%;
  position: relative;
}

body #content .woocommerce-content .woo-wrap .woo-content .brand-download-btn {
  position: absolute;
  top: 1rem;
  right: 0;
}

body #content .woocommerce-content .woo-wrap .woo-content .brand-download-btn a {
  background: #FF0000;
  color: #fff;
  border: 1px solid #FF0000;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1.125rem;
  font-family: var(--global-font-family);
  border-radius: 0;
  font-weight: 400;
  padding: 0.806rem 1.5rem 0.806rem 3rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}

body #content .woocommerce-content .woo-wrap .woo-content .brand-download-btn a::before {
  content: '\f1c1';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
  color: #fff;
  z-index: 1;
}

body #content .woocommerce-content .woo-wrap .woo-content .brand-download-btn a:hover {
  background: #fff;
  color: #FF0000;
  border-color: #FF0000;
}

body #content .woocommerce-content .woo-wrap .woo-content .brand-download-btn a:hover::before {
  color: #FF0000;
}

body #content .woocommerce-content .woo-wrap .woo-content form.woocommerce-ordering select.orderby {
  font-family: var(--global-font-family);
  font-size: 1rem;
  color: #000;
  padding: 0.5rem;
  border: 0.0625rem solid #000;
}

body #content .woocommerce-content .woo-product nav.woocommerce-breadcrumb {
  margin-bottom: 1.5625rem;
}

body #content .woocommerce-content .woo-product .product {
  /* WooCommerce Tabs & Reviews */
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper span.onsale {
  font-size: 0.75rem;
  font-weight: normal;
  color: #020016;
  padding: 0.5rem;
  line-height: normal;
  min-width: initial;
  min-height: initial;
  position: absolute;
  z-index: 99;
  top: 1%;
  left: 43%;
  right: initial;
  border-radius: 0;
  background-color: #FFF;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .woocommerce-product-gallery {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .woocommerce-product-gallery .flex-viewport {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .woocommerce-product-gallery ol.flex-control-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .woocommerce-product-gallery ol.flex-control-nav button.slick-arrow {
  width: 100%;
  padding: 0;
  position: absolute;
  z-index: 9;
  border: none;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .woocommerce-product-gallery ol.flex-control-nav button.slick-arrow svg {
  width: 1.25rem;
  height: 1.25rem;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .woocommerce-product-gallery ol.flex-control-nav button.slick-arrow svg path {
  fill: #FFF;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary {
  float: none;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary h1.product_title {
  font-family: var(--global-font-family);
  font-size: 2.5rem;
  color: #020016;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .woocommerce-product-details__short-description {
  margin-bottom: 1.5rem;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .woocommerce-product-details__short-description h3 {
  color: #020016;
  font-size: 1.125rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .woocommerce-product-details__short-description p {
  color: #020016;
  font-size: 1.125rem;
  font-weight: 400;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .woocommerce-product-details__short-description ul li {
  list-style: none;
  position: relative;
  margin-bottom: 0.8rem;
  padding-left: 1.5rem;
  font-size: 1.125rem;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .woocommerce-product-details__short-description ul li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 3px;
  color: #020016;
  font-size: 1.125rem;
  font-family: 'FontAwesome';
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .yith-ywraq-add-button {
  margin-bottom: 1.25rem;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .yith-ywraq-add-button a.button {
  background: #FF0000 !important;
  color: #fff;
  border: 1px solid #FF0000;
  display: inline-block;
  font-size: 1.125rem;
  font-family: var(--global-font-family);
  border-radius: 0;
  font-weight: 400;
  padding: 0.625rem 1.5rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .yith-ywraq-add-button a.button:hover {
  background: #fff !important;
  color: #FF0000 !important;
  border-color: #FF0000 !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .stock-status {
  font-size: 0.75rem;
  display: inline-block;
  padding: 0.3125rem;
  margin-bottom: 0.9375rem;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .stock-status.instock {
  border: 0.0625rem solid #008000;
  background: #98FB98;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .stock-status.backorder {
  border: 0.0625rem solid #FF0000;
  background: #F69697;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .price {
  margin-bottom: 1.25rem;
  margin-top: 0.5rem;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .price .amount {
  font-family: var(--global-font-size);
  font-size: 1.35rem;
  color: #FF0000;
  font-weight: 500;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .price .amount .woocommerce-Price-currencySymbol {
  margin-right: 0.3125rem;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .wpcsc-size-charts-list .wpcsc-btn {
  font-weight: 600;
  text-decoration: underline;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary form.cart {
  margin-top: 1em;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary form.cart table.variations tbody .label {
  font-size: 1rem;
  font-weight: 600;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary form.cart table.variations tbody .value select {
  font-size: 1rem;
  padding: 0.1875rem;
  margin: 0;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary form.cart table.variations tbody .value .reset_variations {
  font-size: 1.125rem;
  color: #FFF;
  padding: 0.1875rem;
  border-radius: 0.3125rem;
  background: #FF0000;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary form.cart .single_variation_wrap .woocommerce-variation p.stock {
  font-size: 1.125rem;
  color: #008000;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary form.cart .quantity input.qty {
  font-family: var(--global-font-family);
  font-size: 1rem;
  color: #020016;
  height: 2.2rem;
  padding: 0.35rem 0.5rem;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary form.cart button[type=submit] {
  font-family: var(--global-font-family);
  color: #FFF;
  padding: 0.625rem;
  margin: 0;
  border-radius: 0 !important;
  background: #020016;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary form.cart button[type=submit]:hover {
  background: #FF0000;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary button.woosw-btn {
  padding: 0;
  margin-bottom: 1.25rem;
  border: none !important;
  background: transparent;
  cursor: pointer;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary button.woosw-btn .woosw-btn-icon {
  font-size: 1.375rem;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .product_meta {
  font-family: var(--global-font-family);
  font-size: 1rem;
  color: #020016;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .download-catalogue-btn a {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  margin: 0.5rem 0;
  border: none;
  background: #FF0000;
  padding: 0.4rem 1.667rem 0.4rem 2rem;
  position: relative;
  text-decoration: none;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .download-catalogue-btn a:hover {
  background: #fff;
  color: #FF0000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .download-catalogue-btn a:hover::before {
  color: #FF0000;
}

body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .download-catalogue-btn a::before {
  content: '\f019';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
  color: #fff;
  z-index: 1;
}

body #content .woocommerce-content .woo-product .product .woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  clear: both;
}

body #content .woocommerce-content .woo-product .product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  border-bottom: 2px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
}

body #content .woocommerce-content .woo-product .product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li {
  margin: 0;
  padding: 0;
}

body #content .woocommerce-content .woo-product .product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li a {
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 500;
  color: #020016;
  padding: 0.75rem 1.5rem;
  display: inline-block;
  border: none;
  border-radius: 0;
  background: transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  margin-bottom: -2px;
}

body #content .woocommerce-content .woo-product .product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li a:hover {
  color: #FF0000;
}

body #content .woocommerce-content .woo-product .product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active a {
  color: #FF0000;
  border-bottom: 2px solid #FF0000;
}

body #content .woocommerce-content .woo-product .product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
  padding: 1.5rem 0;
  font-family: var(--global-font-family);
}

body #content .woocommerce-content .woo-product .product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews {
  padding-top: 0;
}

body #content .woocommerce-content .woo-product .product .woocommerce-tabs.wc-tabs-wrapper #reviews.woocommerce-Reviews .woocommerce-Reviews-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #020016;
  margin-bottom: 1.25rem;
}

body #content .woocommerce-content .woo-product .product .woocommerce-tabs.wc-tabs-wrapper #reviews.woocommerce-Reviews .woocommerce-noreviews {
  font-size: 1rem;
  color: #7C7C7C;
  margin-bottom: 1.5rem;
}

body #content .woocommerce-content .woo-product .product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e5e5;
}

body #content .woocommerce-content .woo-product .product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper #review_form .comment-reply-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #020016;
  margin-bottom: 1.25rem;
  display: block;
}

body #content .woocommerce-content .woo-product .product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper #review_form .comment-reply-title small a {
  font-size: 0.875rem;
  font-weight: 400;
  color: #FF0000;
}

body #content .woocommerce-content .woo-product .product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper #review_form .comment-reply-title small a:hover {
  text-decoration: underline;
}

body #content .woocommerce-content .woo-product .product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper #review_form .comment-form-rating {
  margin-bottom: 1.25rem;
}

body #content .woocommerce-content .woo-product .product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper #review_form .comment-form-rating label {
  font-size: 1rem;
  font-weight: 500;
  color: #020016;
  margin-bottom: 0.5rem;
  display: block;
}

body #content .woocommerce-content .woo-product .product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper #review_form .comment-form-rating label .required {
  color: #FF0000;
}

body #content .woocommerce-content .woo-product .product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper #review_form .comment-form-comment {
  margin-bottom: 1.25rem;
}

body #content .woocommerce-content .woo-product .product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper #review_form .comment-form-comment label {
  font-size: 1rem;
  font-weight: 500;
  color: #020016;
  margin-bottom: 0.5rem;
  display: block;
}

body #content .woocommerce-content .woo-product .product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper #review_form .comment-form-comment label .required {
  color: #FF0000;
}

body #content .woocommerce-content .woo-product .product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper #review_form .comment-form-comment textarea {
  width: 100%;
  min-height: 8rem;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F5F5F5;
  border: 1px solid transparent;
  border-left: 1px solid #FF0000;
  outline: none;
  font-family: var(--global-font-family);
  font-size: 1rem;
  color: #020016;
  border-radius: 0;
  resize: vertical;
  -webkit-transition: border-color 0.4s;
  transition: border-color 0.4s;
}

body #content .woocommerce-content .woo-product .product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper #review_form .comment-form-comment textarea:focus {
  outline: none;
  border-color: #FF0000;
}

body #content .woocommerce-content .woo-product .product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper #review_form .form-submit {
  margin: 1.5rem 0 0;
}

body #content .woocommerce-content .woo-product .product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper #review_form .form-submit input#submit {
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.75rem 2rem;
  background: #020016;
  color: #fff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-transform: capitalize;
}

body #content .woocommerce-content .woo-product .product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper #review_form .form-submit input#submit:hover {
  background: #FF0000;
  color: #fff;
}

body #content .woocommerce-content .woo-product .product .related {
  margin-bottom: 2rem;
}

body #content .woocommerce-content .woo-product .product .related > h2 {
  font-size: 2.5rem;
  font-family: var(--global-font-family);
  font-weight: 600;
  color: #020016;
  margin-bottom: 1.167rem;
  text-transform: capitalize;
}

body #content .woocommerce-content .woo-product .product .related ul.products li.product .upper-part a.button:before {
  content: " ";
  display: none;
}

body #content ul.products {
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

body #content ul.products::before {
  display: none;
}

body #content ul.products::after {
  display: none;
}

body #content ul.products li.product {
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-radius: 0;
  background: #F5F5F5;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  overflow: hidden;
}

body #content ul.products li.product:hover {
  color: #fff;
  background: transparent !important;
}

body #content ul.products li.product:hover::after {
  -webkit-transform: skewX(-45deg) scale(1, 1);
          transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

body #content ul.products li.product::after {
  content: '';
  background: #FF0000;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  -webkit-transform: skewX(-45deg) scale(0, 1);
          transform: skewX(-45deg) scale(0, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

body #content ul.products li.product:hover .upper-part a.woocommerce-LoopProduct-link img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

body #content ul.products li.product:hover .lower-part h2.woocommerce-loop-product__title {
  color: #fff;
}

body #content ul.products li.product:hover .lower-part .add-to-cart-btn a.button::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

body #content ul.products li.product .upper-part {
  position: relative;
  padding: 1rem 1rem 1.25rem 1rem;
}

body #content ul.products li.product .upper-part a.woocommerce-LoopProduct-link {
  overflow: hidden;
  border-radius: 15px;
}

body #content ul.products li.product .upper-part a.woocommerce-LoopProduct-link img {
  height: auto !important;
  margin-bottom: 0;
  border-radius: 15px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

body #content ul.products li.product .upper-part span.sold-out-badge, body #content ul.products li.product .upper-part span.onsale {
  font-size: 0.75rem;
  font-weight: normal;
  color: #FFF;
  padding: 0.5rem;
  line-height: normal;
  min-width: initial;
  min-height: initial;
  position: absolute;
  z-index: 10;
  border-radius: 0;
  background-color: #0091B4;
  margin: 0;
}

body #content ul.products li.product .upper-part span.sold-out-badge {
  top: 0;
  left: 0;
  right: initial;
}

body #content ul.products li.product .upper-part span.onsale {
  top: 0;
  left: initial;
  right: 0;
}

body #content ul.products li.product .lower-part {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 75% 25%;
      grid-template-columns: 75% 25%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1rem;
}

body #content ul.products li.product .lower-part h2.woocommerce-loop-product__title {
  font-family: var(--global-font-family-2);
  text-align: left;
  font-size: 1.5rem;
  font-weight: 400;
  color: #020016;
  margin-bottom: 1rem;
  padding: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

body #content ul.products li.product .lower-part .add-to-cart-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border-radius: 0;
  padding: 0.4rem 0.6rem;
}

body #content ul.products li.product .lower-part .add-to-cart-btn a.button {
  position: relative;
  font-size: 0;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #020016;
  border-radius: 50%;
  background: #020016;
  cursor: pointer;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

body #content ul.products li.product .lower-part .add-to-cart-btn a.button::before {
  content: '\f07a';
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  display: block;
  font-size: 1.15rem;
  font-family: 'FontAwesome';
  color: #fff;
  z-index: 9;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

body #content ul.products li.product .lower-part .add-to-cart-btn a.button:hover {
  background: #FF0000;
  color: #fff;
  border-color: #FF0000;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

body #content ul.products li.product .lower-part .add-to-cart-btn a.button:hover::before {
  color: #fff;
}

body #content ul.products li.product .lower-part a.added_to_cart {
  display: none;
}

body form.wpcf7-form .form .form-group {
  margin-bottom: 2.1rem;
}

body form.wpcf7-form .form label {
  font-size: 1rem;
  font-weight: 300;
  color: #020016;
  font-family: var(--global-font-family);
  line-height: 2rem;
}

body form.wpcf7-form .form label span {
  color: #FF0000;
}

body form.wpcf7-form .form input[type="text"], body form.wpcf7-form .form input[type="email"], body form.wpcf7-form .form input[type="tel"], body form.wpcf7-form .form input[type="date"], body form.wpcf7-form .form input[type="number"] {
  width: 100%;
  background: #F5F5F5;
  padding: 1rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #FF0000 !important;
  border: 1px solid transparent;
  outline: none;
  font-size: 1rem;
  color: #020016;
  border-radius: 0px;
  font-family: var(--global-font-family);
  font-weight: 300;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body form.wpcf7-form .form input[type="text"]:focus, body form.wpcf7-form .form input[type="email"]:focus, body form.wpcf7-form .form input[type="tel"]:focus, body form.wpcf7-form .form input[type="date"]:focus, body form.wpcf7-form .form input[type="number"]:focus {
  outline: none;
  border-color: #FF0000;
  -webkit-transition: .4s;
  transition: .4s;
}

body form.wpcf7-form .form input[type="radio"] {
  accent-color: #FF0000;
  height: 2rem;
  width: 2rem;
}

body form.wpcf7-form .form select {
  width: 100%;
  background: #F5F5F5;
  padding: 1rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #FF0000 !important;
  border: 1px solid transparent;
  outline: none;
  font-size: 1rem;
  color: #020016;
  border-radius: 0px;
  font-family: var(--global-font-family);
  font-weight: 300;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body form.wpcf7-form .form select:focus {
  outline: none;
  border-color: #FF0000;
  -webkit-transition: .4s;
  transition: .4s;
}

body form.wpcf7-form .form input[type="file"] {
  width: 100%;
  background: #F5F5F5;
  padding: 1rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #FF0000 !important;
  border: 1px solid transparent;
  outline: none;
  font-size: 1rem;
  color: #020016;
  border-radius: 0px;
  font-family: var(--global-font-family);
  font-weight: 300;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body form.wpcf7-form .form input[type="file"]:focus {
  outline: none;
  border-color: #FF0000;
  -webkit-transition: .4s;
  transition: .4s;
}

body form.wpcf7-form .form .wpcf7-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}

body form.wpcf7-form .form textarea {
  width: 100%;
  background: #F5F5F5;
  padding: 1rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #FF0000 !important;
  border: 1px solid transparent;
  outline: none;
  font-size: 1rem;
  color: #020016;
  border-radius: 0px;
  font-family: var(--global-font-family);
  font-weight: 300;
  resize: none;
  height: 10rem;
  width: 100%;
}

body form.wpcf7-form .form textarea:focus {
  outline: none;
  border-color: #FF0000;
  -webkit-transition: .4s;
  transition: .4s;
}

body form.wpcf7-form .form .submit-btn {
  text-align: center;
}

body form.wpcf7-form .form .submit-btn input {
  padding: 1rem 4.9rem;
  border-radius: 0px;
  border: 1px solid #FF0000;
  background-color: #FF0000;
  color: #fff;
  width: 100%;
  font-family: var(--global-font-family);
  font-weight: 400;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body form.wpcf7-form .form .submit-btn input:hover {
  background-color: transparent;
  color: #FF0000;
  border-color: #FF0000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body form.wpcf7-form .form .submit-btn .wpcf7-spinner {
  display: none;
}

body .whatsapp-float a {
  position: fixed;
  bottom: 1rem;
  left: auto;
  right: 1rem;
  z-index: 9;
  height: 60px;
  width: 60px;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.39));
          filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.39));
  -webkit-animation: neechejaa 3s ease-in-out infinite;
          animation: neechejaa 3s ease-in-out infinite;
}

body .whatsapp-float img {
  width: 100%;
}

@-webkit-keyframes neechejaa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes neechejaa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

body footer#colophon {
  background: #020016;
}

body footer#colophon .footer-main {
  padding: 5rem 0;
}

body footer#colophon .footer-main .flex-row {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 3rem;
}

body footer#colophon .footer-main .logo-div .logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1rem;
}

body footer#colophon .footer-main .logo-div .logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 80%;
}

body footer#colophon .footer-main .logo-div p {
  font-size: 1rem;
  font-family: var(--global-font-family);
  color: #fff;
  font-weight: 300;
  margin-bottom: 4em;
}

body footer#colophon .footer-main .logo-div ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 1.5em;
}

body footer#colophon .footer-main .logo-div ul li {
  font-size: 1.25rem;
  font-family: var(--global-font-family);
}

body footer#colophon .footer-main .logo-div ul li a {
  background: transparent;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  border: 1px solid #fff;
  color: #fff;
  font-size: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body footer#colophon .footer-main .logo-div ul li a:hover {
  background: #fff;
  color: #020016;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body footer#colophon .footer-main section.widget h2.widget-title {
  font-family: var(--global-font-family);
  font-weight: 500;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1.25rem;
}

body footer#colophon .footer-main section.widget ul.menu {
  list-style: none;
  padding: 0;
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}

body footer#colophon .footer-main section.widget ul.menu li {
  font-family: var(--global-font-family);
  font-weight: 300;
  font-size: 1rem;
  text-transform: capitalize;
  color: #fff;
  position: relative;
}

body footer#colophon .footer-main section.widget ul.menu li a {
  font-size: inherit;
  position: relative;
  color: #fff;
  width: 100%;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body footer#colophon .footer-main section.widget ul.menu li a::before {
  content: '\f068';
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 1rem;
  color: #FF0000;
  font-size: 1rem;
}

body footer#colophon .footer-main section.widget ul.menu li a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

body footer#colophon .footer-main section.widget ul.cont {
  list-style: none;
  padding: 0;
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}

body footer#colophon .footer-main section.widget ul.cont li {
  font-family: var(--global-font-family);
  font-weight: 300;
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 0.5rem;
}

body footer#colophon .footer-main section.widget ul.cont li a {
  font-size: inherit;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body footer#colophon .footer-main section.widget ul.cont li a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

body footer#colophon .footer-main section.widget ul.cont li a svg {
  margin-top: 0.1rem;
}

body footer#colophon .footer-main section.widget form.wpcf7-form p {
  font-size: 1rem;
}

body footer#colophon .footer-main section.widget form.wpcf7-form .newsletter-form {
  margin-bottom: 1rem;
}

body footer#colophon .footer-main section.widget form.wpcf7-form .newsletter-form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  padding: 0.5rem 1rem;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #020016;
  border-bottom: 1px solid #fff !important;
}

body footer#colophon .footer-main section.widget form.wpcf7-form .newsletter-form p:hover, body footer#colophon .footer-main section.widget form.wpcf7-form .newsletter-form p:focus, body footer#colophon .footer-main section.widget form.wpcf7-form .newsletter-form p:active {
  outline: none;
  border-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

body footer#colophon .footer-main section.widget form.wpcf7-form .wpcf7-list-item {
  margin: 0;
}

body footer#colophon .footer-main section.widget form.wpcf7-form .wpcf7-list-item label {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  font-family: var(--global-font-family);
  width: 100%;
  display: block;
}

body footer#colophon .footer-main section.widget form.wpcf7-form input[type="email"] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  outline: none;
  font-size: 1rem;
  color: #fff;
  font-family: var(--global-font-family);
  border: none;
  font-weight: 400;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body footer#colophon .footer-main section.widget form.wpcf7-form input[type="checkbox"] {
  accent-color: #FF0000;
}

body footer#colophon .footer-main section.widget form.wpcf7-form .submit-icon {
  background: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

body footer#colophon .footer-main section.widget form.wpcf7-form .submit-icon svg {
  stroke: #fff;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

body footer#colophon .copyright {
  padding: 1rem 0;
  border-top: 1px solid #fff;
}

body footer#colophon .copyright .flex-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body footer#colophon .copyright p {
  font-size: 0.95rem;
  font-family: var(--global-font-family);
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
}

body footer#colophon .copyright p a {
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body footer#colophon .copyright p a:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: underline;
}
/*# sourceMappingURL=template.css.map */