/*
Theme Name: ACF Theme
Theme URI: 
Author: Prystech
Description: Wordpress Theme
Version: 0.0.1
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");
:root {
  --white: #ffffff;
  --black: #111111;
  --red: #ED1C24;
  --grey: #484849;
  --green: #2F4C3F; }

.debug {
  position: fixed;
  top: 0px;
  left: 0px;
  color: crimson;
  margin: 0;
  padding: 3px;
  font-size: 12px;
  line-height: 12px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99999; }
  .debug .debug-currentBreakpoint::after {
    content: "Breakpoint: MAX"; }
  .debug .debug-breakpointRange::after {
    content: "Range: 1500px - Unlimited"; }

@media (max-width: 0px) {
  .debug .debug-currentBreakpoint::after {
    content: "Breakpoint: MAX"; }
  .debug .debug-breakpointRange::after {
    content: "Range: 1500px - 0px"; } }

@media (max-width: 1499px) {
  .debug .debug-currentBreakpoint::after {
    content: "Breakpoint: XL"; }
  .debug .debug-breakpointRange::after {
    content: "Range: 1250px - 1499px"; } }

@media (max-width: 1249px) {
  .debug .debug-currentBreakpoint::after {
    content: "Breakpoint: LG"; }
  .debug .debug-breakpointRange::after {
    content: "Range: 992px - 1249px"; } }

@media (max-width: 991px) {
  .debug .debug-currentBreakpoint::after {
    content: "Breakpoint: MD"; }
  .debug .debug-breakpointRange::after {
    content: "Range: 768px - 991px"; } }

@media (max-width: 767px) {
  .debug .debug-currentBreakpoint::after {
    content: "Breakpoint: SM"; }
  .debug .debug-breakpointRange::after {
    content: "Range: 576px - 767px"; } }

@media (max-width: 575px) {
  .debug .debug-currentBreakpoint::after {
    content: "Breakpoint: XS"; }
  .debug .debug-breakpointRange::after {
    content: "Range: 0px - 575px"; } }

.adminbar .debug {
  top: 32px; }
  @media (max-width: 991px) {
    .adminbar .debug {
      top: 0px;
      left: 120px; } }

@media (max-width: 991px) {
  #wpadminbar {
    display: none; }
  html#no {
    margin-top: 0 !important; } }

*,
::after,
::before {
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

sub {
  top: 0.4em; }

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth; }

a {
  text-decoration: none;
  display: inline; }

body {
  position: relative;
  font-family: "Inter", sans-serif;
  background-color: #f5f5f5; }
  body.adminbar {
    padding-top: 32px; }
    @media (max-width: 991px) {
      body.adminbar {
        padding-top: 0; } }
    body.adminbar header {
      top: 32px; }
      @media (max-width: 991px) {
        body.adminbar header {
          top: 0; } }

.all {
  padding-top: 123px; }
  @media (max-width: 767px) {
    .all {
      padding-top: 111px; } }

.no-scroll {
  overflow: hidden; }

.gtranslate_wrapper .gt_switcher_wrapper .gt_selector {
  padding: 5px;
  background-color: var(--red);
  color: var(--white);
  border: 1px solid var(--red);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.4s ease-in-out; }
  .gtranslate_wrapper .gt_switcher_wrapper .gt_selector:hover {
    background-color: var(--black); }

.woocommerce .woocommerce-notices-wrapper {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 50%;
  z-index: 100; }
  @media (max-width: 575px) {
    .woocommerce .woocommerce-notices-wrapper {
      left: 15px;
      right: 0;
      width: 75%;
      bottom: 55px; } }
  .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
    margin-bottom: 0;
    background-color: #8fae1b;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 50px 50px 25px 25px;
    border-radius: 16px; }
    .woocommerce .woocommerce-notices-wrapper .woocommerce-message::after {
      content: 'Successful';
      position: absolute;
      color: white;
      font-size: 18px;
      top: 13.5px;
      left: 55px; }
    .woocommerce .woocommerce-notices-wrapper .woocommerce-message a {
      background-color: #ffffff;
      padding: 8px 15px;
      width: fit-content;
      order: 999;
      margin-top: 15px;
      background-color: #6d880a;
      color: white;
      border: 2px solid white;
      border-radius: 16px; }
    .woocommerce .woocommerce-notices-wrapper .woocommerce-message::before {
      color: #ffffff; }

.woocommerce .woocommerce-error {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 50%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  z-index: 100;
  padding: 50px 50px 25px 25px;
  margin-bottom: 0;
  background-color: #db343d;
  border-top: none;
  border-radius: 16px;
  color: white; }
  @media (max-width: 575px) {
    .woocommerce .woocommerce-error {
      left: 15px;
      right: 0;
      width: 75%;
      bottom: 55px; } }
  .woocommerce .woocommerce-error:before {
    color: white; }
  .woocommerce .woocommerce-error::after {
    content: 'Error';
    position: absolute;
    color: white;
    font-size: 18px;
    top: 13.5px;
    left: 55px; }

header {
  position: fixed;
  z-index: 101;
  inset: 0;
  bottom: unset;
  padding: 10px 40px;
  background-color: var(--black); }
  @media (max-width: 767px) {
    header {
      padding: 10px 20px; } }
  header .inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px; }
    header .inner .main-header {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header .inner .main-header .logo-wrap {
        max-width: 350px;
        width: 100%;
        cursor: pointer; }
        @media (max-width: 991px) {
          header .inner .main-header .logo-wrap {
            max-width: 300px;
            width: 100%; } }
        @media (max-width: 767px) {
          header .inner .main-header .logo-wrap {
            width: 100px; } }
        header .inner .main-header .logo-wrap .logo {
          width: 100%;
          display: block; }
          @media (max-width: 767px) {
            header .inner .main-header .logo-wrap .logo {
              display: none; } }
        header .inner .main-header .logo-wrap .mobile-logo {
          display: none; }
          @media (max-width: 767px) {
            header .inner .main-header .logo-wrap .mobile-logo {
              width: 100%;
              display: block; } }
      header .inner .main-header .links-wrap {
        width: calc(70% - 35px);
        display: flex;
        justify-content: flex-end;
        align-items: center;
        transition: all 0.4s ease-in-out; }
        @media (max-width: 1249px) {
          header .inner .main-header .links-wrap {
            width: calc(100%);
            height: 100vh;
            flex-direction: column;
            justify-content: flex-start;
            position: absolute;
            right: -100%;
            z-index: 100;
            background-color: var(--black);
            padding: 0;
            top: 60px;
            padding-top: 70px; } }
        header .inner .main-header .links-wrap .search-wrap {
          display: none;
          margin-bottom: 20px; }
          @media (max-width: 767px) {
            header .inner .main-header .links-wrap .search-wrap {
              display: block;
              position: relative; }
              header .inner .main-header .links-wrap .search-wrap .aws-container .aws-search-form .aws-wrapper .aws-search-field {
                font-size: 14px;
                padding-right: 150px;
                padding-left: 20px;
                border-radius: 72px !important; } }
    @media (max-width: 767px) and (max-width: 1249px) {
      header .inner .main-header .links-wrap .search-wrap .aws-container .aws-search-form .aws-wrapper .aws-search-field {
        padding-right: 100px; } }
    @media (max-width: 767px) and (max-width: 991px) {
      header .inner .main-header .links-wrap .search-wrap .aws-container .aws-search-form .aws-wrapper .aws-search-field {
        padding-right: 70px; } }
    @media (max-width: 767px) and (max-width: 767px) {
      header .inner .main-header .links-wrap .search-wrap .aws-container .aws-search-form .aws-wrapper .aws-search-field {
        padding-right: 50px; } }
          @media (max-width: 767px) {
              header .inner .main-header .links-wrap .search-wrap .aws-container .aws-search-form .aws-search-clear {
                display: none !important;
                color: var(--red); }
              header .inner .main-header .links-wrap .search-wrap .aws-container .aws-search-form .aws-search-btn {
                background: transparent;
                position: absolute;
                right: 0;
                bottom: 50%;
                transform: translateY(50%);
                z-index: 2;
                border: none; }
                header .inner .main-header .links-wrap .search-wrap .aws-container .aws-search-form .aws-search-btn .aws-search-btn_icon svg {
                  fill: var(--red); }
              header .inner .main-header .links-wrap .search-wrap .icon {
                position: absolute;
                width: 25px;
                height: 25px;
                right: 10px;
                top: 50%;
                transform: translateY(-50%);
                cursor: pointer; }
                header .inner .main-header .links-wrap .search-wrap .icon svg {
                  width: 100%;
                  height: auto; }
              header .inner .main-header .links-wrap .search-wrap .search {
                border: none;
                min-width: 500px;
                height: 45px;
                padding: 0 15px;
                border-radius: 50px;
                font-size: 15px;
                font-weight: 300; } }
    @media (max-width: 767px) and (max-width: 1499px) {
      header .inner .main-header .links-wrap .search-wrap .search {
        min-width: 400px; } }
    @media (max-width: 767px) and (max-width: 1249px) {
      header .inner .main-header .links-wrap .search-wrap .search {
        min-width: 300px; } }
    @media (max-width: 767px) and (max-width: 991px) {
      header .inner .main-header .links-wrap .search-wrap .search {
        min-width: 250px; } }
        header .inner .main-header .links-wrap .link {
          max-width: fit-content;
          color: var(--white);
          font-size: 16px;
          font-weight: 300;
          line-height: 120%;
          margin-right: 30px;
          transition: all 0.4s ease-in-out; }
          @media (max-width: 1249px) {
            header .inner .main-header .links-wrap .link {
              font-size: 18px;
              margin-right: 0;
              margin-bottom: 20px; } }
          header .inner .main-header .links-wrap .link:last-child {
            margin-right: 0;
            margin-bottom: 0; }
          header .inner .main-header .links-wrap .link:hover {
            color: var(--red); }
        header .inner .main-header .links-wrap .pages-links {
          display: flex;
          align-items: center;
          margin-right: 24px; }
          @media (max-width: 1249px) {
            header .inner .main-header .links-wrap .pages-links {
              margin-right: 0;
              margin-bottom: 30px;
              flex-direction: column; } }
        header .inner .main-header .links-wrap .forms-links {
          display: flex;
          align-items: center;
          padding-left: 24px;
          border-left: 1px solid #414141;
          transition: all 0.4s ease-in-out; }
          @media (max-width: 1249px) {
            header .inner .main-header .links-wrap .forms-links {
              border: none;
              border-top: 1px solid var(--white);
              padding: 0;
              padding-top: 30px;
              flex-direction: column; } }
          header .inner .main-header .links-wrap .forms-links .link {
            margin-right: 24px; }
            @media (max-width: 1249px) {
              header .inner .main-header .links-wrap .forms-links .link {
                margin-right: 0; } }
            header .inner .main-header .links-wrap .forms-links .link:last-child {
              margin-right: 0;
              padding: 9px 18px;
              border: 1px solid transparent;
              border-radius: 39px;
              background-color: var(--red); }
              header .inner .main-header .links-wrap .forms-links .link:last-child:hover {
                background-color: var(--black);
                border-color: var(--red);
                color: var(--white); }
          header .inner .main-header .links-wrap .forms-links .username {
            color: var(--red);
            font-size: 16px;
            font-weight: 300;
            line-height: 120%;
            transition: all 0.4s ease-in-out; }
            @media (max-width: 1249px) {
              header .inner .main-header .links-wrap .forms-links .username {
                font-size: 18px; } }
      header .inner .main-header .active-links {
        transition: all 0.4s ease-in-out; }
        @media (max-width: 1249px) {
          header .inner .main-header .active-links {
            right: 0; } }
      header .inner .main-header .menu-shop-wrap {
        display: flex;
        justify-content: space-between; }
        header .inner .main-header .menu-shop-wrap .shop-link {
          display: none;
          margin-right: 10px; }
          @media (max-width: 767px) {
            header .inner .main-header .menu-shop-wrap .shop-link {
              display: inline-block;
              color: var(--white);
              padding: 11px 16px;
              background-color: var(--red);
              font-size: 14px;
              border: 1px solid var(--red);
              border-radius: 56px;
              transition: all 0.4s ease-in-out; }
              header .inner .main-header .menu-shop-wrap .shop-link:hover {
                background-color: var(--black); } }
        header .inner .main-header .menu-shop-wrap .menu-wrap {
          display: none; }
          @media (max-width: 1249px) {
            header .inner .main-header .menu-shop-wrap .menu-wrap {
              height: 40px;
              width: 50px;
              display: flex;
              flex-direction: column;
              justify-content: space-between;
              cursor: pointer;
              padding: 10px; }
              header .inner .main-header .menu-shop-wrap .menu-wrap span {
                background-color: var(--white);
                width: 100%;
                height: 4px;
                border-radius: 8px;
                transition: all 0.4s ease; } }
        @media (max-width: 1249px) {
          header .inner .main-header .menu-shop-wrap .cross {
            display: flex;
            flex-direction: column;
            justify-content: center;
            cursor: pointer;
            height: 40px;
            width: 50px;
            padding: 10px; }
            header .inner .main-header .menu-shop-wrap .cross span {
              background-color: var(--red);
              width: 100%;
              height: 5px;
              transition: all 0.4s ease; }
              header .inner .main-header .menu-shop-wrap .cross span:nth-child(1) {
                transform: rotate(45deg) translate(1px, 7px); }
              header .inner .main-header .menu-shop-wrap .cross span:nth-child(2) {
                opacity: 0; }
              header .inner .main-header .menu-shop-wrap .cross span:nth-child(3) {
                transform: rotate(-45deg) translate(0px, -6px); } }
    header .inner .sub-header {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      header .inner .sub-header .category-search-wrap {
        display: flex;
        justify-content: space-between;
        gap: 30px; }
        @media (max-width: 991px) {
          header .inner .sub-header .category-search-wrap {
            gap: 20px; } }
        header .inner .sub-header .category-search-wrap .category-wrap {
          cursor: pointer;
          display: flex;
          align-items: center; }
          header .inner .sub-header .category-search-wrap .category-wrap:hover {
            color: var(--red); }
          header .inner .sub-header .category-search-wrap .category-wrap .sub-menu-wrap {
            height: 30px;
            width: 40px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            cursor: pointer;
            padding: 6px; }
            header .inner .sub-header .category-search-wrap .category-wrap .sub-menu-wrap span {
              background-color: var(--white);
              width: 100%;
              height: 4px;
              border-radius: 8px;
              transition: all 0.4s ease; }
          header .inner .sub-header .category-search-wrap .category-wrap .sub-menu-cross {
            justify-content: center; }
            header .inner .sub-header .category-search-wrap .category-wrap .sub-menu-cross span {
              background-color: var(--red);
              height: 5px;
              transition: all 0.4s ease; }
              header .inner .sub-header .category-search-wrap .category-wrap .sub-menu-cross span:nth-child(1) {
                transform: rotate(45deg) translate(1px, 7px); }
              header .inner .sub-header .category-search-wrap .category-wrap .sub-menu-cross span:nth-child(2) {
                opacity: 0; }
              header .inner .sub-header .category-search-wrap .category-wrap .sub-menu-cross span:nth-child(3) {
                transform: rotate(-45deg) translate(0px, -6px); }
          header .inner .sub-header .category-search-wrap .category-wrap .text {
            color: var(--white);
            font-size: 16px;
            margin-left: 5px; }
            @media (max-width: 991px) {
              header .inner .sub-header .category-search-wrap .category-wrap .text {
                font-size: 14px;
                margin-left: 0; } }
        header .inner .sub-header .category-search-wrap .product-cat-wrap {
          background: var(--black);
          flex-direction: column;
          padding: 10px;
          position: absolute;
          top: 124px;
          border: 1px solid var(--black);
          border-bottom-left-radius: 14px;
          border-bottom-right-radius: 14px;
          display: none;
          transition: all 0.4s ease-in-out; }
          @media (max-width: 767px) {
            header .inner .sub-header .category-search-wrap .product-cat-wrap {
              top: 113px; } }
          header .inner .sub-header .category-search-wrap .product-cat-wrap a {
            color: var(--white);
            text-transform: capitalize;
            margin-bottom: 5px;
            padding: 4px;
            border-bottom: 1px solid var(--red);
            transition: all 0.4s ease-in-out; }
            header .inner .sub-header .category-search-wrap .product-cat-wrap a:hover {
              background-color: var(--red);
              color: var(--black); }
        header .inner .sub-header .category-search-wrap .cat-visible {
          display: flex;
          transition: all 0.4s ease-in-out; }
        header .inner .sub-header .category-search-wrap .search-wrap {
          position: relative; }
          @media (max-width: 767px) {
            header .inner .sub-header .category-search-wrap .search-wrap {
              display: none; } }
          header .inner .sub-header .category-search-wrap .search-wrap .aws-container .aws-search-form .aws-wrapper .aws-search-field {
            font-size: 14px;
            padding-right: 150px;
            padding-left: 20px;
            border-radius: 72px !important; }
            @media (max-width: 1249px) {
              header .inner .sub-header .category-search-wrap .search-wrap .aws-container .aws-search-form .aws-wrapper .aws-search-field {
                padding-right: 100px; } }
            @media (max-width: 991px) {
              header .inner .sub-header .category-search-wrap .search-wrap .aws-container .aws-search-form .aws-wrapper .aws-search-field {
                padding-right: 70px; } }
            @media (max-width: 767px) {
              header .inner .sub-header .category-search-wrap .search-wrap .aws-container .aws-search-form .aws-wrapper .aws-search-field {
                padding-right: 50px; } }
          header .inner .sub-header .category-search-wrap .search-wrap .aws-container .aws-search-form .aws-search-clear {
            display: none !important;
            color: var(--red); }
          header .inner .sub-header .category-search-wrap .search-wrap .aws-container .aws-search-form .aws-search-btn {
            background: transparent;
            position: absolute;
            right: 0;
            bottom: 50%;
            transform: translateY(50%);
            z-index: 2;
            border: none; }
            header .inner .sub-header .category-search-wrap .search-wrap .aws-container .aws-search-form .aws-search-btn .aws-search-btn_icon svg {
              fill: var(--red); }
          header .inner .sub-header .category-search-wrap .search-wrap .icon {
            position: absolute;
            width: 25px;
            height: 25px;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer; }
            header .inner .sub-header .category-search-wrap .search-wrap .icon svg {
              width: 100%;
              height: auto; }
          header .inner .sub-header .category-search-wrap .search-wrap .search {
            border: none;
            min-width: 500px;
            height: 45px;
            padding: 0 15px;
            border-radius: 50px;
            font-size: 15px;
            font-weight: 300; }
            @media (max-width: 1499px) {
              header .inner .sub-header .category-search-wrap .search-wrap .search {
                min-width: 400px; } }
            @media (max-width: 1249px) {
              header .inner .sub-header .category-search-wrap .search-wrap .search {
                min-width: 300px; } }
            @media (max-width: 991px) {
              header .inner .sub-header .category-search-wrap .search-wrap .search {
                min-width: 250px; } }
      header .inner .sub-header .buttons-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        header .inner .sub-header .buttons-wrap div {
          padding-left: 15px; }
          @media (max-width: 991px) {
            header .inner .sub-header .buttons-wrap div {
              padding-left: 10px; } }
          header .inner .sub-header .buttons-wrap div:first-child {
            padding: 0;
            padding-right: 15px; }
            @media (max-width: 991px) {
              header .inner .sub-header .buttons-wrap div:first-child {
                padding-right: 10px; } }
          header .inner .sub-header .buttons-wrap div .link {
            font-size: 14px;
            color: #FFFFFF8C;
            border: 1px solid transparent;
            border-radius: 56px;
            transition: all 0.4s ease-in-out; }
            header .inner .sub-header .buttons-wrap div .link:hover {
              color: var(--red); }
          header .inner .sub-header .buttons-wrap div .shop-link {
            color: var(--white);
            padding: 11px 16px;
            background-color: var(--red); }
            header .inner .sub-header .buttons-wrap div .shop-link:hover {
              color: var(--white);
              border-color: var(--red);
              background-color: var(--black); }
            @media (max-width: 767px) {
              header .inner .sub-header .buttons-wrap div .shop-link {
                display: none; } }
        header .inner .sub-header .buttons-wrap .account {
          border-left: 1px solid #414141; }

.footer {
  padding: 0 25px;
  background-color: #111111;
  font-family: "Inter", sans-serif;
  padding: 65px 0;
  color: white; }
  .footer .inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    gap: 50px; }
    @media (max-width: 1499px) {
      .footer .inner {
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
    .footer .inner .content-group {
      width: calc(35% - 25px);
      display: flex;
      flex-direction: column; }
      @media (max-width: 1499px) {
        .footer .inner .content-group {
          width: 100%;
          padding: 0 15px; } }
      @media (max-width: 991px) {
        .footer .inner .content-group {
          flex-direction: column; } }
      .footer .inner .content-group .logo-wrap {
        width: 300px; }
        @media (max-width: 575px) {
          .footer .inner .content-group .logo-wrap {
            width: 200px; } }
        .footer .inner .content-group .logo-wrap img {
          width: 100%;
          height: 100%; }
      .footer .inner .content-group .socials {
        color: #fff;
        display: flex;
        margin: 15px 0; }
        .footer .inner .content-group .socials .socials-text {
          margin-right: 20px; }
        .footer .inner .content-group .socials .socials-svg-wrap .socials-svg {
          width: 25px;
          transition: transform 0.5s ease;
          margin: 0 5px; }
          .footer .inner .content-group .socials .socials-svg-wrap .socials-svg:hover {
            transform: scale(1.1); }
      .footer .inner .content-group .certificate {
        width: 150px;
        margin: 15px 0; }
        .footer .inner .content-group .certificate img {
          width: 100%;
          height: 100%; }
    .footer .inner .nav-group {
      display: flex;
      justify-content: space-between;
      width: calc(65% - 25px); }
      @media (max-width: 1499px) {
        .footer .inner .nav-group {
          width: 100%; } }
      @media (max-width: 575px) {
        .footer .inner .nav-group {
          flex-direction: column; } }
      .footer .inner .nav-group .group {
        padding: 0 15px;
        margin: 15px 0; }
        @media (max-width: 575px) {
          .footer .inner .nav-group .group {
            cursor: pointer; } }
        .footer .inner .nav-group .group .title {
          color: white;
          margin-bottom: 15px; }
          @media (max-width: 575px) {
            .footer .inner .nav-group .group .title {
              margin-bottom: 0;
              position: relative; }
              .footer .inner .nav-group .group .title::after {
                content: '+';
                position: absolute;
                width: 25px;
                height: 25px;
                right: 0; } }
        .footer .inner .nav-group .group .links-group {
          display: flex;
          flex-direction: column; }
          @media (max-width: 575px) {
            .footer .inner .nav-group .group .links-group {
              display: none; } }
          .footer .inner .nav-group .group .links-group .link {
            display: flex; }
            .footer .inner .nav-group .group .links-group .link img {
              width: 25px;
              margin-right: 10px; }
            .footer .inner .nav-group .group .links-group .link h4 {
              color: white;
              display: flex;
              width: 175px;
              flex-wrap: nowrap;
              margin: 15px 0;
              font-weight: 300; }
            .footer .inner .nav-group .group .links-group .link a {
              color: white;
              margin: 10px 0;
              text-decoration: none;
              transition: color 0.3s ease; }
              .footer .inner .nav-group .group .links-group .link a:hover {
                color: #ED1C24; }

.banner {
  max-width: 1240px;
  margin: 40px auto;
  margin-bottom: 60px;
  overflow: hidden;
  position: relative;
  padding: 0 20px; }
  @media (max-width: 767px) {
    .banner {
      margin: 40px auto; } }
  .banner .inner {
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    position: relative;
    height: 100%; }
    .banner .inner .poster {
      position: absolute;
      inset: 0;
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .banner .inner video {
      width: 100%;
      object-fit: cover;
      opacity: 0;
      transition: 1000ms; }
      .banner .inner video.fade-in {
        opacity: 1; }
    .banner .inner::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      transition: 1000ms;
      pointer-events: none;
      border-radius: 24px;
      background-color: transparent;
      background-image: linear-gradient(90deg, #000000C2 43.5%, #00000000 75.5%); }
    @media (max-width: 991px) {
      .banner .inner::before {
        opacity: 0.7; } }
    .banner .inner.fade-out::before {
      opacity: 0.2; }
  .banner .content-wrap {
    display: flex;
    flex-direction: column;
    z-index: 2;
    justify-content: flex-end;
    position: absolute;
    padding: 40px;
    inset: 0; }
    @media (max-width: 767px) {
      .banner .content-wrap {
        align-items: center; } }
    .banner .content-wrap .heading {
      width: 65%;
      color: var(--white);
      font-size: 48px;
      font-weight: 700;
      line-height: 120%; }
      @media (max-width: 1249px) {
        .banner .content-wrap .heading {
          font-size: 44px; } }
      @media (max-width: 991px) {
        .banner .content-wrap .heading {
          width: 80%;
          font-size: 42px; } }
      @media (max-width: 767px) {
        .banner .content-wrap .heading {
          font-size: 40px;
          width: 100%;
          text-align: center; } }
      @media (max-width: 575px) {
        .banner .content-wrap .heading {
          font-size: 28px; } }
    .banner .content-wrap .button {
      max-width: fit-content;
      cursor: pointer;
      color: var(--white);
      background-color: var(--red);
      font-size: 14px;
      font-weight: 600;
      line-height: 120%;
      margin-top: 19px;
      border: 1px solid transparent;
      border-radius: 56px;
      padding: 12px 20px;
      transition: all 0.4s ease-in-out;
      display: flex;
      flex-direction: row;
      align-items: center; }
      .banner .content-wrap .button svg {
        margin-left: 5px;
        width: 10px;
        height: 10px; }
      .banner .content-wrap .button:hover {
        background-color: var(--black);
        border-color: var(--red); }

.core-values {
  padding: 80px 40px;
  background-color: #F5F5F5; }
  @media (max-width: 767px) {
    .core-values {
      padding: 80px 40px; } }
  .core-values .inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 70px 0px 55px; }
    @media (max-width: 1499px) {
      .core-values .inner {
        padding: 70px 0px 80px; } }
    @media (max-width: 1249px) {
      .core-values .inner {
        padding: 70px 0px 50px; } }
    @media (max-width: 991px) {
      .core-values .inner {
        padding: 50px 0px 30px; } }
    @media (max-width: 767px) {
      .core-values .inner {
        padding: 50px 0; } }
    .core-values .inner .content-wrap {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .core-values .inner .content-wrap {
          margin-bottom: 20px; } }
      .core-values .inner .content-wrap .heading {
        color: var(--black);
        font-size: 52px;
        font-weight: 800;
        line-height: 120%;
        margin-bottom: 50px; }
        @media (max-width: 1249px) {
          .core-values .inner .content-wrap .heading {
            font-size: 48px; } }
        @media (max-width: 767px) {
          .core-values .inner .content-wrap .heading {
            font-size: 44px;
            margin-bottom: 20px; } }
        @media (max-width: 575px) {
          .core-values .inner .content-wrap .heading {
            font-size: 40px; } }
      .core-values .inner .content-wrap .sub-heading {
        color: var(--black);
        font-size: 38px;
        font-weight: 500px;
        line-height: 120%; }
        @media (max-width: 1249px) {
          .core-values .inner .content-wrap .sub-heading {
            font-size: 34px; } }
        @media (max-width: 767px) {
          .core-values .inner .content-wrap .sub-heading {
            font-size: 30px; } }
        @media (max-width: 575px) {
          .core-values .inner .content-wrap .sub-heading {
            font-size: 26px; } }
    .core-values .inner .blurbs-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: stretch;
      gap: 50px; }
      @media (max-width: 991px) {
        .core-values .inner .blurbs-wrap {
          gap: 30px; } }
      @media (max-width: 575px) {
        .core-values .inner .blurbs-wrap {
          gap: 20px; } }
      .core-values .inner .blurbs-wrap .blurb {
        width: calc(50% - 25px);
        display: flex;
        flex-direction: column;
        padding: 50px;
        border-radius: 24px;
        background-color: var(--white);
        box-shadow: 3px 4px 20px 0px #11111120; }
        @media (max-width: 991px) {
          .core-values .inner .blurbs-wrap .blurb {
            width: calc(50% - 15px);
            padding: 30px; } }
        @media (max-width: 767px) {
          .core-values .inner .blurbs-wrap .blurb {
            width: calc(100%); } }
        .core-values .inner .blurbs-wrap .blurb .blurb-heading {
          font-size: 24px;
          font-weight: 600;
          line-height: 150%;
          margin-bottom: 20px; }
          @media (max-width: 991px) {
            .core-values .inner .blurbs-wrap .blurb .blurb-heading {
              font-size: 20px; } }
        .core-values .inner .blurbs-wrap .blurb .blurb-description {
          font-size: 18px;
          font-weight: 300;
          line-height: 150%; }
          @media (max-width: 991px) {
            .core-values .inner .blurbs-wrap .blurb .blurb-description {
              font-size: 16px; } }

.featured-products {
  padding: 80px 40px;
  background-color: #f5f5f5; }
  @media (max-width: 767px) {
    .featured-products {
      padding: 40px 20px; } }
  .featured-products .inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .featured-products .inner .heading-slider-wrap {
      width: 100%;
      display: flex;
      flex-direction: column;
      position: relative; }
      .featured-products .inner .heading-slider-wrap .sub-heading {
        color: var(--black);
        font-size: 44px;
        font-weight: 800;
        line-height: 120%;
        text-align: center;
        margin-bottom: 50px; }
        @media (max-width: 991px) {
          .featured-products .inner .heading-slider-wrap .sub-heading {
            font-size: 40px; } }
        @media (max-width: 767px) {
          .featured-products .inner .heading-slider-wrap .sub-heading {
            font-size: 36px; } }
      .featured-products .inner .heading-slider-wrap .slider-wrap {
        display: flex;
        align-items: stretch; }
        .featured-products .inner .heading-slider-wrap .slider-wrap .slide {
          display: flex;
          height: auto;
          flex-direction: column;
          align-items: center;
          border-radius: 16px;
          border: 2px solid var(--red); }
          @media (max-width: 767px) {
            .featured-products .inner .heading-slider-wrap .slider-wrap .slide {
              width: calc(50% - 10px); } }
          .featured-products .inner .heading-slider-wrap .slider-wrap .slide .image-wrap {
            width: 100%;
            height: 100%;
            position: relative;
            background-color: var(--white);
            padding: 0 28px 15px;
            border-radius: 16px; }
            .featured-products .inner .heading-slider-wrap .slider-wrap .slide .image-wrap .top-branding {
              position: absolute;
              width: 100px;
              height: 50px;
              top: 15px;
              left: 15px; }
            .featured-products .inner .heading-slider-wrap .slider-wrap .slide .image-wrap .image {
              width: 100%;
              object-fit: cover;
              border-top-right-radius: 16px;
              border-top-left-radius: 16px; }
          .featured-products .inner .heading-slider-wrap .slider-wrap .slide .name {
            color: var(--black);
            font-size: 30px;
            font-weight: 600;
            line-height: 120%;
            text-align: center;
            margin-top: 36px;
            padding: 0 25px 25px 25px; }
            @media (max-width: 991px) {
              .featured-products .inner .heading-slider-wrap .slider-wrap .slide .name {
                font-size: 26px; } }
            @media (max-width: 767px) {
              .featured-products .inner .heading-slider-wrap .slider-wrap .slide .name {
                font-size: 22px; } }
    .featured-products .inner .swiper-slider {
      width: 100%;
      max-width: 1240px;
      overflow: hidden; }
    .featured-products .inner .arrow {
      width: 60px;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      border-radius: 50px;
      background-color: var(--red);
      position: absolute;
      z-index: 3; }
      .featured-products .inner .arrow.swiper-button-disabled {
        display: none; }
    .featured-products .inner .next {
      transform: translate(50%, -50%);
      top: 60%;
      right: 0; }
    .featured-products .inner .previous {
      top: 60%;
      left: 0;
      transform: translate(-50%, -50%); }
    .featured-products .inner svg {
      width: 15px;
      height: 15px; }

.applications {
  padding: 80px 40px; }
  @media (max-width: 767px) {
    .applications {
      padding: 40px 20px; } }
  .applications .inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .applications .inner .heading {
      width: 60%;
      color: var(--black);
      font-size: 52px;
      font-weight: 700;
      line-height: 120%;
      text-align: center;
      margin-bottom: 60px; }
      @media (max-width: 1249px) {
        .applications .inner .heading {
          width: 70%;
          font-size: 48px; } }
      @media (max-width: 767px) {
        .applications .inner .heading {
          width: 100%;
          font-size: 44px;
          margin-bottom: 30px; } }
      @media (max-width: 575px) {
        .applications .inner .heading {
          font-size: 40px; } }
    .applications .inner .content-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: stretch;
      gap: 40px; }
      @media (max-width: 991px) {
        .applications .inner .content-wrap {
          gap: 30px; } }
      @media (max-width: 575px) {
        .applications .inner .content-wrap {
          justify-content: center; } }
      .applications .inner .content-wrap .image-text-wrap {
        width: calc(33.3% - 45px);
        display: flex;
        align-items: center; }
        @media (max-width: 991px) {
          .applications .inner .content-wrap .image-text-wrap {
            width: calc(50% - 30px); } }
        @media (max-width: 575px) {
          .applications .inner .content-wrap .image-text-wrap {
            justify-content: center;
            flex-direction: column; } }
        .applications .inner .content-wrap .image-text-wrap .image-wrap {
          border-radius: 50%;
          width: 100px;
          height: 100px; }
          .applications .inner .content-wrap .image-text-wrap .image-wrap .logo {
            height: 100%;
            border-radius: 50%;
            border: 1px solid var(--black);
            padding: 5px;
            aspect-ratio: 1; }
        .applications .inner .content-wrap .image-text-wrap .name {
          color: var(--black);
          font-size: 30px;
          font-weight: 500;
          line-height: 120%;
          margin-left: 24px; }
          @media (max-width: 1499px) {
            .applications .inner .content-wrap .image-text-wrap .name {
              font-size: 26px; } }
          @media (max-width: 1249px) {
            .applications .inner .content-wrap .image-text-wrap .name {
              font-size: 22px; } }
          @media (max-width: 767px) {
            .applications .inner .content-wrap .image-text-wrap .name {
              font-size: 18px; } }
          @media (max-width: 575px) {
            .applications .inner .content-wrap .image-text-wrap .name {
              margin-left: 0;
              margin-top: 20px;
              text-align: center; } }

.two-column {
  padding: 80px 40px; }
  @media (max-width: 767px) {
    .two-column {
      padding: 40px 20px; } }
  .two-column .inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-direction: column; }
    .two-column .inner .heading {
      color: var(--black);
      font-size: 52px;
      font-weight: 800;
      text-align: center;
      margin-bottom: 40px; }
      @media (max-width: 1249px) {
        .two-column .inner .heading {
          font-size: 48px; } }
      @media (max-width: 767px) {
        .two-column .inner .heading {
          font-size: 44px;
          margin-bottom: 30px; } }
      @media (max-width: 575px) {
        .two-column .inner .heading {
          font-size: 40px; } }
    .two-column .inner .content {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 80px; }
      @media (max-width: 991px) {
        .two-column .inner .content {
          gap: 40px; } }
      .two-column .inner .content .image-wrap {
        width: calc(50% - 40px);
        position: relative;
        border-radius: 19px; }
        @media (max-width: 991px) {
          .two-column .inner .content .image-wrap {
            width: calc(100%); } }
        .two-column .inner .content .image-wrap .image {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 24px; }
        .two-column .inner .content .image-wrap .video {
          position: absolute;
          right: -57px;
          bottom: 78px;
          width: 240px;
          height: 260px;
          z-index: 2;
          background-color: #b9b9b9;
          border-radius: 19px; }
          @media (max-width: 1200px) {
            .two-column .inner .content .image-wrap .video {
              bottom: 150px; } }
          @media (max-width: 1130px) {
            .two-column .inner .content .image-wrap .video {
              bottom: 200px;
              width: 200px;
              height: 200px; } }
          @media (max-width: 991px) {
            .two-column .inner .content .image-wrap .video {
              display: none; } }
      .two-column .inner .content .content-wrap {
        width: calc(50% - 40px);
        display: flex;
        flex-direction: column; }
        @media (max-width: 991px) {
          .two-column .inner .content .content-wrap {
            width: calc(100%); } }
        .two-column .inner .content .content-wrap P {
          color: var(--black);
          font-size: 18px;
          font-weight: 500;
          line-height: 150%;
          margin-bottom: 20px; }
          .two-column .inner .content .content-wrap P:last-child {
            margin-bottom: 0px; }
          @media (max-width: 1249px) {
            .two-column .inner .content .content-wrap P {
              line-height: 120%; } }
          @media (max-width: 991px) {
            .two-column .inner .content .content-wrap P {
              font-size: 16px; } }
          @media (max-width: 767px) {
            .two-column .inner .content .content-wrap P {
              margin-bottom: 15px; } }
        .two-column .inner .content .content-wrap span {
          font-weight: 800; }
        .two-column .inner .content .content-wrap h1 {
          color: var(--black);
          font-size: 52px;
          font-weight: 800;
          margin-bottom: 16px;
          margin-top: 10px; }
          .two-column .inner .content .content-wrap h1:first-child {
            margin-top: 0; }
          @media (max-width: 1249px) {
            .two-column .inner .content .content-wrap h1 {
              font-size: 48px; } }
          @media (max-width: 991px) {
            .two-column .inner .content .content-wrap h1 {
              font-size: 44px; } }
          @media (max-width: 767px) {
            .two-column .inner .content .content-wrap h1 {
              font-size: 40px; } }
        .two-column .inner .content .content-wrap h2 {
          color: var(--black);
          font-size: 44px;
          font-weight: 800;
          margin-bottom: 20px;
          margin-top: 10px; }
          .two-column .inner .content .content-wrap h2:first-child {
            margin-top: 0; }
          @media (max-width: 1249px) {
            .two-column .inner .content .content-wrap h2 {
              font-size: 40px; } }
          @media (max-width: 991px) {
            .two-column .inner .content .content-wrap h2 {
              font-size: 36px; } }
          @media (max-width: 767px) {
            .two-column .inner .content .content-wrap h2 {
              font-size: 32px;
              margin-bottom: 15px; } }
        .two-column .inner .content .content-wrap h3 {
          color: var(--black);
          font-size: 38px;
          font-weight: 800;
          margin-bottom: 20px;
          margin-top: 10px; }
          .two-column .inner .content .content-wrap h3:first-child {
            margin-top: 0; }
          @media (max-width: 1249px) {
            .two-column .inner .content .content-wrap h3 {
              font-size: 34px; } }
          @media (max-width: 991px) {
            .two-column .inner .content .content-wrap h3 {
              font-size: 30px; } }
          @media (max-width: 767px) {
            .two-column .inner .content .content-wrap h3 {
              font-size: 26px;
              margin-bottom: 15px; } }
        .two-column .inner .content .content-wrap .button {
          width: fit-content;
          color: var(--white);
          background-color: var(--red);
          font-size: 18px;
          font-weight: 600;
          padding: 16px 35px;
          margin-top: 30px;
          border: 1px solid transparent;
          border-radius: 39px;
          transition: all 0.4s ease-in-out; }
          @media (max-width: 767px) {
            .two-column .inner .content .content-wrap .button {
              font-size: 16px;
              padding: 10px 25px; } }
          .two-column .inner .content .content-wrap .button:hover {
            background-color: var(--black);
            border-color: var(--red); }
        .two-column .inner .content .content-wrap .form-wrap .gform_wrapper .gform_heading .gform_title {
          color: var(--black);
          font-size: 52px;
          font-weight: 700;
          margin-bottom: 40px; }
          @media (max-width: 1249px) {
            .two-column .inner .content .content-wrap .form-wrap .gform_wrapper .gform_heading .gform_title {
              width: 70%;
              font-size: 48px; } }
          @media (max-width: 767px) {
            .two-column .inner .content .content-wrap .form-wrap .gform_wrapper .gform_heading .gform_title {
              width: 100%;
              font-size: 44px;
              margin-bottom: 30px; } }
          @media (max-width: 575px) {
            .two-column .inner .content .content-wrap .form-wrap .gform_wrapper .gform_heading .gform_title {
              font-size: 40px; } }
        .two-column .inner .content .content-wrap .form-wrap .gform_wrapper form .gform-body .gform_fields {
          row-gap: 10px;
          column-gap: 10px; }
          .two-column .inner .content .content-wrap .form-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container {
            color: var(--black); }
            .two-column .inner .content .content-wrap .form-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .large, .two-column .inner .content .content-wrap .form-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .small, .two-column .inner .content .content-wrap .form-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .medium {
              color: var(--black);
              font-family: "Inter", sans-serif;
              font-size: 15px;
              font-weight: 300;
              line-height: 150%;
              padding: 16px 20px;
              border: 1px solid #0000001A;
              background-color: #f3f3f3;
              border-radius: 6px; }
              .two-column .inner .content .content-wrap .form-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .large:focus, .two-column .inner .content .content-wrap .form-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .small:focus, .two-column .inner .content .content-wrap .form-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .medium:focus {
                --gf-local-shadow: none; }
            .two-column .inner .content .content-wrap .form-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input {
              height: 55px; }
            .two-column .inner .content .content-wrap .form-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .textarea {
              height: 118px;
              resize: none; }
            .two-column .inner .content .content-wrap .form-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container ::placeholder {
              color: var(--black);
              opacity: 0.7; }
            .two-column .inner .content .content-wrap .form-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container ::-ms-input-placeholder {
              /* Edge 12-18 */
              color: var(--black); }
        .two-column .inner .content .content-wrap .form-wrap .gform_wrapper form .gform_footer {
          margin-top: 30px; }
          .two-column .inner .content .content-wrap .form-wrap .gform_wrapper form .gform_footer .gform_button {
            width: 100%;
            font-family: "Inter", sans-serif;
            font-size: 18px;
            font-weight: 600;
            color: var(--white);
            text-align: center;
            padding: 19px;
            border: 1px solid transparent;
            border-radius: 39px;
            background-color: var(--red); }
            @media (max-width: 991px) {
              .two-column .inner .content .content-wrap .form-wrap .gform_wrapper form .gform_footer .gform_button {
                width: max-content; } }
            .two-column .inner .content .content-wrap .form-wrap .gform_wrapper form .gform_footer .gform_button:hover {
              background-color: var(--black);
              border-color: var(--red); }
        .two-column .inner .content .content-wrap .form-wrap .gform_confirmation_wrapper .gform_confirmation_message_1 .gform-confirmation-message {
          color: var(--black);
          font-size: 48px;
          font-weight: 600;
          text-align: center;
          text-wrap: balance; }
          @media (max-width: 1249px) {
            .two-column .inner .content .content-wrap .form-wrap .gform_confirmation_wrapper .gform_confirmation_message_1 .gform-confirmation-message {
              font-size: 44px; } }
          @media (max-width: 991px) {
            .two-column .inner .content .content-wrap .form-wrap .gform_confirmation_wrapper .gform_confirmation_message_1 .gform-confirmation-message {
              font-size: 40px; } }
          @media (max-width: 767px) {
            .two-column .inner .content .content-wrap .form-wrap .gform_confirmation_wrapper .gform_confirmation_message_1 .gform-confirmation-message {
              font-size: 36px; } }

.bordered-section .inner .content .image-wrap {
  border: 5px solid var(--red);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }
  .bordered-section .inner .content .image-wrap .image {
    border-radius: 14px; }

.contact-us .content {
  align-items: center; }

.icon-boxes {
  padding: 80px 40px; }
  @media (max-width: 767px) {
    .icon-boxes {
      padding: 40px 20px; } }
  .icon-boxes .inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-direction: column; }
    .icon-boxes .inner h2 {
      text-align: center;
      padding-bottom: 35px;
      font-family: "Inter", sans-serif;
      font-weight: 800;
      font-size: 48px; }
      @media (max-width: 991px) {
        .icon-boxes .inner h2 {
          font-size: 36px; } }
      @media (max-width: 767px) {
        .icon-boxes .inner h2 {
          font-size: 28px; } }
    .icon-boxes .inner .icons-group {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px 8px; }
      .icon-boxes .inner .icons-group .icon {
        display: flex;
        align-items: center;
        text-align: center;
        flex-direction: column;
        width: 200px;
        padding: 20px;
        background-color: #F5F5F5;
        border-radius: 10px;
        font-size: 16px;
        min-height: 241px;
        box-shadow: 3px 4px 20px 0px #11111120; }
        @media (max-width: 575px) {
          .icon-boxes .inner .icons-group .icon {
            width: 150px; } }
        .icon-boxes .inner .icons-group .icon img {
          width: 150px;
          height: 150px;
          object-fit: cover; }
          @media (max-width: 575px) {
            .icon-boxes .inner .icons-group .icon img {
              width: 135px;
              height: 135px; } }
        .icon-boxes .inner .icons-group .icon p {
          font-size: inherit;
          font-family: "Inter", sans-serif;
          font-weight: 600;
          line-height: 1.3em;
          margin-top: 24px; }
        .icon-boxes .inner .icons-group .icon:last-child p {
          color: var(--red); }

.title-with-image {
  padding: 80px 40px; }
  @media (max-width: 767px) {
    .title-with-image {
      padding: 40px 20px; } }
  .title-with-image .inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px 40px; }
    .title-with-image .inner .content-wrap {
      font-family: "Inter", sans-serif;
      display: flex;
      text-align: center; }
      .title-with-image .inner .content-wrap h2 {
        font-size: 52px;
        font-weight: 800; }
        @media (max-width: 991px) {
          .title-with-image .inner .content-wrap h2 {
            font-size: 36px; } }
        @media (max-width: 767px) {
          .title-with-image .inner .content-wrap h2 {
            font-size: 28px; } }
    .title-with-image .inner .image-wrap {
      position: relative; }
      .title-with-image .inner .image-wrap svg {
        width: 100%;
        height: 100%; }
        .title-with-image .inner .image-wrap svg path {
          cursor: pointer;
          transition: 300ms ease-in-out; }
          .title-with-image .inner .image-wrap svg path.defocus {
            fill-opacity: 0.5; }
            @media (max-width: 767px) {
              .title-with-image .inner .image-wrap svg path.defocus {
                fill-opacity: 1; } }
          .title-with-image .inner .image-wrap svg path.future-focus {
            fill: var(--grey); }
            @media (max-width: 767px) {
              .title-with-image .inner .image-wrap svg path.future-focus {
                fill: #6c6c6c; } }
          @media (max-width: 767px) {
            .title-with-image .inner .image-wrap svg path {
              cursor: auto; } }
        .title-with-image .inner .image-wrap svg .country-tooltip {
          display: none; }
        .title-with-image .inner .image-wrap svg .hoverable {
          transition: 300ms ease-in-out;
          cursor: pointer; }
          .title-with-image .inner .image-wrap svg .hoverable:hover {
            fill-opacity: 1;
            -webkit-tap-highlight-color: transparent;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
          @media (max-width: 767px) {
            .title-with-image .inner .image-wrap svg .hoverable {
              fill-opacity: 1; } }
      .title-with-image .inner .image-wrap .tooltip {
        display: none;
        font-weight: 700;
        font-size: 20px;
        position: absolute;
        top: 40%;
        right: 50%;
        color: var(--black);
        background-color: #EEEEEE;
        border: 1px solid #D9D9D9;
        padding: 10px;
        border-radius: 6px;
        pointer-events: none; }
        .title-with-image .inner .image-wrap .tooltip.tooltip-open {
          display: block; }
          @media (max-width: 767px) {
            .title-with-image .inner .image-wrap .tooltip.tooltip-open {
              display: none; } }

.our-partners {
  padding: 80px 40px; }
  @media (max-width: 767px) {
    .our-partners {
      padding: 40px 20px; } }
  .our-partners .inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px 40px; }
    .our-partners .inner .content-wrap {
      display: flex;
      flex-direction: column;
      text-align: center;
      font-family: "Inter", sans-serif;
      align-items: center; }
      .our-partners .inner .content-wrap .title {
        font-size: 52px;
        flex-wrap: wrap;
        width: 80%;
        font-weight: 800; }
        @media (max-width: 991px) {
          .our-partners .inner .content-wrap .title {
            font-size: 36px; } }
        @media (max-width: 767px) {
          .our-partners .inner .content-wrap .title {
            font-size: 28px; } }
    .our-partners .inner .image-wrap {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%; }
      .our-partners .inner .image-wrap .logo-group {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        max-width: 868px;
        margin: 0 auto;
        gap: 50px; }
        .our-partners .inner .image-wrap .logo-group .logo {
          flex: 1; }
          .our-partners .inner .image-wrap .logo-group .logo:nth-child(2) {
            text-align: center; }
            .our-partners .inner .image-wrap .logo-group .logo:nth-child(2) img {
              max-width: 150px;
              margin: 0 auto; }
          .our-partners .inner .image-wrap .logo-group .logo.col-2 {
            flex: 0 0 calc(50% - 25px); }
          .our-partners .inner .image-wrap .logo-group .logo.col-3 {
            flex: 0 0 calc(33.33% - 33.33px); }
          .our-partners .inner .image-wrap .logo-group .logo.col-4 {
            flex: 0 0 calc(25% - 37.5px); }
          .our-partners .inner .image-wrap .logo-group .logo img {
            object-fit: contain;
            object-position: center center;
            width: 100%;
            height: auto; }

.testimonials {
  padding: 80px 40px;
  background-color: #f5f5f5; }
  @media (max-width: 767px) {
    .testimonials {
      padding: 40px 20px;
      margin-bottom: 50px; } }
  .testimonials .inner {
    max-width: 1240px;
    margin: 0 auto; }
    .testimonials .inner .heading {
      color: var(--black);
      font-size: 44px;
      font-weight: 700;
      line-height: 120%;
      text-align: center;
      margin-bottom: 40px; }
      @media (max-width: 1249px) {
        .testimonials .inner .heading {
          font-size: 40px; } }
      @media (max-width: 767px) {
        .testimonials .inner .heading {
          font-size: 36px;
          margin-bottom: 20px; } }
      @media (max-width: 575px) {
        .testimonials .inner .heading {
          font-size: 32px; } }
    .testimonials .inner .reviews-wrap {
      display: flex; }
      .testimonials .inner .reviews-wrap .review {
        display: flex;
        flex-direction: column;
        min-height: 320px;
        padding: 30px;
        justify-content: space-between;
        background-color: white;
        border-radius: 16px; }
        .testimonials .inner .reviews-wrap .review .color-wrap {
          display: flex;
          flex-direction: column;
          margin-bottom: 50px; }
          @media (max-width: 767px) {
            .testimonials .inner .reviews-wrap .review .color-wrap {
              padding: 20px;
              margin-bottom: 20px; } }
          .testimonials .inner .reviews-wrap .review .color-wrap .quotation-wrap {
            width: 40px;
            margin-bottom: 15px; }
            .testimonials .inner .reviews-wrap .review .color-wrap .quotation-wrap .quotaion {
              width: 100%; }
          .testimonials .inner .reviews-wrap .review .color-wrap .statement {
            color: var(--black);
            font-size: 18px;
            font-weight: 400;
            font-style: normal;
            line-height: 140%; }
            @media (max-width: 767px) {
              .testimonials .inner .reviews-wrap .review .color-wrap .statement {
                font-size: 16px; } }
        .testimonials .inner .reviews-wrap .review .info-wrap {
          display: flex;
          align-items: center;
          font-size: 18px;
          font-weight: 400;
          font-style: normal;
          letter-spacing: 1px; }
          .testimonials .inner .reviews-wrap .review .info-wrap .picture-wrap {
            max-width: 70px;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 15px; }
            @media (max-width: 767px) {
              .testimonials .inner .reviews-wrap .review .info-wrap .picture-wrap {
                margin-right: 10px; } }
            .testimonials .inner .reviews-wrap .review .info-wrap .picture-wrap .picture {
              aspect-ratio: 1;
              width: 100%;
              height: 100%;
              object-fit: cover; }
          .testimonials .inner .reviews-wrap .review .info-wrap .text-wrap {
            display: flex;
            flex-direction: column; }
            .testimonials .inner .reviews-wrap .review .info-wrap .text-wrap .name {
              color: #000;
              font-size: 20px;
              font-weight: 600;
              margin-bottom: 2px; }
              @media (max-width: 767px) {
                .testimonials .inner .reviews-wrap .review .info-wrap .text-wrap .name {
                  font-size: 18px; } }
            .testimonials .inner .reviews-wrap .review .info-wrap .text-wrap .text {
              color: var(--grey);
              font-size: 16px;
              font-weight: 300; }
    .testimonials .inner .swiper {
      width: 100%;
      max-width: 1240px;
      padding-bottom: 50px; }
      .testimonials .inner .swiper .swiper-pagination {
        position: absolute;
        bottom: 0px;
        transition: all ease 0.4s; }
        .testimonials .inner .swiper .swiper-pagination .swiper-pagination-bullet-active {
          background-color: var(--red) !important; }

.our-blogs {
  padding: 80px 40px;
  position: relative; }
  @media (max-width: 767px) {
    .our-blogs {
      padding: 40px 20px; } }
  .our-blogs .inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-direction: column; }
    .our-blogs .inner .heading {
      color: var(--black);
      font-size: 44px;
      font-weight: 700;
      line-height: 120%;
      text-align: center;
      margin-bottom: 45px; }
      @media (max-width: 1249px) {
        .our-blogs .inner .heading {
          font-size: 40px; } }
      @media (max-width: 767px) {
        .our-blogs .inner .heading {
          font-size: 36px;
          margin-bottom: 20px; } }
      @media (max-width: 575px) {
        .our-blogs .inner .heading {
          font-size: 32px; } }
    .our-blogs .inner .blogs-wrap {
      display: flex; }
      .our-blogs .inner .blogs-wrap .blog-wrap {
        display: flex;
        flex-direction: column; }
        .our-blogs .inner .blogs-wrap .blog-wrap .featured-image-wrap {
          width: 100%;
          margin-bottom: 15px; }
          @media (max-width: 767px) {
            .our-blogs .inner .blogs-wrap .blog-wrap .featured-image-wrap {
              margin-bottom: 20px; } }
          .our-blogs .inner .blogs-wrap .blog-wrap .featured-image-wrap img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            border-radius: 16px; }
        .our-blogs .inner .blogs-wrap .blog-wrap .content-wrap {
          display: flex;
          flex-direction: column;
          padding: 0 10px 10px 10px; }
          .our-blogs .inner .blogs-wrap .blog-wrap .content-wrap .categories-group {
            margin-bottom: 15px; }
            .our-blogs .inner .blogs-wrap .blog-wrap .content-wrap .categories-group .category {
              background-color: var(--red);
              padding: 5px 15px;
              border-radius: 16px;
              color: white;
              display: inline-block; }
          .our-blogs .inner .blogs-wrap .blog-wrap .content-wrap .button {
            width: max-content;
            padding: 6px 18px;
            font-size: 16px;
            font-weight: 500;
            color: var(--white);
            background-color: var(--red);
            border: 1px solid transparent;
            border-radius: 48px;
            margin-bottom: 15px;
            transition: all 0.4s ease-in-out; }
            @media (max-width: 767px) {
              .our-blogs .inner .blogs-wrap .blog-wrap .content-wrap .button {
                margin-bottom: 10px; } }
            .our-blogs .inner .blogs-wrap .blog-wrap .content-wrap .button:hover {
              background-color: var(--white);
              color: var(--red);
              border-color: var(--red); }
          .our-blogs .inner .blogs-wrap .blog-wrap .content-wrap .title {
            color: #222;
            font-family: "Inter", sans-serif;
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 10px; }
            @media (max-width: 991px) {
              .our-blogs .inner .blogs-wrap .blog-wrap .content-wrap .title {
                font-size: 22px; } }
            @media (max-width: 767px) {
              .our-blogs .inner .blogs-wrap .blog-wrap .content-wrap .title {
                font-size: 18px;
                margin-bottom: 15px; } }
          .our-blogs .inner .blogs-wrap .blog-wrap .content-wrap .short-description p {
            color: #222;
            margin-bottom: 10px; }
            @media (max-width: 767px) {
              .our-blogs .inner .blogs-wrap .blog-wrap .content-wrap .short-description p {
                margin-bottom: 15px; } }
          .our-blogs .inner .blogs-wrap .blog-wrap .content-wrap .info-wrap {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .our-blogs .inner .blogs-wrap .blog-wrap .content-wrap .info-wrap .user {
              display: flex;
              align-items: center; }
              .our-blogs .inner .blogs-wrap .blog-wrap .content-wrap .info-wrap .user .picture-wrap {
                width: 36px;
                margin-right: 12px; }
                @media (max-width: 767px) {
                  .our-blogs .inner .blogs-wrap .blog-wrap .content-wrap .info-wrap .user .picture-wrap {
                    margin-right: 10px; } }
                .our-blogs .inner .blogs-wrap .blog-wrap .content-wrap .info-wrap .user .picture-wrap .picture {
                  width: 100%;
                  border-radius: 50%; }
              .our-blogs .inner .blogs-wrap .blog-wrap .content-wrap .info-wrap .user .name {
                color: #222;
                font-size: 18px;
                margin-right: 14px; }
                @media (max-width: 767px) {
                  .our-blogs .inner .blogs-wrap .blog-wrap .content-wrap .info-wrap .user .name {
                    font-size: 16px;
                    margin-right: 12px; } }
            .our-blogs .inner .blogs-wrap .blog-wrap .content-wrap .info-wrap .date {
              color: #97989F;
              font-size: 16px;
              font-weight: 300; }
    .our-blogs .inner .swiper {
      width: 100%;
      max-width: 1240px;
      padding-bottom: 50px; }
      .our-blogs .inner .swiper .swiper-pagination {
        position: absolute;
        bottom: 0px; }
        .our-blogs .inner .swiper .swiper-pagination .swiper-pagination-bullet-active {
          background-color: var(--red) !important; }

.slider {
  padding: 80px 40px; }
  @media (max-width: 767px) {
    .slider {
      padding: 40px 20px; } }
  .slider .inner {
    max-width: 1240px;
    margin: 0 auto;
    margin-bottom: 50px; }
    .slider .inner .heading-wrap {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 991px) {
        .slider .inner .heading-wrap {
          flex-direction: column; } }
      .slider .inner .heading-wrap .btn {
        width: fit-content;
        background-color: var(--red);
        font-size: 18px;
        font-weight: 600;
        padding: 16px 35px;
        margin-top: 30px;
        border: 1px solid transparent;
        border-radius: 39px;
        transition: all 0.4s ease-in-out; }
        @media (max-width: 991px) {
          .slider .inner .heading-wrap .btn {
            font-size: 16px; } }
        .slider .inner .heading-wrap .btn a {
          transition: inherit;
          color: var(--white); }
        .slider .inner .heading-wrap .btn:hover {
          background-color: var(--black);
          border-color: var(--red); }
      .slider .inner .heading-wrap h2 {
        font-size: 52px;
        font-weight: 800; }
        @media (max-width: 991px) {
          .slider .inner .heading-wrap h2 {
            font-size: 36px; } }
        @media (max-width: 767px) {
          .slider .inner .heading-wrap h2 {
            font-size: 28px; } }
  .slider .projects-slider-wrap .projects {
    position: relative;
    height: 500px; }
    .slider .projects-slider-wrap .projects .swiper-wrapper {
      height: 100%; }
      .slider .projects-slider-wrap .projects .swiper-wrapper .swiper-slide-active::after {
        opacity: 0 !important; }
      .slider .projects-slider-wrap .projects .swiper-wrapper .swiper-slide {
        height: 100%;
        position: relative; }
        .slider .projects-slider-wrap .projects .swiper-wrapper .swiper-slide::after {
          content: '';
          position: absolute;
          inset: 0;
          width: 100%;
          height: 100%;
          transition: 0.4s;
          background-color: white;
          opacity: 0.65; }
        .slider .projects-slider-wrap .projects .swiper-wrapper .swiper-slide img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .slider .projects-slider-wrap .projects .swiper-button-prev {
      left: 22.5%; }
      .slider .projects-slider-wrap .projects .swiper-button-prev svg {
        transform: translateX(-50%); }
      @media (max-width: 991px) {
        .slider .projects-slider-wrap .projects .swiper-button-prev {
          left: 0; } }
    .slider .projects-slider-wrap .projects .swiper-button-next {
      right: 22.5%; }
      .slider .projects-slider-wrap .projects .swiper-button-next svg {
        transform: translateX(-50%); }
      @media (max-width: 991px) {
        .slider .projects-slider-wrap .projects .swiper-button-next {
          right: 0; } }
    .slider .projects-slider-wrap .projects .project-navigation {
      width: 60px;
      height: 60px;
      border-radius: 100%;
      background-color: var(--black);
      transition: all ease 0.4s; }
      .slider .projects-slider-wrap .projects .project-navigation:hover {
        background-color: var(--red); }
      .slider .projects-slider-wrap .projects .project-navigation svg {
        width: fit-content;
        height: 15px;
        left: 50%;
        position: absolute; }
      .slider .projects-slider-wrap .projects .project-navigation::after {
        content: none; }

.about-us {
  padding: 80px 40px; }
  @media (max-width: 767px) {
    .about-us {
      padding: 40px 20px; } }
  .about-us .inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px;
    background-color: var(--black);
    border-radius: 44px; }
    @media (max-width: 1249px) {
      .about-us .inner {
        border-radius: 35px;
        padding: 25px; } }
    @media (max-width: 767px) {
      .about-us .inner {
        border-radius: 25px;
        padding: 15px; } }
    .about-us .inner .wrap {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 40px;
      border-radius: 24px;
      background-color: var(--red);
      overflow: hidden;
      position: relative;
      transition: all 0.4s ease-in-out; }
      @media (max-width: 767px) {
        .about-us .inner .wrap {
          border-radius: 20px;
          padding: 20px; } }
      .about-us .inner .wrap .partner-content-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 50px; }
        @media (max-width: 767px) {
          .about-us .inner .wrap .partner-content-wrap {
            margin-bottom: 30px; } }
        .about-us .inner .wrap .partner-content-wrap .partner-heading-wrap {
          width: calc(33% - 20px);
          display: flex;
          flex-direction: column; }
          @media (max-width: 991px) {
            .about-us .inner .wrap .partner-content-wrap .partner-heading-wrap {
              width: 100%;
              align-items: center;
              margin-bottom: 30px; } }
          .about-us .inner .wrap .partner-content-wrap .partner-heading-wrap .partner-wrap {
            display: flex;
            margin-bottom: 20px; }
            @media (max-width: 991px) {
              .about-us .inner .wrap .partner-content-wrap .partner-heading-wrap .partner-wrap {
                justify-content: space-around; } }
            @media (max-width: 767px) {
              .about-us .inner .wrap .partner-content-wrap .partner-heading-wrap .partner-wrap {
                margin-bottom: 15px; } }
            .about-us .inner .wrap .partner-content-wrap .partner-heading-wrap .partner-wrap .logo-button-wrap {
              display: flex;
              flex-direction: column;
              margin-right: 15px; }
              .about-us .inner .wrap .partner-content-wrap .partner-heading-wrap .partner-wrap .logo-button-wrap:last-child {
                margin-right: 0; }
              .about-us .inner .wrap .partner-content-wrap .partner-heading-wrap .partner-wrap .logo-button-wrap .logo-wrap {
                width: 100%;
                margin-bottom: 10px; }
                .about-us .inner .wrap .partner-content-wrap .partner-heading-wrap .partner-wrap .logo-button-wrap .logo-wrap .partner-logo {
                  width: 100%; }
          .about-us .inner .wrap .partner-content-wrap .partner-heading-wrap .heading {
            color: var(--white);
            font-size: 52px;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 100%; }
            @media (max-width: 1249px) {
              .about-us .inner .wrap .partner-content-wrap .partner-heading-wrap .heading {
                font-size: 48px; } }
            @media (max-width: 991px) {
              .about-us .inner .wrap .partner-content-wrap .partner-heading-wrap .heading {
                font-size: 44px; } }
            @media (max-width: 767px) {
              .about-us .inner .wrap .partner-content-wrap .partner-heading-wrap .heading {
                font-size: 40px; } }
          .about-us .inner .wrap .partner-content-wrap .partner-heading-wrap .anniversary-logo-wrap {
            width: 100%;
            max-width: 200px; }
            @media (max-width: 767px) {
              .about-us .inner .wrap .partner-content-wrap .partner-heading-wrap .anniversary-logo-wrap {
                max-width: 150px; } }
            .about-us .inner .wrap .partner-content-wrap .partner-heading-wrap .anniversary-logo-wrap .anniversary-logo {
              width: 100%; }
        .about-us .inner .wrap .partner-content-wrap .content-wrap {
          width: calc(67% - 20px);
          display: flex;
          flex-direction: column;
          position: relative; }
          @media (max-width: 991px) {
            .about-us .inner .wrap .partner-content-wrap .content-wrap {
              width: 100%; } }
          .about-us .inner .wrap .partner-content-wrap .content-wrap .sub-heading {
            color: var(--white);
            font-size: 40px;
            font-weight: 800;
            margin-bottom: 22px; }
            @media (max-width: 1499px) {
              .about-us .inner .wrap .partner-content-wrap .content-wrap .sub-heading {
                font-size: 36px; } }
            @media (max-width: 1249px) {
              .about-us .inner .wrap .partner-content-wrap .content-wrap .sub-heading {
                font-size: 32px; } }
            @media (max-width: 991px) {
              .about-us .inner .wrap .partner-content-wrap .content-wrap .sub-heading {
                font-size: 28px;
                margin-bottom: 15px; } }
          .about-us .inner .wrap .partner-content-wrap .content-wrap .description {
            color: var(--white);
            font-size: 18px;
            font-weight: 300;
            line-height: 150%;
            margin-bottom: 22px; }
            @media (max-width: 991px) {
              .about-us .inner .wrap .partner-content-wrap .content-wrap .description {
                font-size: 16px;
                margin-bottom: 15px; } }
      .about-us .inner .wrap .aboutus-twocolumns {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 40px;
        position: relative;
        margin-bottom: 50px; }
        @media (max-width: 991px) {
          .about-us .inner .wrap .aboutus-twocolumns {
            gap: 30px;
            margin-bottom: 30px; } }
        .about-us .inner .wrap .aboutus-twocolumns .twocolumn {
          display: flex;
          flex-direction: row-reverse;
          flex-wrap: wrap;
          justify-content: space-between;
          position: relative; }
          .about-us .inner .wrap .aboutus-twocolumns .twocolumn .images-wrap {
            width: calc(50% - 50px); }
            @media (max-width: 991px) {
              .about-us .inner .wrap .aboutus-twocolumns .twocolumn .images-wrap {
                width: 100%;
                margin-bottom: 20px; } }
            .about-us .inner .wrap .aboutus-twocolumns .twocolumn .images-wrap .image-wrap {
              width: 100%;
              margin-bottom: 18px; }
              .about-us .inner .wrap .aboutus-twocolumns .twocolumn .images-wrap .image-wrap:last-child {
                margin-bottom: 0; }
              .about-us .inner .wrap .aboutus-twocolumns .twocolumn .images-wrap .image-wrap .image {
                display: block;
                width: 100%;
                height: auto; }
          .about-us .inner .wrap .aboutus-twocolumns .twocolumn .text-wrap {
            width: calc(50% - 50px); }
            @media (max-width: 991px) {
              .about-us .inner .wrap .aboutus-twocolumns .twocolumn .text-wrap {
                width: 100%; } }
            .about-us .inner .wrap .aboutus-twocolumns .twocolumn .text-wrap h4 {
              color: var(--white);
              font-size: 28px;
              margin-bottom: 16px; }
              @media (max-width: 1249px) {
                .about-us .inner .wrap .aboutus-twocolumns .twocolumn .text-wrap h4 {
                  font-size: 24px; } }
              @media (max-width: 767px) {
                .about-us .inner .wrap .aboutus-twocolumns .twocolumn .text-wrap h4 {
                  font-size: 20px; } }
            .about-us .inner .wrap .aboutus-twocolumns .twocolumn .text-wrap p {
              color: var(--white);
              font-size: 18px;
              font-weight: 300;
              line-height: 150%; }
              @media (max-width: 991px) {
                .about-us .inner .wrap .aboutus-twocolumns .twocolumn .text-wrap p {
                  font-size: 16px; } }
              .about-us .inner .wrap .aboutus-twocolumns .twocolumn .text-wrap p span {
                font-weight: 500; }
          .about-us .inner .wrap .aboutus-twocolumns .twocolumn .circle {
            width: 24px;
            height: 24px;
            position: absolute;
            top: 0;
            right: 50%;
            transform: translateX(50%);
            z-index: 1;
            background-color: var(--red);
            border: 3px solid var(--white);
            border-radius: 50%; }
            @media (max-width: 991px) {
              .about-us .inner .wrap .aboutus-twocolumns .twocolumn .circle {
                display: none; } }
        .about-us .inner .wrap .aboutus-twocolumns .below {
          display: none; }
          .about-us .inner .wrap .aboutus-twocolumns .below .twocolumn {
            margin-bottom: 40px; }
            .about-us .inner .wrap .aboutus-twocolumns .below .twocolumn:last-child {
              margin-bottom: 0; }
            .about-us .inner .wrap .aboutus-twocolumns .below .twocolumn:nth-child(2n-1) {
              flex-direction: row; }
            @media (max-width: 991px) {
              .about-us .inner .wrap .aboutus-twocolumns .below .twocolumn {
                margin-bottom: 30px; }
                .about-us .inner .wrap .aboutus-twocolumns .below .twocolumn:last-child {
                  margin-bottom: 0; } }
        .about-us .inner .wrap .aboutus-twocolumns .timeline {
          content: "";
          background-color: var(--white);
          width: 2px;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 50%;
          transform: translateX(50%); }
          @media (max-width: 991px) {
            .about-us .inner .wrap .aboutus-twocolumns .timeline {
              display: none; } }
      .about-us .inner .wrap .main-logo-wrap {
        min-width: 400px;
        margin-bottom: 50px; }
        @media (max-width: 991px) {
          .about-us .inner .wrap .main-logo-wrap {
            min-width: 350px; } }
        @media (max-width: 767px) {
          .about-us .inner .wrap .main-logo-wrap {
            min-width: 300px;
            margin-bottom: 30px; } }
        @media (max-width: 575px) {
          .about-us .inner .wrap .main-logo-wrap {
            min-width: 250px; } }
        .about-us .inner .wrap .main-logo-wrap .logo {
          width: 100%; }
      .about-us .inner .wrap .button-wrap {
        width: 100%;
        padding: 20px 0;
        background-color: var(--red);
        position: absolute;
        bottom: 0px;
        display: flex;
        justify-content: center;
        border-radius: 24px;
        z-index: 3; }
        @media (max-width: 767px) {
          .about-us .inner .wrap .button-wrap {
            padding: 10px 0; } }
        .about-us .inner .wrap .button-wrap .show {
          color: var(--red);
          font-size: 14px;
          font-weight: 600;
          padding: 10px 20px;
          border-radius: 50px;
          border: none;
          cursor: pointer;
          background-color: var(--white);
          transition: all 0.4s ease-in-out; }
          .about-us .inner .wrap .button-wrap .show:hover {
            color: var(--black); }

.woocommerce {
  padding: 50px 0;
  display: flex;
  flex-direction: column; }
  .woocommerce .checkout {
    margin: 0 auto;
    display: flex;
    max-width: 1240px;
    gap: 80px; }
    @media (max-width: 991px) {
      .woocommerce .checkout {
        flex-direction: column; } }
    .woocommerce .checkout .col2-set {
      width: calc(50% - 40px);
      display: flex;
      flex-direction: column; }
      @media (max-width: 991px) {
        .woocommerce .checkout .col2-set {
          width: 100%; } }
      .woocommerce .checkout .col2-set .col-1 {
        width: 100%; }
        .woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields {
          padding-bottom: 0; }
          .woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields .inner {
            background-color: #f5f5f5;
            border-top-left-radius: 32px;
            border-top-right-radius: 32px; }
            .woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields .inner h3 {
              font-size: 36px;
              margin-bottom: 15px; }
            .woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields .inner .woocommerce-billing-fields__field-wrapper .form-row {
              margin-bottom: 15px; }
              .woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields .inner .woocommerce-billing-fields__field-wrapper .form-row label {
                color: var(--black);
                opacity: 0.8;
                font-family: "Inter", sans-serif; }
              .woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields .inner .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper {
                width: 100%;
                display: block; }
                .woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields .inner .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input {
                  background-color: #f5f5f5;
                  padding: 0 0 10px;
                  border: none;
                  color: var(--black);
                  border-bottom: 2px solid var(--grey);
                  font-family: "Inter", sans-serif;
                  background-color: #f5f5f5; }
                .woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields .inner .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper select {
                  display: block; }
                .woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields .inner .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-selection {
                  border: none;
                  background-color: #f5f5f5;
                  border-radius: 0; }
                  .woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields .inner .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-selection b::after {
                    position: absolute;
                    top: 0px;
                    right: -23px; }
                .woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields .inner .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-selection__rendered {
                  font-size: 14px;
                  padding: 0;
                  border-bottom: 2px solid var(--black);
                  width: 100%; }
    .woocommerce .checkout .woocommerce-checkout-review-order {
      width: calc(50% - 40px);
      display: flex;
      flex-direction: column;
      padding: 2px;
      border-radius: 16px; }
      @media (max-width: 991px) {
        .woocommerce .checkout .woocommerce-checkout-review-order {
          width: 100%; } }
      .woocommerce .checkout .woocommerce-checkout-review-order .shop_table {
        background: linear-gradient(-120deg, #ed1c24 0%, rgba(237, 28, 36, 0.218925) 100%);
        padding: 2px;
        border-radius: 16px;
        margin-bottom: 50px; }
        .woocommerce .checkout .woocommerce-checkout-review-order .shop_table .inner {
          padding: 25px;
          border-radius: 14px;
          background-color: #f5f5f5; }
          .woocommerce .checkout .woocommerce-checkout-review-order .shop_table .inner .text-wrap {
            padding: 10px 0;
            margin-bottom: 0;
            border-bottom: 1px solid var(--black); }
            .woocommerce .checkout .woocommerce-checkout-review-order .shop_table .inner .text-wrap h3 {
              font-size: 36px; }
          .woocommerce .checkout .woocommerce-checkout-review-order .shop_table .inner .table .top-headings {
            display: flex;
            justify-content: space-between;
            border-bottom: 1px solid var(--black);
            display: none; }
            .woocommerce .checkout .woocommerce-checkout-review-order .shop_table .inner .table .top-headings p {
              font-size: 18px;
              padding-bottom: 15px; }
          .woocommerce .checkout .woocommerce-checkout-review-order .shop_table .inner .table .main-items .cart_item {
            display: flex;
            padding: 10px 0;
            justify-content: space-between;
            border-bottom: 1px solid var(--black); }
            @media (max-width: 575px) {
              .woocommerce .checkout .woocommerce-checkout-review-order .shop_table .inner .table .main-items .cart_item {
                flex-direction: column; } }
            .woocommerce .checkout .woocommerce-checkout-review-order .shop_table .inner .table .main-items .cart_item .product-name {
              display: flex;
              align-items: center; }
              @media (max-width: 575px) {
                .woocommerce .checkout .woocommerce-checkout-review-order .shop_table .inner .table .main-items .cart_item .product-name {
                  margin-bottom: 10px;
                  flex-wrap: wrap;
                  justify-content: center; } }
              .woocommerce .checkout .woocommerce-checkout-review-order .shop_table .inner .table .main-items .cart_item .product-name .product-thumbnail {
                width: 100px;
                height: 100px; }
                @media (max-width: 575px) {
                  .woocommerce .checkout .woocommerce-checkout-review-order .shop_table .inner .table .main-items .cart_item .product-name .product-thumbnail {
                    margin-bottom: 10px;
                    width: 100%; } }
                .woocommerce .checkout .woocommerce-checkout-review-order .shop_table .inner .table .main-items .cart_item .product-name .product-thumbnail img {
                  width: 100%;
                  height: 100%; }
              .woocommerce .checkout .woocommerce-checkout-review-order .shop_table .inner .table .main-items .cart_item .product-name p {
                padding-left: 10px; }
                @media (max-width: 575px) {
                  .woocommerce .checkout .woocommerce-checkout-review-order .shop_table .inner .table .main-items .cart_item .product-name p {
                    padding: 0;
                    font-size: 14px;
                    margin-bottom: 10px;
                    width: fit-content; }
                    .woocommerce .checkout .woocommerce-checkout-review-order .shop_table .inner .table .main-items .cart_item .product-name p:last-child {
                      text-align: right;
                      width: fit-content; } }
            .woocommerce .checkout .woocommerce-checkout-review-order .shop_table .inner .table .main-items .cart_item .product-total {
              display: flex;
              align-items: center; }
              @media (max-width: 575px) {
                .woocommerce .checkout .woocommerce-checkout-review-order .shop_table .inner .table .main-items .cart_item .product-total {
                  justify-content: center; } }
              @media (max-width: 575px) {
                .woocommerce .checkout .woocommerce-checkout-review-order .shop_table .inner .table .main-items .cart_item .product-total p {
                  font-size: 14px; } }
          .woocommerce .checkout .woocommerce-checkout-review-order .shop_table .inner .table .bottom .info {
            display: flex;
            flex-direction: column;
            margin-bottom: 20px;
            padding: 5px;
            border-bottom: 1px solid var(--black); }
            .woocommerce .checkout .woocommerce-checkout-review-order .shop_table .inner .table .bottom .info .shipping {
              padding: 15px 0;
              display: flex;
              justify-content: space-between;
              text-align: right; }
              .woocommerce .checkout .woocommerce-checkout-review-order .shop_table .inner .table .bottom .info .shipping p {
                font-weight: 600;
                font-size: 20px; }
              .woocommerce .checkout .woocommerce-checkout-review-order .shop_table .inner .table .bottom .info .shipping li {
                margin: 0 !important;
                display: flex;
                align-items: center; }
                .woocommerce .checkout .woocommerce-checkout-review-order .shop_table .inner .table .bottom .info .shipping li .shipping_method {
                  margin: 0 !important;
                  accent-color: var(--red);
                  border: 1px solid var(--red); }
                .woocommerce .checkout .woocommerce-checkout-review-order .shop_table .inner .table .bottom .info .shipping li label {
                  margin-left: 5px; }
            .woocommerce .checkout .woocommerce-checkout-review-order .shop_table .inner .table .bottom .info .cart-subtotal {
              padding: 15px 0;
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .woocommerce .checkout .woocommerce-checkout-review-order .shop_table .inner .table .bottom .info .cart-subtotal p:nth-child(1) {
                font-weight: 600;
                font-size: 20px; }
          .woocommerce .checkout .woocommerce-checkout-review-order .shop_table .inner .table .bottom .order-total {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .woocommerce .checkout .woocommerce-checkout-review-order .shop_table .inner .table .bottom .order-total p:nth-child(1) {
              font-weight: 600;
              font-size: 20px; }
            .woocommerce .checkout .woocommerce-checkout-review-order .shop_table .inner .table .bottom .order-total p:last-child strong {
              font-weight: normal;
              font-size: 16px; }
      .woocommerce .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment {
        background-color: #f5f5f5 !important; }
        .woocommerce .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods {
          padding: 0 !important;
          border: none !important; }
          .woocommerce .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
            display: flex;
            flex-direction: column;
            padding: 15px;
            border: 2px solid var(--red);
            margin: 20px 0 !important;
            border-radius: 16px;
            font-size: 20px; }
            .woocommerce .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment-method-type {
              display: flex;
              align-items: center; }
              .woocommerce .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment-method-type input[type=radio] {
                -webkit-appearance: none;
                appearance: none;
                border: 1px solid var(--red);
                width: 20px;
                height: 20px;
                position: relative;
                border-radius: 100%; }
                .woocommerce .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment-method-type input[type=radio]:before {
                  content: '';
                  position: absolute;
                  border-radius: 100%;
                  width: 10px;
                  height: 10px;
                  background-color: #fff;
                  top: 50%;
                  left: 50%;
                  transform: translateX(-50%) translateY(-50%);
                  transition: all ease 0.3s; }
                .woocommerce .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment-method-type input[type=radio]:checked:before {
                  background-color: var(--red); }
          .woocommerce .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .payment_box {
            background-color: #f5f5f5 !important;
            margin: 0 !important;
            padding: 0 0 0 35px !important;
            color: var(--black) !important;
            font-size: 16px !important; }
            .woocommerce .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .payment_box:before {
              content: none !important; }
        .woocommerce .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
          display: flex;
          padding: 0 !important;
          justify-content: space-between;
          align-items: center; }
          @media (max-width: 991px) {
            .woocommerce .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
              flex-direction: column; } }
          .woocommerce .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
            width: 75%; }
            @media (max-width: 991px) {
              .woocommerce .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
                width: 100%;
                margin-bottom: 25px; } }
            .woocommerce .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a {
              color: var(--red); }
          .woocommerce .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button {
            height: fit-content;
            background-color: var(--red);
            padding: 10px 20px;
            border-radius: 16px; }

.fullwidth_text .woocommerce {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5; }
  .fullwidth_text .woocommerce #primary {
    width: 100%; }
  .fullwidth_text .woocommerce .woocommerce-breadcrumb {
    max-width: 1240px;
    margin: 0 auto;
    font-weight: 700;
    width: 100%;
    flex: 0 0 100%;
    background-color: #f5f5f5;
    margin-bottom: 25px; }
    @media (max-width: 991px) {
      .fullwidth_text .woocommerce .woocommerce-breadcrumb {
        margin-bottom: 0; } }
    .fullwidth_text .woocommerce .woocommerce-breadcrumb a {
      font-size: 16px;
      color: #111;
      font-weight: 500; }
  .fullwidth_text .woocommerce .text-wrap {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .fullwidth_text .woocommerce .text-wrap {
        margin-bottom: 0; } }
    .fullwidth_text .woocommerce .text-wrap h2 {
      font-size: 56px;
      font-family: "Inter", sans-serif;
      font-weight: 500; }
  .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    width: 100%;
    flex: 0 0 100%;
    gap: 30px;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap {
        flex-direction: column;
        align-items: center; } }
    .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form {
      width: calc(65% - 15px);
      padding: 2px; }
      @media (max-width: 991px) {
        .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form {
          width: 100%; } }
      .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap {
        height: 100%;
        border-radius: 16px; }
        .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .shop-inner .product-title-wrap {
          display: flex;
          padding: 10px;
          justify-content: space-between;
          border-bottom: 1px solid #000;
          font-weight: 600;
          position: relative; }
          @media (max-width: 991px) {
            .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .shop-inner .product-title-wrap::after {
              content: 'Items';
              position: static;
              font-size: 18px;
              width: 100%;
              text-align: center; } }
          .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .shop-inner .product-title-wrap .product-thumbnail {
            width: 12.5%;
            text-align: center; }
            @media (max-width: 991px) {
              .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .shop-inner .product-title-wrap .product-thumbnail {
                display: none; } }
            .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .shop-inner .product-title-wrap .product-thumbnail span {
              width: 100%;
              height: 100%;
              display: block;
              position: static !important;
              clip-path: none !important; }
          .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .shop-inner .product-title-wrap .products-name-wrap {
            display: flex;
            width: 100%;
            justify-content: space-evenly; }
            @media (max-width: 991px) {
              .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .shop-inner .product-title-wrap .products-name-wrap {
                display: none; } }
            .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .shop-inner .product-title-wrap .products-name-wrap .product-remove {
              width: 12.5%;
              text-align: center; }
              @media (max-width: 991px) {
                .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .shop-inner .product-title-wrap .products-name-wrap .product-remove {
                  display: none; } }
              .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .shop-inner .product-title-wrap .products-name-wrap .product-remove span {
                width: 100%;
                height: 100%;
                display: block;
                position: static !important;
                clip-path: none !important; }
            .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .shop-inner .product-title-wrap .products-name-wrap .product-name {
              width: 20%; }
              @media (max-width: 991px) {
                .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .shop-inner .product-title-wrap .products-name-wrap .product-name {
                  display: none; } }
            .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .shop-inner .product-title-wrap .products-name-wrap .product-price {
              width: 12.5%;
              text-align: center; }
              @media (max-width: 991px) {
                .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .shop-inner .product-title-wrap .products-name-wrap .product-price {
                  display: none; } }
            .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .shop-inner .product-title-wrap .products-name-wrap .product-quantity {
              width: 12.5%;
              text-align: center; }
              @media (max-width: 991px) {
                .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .shop-inner .product-title-wrap .products-name-wrap .product-quantity {
                  display: none; } }
            .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .shop-inner .product-title-wrap .products-name-wrap .product-subtotal {
              width: 12.5%;
              text-align: center; }
              @media (max-width: 991px) {
                .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .shop-inner .product-title-wrap .products-name-wrap .product-subtotal {
                  display: none; } }
        .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item {
          display: flex;
          text-align: center;
          align-items: center;
          position: relative;
          justify-content: space-between;
          border-bottom: 1px solid #000;
          padding: 10px; }
          @media (max-width: 991px) {
            .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item {
              flex-direction: row;
              align-items: center; } }
          .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-thumbnail {
            width: 12.5%;
            height: 100px;
            display: flex;
            align-items: center;
            flex-direction: column; }
            @media (max-width: 991px) {
              .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-thumbnail {
                width: 25%;
                height: 190px; } }
            .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-thumbnail a {
              display: block;
              width: 100%;
              height: 100%; }
              .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-thumbnail a img {
                width: 100%;
                height: 100%; }
                @media (max-width: 991px) {
                  .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-thumbnail a img {
                    height: 190px; } }
          .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap {
            width: 100%; }
            @media (max-width: 991px) {
              .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap {
                width: 75%;
                height: 100%;
                margin-left: 10px; } }
            .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner {
              display: flex;
              justify-content: space-evenly;
              align-items: center; }
              @media (max-width: 991px) {
                .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner {
                  flex-direction: column;
                  align-items: flex-start;
                  background-color: #f5f5f5;
                  border-radius: 16px;
                  justify-content: right;
                  position: relative;
                  gap: 10px; } }
              .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner .product-name {
                width: 20%;
                text-align: left; }
                @media (max-width: 991px) {
                  .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner .product-name {
                    width: 100%;
                    padding: 5px 0; } }
                .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner .product-name .cart-product-name {
                  font-size: 18px;
                  margin-bottom: 5px;
                  display: block;
                  color: #000; }
                .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner .product-name .cart-product-desc {
                  font-size: 14px;
                  opacity: .8; }
              .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner .product-quantity {
                width: 12.5%;
                position: relative;
                display: flex; }
                @media (max-width: 991px) {
                  .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner .product-quantity {
                    width: 100%;
                    padding: 5px 0; } }
                .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner .product-quantity .btn-lr {
                  cursor: pointer;
                  user-select: none;
                  display: flex;
                  flex-direction: column;
                  align-items: center;
                  text-align: center;
                  border: 1px solid black;
                  width: 20px;
                  font-size: 14px;
                  height: 20px;
                  border-radius: 100%;
                  aspect-ratio: 1; }
                  .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner .product-quantity .btn-lr.subtract {
                    order: 1; }
                  .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner .product-quantity .btn-lr.add {
                    order: 3; }
                .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner .product-quantity .quantity {
                  order: 2;
                  width: 50px; }
                  .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner .product-quantity .quantity input[type=number] {
                    -webkit-appearance: textfield;
                    -moz-appearance: textfield;
                    appearance: textfield;
                    border: none;
                    width: 50px;
                    font-size: 18px;
                    background-color: #f5f5f5; }
                  .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner .product-quantity .quantity input[type=number]::-webkit-inner-spin-button,
                  .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner .product-quantity .quantity input[type=number]::-webkit-outer-spin-button {
                    -webkit-appearance: none; }
              .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner .product-price {
                width: 12.5%; }
                @media (max-width: 991px) {
                  .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner .product-price {
                    text-align: start;
                    width: 100%;
                    padding: 5px 0; } }
              .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner .product-subtotal {
                width: 12.5%;
                overflow: hidden;
                overflow-x: auto;
                scrollbar-color: var(--red) var(--white);
                scrollbar-width: thin;
                scrollbar-color: var(--red) #ffffff;
                /* Chrome, Edge, and Safari */ }
                @media (max-width: 991px) {
                  .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner .product-subtotal {
                    width: 150px;
                    display: flex;
                    overflow: visible;
                    justify-content: center;
                    padding: 5px 0;
                    flex-direction: row-reverse;
                    text-wrap: nowrap; }
                    .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner .product-subtotal::after {
                      content: 'Total :';
                      width: 40%;
                      text-align: left; }
                    .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner .product-subtotal .amount {
                      overflow: auto;
                      display: inline-flex;
                      align-items: center;
                      width: 60%;
                      text-wrap: nowrap; }
                      .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner .product-subtotal .amount bdi {
                        display: inline-block;
                        text-align: center; } }
                .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner .product-subtotal::-webkit-scrollbar {
                  width: 16px; }
                .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner .product-subtotal::-webkit-scrollbar-track {
                  background: #ffffff; }
                .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner .product-subtotal::-webkit-scrollbar-thumb {
                  background-color: #8f54a0;
                  border-radius: 1000px;
                  border: 3px solid #966e6e; }
              .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner .product-remove {
                width: 12.5%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center; }
                @media (max-width: 991px) {
                  .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner .product-remove {
                    width: fit-content;
                    padding: 5px 0;
                    text-align: start;
                    justify-content: flex-end;
                    align-items: flex-end;
                    position: absolute;
                    bottom: 0;
                    right: 0; } }
                .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner .product-remove a {
                  display: block; }
                  .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner .product-remove a:hover {
                    background-color: transparent; }
                  .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner .product-remove a svg {
                    display: block;
                    width: 25px;
                    height: 25px; }
                    .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .woocommerce-cart-form__cart-item .product-info-wrap .inner .product-remove a svg g {
                      width: 100%;
                      height: 100%; }
        .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .woocommerce-cart-form .shop_wrap .submit-btn {
          margin: 25px 0;
          padding: 10px 30px;
          display: block;
          background-color: var(--red);
          border: none;
          color: white;
          font-family: "Inter", sans-serif;
          font-weight: 600;
          font-size: 24px;
          border-radius: 16px; }
    .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .cart-wrap {
      width: calc(35% - 15px);
      position: sticky;
      top: 0; }
      @media (max-width: 991px) {
        .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .cart-wrap {
          width: 100%; } }
      .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .cart-wrap .cart-collaterals {
        width: 100% !important;
        background: linear-gradient(-120deg, #ed1c24 0%, rgba(237, 28, 36, 0.218925) 100%);
        padding: 2px;
        border-radius: 16px; }
        .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .cart-wrap .cart-collaterals .cart_totals {
          width: 100% !important;
          border-radius: 16px;
          padding: 25px;
          background-color: #f5f5f5;
          height: 100%;
          display: flex;
          justify-content: space-between;
          flex-direction: column; }
          .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .cart-wrap .cart-collaterals .cart_totals h2 {
            font-size: 26px;
            font-weight: 600;
            padding-bottom: 15px;
            border-bottom: 2px solid #000; }
          .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .cart-wrap .cart-collaterals .cart_totals .shop_table {
            height: 100%;
            display: flex;
            flex-direction: column;
            padding: 0 0 25px 0; }
            .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .cart-wrap .cart-collaterals .cart_totals .shop_table .title {
              font-size: 18px;
              font-weight: 600px; }
            .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .cart-wrap .cart-collaterals .cart_totals .shop_table .cart-subtotal {
              display: flex;
              justify-content: space-between;
              padding: 15px 0 0 0; }
            .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .cart-wrap .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals {
              display: flex;
              justify-content: space-between;
              padding: 10px 0 15px 0;
              border-bottom: 2px solid #000; }
              .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .cart-wrap .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals div {
                text-align: right;
                padding-left: 10px; }
                .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .cart-wrap .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals div ul li {
                  margin: 0;
                  display: flex;
                  align-items: center;
                  margin-bottom: 5px; }
                  .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .cart-wrap .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals div ul li .shipping_method {
                    margin: 0 !important; }
                  .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .cart-wrap .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals div ul li label {
                    margin: 0;
                    margin-left: 5px;
                    display: block;
                    font-weight: 600; }
                .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .cart-wrap .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals div .woocommerce-shipping-destination {
                  padding: 5px 0; }
                .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .cart-wrap .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals div .woocommerce-shipping-calculator a {
                  font-size: 14px;
                  color: #000;
                  text-decoration: underline; }
                .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .cart-wrap .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals div .woocommerce-shipping-calculator .shipping-calculator-form {
                  background: linear-gradient(-120deg, #ed1c24 0%, rgba(237, 28, 36, 0.218925) 100%);
                  padding: 2px;
                  margin: 15px 0;
                  border-radius: 8px; }
                  .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .cart-wrap .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals div .woocommerce-shipping-calculator .shipping-calculator-form .inner {
                    background-color: #f5f5f5;
                    border-radius: 8px;
                    padding: 8px; }
                    .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .cart-wrap .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals div .woocommerce-shipping-calculator .shipping-calculator-form .inner .selection .select2-selection {
                      border: none;
                      border-bottom: 1px solid var(--black);
                      border-radius: 0;
                      background-color: #f5f5f5; }
                      .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .cart-wrap .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals div .woocommerce-shipping-calculator .shipping-calculator-form .inner .selection .select2-selection .select2-selection__arrow b::after {
                        top: 5px;
                        position: absolute;
                        left: -16px; }
                    .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .cart-wrap .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals div .woocommerce-shipping-calculator .shipping-calculator-form .inner input[type=text] {
                      border: none;
                      padding: 4px;
                      text-align: right;
                      font-size: 16px;
                      border-bottom: 1px solid #000;
                      background-color: #f5f5f5; }
                    .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .cart-wrap .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals div .woocommerce-shipping-calculator .shipping-calculator-form .inner button {
                      background-color: var(--red);
                      color: white;
                      padding: 8px 20px;
                      border-radius: 24px; }
            .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .cart-wrap .cart-collaterals .cart_totals .shop_table .order-total {
              display: flex;
              margin-top: auto;
              justify-content: space-between;
              padding: 25px 0;
              border-bottom: 2px solid black; }
              .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .cart-wrap .cart-collaterals .cart_totals .shop_table .order-total p {
                font-size: 20px; }
      .fullwidth_text .woocommerce .woocomerce-form-collateral-wrap .cart-wrap .checkout-button {
        background-color: var(--red) !important;
        font-size: 16px !important;
        border-radius: 16px !important; }

.single-blog {
  margin-top: 30px; }
  .single-blog .inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 25px; }
    .single-blog .inner .blog .title-image {
      position: relative;
      padding: 156px 0;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .single-blog .inner .blog .title-image::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        transition: 1000ms;
        pointer-events: none;
        border-radius: 24px;
        background-color: transparent;
        background-image: linear-gradient(90deg, #000000C2 43.5%, #00000000 75.5%); }
      .single-blog .inner .blog .title-image h2 {
        text-align: center;
        font-size: 40px;
        color: white; }
      .single-blog .inner .blog .title-image img {
        width: 100%;
        height: 100%;
        top: 0;
        object-fit: cover;
        border-radius: 32px;
        position: absolute;
        z-index: -1; }
      .single-blog .inner .blog .title-image .home-btn {
        margin: 15px 0; }
        .single-blog .inner .blog .title-image .home-btn a {
          display: inline-block;
          padding: 15px;
          border: 1px solid var(--red);
          border-radius: 18px;
          background-color: var(--red);
          color: white;
          transition: all 0.4s ease-in-out; }
          .single-blog .inner .blog .title-image .home-btn a:hover {
            background-color: var(--black); }
      .single-blog .inner .blog .title-image .info-wrap {
        position: absolute;
        bottom: 25px;
        left: 25px;
        z-index: 2;
        display: flex;
        flex-direction: row-reverse; }
        .single-blog .inner .blog .title-image .info-wrap .user {
          display: flex;
          flex-direction: column;
          justify-content: center;
          padding-left: 15px;
          color: white; }
        .single-blog .inner .blog .title-image .info-wrap img {
          position: static;
          border-radius: 100%;
          width: 50px;
          height: 50px; }
    .single-blog .inner .blog .content {
      text-align: center;
      font-family: "Inter", sans-serif;
      font-size: 20px;
      margin: 50px 0; }

.woocommerce-products-header {
  display: none; }

.woocommerce-breadcrumb {
  max-width: 1240px;
  margin: 0 auto;
  background-color: #f5f5f5;
  font-weight: 700;
  margin-top: 30px; }
  @media (max-width: 1249px) {
    .woocommerce-breadcrumb {
      padding: 0 40px; } }
  @media (max-width: 991px) {
    .woocommerce-breadcrumb {
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .woocommerce-breadcrumb {
      padding: 0 20px;
      margin-top: 40px; } }
  @media (max-width: 575px) {
    .woocommerce-breadcrumb {
      display: none; } }
  .woocommerce-breadcrumb a {
    font-size: 16px;
    color: #111;
    font-weight: 500; }

.archive-products {
  background-color: transparent;
  padding: 50px 40px;
  padding-top: 0;
  position: relative;
  background-color: #f5f5f5; }
  @media (max-width: 767px) {
    .archive-products {
      padding: 50px 20px;
      padding-top: 0; } }
  .archive-products .inner {
    max-width: 1240px;
    margin: 0 auto; }
    .archive-products .inner .heading-wrap {
      text-align: center;
      padding: 25px 0; }
      .archive-products .inner .heading-wrap .heading {
        font-size: 36px; }
    .archive-products .inner .mega-wrap {
      display: flex;
      flex-direction: column; }
      .archive-products .inner .mega-wrap .title {
        width: 100%;
        font-size: 66px;
        color: var(--black);
        padding-top: 10px; }
        @media (max-width: 991px) {
          .archive-products .inner .mega-wrap .title {
            font-size: 56px; } }
        @media (max-width: 575px) {
          .archive-products .inner .mega-wrap .title {
            padding: 20px;
            padding-bottom: 0px;
            font-size: 36px;
            text-align: center;
            padding-bottom: 20px;
            position: fixed;
            inset: 0;
            bottom: unset;
            top: 107px;
            z-index: 99;
            background-color: #f5f5f5; } }
      .archive-products .inner .mega-wrap .product-wrap {
        order: 2;
        display: flex;
        justify-content: flex-end;
        gap: 15px;
        flex-wrap: wrap;
        width: 100%; }
        .archive-products .inner .mega-wrap .product-wrap .filters-wrap {
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center;
          background-color: #f5f5f5; }
          @media (max-width: 575px) {
            .archive-products .inner .mega-wrap .product-wrap .filters-wrap {
              padding: 20px;
              padding-top: 0;
              width: 100%;
              position: fixed;
              inset: 0;
              bottom: unset;
              top: 190px;
              z-index: 99; } }
          .archive-products .inner .mega-wrap .product-wrap .filters-wrap .mobile-filter-button {
            display: none;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
            max-width: fit-content;
            width: 100%;
            height: fit-content; }
            @media (max-width: 575px) {
              .archive-products .inner .mega-wrap .product-wrap .filters-wrap .mobile-filter-button {
                display: block; } }
          .archive-products .inner .mega-wrap .product-wrap .filters-wrap .sort-button {
            width: 100%;
            display: flex;
            flex-direction: column; }
            .archive-products .inner .mega-wrap .product-wrap .filters-wrap .sort-button .woocommerce-result-count {
              display: none; }
            .archive-products .inner .mega-wrap .product-wrap .filters-wrap .sort-button .woocommerce-ordering {
              background-color: transparent;
              align-self: flex-end; }
              .archive-products .inner .mega-wrap .product-wrap .filters-wrap .sort-button .woocommerce-ordering .orderby {
                background-color: transparent;
                border: none;
                cursor: pointer; }
                .archive-products .inner .mega-wrap .product-wrap .filters-wrap .sort-button .woocommerce-ordering .orderby option {
                  font-size: 16px; }
              .archive-products .inner .mega-wrap .product-wrap .filters-wrap .sort-button .woocommerce-ordering .select2 {
                min-width: 170px;
                width: auto !important; }
                .archive-products .inner .mega-wrap .product-wrap .filters-wrap .sort-button .woocommerce-ordering .select2 .selection .select2-selection {
                  border: none;
                  background-color: #f5f5f5; }
                  .archive-products .inner .mega-wrap .product-wrap .filters-wrap .sort-button .woocommerce-ordering .select2 .selection .select2-selection .select2-selection__rendered {
                    color: #111;
                    font-size: 16px;
                    max-width: fit-content;
                    width: 100%; }
        .archive-products .inner .mega-wrap .product-wrap .yith-wcan-filters-opener {
          display: none !important; }
        .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap {
          width: 100%;
          display: flex;
          gap: 30px;
          position: relative; }
          .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .sidebar {
            display: block !important;
            max-width: 300px;
            width: 100%;
            height: fit-content;
            margin-top: 40px;
            border-radius: 16px;
            transition: all ease 0.5s;
            color: var(--black);
            background-color: var(--white);
            border: 2px solid var(--red); }
            @media (max-width: 1249px) {
              .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .sidebar {
                min-width: 200px; } }
            @media (max-width: 575px) {
              .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .sidebar {
                position: fixed;
                left: -110%;
                top: 195px;
                z-index: 99;
                width: 100%;
                height: 100%; } }
            .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .sidebar .inner {
              height: 100%;
              order: 1;
              display: flex;
              flex-direction: column;
              background-color: #fff;
              padding: 30px 20px;
              padding-bottom: 50px;
              border-radius: 14px; }
              @media (max-width: 575px) {
                .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .sidebar .inner {
                  height: calc(100vh - 240px);
                  overflow: auto; } }
              .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .sidebar .inner .title {
                color: #000;
                font-size: 18px;
                font-weight: 500;
                margin-bottom: 30px; }
                @media (max-width: 575px) {
                  .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .sidebar .inner .title {
                    display: none; } }
              .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .sidebar .inner .yith-wcan-filters {
                display: block !important;
                transform: translate(0, 0);
                position: relative;
                box-shadow: none;
                height: 100%;
                z-index: 90; }
                .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .sidebar .inner .yith-wcan-filters:last-child {
                  margin-bottom: 0; }
                .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .sidebar .inner .yith-wcan-filters .close-button {
                  display: none; }
                .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .sidebar .inner .yith-wcan-filters .filters-container {
                  margin-top: 0;
                  padding: 0;
                  overflow-y: initial; }
                  @media (max-width: 575px) {
                    .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .sidebar .inner .yith-wcan-filters .filters-container {
                      height: 100%; } }
                  .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .sidebar .inner .yith-wcan-filters .filters-container form .mobile-only {
                    display: none; }
                  .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .sidebar .inner .yith-wcan-filters .filters-container form .yith-wcan-active-filters h4 {
                    font-size: 14px;
                    font-weight: 600;
                    margin-bottom: 10px; }
                  .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .sidebar .inner .yith-wcan-filters .filters-container form .yith-wcan-active-filters .active-filter {
                    padding: 2px 9px;
                    border-radius: 14px;
                    background-color: #ed1c2440;
                    margin-bottom: 10px; }
                    .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .sidebar .inner .yith-wcan-filters .filters-container form .yith-wcan-active-filters .active-filter b {
                      font-size: 12px;
                      font-weight: 500;
                      margin-right: 0; }
                    .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .sidebar .inner .yith-wcan-filters .filters-container form .yith-wcan-active-filters .active-filter .active-filter-label {
                      font-size: 12px;
                      font-weight: 700;
                      line-height: 1.2;
                      padding: 4px 10px 3px;
                      border: none;
                      margin-right: 0; }
                      .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .sidebar .inner .yith-wcan-filters .filters-container form .yith-wcan-active-filters .active-filter .active-filter-label::after {
                        right: -15px; }
                  .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .sidebar .inner .yith-wcan-filters .filters-container form .yith-wcan-filter {
                    border: none; }
                    .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .sidebar .inner .yith-wcan-filters .filters-container form .yith-wcan-filter:last-child {
                      margin-bottom: 0; }
                    .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .sidebar .inner .yith-wcan-filters .filters-container form .yith-wcan-filter .filter-title {
                      color: #111;
                      display: none; }
                    .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .sidebar .inner .yith-wcan-filters .filters-container form .yith-wcan-filter .filter-content {
                      margin-top: 0; }
                      .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .sidebar .inner .yith-wcan-filters .filters-container form .yith-wcan-filter .filter-content .yith-wcan-dropdown {
                        border: none;
                        border-bottom: 1px solid #000;
                        border-radius: 0; }
                        .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .sidebar .inner .yith-wcan-filters .filters-container form .yith-wcan-filter .filter-content .yith-wcan-dropdown .dropdown-wrapper .search-field-container {
                          display: none; }
                        .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .sidebar .inner .yith-wcan-filters .filters-container form .yith-wcan-filter .filter-content .yith-wcan-dropdown .dropdown-wrapper .matching-items .filter-item a {
                          display: block; }
                        .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .sidebar .inner .yith-wcan-filters .filters-container form .yith-wcan-filter .filter-content .yith-wcan-dropdown .dropdown-label {
                          font-size: 16px;
                          color: #000; }
                    .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .sidebar .inner .yith-wcan-filters .filters-container form .yith-wcan-filter .yith-wcan-dropdown.open {
                      border-color: none;
                      box-shadow: none; }
                .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .sidebar .inner .yith-wcan-filters .apply-filters {
                  cursor: pointer;
                  background-color: #f5f5f5;
                  color: #111;
                  border: 2px solid red;
                  border-radius: 14px;
                  transition: all 0.4s ease-in-out; }
                  .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .sidebar .inner .yith-wcan-filters .apply-filters:hover {
                    background-color: var(--red);
                    color: #f5f5f5; }
          .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .active {
            left: -10px; }
          .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .inactive {
            left: 100%; }
          .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            gap: 25px;
            padding: 40px 0;
            border-top: 1px solid #000; }
            @media (max-width: 1249px) {
              .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products {
                gap: 20px; } }
            @media (max-width: 575px) {
              .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products {
                border: none;
                padding-top: 145px; } }
            .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product {
              width: calc(33.3% - 20px);
              box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
              height: auto;
              position: relative;
              padding: 2px;
              margin-bottom: 30px;
              border-radius: 16px;
              transition: all ease 0.5s;
              color: var(--black);
              background: linear-gradient(-120deg, #ed1c24 0%, rgba(237, 28, 36, 0.218925) 100%); }
              .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product:hover {
                transform: scale(1.05); }
              @media (max-width: 1249px) {
                .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product {
                  width: calc(50% - 10px); } }
              @media (max-width: 991px) {
                .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product {
                  width: calc(100%);
                  margin-bottom: 20px; } }
              .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner {
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                background-color: white;
                border-radius: 14px; }
                .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .top-wrap {
                  display: flex;
                  flex-direction: column;
                  align-items: center;
                  justify-content: space-between; }
                  .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .top-wrap .logo-price-wrap {
                    width: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    padding: 25px 25px 0; }
                    .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .top-wrap .logo-price-wrap .price {
                      text-align: right; }
                      .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .top-wrap .logo-price-wrap .price ins {
                        text-decoration: none;
                        font-weight: 500; }
                  .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .top-wrap .image {
                    top: 0;
                    z-index: -1;
                    width: 100%;
                    height: 200px;
                    margin: 25px 0;
                    padding: 0 25px;
                    display: flex;
                    justify-content: center; }
                    .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .top-wrap .image img {
                      border-radius: 4px;
                      width: 200px;
                      height: 100%; }
                    .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .top-wrap .image .onsale {
                      color: var(--red); }
                  .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .top-wrap .content {
                    padding: 0 25px;
                    display: flex;
                    flex-direction: column;
                    align-items: center; }
                    .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .top-wrap .content .product-name,
                    .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .top-wrap .content .woocommerce-loop-product__title {
                      color: #111;
                      width: fit-content;
                      text-align: center;
                      margin-bottom: 10px; }
                    .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .top-wrap .content .product-desc {
                      color: #000;
                      text-align: center;
                      margin-bottom: 15px; }
                .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .bottom-wrap {
                  display: flex;
                  border-top: 2px solid var(--red); }
                  .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .bottom-wrap .cart,
                  .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .bottom-wrap .shop {
                    width: 50%;
                    text-align: center; }
                    .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .bottom-wrap .cart .buy-now-button,
                    .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .bottom-wrap .shop .buy-now-button {
                      border-radius: 0 !important;
                      border-bottom-right-radius: 14px !important; }
                    .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .bottom-wrap .cart form,
                    .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .bottom-wrap .shop form {
                      width: 100%;
                      height: 100%; }
                      .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .bottom-wrap .cart form .buy-now-button,
                      .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .bottom-wrap .shop form .buy-now-button {
                        width: 100%;
                        height: 100%;
                        cursor: pointer;
                        font-size: 16px;
                        color: #111;
                        display: block;
                        padding: 12px 0;
                        background-color: #fff;
                        color: #000;
                        border: 0;
                        border-radius: 0;
                        border-bottom-right-radius: 14px;
                        transition: all 0.4s ease-in-out; }
                        .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .bottom-wrap .cart form .buy-now-button:hover,
                        .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .bottom-wrap .shop form .buy-now-button:hover {
                          background-color: var(--red);
                          color: #fff; }
                    .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .bottom-wrap .cart .button,
                    .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .bottom-wrap .shop .button {
                      color: #111;
                      display: block;
                      padding: 12px 0;
                      background-color: #fff;
                      color: #000;
                      border-bottom-left-radius: 14px;
                      transition: all 0.4s ease-in-out; }
                      .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .bottom-wrap .cart .button:hover,
                      .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .bottom-wrap .shop .button:hover {
                        background-color: var(--red);
                        color: #fff; }
                    .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .bottom-wrap .cart span,
                    .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .bottom-wrap .shop span {
                      transition: all ease 0.5s;
                      position: relative;
                      z-index: 2;
                      display: block; }
                      .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .bottom-wrap .cart span a,
                      .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .bottom-wrap .shop span a {
                        display: block;
                        padding: 12px 0;
                        background-color: #fff;
                        color: #000;
                        border-bottom-right-radius: 14px;
                        transition: all 0.4s ease-in-out; }
                        .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .bottom-wrap .cart span a:hover,
                        .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .bottom-wrap .shop span a:hover {
                          background-color: var(--red);
                          color: #fff; }
                  .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .bottom-wrap .cart {
                    border-right: 2px solid var(--red);
                    color: #000;
                    border-bottom-left-radius: 14px;
                    transition: all 0.4s ease-in-out;
                    cursor: pointer; }
                    .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .bottom-wrap .cart:hover {
                      background-color: var(--red); }
                    .archive-products .inner .mega-wrap .product-wrap .products-filter-wrap .products .product .inner .bottom-wrap .cart .added_to_cart {
                      position: absolute; }
        .archive-products .inner .mega-wrap .product-wrap .woocommerce-pagination {
          display: flex;
          width: 100%;
          align-items: center;
          justify-content: center; }
          .archive-products .inner .mega-wrap .product-wrap .woocommerce-pagination .page-numbers {
            display: flex;
            align-items: center;
            border-radius: 8px;
            list-style-type: none; }
            .archive-products .inner .mega-wrap .product-wrap .woocommerce-pagination .page-numbers li {
              margin-right: 10px; }
              .archive-products .inner .mega-wrap .product-wrap .woocommerce-pagination .page-numbers li:last-child {
                margin-right: 0; }
              .archive-products .inner .mega-wrap .product-wrap .woocommerce-pagination .page-numbers li .page-numbers {
                color: var(--grey); }
              .archive-products .inner .mega-wrap .product-wrap .woocommerce-pagination .page-numbers li .current {
                color: var(--white);
                background-color: var(--red);
                border-radius: 8px;
                padding: 6px 12px; }

.select2-container .select2-dropdown .select2-search .select2-search__field {
  border-radius: 14px; }

.select2-container .select2-dropdown .select2-results .select2-results__options {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .select2-container .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar {
    width: 5px; }
  .select2-container .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-track {
    background: #f5f5f5; }
  .select2-container .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-thumb {
    background: grey; }
  .select2-container .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-thumb:hover {
    background: var(--red); }
  .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
    font-size: 16px;
    color: #000; }

.select2 .selection .select2-selection--single {
  display: flex;
  align-items: center; }
  .select2 .selection .select2-selection--single .select2-selection__arrow {
    top: 7px;
    right: 0px; }
    .select2 .selection .select2-selection--single .select2-selection__arrow b {
      border-style: none;
      inset: unset; }
      .select2 .selection .select2-selection--single .select2-selection__arrow b::after {
        content: '';
        background: url('data:image/svg+xml,<svg enable-background="new 0 0 48 48" height="15px" id="Layer_1" version="1.1" viewBox="0 0 48 48" width="15px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Layer_4"><polygon fill="%23434343" points="47.993,14.121 45.872,12 45.863,12.009 43.752,9.896 24.008,29.641 4.248,9.881 0.007,14.125 0.013,14.13 0.009,14.134 21.679,35.803 21.664,35.816 23.967,38.119 23.98,38.105 23.994,38.119 25.021,37.093 25.029,37.104 47.993,14.141 47.982,14.131 "/></g></svg>');
        display: inline-block;
        width: 13px;
        height: 13px;
        background-size: contain; }

#sidebar {
  display: none; }

.single-product-wrap {
  padding: 80px 40px; }
  @media (max-width: 767px) {
    .single-product-wrap {
      padding: 40px 20px; } }
  .single-product-wrap .single-product {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    .single-product-wrap .single-product .onsale {
      width: 100%;
      color: red; }
    .single-product-wrap .single-product .woocommerce-product-gallery {
      width: calc(40% - 10px);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background-color: #f5f5f5; }
      @media (max-width: 767px) {
        .single-product-wrap .single-product .woocommerce-product-gallery {
          width: 100%; } }
      .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: linear-gradient(-120deg, #ed1c24 0%, rgba(237, 28, 36, 0.218925) 100%);
        border-radius: 16px;
        padding: 2px; }
        .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner {
          width: 100%;
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          background-color: #f5f5f5;
          padding: 40px;
          border-radius: 14px; }
          @media (max-width: 1249px) {
            .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner {
              padding: 30px; } }
          @media (max-width: 991px) {
            .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner {
              padding: 20px; } }
          .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .woocommerce-product-image__wrapper {
            width: 100%;
            height: 100%; }
            .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .woocommerce-product-image__wrapper .woocommerce-product-gallery__image {
              width: 100%;
              height: 100%;
              transition: all 0.4s ease-in-out; }
              .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .woocommerce-product-image__wrapper .woocommerce-product-gallery__image:hover {
                scale: 1.2; }
              .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .woocommerce-product-image__wrapper .woocommerce-product-gallery__image a {
                display: inline-block;
                width: 100%;
                height: 100%; }
                .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .woocommerce-product-image__wrapper .woocommerce-product-gallery__image a .wp-post-image {
                  width: 100%;
                  height: 100%;
                  aspect-ratio: 4 / 3;
                  object-fit: contain; }
          .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            height: 100%; }
            .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-slider, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-thumbs {
              width: 100%;
              height: calc(25% - 15px); }
              .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-slider .woocommerce-product-gallery-wrapper, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-slider .woocommerce-product-gallery-thumbs-wrapper, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-thumbs .woocommerce-product-gallery-wrapper, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-thumbs .woocommerce-product-gallery-thumbs-wrapper {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between; }
                .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-slider .woocommerce-product-gallery-wrapper .woocommerce-product-gallery-image, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-slider .woocommerce-product-gallery-wrapper .woocommerce-product-gallery-thumbs-image, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-slider .woocommerce-product-gallery-thumbs-wrapper .woocommerce-product-gallery-image, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-slider .woocommerce-product-gallery-thumbs-wrapper .woocommerce-product-gallery-thumbs-image, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-thumbs .woocommerce-product-gallery-wrapper .woocommerce-product-gallery-image, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-thumbs .woocommerce-product-gallery-wrapper .woocommerce-product-gallery-thumbs-image, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-thumbs .woocommerce-product-gallery-thumbs-wrapper .woocommerce-product-gallery-image, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-thumbs .woocommerce-product-gallery-thumbs-wrapper .woocommerce-product-gallery-thumbs-image {
                  width: 100%;
                  height: 100%;
                  padding: 5px;
                  border: 2px solid var(--red);
                  border-radius: 16px; }
                  .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-slider .woocommerce-product-gallery-wrapper .woocommerce-product-gallery-image .attachment-thumbnail, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-slider .woocommerce-product-gallery-wrapper .woocommerce-product-gallery-image .attachment-Portrait, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-slider .woocommerce-product-gallery-wrapper .woocommerce-product-gallery-thumbs-image .attachment-thumbnail, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-slider .woocommerce-product-gallery-wrapper .woocommerce-product-gallery-thumbs-image .attachment-Portrait, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-slider .woocommerce-product-gallery-thumbs-wrapper .woocommerce-product-gallery-image .attachment-thumbnail, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-slider .woocommerce-product-gallery-thumbs-wrapper .woocommerce-product-gallery-image .attachment-Portrait, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-slider .woocommerce-product-gallery-thumbs-wrapper .woocommerce-product-gallery-thumbs-image .attachment-thumbnail, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-slider .woocommerce-product-gallery-thumbs-wrapper .woocommerce-product-gallery-thumbs-image .attachment-Portrait, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-thumbs .woocommerce-product-gallery-wrapper .woocommerce-product-gallery-image .attachment-thumbnail, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-thumbs .woocommerce-product-gallery-wrapper .woocommerce-product-gallery-image .attachment-Portrait, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-thumbs .woocommerce-product-gallery-wrapper .woocommerce-product-gallery-thumbs-image .attachment-thumbnail, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-thumbs .woocommerce-product-gallery-wrapper .woocommerce-product-gallery-thumbs-image .attachment-Portrait, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-thumbs .woocommerce-product-gallery-thumbs-wrapper .woocommerce-product-gallery-image .attachment-thumbnail, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-thumbs .woocommerce-product-gallery-thumbs-wrapper .woocommerce-product-gallery-image .attachment-Portrait, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-thumbs .woocommerce-product-gallery-thumbs-wrapper .woocommerce-product-gallery-thumbs-image .attachment-thumbnail, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-thumbs .woocommerce-product-gallery-thumbs-wrapper .woocommerce-product-gallery-thumbs-image .attachment-Portrait {
                    width: 100%;
                    height: 100%;
                    aspect-ratio: 3 / 2;
                    object-fit: contain; }
                .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-slider .woocommerce-product-gallery-wrapper .woocommerce-product-gallery-thumbs-image, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-slider .woocommerce-product-gallery-thumbs-wrapper .woocommerce-product-gallery-thumbs-image, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-thumbs .woocommerce-product-gallery-wrapper .woocommerce-product-gallery-thumbs-image, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-thumbs .woocommerce-product-gallery-thumbs-wrapper .woocommerce-product-gallery-thumbs-image {
                  border: none;
                  transition: all 0.4s ease-in-out;
                  cursor: pointer; }
                  .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-slider .woocommerce-product-gallery-wrapper .woocommerce-product-gallery-thumbs-image:hover, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-slider .woocommerce-product-gallery-thumbs-wrapper .woocommerce-product-gallery-thumbs-image:hover, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-thumbs .woocommerce-product-gallery-wrapper .woocommerce-product-gallery-thumbs-image:hover, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-thumbs .woocommerce-product-gallery-thumbs-wrapper .woocommerce-product-gallery-thumbs-image:hover {
                    scale: 1.3; }
                .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-slider .woocommerce-product-gallery-wrapper .woocommerce-product-gallery-image, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-slider .woocommerce-product-gallery-thumbs-wrapper .woocommerce-product-gallery-image, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-thumbs .woocommerce-product-gallery-wrapper .woocommerce-product-gallery-image, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-thumbs .woocommerce-product-gallery-thumbs-wrapper .woocommerce-product-gallery-image {
                  cursor: pointer; }
                  .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-slider .woocommerce-product-gallery-wrapper .woocommerce-product-gallery-image .attachment-thumbnail, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-slider .woocommerce-product-gallery-thumbs-wrapper .woocommerce-product-gallery-image .attachment-thumbnail, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-thumbs .woocommerce-product-gallery-wrapper .woocommerce-product-gallery-image .attachment-thumbnail, .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-thumbs .woocommerce-product-gallery-thumbs-wrapper .woocommerce-product-gallery-image .attachment-thumbnail {
                    height: 100%; }
            .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-thumbs {
              height: calc(75% - 15px); }
            .single-product-wrap .single-product .woocommerce-product-gallery .images-wrap .inner .product-gallery .product-gallery-slider {
              margin-top: 30px; }
      .single-product-wrap .single-product .woocommerce-product-gallery .button-text-wrap {
        display: flex;
        align-items: center;
        margin-top: 20px; }
        .single-product-wrap .single-product .woocommerce-product-gallery .button-text-wrap .pdf-text {
          color: var(--black);
          font-size: 20px;
          font-weight: 500;
          margin-right: 10px; }
        .single-product-wrap .single-product .woocommerce-product-gallery .button-text-wrap .pdf-link svg {
          display: block;
          width: 100%;
          height: 100%; }
    .single-product-wrap .single-product .summary-tabs-wrap {
      width: calc(60% - 10px);
      background: linear-gradient(-120deg, #ed1c24 0%, rgba(237, 28, 36, 0.218925) 100%);
      border-radius: 16px;
      padding: 2px; }
      @media (max-width: 767px) {
        .single-product-wrap .single-product .summary-tabs-wrap {
          width: 100%; } }
      .single-product-wrap .single-product .summary-tabs-wrap .inner {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 40px;
        background-color: #f5f5f5;
        border-radius: 14px; }
        @media (max-width: 1249px) {
          .single-product-wrap .single-product .summary-tabs-wrap .inner {
            padding: 30px; } }
        @media (max-width: 991px) {
          .single-product-wrap .single-product .summary-tabs-wrap .inner {
            padding: 20px; } }
        .single-product-wrap .single-product .summary-tabs-wrap .inner .summary {
          display: flex;
          flex-direction: column; }
          .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .product_title {
            font-size: 36px;
            font-weight: 600;
            margin-bottom: 15px; }
            @media (max-width: 1249px) {
              .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .product_title {
                font-size: 32px; } }
            @media (max-width: 767px) {
              .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .product_title {
                font-size: 28px; } }
          .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .price {
            font-size: 36px;
            font-weight: 300;
            margin-bottom: 30px; }
            @media (max-width: 1249px) {
              .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .price {
                font-size: 32px; } }
            @media (max-width: 991px) {
              .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .price {
                margin-bottom: 20px; } }
            @media (max-width: 767px) {
              .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .price {
                font-size: 28px; } }
            @media (max-width: 575px) {
              .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .price {
                margin-bottom: 10px; } }
            .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .price ins {
              text-decoration: none; }
          .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .woocommerce-product-details__short-description {
            font-size: 16px;
            margin-bottom: 40px; }
            @media (max-width: 991px) {
              .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .woocommerce-product-details__short-description {
                margin-bottom: 30px; } }
            @media (max-width: 575px) {
              .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .woocommerce-product-details__short-description {
                margin-bottom: 20px; } }
          .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart {
            display: flex;
            justify-content: space-between;
            margin-bottom: 30px; }
            @media (max-width: 991px) {
              .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart {
                flex-direction: column; } }
            .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart .quantity-wrap {
              display: flex;
              align-items: center; }
              @media (max-width: 991px) {
                .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart .quantity-wrap {
                  margin-bottom: 15px; } }
              .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart .quantity-wrap .quantity-title {
                font-size: 24px;
                font-weight: 500;
                color: var(--black);
                margin-right: 35px; }
                @media (max-width: 991px) {
                  .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart .quantity-wrap .quantity-title {
                    font-size: 20px;
                    margin-right: 20px; } }
              .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart .quantity-wrap button {
                width: 20px;
                height: 20px;
                border: none;
                background-color: transparent;
                cursor: pointer; }
                .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart .quantity-wrap button svg {
                  width: 100%;
                  height: 100%;
                  display: block; }
              .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart .quantity-wrap .quantity .input-text {
                width: 50px;
                font-size: 24px;
                background-color: #f5f5f5;
                color: var(--black);
                text-align: center;
                border: none; }
                @media (max-width: 767px) {
                  .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart .quantity-wrap .quantity .input-text {
                    font-size: 20px;
                    width: 40px; } }
              .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart .quantity-wrap .quantity input[type="number"] {
                -webkit-appearance: textfield;
                -moz-appearance: textfield;
                appearance: textfield; }
              .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart .quantity-wrap .quantity input[type=number]::-webkit-inner-spin-button,
              .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart .quantity-wrap .quantity input[type=number]::-webkit-outer-spin-button {
                -webkit-appearance: none; }
            .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart .buttons-wrap {
              display: flex;
              align-items: center; }
              .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart .buttons-wrap .cart-button {
                margin-right: 10px; }
              .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart .buttons-wrap .single_add_to_cart_button, .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart .buttons-wrap .buy-now-button, .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart .buttons-wrap a {
                font-size: 14px;
                font-weight: 600;
                padding: 9px 18px;
                border: none;
                background-color: red;
                color: #f5f5f5;
                border: 1px solid transparent;
                border-radius: 39px;
                margin-right: 15px;
                cursor: pointer;
                transition: all 0.4s ease-in-out; }
                .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart .buttons-wrap .single_add_to_cart_button:hover, .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart .buttons-wrap .buy-now-button:hover, .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart .buttons-wrap a:hover {
                  border-color: var(--red);
                  background-color: var(--black);
                  color: var(--white); }
                .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart .buttons-wrap .single_add_to_cart_button:last-child, .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart .buttons-wrap .buy-now-button:last-child, .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart .buttons-wrap a:last-child {
                  margin-right: 0; }
                @media (max-width: 991px) {
                  .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart .buttons-wrap .single_add_to_cart_button, .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart .buttons-wrap .buy-now-button, .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart .buttons-wrap a {
                    margin-right: 7px;
                    padding: 9px 12px; } }
                @media (max-width: 767px) {
                  .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart .buttons-wrap .single_add_to_cart_button, .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart .buttons-wrap .buy-now-button, .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .cart .buttons-wrap a {
                    margin-right: 5px;
                    padding: 7px 10px; } }
          .single-product-wrap .single-product .summary-tabs-wrap .inner .summary .product_meta {
            display: none; }
        .single-product-wrap .single-product .summary-tabs-wrap .inner .tabs-wrap .woocommerce-tabs {
          display: flex;
          flex-direction: column; }
          .single-product-wrap .single-product .summary-tabs-wrap .inner .tabs-wrap .woocommerce-tabs .tabs {
            list-style-type: none;
            display: flex;
            flex-direction: column;
            margin-bottom: 10px; }
            .single-product-wrap .single-product .summary-tabs-wrap .inner .tabs-wrap .woocommerce-tabs .tabs li {
              margin-bottom: 7px; }
              .single-product-wrap .single-product .summary-tabs-wrap .inner .tabs-wrap .woocommerce-tabs .tabs li a {
                color: var(--green); }
              .single-product-wrap .single-product .summary-tabs-wrap .inner .tabs-wrap .woocommerce-tabs .tabs li.reviews_tab {
                display: none; }
              .single-product-wrap .single-product .summary-tabs-wrap .inner .tabs-wrap .woocommerce-tabs .tabs li:last-child {
                margin-bottom: 0; }
          .single-product-wrap .single-product .summary-tabs-wrap .inner .tabs-wrap .woocommerce-tabs .woocommerce-Tabs-panel {
            padding-top: 20px;
            margin-bottom: 20px;
            border-top: 1px solid var(--green); }
            .single-product-wrap .single-product .summary-tabs-wrap .inner .tabs-wrap .woocommerce-tabs .woocommerce-Tabs-panel h2 {
              font-size: 20px;
              font-weight: 500;
              margin-bottom: 20px;
              color: var(--green); }
            .single-product-wrap .single-product .summary-tabs-wrap .inner .tabs-wrap .woocommerce-tabs .woocommerce-Tabs-panel p {
              font-size: 14px;
              font-weight: 300;
              color: var(--green); }
            .single-product-wrap .single-product .summary-tabs-wrap .inner .tabs-wrap .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes tbody {
              display: flex;
              flex-direction: column; }
              .single-product-wrap .single-product .summary-tabs-wrap .inner .tabs-wrap .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes tbody .woocommerce-product-attributes-item .woocommerce-product-attributes-item__label {
                font-size: 14px;
                font-weight: 500;
                color: var(--green);
                text-align: left; }
              .single-product-wrap .single-product .summary-tabs-wrap .inner .tabs-wrap .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes tbody .woocommerce-product-attributes-item .woocommerce-product-attributes-item__value p {
                font-size: 14px;
                font-weight: 300;
                color: var(--green);
                margin-left: 5px; }
  .single-product-wrap .recommended-products {
    margin-top: 60px; }
    .single-product-wrap .recommended-products .inner {
      position: relative;
      max-width: 1240px;
      margin: 0 auto;
      padding: 0; }
      .single-product-wrap .recommended-products .inner .heading {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 50px; }
        @media (max-width: 991px) {
          .single-product-wrap .recommended-products .inner .heading {
            font-size: 28px; } }
        @media (max-width: 575px) {
          .single-product-wrap .recommended-products .inner .heading {
            font-size: 24px; } }
      .single-product-wrap .recommended-products .inner .products-filter-wrap {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
        padding: 0; }
        @media (max-width: 1249px) {
          .single-product-wrap .recommended-products .inner .products-filter-wrap {
            gap: 20px; } }
        @media (max-width: 575px) {
          .single-product-wrap .recommended-products .inner .products-filter-wrap {
            border: none; } }
        .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item {
          width: calc(25% - 20px);
          height: auto;
          position: relative;
          padding: 2px;
          margin-bottom: 30px;
          border-radius: 16px;
          transition: all ease 0.5s;
          color: var(--black);
          background: linear-gradient(-120deg, #ed1c24 0%, rgba(237, 28, 36, 0.218925) 100%); }
          @media (max-width: 1249px) {
            .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item {
              width: calc(50% - 10px); } }
          @media (max-width: 991px) {
            .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item {
              width: calc(100%);
              margin-bottom: 20px; } }
          .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            background-color: white;
            border-radius: 14px; }
            .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .top-wrap {
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: space-between; }
              .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .top-wrap .logo-price-wrap {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 25px 25px 0; }
                .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .top-wrap .logo-price-wrap .price {
                  text-align: right;
                  color: var(--black);
                  font-weight: 500; }
              .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .top-wrap .image-wrap {
                top: 0;
                z-index: 1;
                width: 100%;
                height: 200px;
                margin: 25px 0;
                padding: 0 25px;
                display: flex;
                justify-content: center; }
                .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .top-wrap .image-wrap img {
                  border-radius: 4px;
                  width: 200px;
                  height: 100%; }
                .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .top-wrap .image-wrap .onsale {
                  color: var(--red); }
              .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .top-wrap .content {
                padding: 0 25px;
                display: flex;
                flex-direction: column;
                align-items: center; }
                .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .top-wrap .content .product-name, .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .top-wrap .content .woocommerce-loop-product__title, .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .top-wrap .content .sub-title {
                  font-size: 26px;
                  font-weight: 600;
                  color: #111;
                  width: fit-content;
                  text-align: center;
                  margin-bottom: 10px; }
                .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .top-wrap .content .product-desc {
                  font-size: 16px;
                  font-weight: 500;
                  color: #000;
                  text-align: center;
                  margin-bottom: 15px; }
            .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .bottom-wrap {
              display: flex;
              border-top: 2px solid var(--red); }
              .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .bottom-wrap .cart,
              .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .bottom-wrap .shop {
                width: 50%;
                text-align: center; }
                .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .bottom-wrap .cart form,
                .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .bottom-wrap .shop form {
                  width: 100%;
                  height: 100%; }
                  .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .bottom-wrap .cart form .buy-now-button,
                  .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .bottom-wrap .shop form .buy-now-button {
                    width: 100%;
                    height: 100%;
                    cursor: pointer;
                    font-size: 16px;
                    color: #111;
                    display: block;
                    padding: 12px 0;
                    background-color: #fff;
                    color: #000;
                    border: 0;
                    border-radius: 0;
                    border-bottom-right-radius: 14px;
                    transition: all 0.4s ease-in-out; }
                    .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .bottom-wrap .cart form .buy-now-button:hover,
                    .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .bottom-wrap .shop form .buy-now-button:hover {
                      background-color: var(--red);
                      color: #fff; }
                .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .bottom-wrap .cart .button,
                .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .bottom-wrap .shop .button {
                  color: #111;
                  display: block;
                  padding: 12px 0;
                  background-color: #fff;
                  color: #000;
                  border-bottom-left-radius: 14px;
                  transition: all 0.4s ease-in-out; }
                  .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .bottom-wrap .cart .button:hover,
                  .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .bottom-wrap .shop .button:hover {
                    background-color: var(--red);
                    color: #fff; }
                .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .bottom-wrap .cart span,
                .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .bottom-wrap .shop span {
                  transition: all ease 0.5s;
                  position: relative;
                  z-index: 2;
                  display: block; }
                  .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .bottom-wrap .cart span a,
                  .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .bottom-wrap .shop span a {
                    display: block;
                    padding: 12px 0;
                    background-color: #fff;
                    color: #000;
                    border-bottom-right-radius: 14px;
                    transition: all 0.4s ease-in-out; }
                    .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .bottom-wrap .cart span a:hover,
                    .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .bottom-wrap .shop span a:hover {
                      background-color: var(--red);
                      color: #fff; }
              .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .bottom-wrap .cart {
                border-right: 2px solid var(--red);
                color: #000;
                border-bottom-left-radius: 14px;
                transition: all 0.4s ease-in-out;
                cursor: pointer; }
                .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .bottom-wrap .cart:hover {
                  background-color: var(--red); }
                .single-product-wrap .recommended-products .inner .products-filter-wrap .product-item .inner .bottom-wrap .cart .added_to_cart {
                  display: none; }
      .single-product-wrap .recommended-products .inner .swiper-recommended-arrow {
        width: 45px;
        position: absolute;
        top: 0px;
        cursor: pointer;
        border: 1px solid var(--black);
        border-radius: 50%; }
        .single-product-wrap .recommended-products .inner .swiper-recommended-arrow.previous {
          right: 60px; }
          @media (max-width: 991px) {
            .single-product-wrap .recommended-products .inner .swiper-recommended-arrow.previous {
              right: 50px; } }
          @media (max-width: 575px) {
            .single-product-wrap .recommended-products .inner .swiper-recommended-arrow.previous {
              right: 40px; } }
        .single-product-wrap .recommended-products .inner .swiper-recommended-arrow.next {
          right: 0; }
        @media (max-width: 991px) {
          .single-product-wrap .recommended-products .inner .swiper-recommended-arrow {
            width: 40px; } }
        @media (max-width: 575px) {
          .single-product-wrap .recommended-products .inner .swiper-recommended-arrow {
            width: 35px; } }
        .single-product-wrap .recommended-products .inner .swiper-recommended-arrow svg {
          width: 100%;
          height: 100%;
          display: block; }

.fullwidth_text {
  padding: 0 40px;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .fullwidth_text {
      padding: 0 20px; } }
  .fullwidth_text .woocommerce {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .fullwidth_text .woocommerce .image-wrap {
      width: calc(40% - 20px); }
      .fullwidth_text .woocommerce .image-wrap .image {
        display: block;
        width: 100%;
        object-fit: contain; }
    .fullwidth_text .woocommerce .woocommerce-order {
      width: calc(60% - 20px); }
      .fullwidth_text .woocommerce .woocommerce-order .woocommerce-notice {
        font-size: 48px;
        color: var(--green);
        font-weight: 500;
        margin-bottom: 20px; }
      .fullwidth_text .woocommerce .woocommerce-order .order-track-message {
        font-size: 20px;
        color: var(--green);
        margin-bottom: 40px; }
      .fullwidth_text .woocommerce .woocommerce-order .woocommerce-order-details {
        padding: 60px 20px;
        border: 2px solid var(--red);
        border-radius: 14px; }
    .fullwidth_text .woocommerce .two-column {
      padding: 0; }
      .fullwidth_text .woocommerce .two-column .inner .content {
        align-items: center; }
        @media (max-width: 991px) {
          .fullwidth_text .woocommerce .two-column .inner .content {
            flex-direction: column-reverse !important; } }
        .fullwidth_text .woocommerce .two-column .inner .content .content-wrap h3 {
          color: var(--black);
          font-size: 48px;
          font-weight: 600;
          margin-bottom: 30px;
          text-align: center;
          text-wrap: balance; }
          @media (max-width: 1249px) {
            .fullwidth_text .woocommerce .two-column .inner .content .content-wrap h3 {
              font-size: 44px; } }
          @media (max-width: 991px) {
            .fullwidth_text .woocommerce .two-column .inner .content .content-wrap h3 {
              font-size: 40px; } }
          @media (max-width: 767px) {
            .fullwidth_text .woocommerce .two-column .inner .content .content-wrap h3 {
              font-size: 36px;
              margin-bottom: 20px; } }
        .fullwidth_text .woocommerce .two-column .inner .content .content-wrap p {
          color: var(--black);
          font-size: 20px;
          text-align: center;
          text-wrap: balance; }
          @media (max-width: 767px) {
            .fullwidth_text .woocommerce .two-column .inner .content .content-wrap p {
              font-size: 16px; } }
        .fullwidth_text .woocommerce .two-column .inner .content .content-wrap a {
          align-self: center; }

.my-account-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .my-account-wrapper {
      flex-direction: column; } }
  .my-account-wrapper .woocommerce-MyAccount-navigation {
    width: calc(30% - 20px); }
    @media (max-width: 767px) {
      .my-account-wrapper .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 20px; } }
    .my-account-wrapper .woocommerce-MyAccount-navigation ul {
      list-style: none;
      border: 2px solid var(--red);
      border-radius: 14px;
      padding: 20px 10px;
      margin: 0; }
      @media (max-width: 767px) {
        .my-account-wrapper .woocommerce-MyAccount-navigation ul {
          border-right: 1px solid var(--red); } }
      .my-account-wrapper .woocommerce-MyAccount-navigation ul li {
        text-align: center;
        border-bottom: 1px solid var(--black);
        transition: all 0.4s ease-in-out;
        cursor: pointer; }
        .my-account-wrapper .woocommerce-MyAccount-navigation ul li:last-child {
          border-bottom: 0; }
        .my-account-wrapper .woocommerce-MyAccount-navigation ul li a {
          display: inline-block;
          padding: 10px 50px;
          width: 100%;
          color: var(--black);
          text-transform: uppercase;
          text-decoration: none;
          transition: all 0.4s ease-in-out;
          border-radius: 14px; }
          @media (max-width: 1249px) {
            .my-account-wrapper .woocommerce-MyAccount-navigation ul li a {
              padding: 10px 40px; } }
          @media (max-width: 991px) {
            .my-account-wrapper .woocommerce-MyAccount-navigation ul li a {
              padding: 10px 30px; } }
          @media (max-width: 767px) {
            .my-account-wrapper .woocommerce-MyAccount-navigation ul li a {
              padding: 8px 20px; } }
        .my-account-wrapper .woocommerce-MyAccount-navigation ul li:hover {
          background-color: var(--red); }
          .my-account-wrapper .woocommerce-MyAccount-navigation ul li:hover a {
            color: var(--white); }
  .my-account-wrapper .woocommerce-MyAccount-content {
    width: calc(70% - 20px);
    padding: 20px;
    border: 2px solid #cfc8d8;
    border-radius: 14px; }
    @media (max-width: 767px) {
      .my-account-wrapper .woocommerce-MyAccount-content {
        width: 100%; } }
    .my-account-wrapper .woocommerce-MyAccount-content p mark {
      background-color: var(--red);
      color: var(--white); }
    .my-account-wrapper .woocommerce-MyAccount-content p a {
      color: var(--red);
      transition: all 0.4s ease-in-out; }
      .my-account-wrapper .woocommerce-MyAccount-content p a:hover {
        color: var(--grey); }
    .my-account-wrapper .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
      width: 100%; }
      .my-account-wrapper .woocommerce-MyAccount-content .woocommerce-EditAccountForm p {
        color: var(--grey);
        font-weight: 600;
        transition: all 0.4s ease-in-out; }
        .my-account-wrapper .woocommerce-MyAccount-content .woocommerce-EditAccountForm p:hover {
          color: var(--red); }
        .my-account-wrapper .woocommerce-MyAccount-content .woocommerce-EditAccountForm p label {
          font-size: 16px; }
        .my-account-wrapper .woocommerce-MyAccount-content .woocommerce-EditAccountForm p input {
          border: 1px solid #0000001A;
          border-radius: 6px;
          background-color: #f5f5f5; }
        .my-account-wrapper .woocommerce-MyAccount-content .woocommerce-EditAccountForm p span {
          font-size: 14px; }
        .my-account-wrapper .woocommerce-MyAccount-content .woocommerce-EditAccountForm p .woocommerce-Button {
          font-weight: 500; }
      .my-account-wrapper .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
        border: 1px solid #cfc8d8;
        margin-top: 10px;
        padding: 5px 10px;
        border-radius: 18px; }
        .my-account-wrapper .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
          color: var(--red); }
    .my-account-wrapper .woocommerce-MyAccount-content .woocommerce-info {
      border: none; }
      .my-account-wrapper .woocommerce-MyAccount-content .woocommerce-info::before {
        color: var(--black); }
      .my-account-wrapper .woocommerce-MyAccount-content .woocommerce-info .button {
        font-weight: 500;
        background-color: var(--red);
        color: var(--white);
        border: 1px solid var(--red);
        border-radius: 14px;
        transition: all 0.4s ease-in-out; }
        .my-account-wrapper .woocommerce-MyAccount-content .woocommerce-info .button:hover {
          background-color: var(--black); }
    .my-account-wrapper .woocommerce-MyAccount-content .woocommerce-orders-table {
      border: none; }
      .my-account-wrapper .woocommerce-MyAccount-content .woocommerce-orders-table td {
        color: var(--black); }
      .my-account-wrapper .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-number a {
        color: var(--black); }
      .my-account-wrapper .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a {
        font-size: 14px;
        font-weight: 500;
        background-color: var(--red);
        color: var(--white);
        border: 1px solid var(--red);
        border-radius: 10px;
        transition: all 0.4s ease-in-out; }
        .my-account-wrapper .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a:hover {
          background-color: var(--black); }
    .my-account-wrapper .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button {
      font-size: 16px;
      font-weight: 500;
      background-color: var(--red);
      color: var(--white);
      border: 1px solid var(--red);
      border-radius: 10px;
      transition: all 0.4s ease-in-out; }
      .my-account-wrapper .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button:hover {
        background-color: var(--black); }
    .my-account-wrapper .woocommerce-MyAccount-content p {
      color: var(--black);
      font-size: 18px; }
    .my-account-wrapper .woocommerce-MyAccount-content .woocommerce-Addresses {
      margin-top: 20px; }
      .my-account-wrapper .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
        display: flex;
        flex-direction: column; }
        @media (max-width: 767px) {
          .my-account-wrapper .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
            margin-bottom: 15px; }
            .my-account-wrapper .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address:last-child {
              margin-bottom: 0; } }
        .my-account-wrapper .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title {
          margin-bottom: 10px; }
          .my-account-wrapper .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h3 {
            color: var(--black); }
          .my-account-wrapper .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title .edit {
            color: var(--grey);
            transition: all 0.4s ease-in-out; }
            .my-account-wrapper .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title .edit:hover {
              color: var(--red); }
        .my-account-wrapper .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
          color: var(--black);
          font-size: 16px; }
    .my-account-wrapper .woocommerce-MyAccount-content form h3 {
      font-size: 28px;
      margin-bottom: 10px; }
      @media (max-width: 991px) {
        .my-account-wrapper .woocommerce-MyAccount-content form h3 {
          font-size: 24px; } }
    .my-account-wrapper .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label {
      font-size: 16px; }
    .my-account-wrapper .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper .input-text {
      height: 40px;
      border: 1px solid #0000001A;
      border-radius: 6px;
      background-color: #f5f5f5;
      padding-left: 18px; }
    .my-account-wrapper .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 .selection .select2-selection {
      height: 40px;
      background-color: #f5f5f5;
      border-radius: 6px;
      border: 1px solid #0000001A; }
      .my-account-wrapper .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 .selection .select2-selection .select2-selection__arrow {
        top: unset; }
    .my-account-wrapper .woocommerce-MyAccount-content form .woocommerce-address-fields .button {
      font-weight: 500; }
  .my-account-wrapper .u-columns h2 {
    text-transform: uppercase; }
  .my-account-wrapper .u-columns a {
    color: #727272;
    font-weight: 600; }
    .my-account-wrapper .u-columns a:hover {
      color: var(--black); }
  .my-account-wrapper .u-columns form {
    border-color: #dbdbdb; }
  .my-account-wrapper input[type=text],
  .my-account-wrapper input[type=password],
  .my-account-wrapper input[type=number],
  .my-account-wrapper input[type=email] {
    height: 40px;
    border: 1px solid var(--black);
    border-radius: 4px;
    font-size: 16px;
    padding-left: 18px; }
  .my-account-wrapper button.button {
    background-color: var(--red);
    color: var(--white);
    border: 1px solid var(--red);
    border-radius: 56px;
    transition: all 0.4s ease-in-out;
    margin-top: 20px; }
    .my-account-wrapper button.button:hover {
      background-color: var(--black);
      color: var(--white); }

.woocommerce-form-login {
  width: 100%; }
  .woocommerce-form-login .register-btn {
    color: var(--red);
    display: block;
    margin-top: 10px; }
  .woocommerce-form-login .woocommerce-form-row {
    width: 100%; }
    .woocommerce-form-login .woocommerce-form-row .woocommerce-Input {
      height: 40px;
      padding-left: 15px;
      font-size: 16px;
      color: var(--black);
      background-color: #f5f5f5;
      color: var(--black);
      border: 1px solid #0000001A;
      border-radius: 6px; }
    .woocommerce-form-login .woocommerce-form-row .show-password-input {
      top: unset; }
  .woocommerce-form-login .form-row {
    margin-top: 10px !important; }
    .woocommerce-form-login .form-row .woocommerce-form-login__submit {
      font-weight: 500;
      background-color: var(--red);
      color: var(--white);
      border: 1px solid var(--red);
      border-radius: 14px;
      transition: all 0.4s ease-in-out; }
      .woocommerce-form-login .form-row .woocommerce-form-login__submit:hover {
        background-color: var(--black);
        color: var(--white); }
    .woocommerce-form-login .form-row .woocommerce-form__label .woocommerce-form__input {
      accent-color: var(--red); }
  .woocommerce-form-login .woocommerce-LostPassword {
    margin-top: 10px; }
    .woocommerce-form-login .woocommerce-LostPassword a {
      color: var(--red);
      transition: all 0.4s ease-in-out; }
      .woocommerce-form-login .woocommerce-LostPassword a:hover {
        color: var(--grey); }

.woocommerce .u-columns {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }
  .woocommerce .u-columns .woocommerce-form-register {
    width: 100%; }
    .woocommerce .u-columns .woocommerce-form-register a {
      color: var(--red); }
    .woocommerce .u-columns .woocommerce-form-register .login-btn {
      display: block;
      margin-top: 10px; }
    .woocommerce .u-columns .woocommerce-form-register .woocommerce-form-row {
      width: 100%; }
      .woocommerce .u-columns .woocommerce-form-register .woocommerce-form-row .woocommerce-Input {
        height: 40px;
        padding-left: 15px;
        font-size: 16px;
        color: var(--black);
        background-color: #f5f5f5;
        color: var(--black);
        border: 1px solid #0000001A;
        border-radius: 6px; }
      .woocommerce .u-columns .woocommerce-form-register .woocommerce-form-row .show-password-input {
        top: unset; }
    .woocommerce .u-columns .woocommerce-form-register .form-row {
      margin-top: 10px !important; }
      .woocommerce .u-columns .woocommerce-form-register .form-row .woocommerce-Button {
        font-weight: 500;
        background-color: var(--red);
        color: var(--white);
        border: 1px solid var(--red);
        border-radius: 14px;
        transition: all 0.4s ease-in-out; }
        .woocommerce .u-columns .woocommerce-form-register .form-row .woocommerce-Button:hover {
          background-color: var(--black);
          color: var(--white); }
      .woocommerce .u-columns .woocommerce-form-register .form-row .woocommerce-form__label .woocommerce-form__input {
        accent-color: var(--red); }
    .woocommerce .u-columns .woocommerce-form-register .woocommerce-LostPassword {
      margin-top: 10px; }
      .woocommerce .u-columns .woocommerce-form-register .woocommerce-LostPassword a {
        color: var(--red);
        transition: all 0.4s ease-in-out; }
        .woocommerce .u-columns .woocommerce-form-register .woocommerce-LostPassword a:hover {
          color: var(--grey); }
  .woocommerce .u-columns .woocommerce-ResetPassword p {
    color: var(--black);
    margin-bottom: 10px; }
  .woocommerce .u-columns .woocommerce-ResetPassword .woocommerce-form-row label {
    color: var(--black); }
  .woocommerce .u-columns .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Input {
    color: var(--black);
    height: 40px;
    padding-left: 18px;
    border: 1px solid #0000001A;
    border-radius: 6px;
    background-color: #f5f5f5; }
  .woocommerce .u-columns .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button {
    background-color: var(--red);
    color: var(--white);
    border-radius: 24px;
    transition: all 0.4s ease-in-out;
    font-weight: 500; }
    .woocommerce .u-columns .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button:hover {
      background-color: var(--black);
      color: var(--white); }

.fullwidth_text .woocommerce .woocommerce-ResetPassword p {
  font-size: 16px;
  color: var(--black); }

.fullwidth_text .woocommerce .woocommerce-ResetPassword .woocommerce-form-row {
  margin-top: 10px; }
  .fullwidth_text .woocommerce .woocommerce-ResetPassword .woocommerce-form-row input {
    height: 40px;
    padding-left: 15px;
    font-size: 16px;
    color: var(--black);
    background-color: #f5f5f5;
    color: var(--black);
    border: 1px solid #0000001A;
    border-radius: 6px; }
  .fullwidth_text .woocommerce .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button {
    background-color: var(--red);
    border: 1px solid var(--red);
    border-radius: 14px;
    color: var(--white);
    transition: all 0.4s ease-in-out; }
    .fullwidth_text .woocommerce .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button:hover {
      background-color: var(--black); }

table.xdebug-error.xe-warning {
  display: none; }

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