/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 3.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
:root {
  --black_color: #363635;
  --incase-blue-color: #41C6EE;
  --white_color: #ffffff;
  --body-text-color: #5a5a5a;
  --acent-color: #41C6EE;
}
/*=============================================
= Body CSS
=============================================]*/
* {
  outline: none !important;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .5s !important;
}
body {
  position: relative;
  z-index: 1;
  background-color: var(--white_color);
}
p {
  color: var(--body-text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.37;
  letter-spacing: 0.015em;
}
a {
  text-decoration: none !important;
  display: inline-block;
}
p a{
  color: var(--incase-blue-color) !important;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.link_color {
  color: var(--acent-color);
}
.link_color:hover {
  color: var(--incase-blue-color);
}
body,
h5,
h6,
a,
p,
li {
  margin-bottom: 0;
}
body,
h1,
h2,
h3,
h4 {
  display: inline-block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
body p {
  margin-bottom: 0;
  font-size: 16px;
  color: var(--body-text-color);
  line-height: 1.5;
}
body p:not(:last-of-type) {
  margin-bottom: 16px;
}
h1{
  font-size: 40px;
}
h2{
  font-size: 32px;
}
h3{
  font-size: 24px;
}
h4{
  font-size: 20px;
}
h5{
  font-size: 18px;
}
@media only screen and (max-width:1366px){
  h1{
    font-size: 38px;
  }
  h2{
    font-size: 30px;
  }
  h3{
    font-size: 22px;
  }
  h4{
    font-size: 20px;
  }
}
@media only screen and (max-width:991px){
  h1{
    font-size: 36px;
  }
  h2{
    font-size: 28px;
  }
  h3{
    font-size: 20px;
  }
  h4{
    font-size: 18px;
  }
  h5{
    font-size: 16px;
  }
}
@media only screen and (max-width:768px){
  h1{
    font-size: 32px;
  }
  h2{
    font-size: 24px;
  }
}
@media only screen and (max-width:575px){
  h1{
    font-size: 30px;
  }
  h2{
    font-size: 24px;
  }
  body .site-main{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
body .plr-0 {
  padding-left: 0;
  padding-right: 0;
}
body .container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
h2 span {
  color: var(--acent-color);
}
.section_padding{
  padding: 100px 30px;
}
@media only screen and (min-width: 1200px) {
  body .container {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1300px) {
  body .container {
    max-width: 1310px;
  }
}
@media only screen and (min-width: 1400px) {
  body .container {
    max-width: 1340px;
  }
}
@media only screen and (min-width: 1700px) {
  body .container {
    max-width: 1440px;
  }
}
@media only screen and (max-width: 1024px) {
  .section_padding {
    padding: 80px 30px;
  }
}
@media only screen and (max-width: 992px) {
  .section_padding{
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section_padding {
    padding: 40px 30px;
  }
}
  /*=============================================
  = Body CSS
  =============================================*/
  /*===============================================
  = header CSS
  ===============================================*/
  .header-bg {
  background-color: var(--white_color);
  box-shadow: rgb(100 100 111 / 10%) 0px 7px 29px 0px;
  transition: all 0.5s;
}
.site-navigation-main .menu {
  margin-bottom: 0;
}
.site-branding,
.secondary-logo {
  max-width: 130px;
  width: 100%;
}
.site-header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .site-main-header .container {
  max-width: 1560px;
  /* padding: 0 40px;*/
}
.header-bottom {
  position: sticky;
  width: 100%;
  z-index: 999;
  padding: 10px 0;
  background-color: rgba(255, 255, 255) !important;
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.2);
}
.site-main-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: transform 0.7s ease;
  transition: transform 0.7s ease;
  box-shadow: 0px 0px 12px #909090;
}
.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 999;
  transition: ease-in-out 2s linear;
  background: var(--white_color);
}
.header-bottom.sticky {
  background-color: var(--blue_color);
  box-shadow: rgb(100 100 111 / 10%) 0 7px 29px 0;
}
.sticky .header-top.sticky-top-header {
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
}
.sticky .header-bottom {
  background-color: var(--white_color);
  box-shadow: rgb(100 100 111 / 10%) 0px 7px 29px 0px;
  /* transition: all 0.5s; */
}
.site-navigation-main {
  -webkit-box-flex: 0;
  -ms-flex: auto;
  flex: auto;
}
body .site-navigation {
  flex-grow: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  /*margin: 0 120px 0 0;*/
}
body .site-navigation ul.menu li a {
  font-size: 16px;
  line-height: 1.17;
  color: var(--body-text-color);
  font-weight: 600;
  transition: all 0.3s;
  padding: 0px 16px;
}
body .sticky .site-navigation ul.menu li a {
  color: var(--body-text-color);
}
body .site-navigation ul.menu li.current-menu-item a {
  color: var(--incase-blue-color);
  font-weight: 600;
}
body .site-navigation ul.menu li a:hover {
  color: var(--incase-blue-color);
}
body .site-navigation ul.menu li.menu-item-has-children {
  position: relative;
}
body .site-navigation ul.menu li.menu-item-has-children:after {
  display: none;
}
/* submenu design */
body .site-navigation ul.menu li ul.sub-menu {
  background: var(--white_color);
  box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
  min-width: 250px;
}
body .site-navigation ul.menu li ul.sub-menu li {
  margin: 0;
}
body .site-navigation ul.menu li ul.sub-menu li a {
  font-size: 15px;
  line-height: 1.17;
  color: #6e717c;
  font-weight: 500;
  transition: all 0.3s;
  padding: 12px 12px;
  width: 100%;
}
body .site-navigation ul.menu li ul.sub-menu li.current-menu-item a {
  color: var(--blue_color);
  font-weight: 600;
}
.header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-btn .default-cta {
  border: 2px solid var(--white_color) !important;
}
.add_to_cart_button,
.header-btn .default-cta,
.default-cta {
  font-size: 16px;
  background: transparent;
  color: var(--acent-color);
  font-weight: 600;
  text-transform: capitalize;
  border: 2px solid var(--acent-color);
  border-radius: 40px;
  transition: all 0.4s;
  padding: 14px 32px;
  line-height: 1.5;
  text-align: center;
}
.header-btn .default-cta:not(:last-child) {
  margin-right: 12px;
}
.header-btn .default-cta:last-child {
  background-color: var(--white_color);
  border-color: var(--white_color) !important;
}
.header-btn .default-cta:last-child:hover {
  color: var(--white_color);
}
.add_to_cart_button:hover,
.header-btn .default-cta:hover {
  color: var(--white_color);
  background: var(--acent-color);
  border: 2px solid var(--acent-color);
}
.sticky .header-btn .default-cta {
  border-color: var(--acent-color) !important;
}
.sticky .header-btn .default-cta:last-child {
  color: var(--acent-color);
}
.sticky .header-btn .default-cta:last-child:hover {
  color: var(--white_color);
}
.header-top {
  background: #4e8cc7;
  padding: 16px 0;
}
.header-top p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--white_color);
  text-transform: uppercase;
}
.header-top p a {
  color: var(--white_color);
  font-weight: 600;
  transition: all 0.4s;
  text-decoration: underline !important;
}
.header-top p a:hover {
  color: #204265;
}
.header-bottom .site-branding a img {
  width: 100%;
  max-width: 120px;
  object-fit: cover;
  /*filter: brightness(0) invert(2);*/
}
.sticky .header-bottom .site-branding a img {
  filter: unset;
}
.site-navigation ul.menu .call_now_cta {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding-right: 30px;
    padding-left: 30px;
  }
}
body .default-cta.header-btn-info.default-call {
  background: var(--acent-color);
  color: #ffffff;
}
body .default-cta.header-btn-info.default-call:hover {
  background: #fff;
  color: var(--acent-color);
}
body.home .default-cta.header-btn-info.default-call {
  border-color: var(--acent-color) !important;
}
@media only screen and (max-width: 767px) {
  .header-btn .header-btn-info {
    display: none;
  }
  .header-top p {
    font-size: 14px;
  }
  .header-btn .default-cta:not(:last-child) {
    margin-right: 5px;
  }
  .header-top p a span {
    display: none;
  }
  .header-bottom .site-branding a img {
    max-width: 100%;
  }
  .site-branding{
    max-width: 100px;
  }
  .secondary-logo{
    display: none;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1625px) {
  body .site-main-header .container {
    max-width: 1370px;
      /*padding: 0 30px;*/
  }
}
@media only screen and (max-width: 991px) {
  .header-btn .header-btn-info {
    display: none;
  }
  .header-btn .header-btn-info.default-call {
    display: block;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1400px) {
  body .site-navigation ul.menu li a {
    padding: 0 9px;
  }
  .header-bottom .site-branding a img {
    max-width: 140px;
  }
  .site-header-wrap .site-navigation .header-mrg {
    margin: 0 10px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .site-navigation-main {
    flex: inherit;
  }
  .site-main-header .col-12,
  body .site-navigation {
    position: unset;
      flex-grow: inherit;
  }
  .site-navigation-main {
    flex: inherit;
  }
  #navbarSupportedContent {
    position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 0;
      display: inline-block;
      transition: height 0.3s;
      overflow: hidden;
      opacity: 0;
      visibility: hidden;
      margin: 0;
      background-color: #fff;
  }
  #navbarSupportedContent.menu-active {
    height: fit-content;
      opacity: 1;
      visibility: visible;
  }
  .site-navigation .menu-primary-menu-header-menu-container > ul.menu > li > a {
    color: #6e717c;
      font-weight: 600;
  }
  body .site-navigation ul.menu li.menu-item-has-children > i {
    color: #6e717c !important;
  }
  #navbarSupportedContent .menu-primary-menu-header-menu-container {
    border-top: 1px solid #6e717c;
  }
  #navbarSupportedContent .menu-primary-menu-header-menu-container {
    background: var(--white_color);
      position: fixed;
      width: 100%;
      bottom: 0;
      left: 0;
      overflow: scroll;
  }
  body .site-navigation ul.menu li {
    width: 100%;
  }
  .site-navigation .navbar-toggler {
    width: 40px;
      padding: 5px 8px;
      line-height: 0;
      border: 2px solid var(--incase-blue-color);
      margin: 0 15px;
  }
  .bar-icon {
    display: inline-block;
      background: var(--incase-blue-color);
      height: 2px;
      width: 100%;
      line-height: 0;
      vertical-align: top;
      margin: 2px 0;
      transition: all 0.3s;
  }
  .site-navigation .navbar-toggler[aria-expanded="true"] span.icon1 {
    transform: translate(0, 6px) rotate(225deg);
  }
  .site-navigation .navbar-toggler[aria-expanded="true"] span.icon2 {
    opacity: 0;
  }
  .site-navigation .navbar-toggler[aria-expanded="true"] span.icon3 {
    transform: translate(0, -6px) rotate(-225deg);
  }
  .site-navigation .navbar-toggler[aria-expanded="false"] span.icon1,
  .site-navigation .navbar-toggler[aria-expanded="false"] span.icon3 {
    transform: translate(0, 0) rotate(0);
  }
  .site-navigation .navbar-toggler[aria-expanded="false"] span.icon2 {
    opacity: 1;
  }
  body .site-navigation ul.menu {
    margin: 0;
  }
  body .site-navigation ul.menu li {
    margin: 0;
      display: inline-block;
  }
  body .site-navigation ul.menu li a {
    width: 100%;
      padding: 10px 25px;
      font-weight: 400;
  }
  body .site-navigation ul.menu li.current-menu-item {
    background: #f0f1f4;
      color: #515153;
  }
  body .site-navigation ul.menu li ul.sub-menu {
    position: unset;
      width: 100%;
      box-shadow: none;
      display: none;
  }
  body .site-navigation ul.menu li.menu-item-has-children > i {
    content: "";
      position: absolute;
      right: 13px;
      top: 15px;
      font-weight: 500;
      transform: translateX(-50%);
      transition: all 0.3s;
      color: #4e8cc7;
  }
  body .site-navigation ul.menu li.menu-item-has-children > i.sub-menu-active {
    transform: rotate(180deg);
      right: 17px;
  }
  body .site-navigation ul.menu li.menu-item-has-children {
    padding: 0;
  }
  body .site-navigation ul.menu li ul.sub-menu li {
    padding: 0;
  }
  body .site-navigation ul.menu li ul.sub-menu li a {
    padding: 12px 30px;
      width: auto;
  }
  body .site-navigation ul.menu li {
    color: #6e717c;
      width: 100%;
  }
  body .site-navigation ul.menu li > a {
    width: auto;
      padding: 10px 15px;
      display: inline-block;
  }
  body .site-navigation ul.menu li ul.sub-menu li.current-menu-item a {
    color: #6e717c;
      width: auto;
      display: inline-block;
      background: transparent;
  }
  .toggle-menu-open {
    overflow: hidden;
  }
  .header-bottom {
    position: relative;
  }
  body .site-main-header .container {
    padding: 0 15px;
  }
  .header-bottom {
    padding: 15px 0;
  }
  .site-navigation ul.menu .call_now_cta {
    padding: 10px 15px;
      display: block;
  }
  .site-navigation
    .menu-primary-menu-header-menu-container
    > ul.menu
    > .call_now_cta
    a {
    font-size: 16px;
      background: var(--incase-blue-color);
      color: #ffffff;
      font-weight: 600;
      text-transform: capitalize;
      border: 2px solid var(--incase-blue-color);
      border-radius: 40px;
      transition: all 0.4s;
      padding: 14px 32px;
      line-height: 1;
      text-align: center;
  }
  .site-navigation
    .menu-primary-menu-header-menu-container
    > ul.menu
    > .call_now_cta
    a:hover {
    background: #fff;
      color: var(--incase-blue-color);
  }
}
@media only screen and (max-width: 640px) {
  .site-navigation .navbar-toggler {
    margin: 0 0 0 10px;
  }
}
@media only screen and (max-width: 450px) {
  body .header-btn .default-cta:first-child {
    margin-right: 10px !important;
  }
  .home header .header-btn {
    display: none;
  }
}
@media only screen and (max-width: 1750px) {
  .header-btn .default-cta {
    padding: 10px 10px;
  }
  .header-btn .default-cta:not(:last-child) {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  body .site-navigation ul.menu li.menu-item-has-children i {
    margin: 2px 0px 0 0px;
      color: #97cacc;
      font-weight: 500;
      font-weight: 900;
  }
  .site-main-header.sticky
    .site-navigation
    ul.menu
    li.menu-item-has-children
    i {
    color: var(--body-text-color);
  }
  .site-header-wrap .site-navigation .header-mrg {
    margin: 0 48px;
  }
  body .site-navigation .menu .sub-menu .menu-item-has-children i {
    transform: rotate(-90deg);
  }
}
@media only screen and (max-width: 1315px) {
  .header-btn .default-cta .mobile-none {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1647px) {
  .site-navigation ul.menu li.menu-item-has-children {
    padding-right: 5px;
  }
}
@media only screen and (min-width: 1316px) {
  .header-btn .default-cta .desktop-none {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .header-bottom {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .header-bottom {
    padding: 10px 0;
      background: var(--white_color);
  }
  .home header#site-header .site-branding img {
    filter: unset !important;
  }
  .site-header-wrap .site-navigation .header-mrg {
    margin: 0 25px;
  }
}
@media only screen and (max-width: 576px) {
  .header-btn .default-cta {
    max-width: 300px;
      width: 100%;
  }
  .default-cta {
    width: 100%;
      font-size: 16px;
  }
}
@media only screen and (max-width: 425px) {
  .header-bottom .site-branding a img {
    max-width: 230px;
  }
}
@media only screen and (min-width: 1200px) {
    .site-main-header:not(.sticky) .custom-logo-link {
      background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("/wp-content/uploads/2024/01/incase-tm-logo.svg");
    }
    .site-main-header:not(.sticky) .custom-logo-link > img {
      opacity: 0;
        visibility: hidden;
    }
  }
/*===============================================
= End header CSS
==============================================*/
/*==============================================
= Start Footer Css
================================================*/
.site-main-footer {
    padding: 50px 0;
    background-color: #1D213A;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-image: url("/wp-content/uploads/2024/01/globle.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.site-main-footer:before{
  position: absolute;
  content: "";
  z-index: -1;
  background-color: #1d213a;
  width: 100%;
  inset: 0;
  opacity: .7;
}
.footer-logo img {
    max-width: 150px !important;
    width: 100%;
}
h3.widget-title {
    color: #fff;
    margin-bottom: 16px;
    font-size: 20px;
}
.menu-footer-menu-container ul li a {
    color: #fff;
    margin-bottom: 10px;
}

.widget-content {
    width: 100%;
}
.menu-social-media-container ul {
    display: flex;
    gap: 16px;
    margin-top: 24px;
}
.footer-certi-img {
    display: flex;
    gap: 16px;
    max-width: 160px;
    margin-top: 48px;
}
input, textarea{
    padding: 7px 15px;
    border: 1px solid #ccc;
    position: relative;
    background: #fff;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 12px;
}
textarea{
  height: 100px;
}
input[type="submit"]{
  margin-top: 16px;
  margin-bottom: 0;
}
.site-footer-bottom {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #fff !important;
}
.site-footer-bottom p {
    display: flex;
    justify-content: space-between;
    color: #fff !important;
    text-align: center;
    flex-wrap: wrap;
}
.site-footer-bottom p a{
  color: inherit;
}
@media only screen and (max-width: 768px){
  .site-main-footer{
    text-align: center !important;
  }
  .menu-social-media-container ul{
    justify-content: center;
    margin-bottom: 16px;
  }
  .footer-certi-img{
    max-width: 100%;
    justify-content: center;
    margin: 0 0 24px;
    flex-wrap: wrap;
  }
  .wpcf7 form .wpcf7-response-output{
    color: #fff !important;
    padding: 0 !important;
    border: 0 !important;
  }
  .office-address-info{
    margin-top: 24px;
  }
  .site-footer-bottom p{
    justify-content: center;
  }
}
/*================================================
= End Footer Css
===================================================*/
/*============================================================ Banner Css  =================================*/
.home-banner-img{
  position: relative;
  z-index: 1;
}
.home-banner-img:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  border-radius: 50%;
  left: 0;
  top: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  filter: blur(20px);
  z-index: -1;
}
.banner-slider ul.products{
  display: unset !important;
  grid-template-columns: unset !important;
}
.banner-slider ul.products li{
  width: unset;
}
.owl-carousel .slick-list{
  padding-bottom: 24px;
}
.banner-slider ul.products li,
.wide-box {
    text-align: center;
    background-color: rgb(65 198 238 / 70%);
    padding: 16px;
    border-radius: 16px;
    position: relative;
    color: #fff;
    margin: 0 10px;
}
.banner-slider ul.products h2,
.wide-box h3,
.wide-box p{
  color: #fff !important;
  margin-bottom: 12px;
}
.banner-slider ul.products img,
.wide-box img{
  min-height: 200px !important;
  height: 100% !important;
  width: 100%;
  object-fit: contain;
  padding: 0 16px;
  margin: 0 auto;
}
.slick-track {
  display: flex;
}
.slick-initialized .slick-slide > div, .slick-initialized .slick-slide > div .wide-box {
  height: 100%;
}
.slick-initialized .slick-slide {
  height: auto;
}
a.btn.btnstyle-details {
    background-color: #000;
    padding: 8px 20px;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
}

/*============================================================  Product Catagory Css  =========================*/
li.product-category.product {
    background-color: #fff;
    border-radius: 16px;
    padding: 12px !important;
    box-shadow: 0 0 12px rgba(0, 0, 0, .15);
    position: relative;
}
span.breadcrumb_last {
    color: #fff;
}
.woocommerce-loop-product__buttons {
    position: absolute;
    inset: 0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
li.product:hover .woocommerce-loop-product__buttons{
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
ul.country-list li {
    position: relative;
    margin-bottom: 20px;
}
ul.country-list li:before {
    content: "";
    background-image: url("/wp-content/uploads/2024/01/pin.png");
    width: 24px;
    aspect-ratio: 1;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
} 
ul.country-list {
    column-count: 5;
}
@media only screen and (max-width: 991px){
  ul.country-list {
    column-count: 4;
  }
}
@media only screen and (max-width: 768px){
  ul.country-list {
    column-count: 3;
  }
}
@media only screen and (max-width: 575px){
  ul.country-list {
    column-count: 2;
  }
}
@media only screen and (max-width: 380px){
  ul.country-list {
    column-count: 1;
  }
}



/*=============================================   Cetegory page, Single product page   ===========================*/
.post-type-archive .content-area,
.single-product .content-area,
.tax-product_cat .content-area{
    padding: 50px 30px;
}
.product_meta a,
a.woocommerce-review-link,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a,
.tax-product_cat nav.woocommerce-breadcrumb a {
    color: var(--incase-blue-color) !important;
}
.tax-product_cat nav.woocommerce-breadcrumb{
  text-transform: uppercase !important;
  text-align: center;
}
.tax-product_cat header.woocommerce-products-header {
    text-align: center;
    margin-bottom: 24px ;
}
.tax-product_cat header.woocommerce-products-header  h1{
    margin-bottom: 16px;
}
.wc-block-grid__products,
ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
section.related.products .product,
body:not(.single-product) .product.type-product {
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    padding: 10px !important;
    text-align: center;
    margin: 0 !important;
    width: 100% !important;
    display: inline-block;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
  width: 100%;
}
.tax-product_cat .product.type-product h2{
  color: var(--incase-blue-color) !important;
}
.woocommerce #review_form #respond .form-submit input,
.button.product_type_simple {
    background: var(--incase-blue-color) !important;
    color: #fff !important;
    border: 1px solid var(--incase-blue-color) !important;
    padding: 8px 20px !important;
}
.woocommerce #review_form #respond .form-submit input:hover,
.button.product_type_simple:hover{
  background: transparent !important;
  color: var(--incase-blue-color) !important;
}
.woocommerce .products ul::after, 
.woocommerce .products ul::before, 
.woocommerce ul.products::after, 
.woocommerce ul.products::before{
  display: none;
}
@media only screen and (max-width: 1200px){
  .wc-block-grid__products,
  ul.products {
      grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px){
  .wc-block-grid__products,
  ul.products {
      grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px){
  .wc-block-grid__products,
  ul.products {
      grid-template-columns: repeat(1, 1fr);
      max-width: 400px;
      width: 100%;
      max-width: 0 auto;
  }
  form.woocommerce-ordering {
    width: 100%;
}
}
.woocommerce ul.products li.product{
  display: inline-block !important;
}
.woocommerce ul.products li.product img{
  max-height: 200px;
  height: 100% !important;
  width: 100% !important;
  margin: 0 auto 12px !important;
}

.woocommerce .star-rating span::before{
  color: yellow !important;
}
h2.woocommerce-loop-product__title {
    color: var(--incase-blue-color);
}
.woocommerce-tabs.wc-tabs-wrapper {
    margin: 50px 0;
}
.woocommerce #reviews #comments h2{
  margin-bottom: 16px;
  font-size: 20px !important;
}
.woocommerce p.stars a{
  width: 30px !important;
}
.woocommerce p.stars a::before{
  width: 24px;
  height: 24px;
  font-size: 24px !important;
  color: yellow !important;
}
h1.product_title.entry-title {
    font-size: 32px;
    margin-bottom: 20px;
}
.woocommerce ul.products li.product .star-rating{
  margin: 0 auto;
}
section.related.products h2{
  margin-bottom: 16px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: var(--incase-blue-color) !important;
    color: #fff;
    border-color: var(--incase-blue-color) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
  background-color: transparent;
  margin: 0;
}

/*=====================================    Cart     ====================================*/
.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product, .wc-block-grid.has-4-columns .wc-block-grid__product{
  max-width: 100% !important;
}
.wc-block-grid__product-title {
    font-size: 20px;
    color: #41c6ee;
}
.wc-block-grid__product-title{
  font-size: 20px !important;
  font-weight: 500 !important;
  color: var(--incase-blue-color) !important;

}



.home .product{
    position: relative;
    overflow: hidden;
}
.home .product a{
  pointer-events: none;
}
.home .product:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    display: inline-block;
    border-radius: 16px;  
    transform: scale(1.5);
    opacity: 0;
    transition: all .5s;
    transform-origin: center;
    visibility: hidden;
}
.home .product a:before {
    content: "CLICK HERE";
    z-index: 111;
    position: absolute;
    color: #fff;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.5);
    font-weight: 600;
    background-color: #41c6ee;
    border: 2px solid #41c6ee;
    padding: 8px 20px;
    border-radius: 6px;
    transition: all .5s;
    opacity: 0;
    transform-origin: center;
    visibility: hidden;
    pointer-events: all;
}
.home .product:hover a:before{
    transform: translate(-50%, -50%) scale(1); 
    opacity: 1;
    visibility: visible; 
}
.home .product:hover:after{
    transform: scale(1.0);
    opacity: 1;
    visibility: visible;
}

.banner-slider button{
  max-width: 50px !important;
  width: 100% !important;
  height: 50px !important;
  border: 1px solid #41c6ee !important;
  border-radius: 5px !important;
  background-color: #fff !important;
  z-index: 11;
  padding: 0 !important;
}
.banner-slider button:before{
    content: "";
    background-image: url("/wp-content/uploads/2024/01/slider-left-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 20px !important;
    width: 20px !important;
    display: inline-block;
}
.banner-slider button.slick-next:before{
  transform: rotate(180deg);
}
.woocommerce ul.products li.product.type-product{
  padding-bottom: 54px !important;
}
.woocommerce ul.products li.product.type-product .button {
    position: absolute;
    bottom: 11px;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
}
.banner-slider a.button {
    display: none !important;
}

.post-565 {
    order: -3;
}
.post-189{
	order: -1;
}
.post-567 {
    order: -2;
}
