:root {
  --white: #fff;
  --light-gray: #f5f5f5;
  --light-gray-02: #dedede;
  --light-gray-03: #d9d9d9;
  --black: #2c2c2c;
  --gray: #707070;
  --border-radius-xs: 3px;
  --border-radius-sm: 6px;
  --border-radius-md: 12px;
}

#_desktop_iqitmegamenu-mobile {
	display:none !Important;
}
/*
header#header {
  position: fixed !important;
  width: 100%;
  box-shadow: none;
  top: 0;
  -webkit-transition: all 800ms cubic-bezier(.76,0,.25,1);
  -moz-transition: all 800ms cubic-bezier(.76,0,.25,1);
  -o-transition: all 800ms cubic-bezier(.76,0,.25,1);
  transition: all 600ms cubic-bezier(.76,0,.25,1);
  background-color: var(--light-gray);
}
*/

#category-section .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
  cursor: pointer;
  width: 90px;
  padding-bottom: 1em !important;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  margin: 0 calc(40px / 3);
}
#category-section .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item a {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
#category-section .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item .elementor-icon-list-text::after {
  content: "";
  width: 0;
  height: 2px;
  left: 0;
  background-color: var(--gray);
  position: absolute;
  margin: 0;
  transform: translateY(30px);
  transition: all ease 0.7s;
}

#category-section .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:hover .elementor-icon-list-text::after {
  content:"";
  width:100%;
  background-color:var(--black);
  transition:all ease 0.7s
}

#category-section .elementor-icon-list-icon svg {
  height: auto !important;
  fill: #9c9c9c;
  transition: all ease 0.7s;
}


/*
BANNERS HOME
*/
.cb-item-content .custom-html, .product-banner .custom-html {
  position: absolute;
  width: 40%;
  margin-left: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: left;
  padding-left: 2em;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  z-index: 1;
}

.cb-item-content .custom-html, .product-banner .custom-html {
  position: absolute;
  width: 40%;
  margin-left: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: left;
  padding-left: 2em;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  z-index: 1;
}

.home-slider .custom-html p.header-text, .custom-html p.header-text {
  font-weight: bold !important;
  font-family: "Lato",sans-serif !important;
  line-height: normal;
  letter-spacing: -2px;
  font-size: 2.5rem !important;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.product-banner {
  height:100%;
  width:100%;
  margin:0
}
.product-banner img {
  height:100%!important;
  width:100%;
  object-fit:cover
}
.product-banner div {
  height:100%!important
}
.cb-item-content .custom-html,
.product-banner .custom-html {
  position:absolute;
  width:40%;
  margin-left:0;
  top:0;
  left:0;
  bottom:0;
  right:0;
  text-align:left;
  padding-left:2em;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  flex-direction:column;
  gap:5px;
  z-index:1
}
.cb-item-content .custom-html {
  font-size:1rem!important
}
.cb-item-content .custom-html a.button {
  font-size:1rem!important
}
.banner-home-03-column {
  min-width:300px!important
}
.banner-home-03-column .custom-html {
  width:100%!important;
  justify-content:flex-start!important;
  padding:2em!important
}
.cb-item-content .custom-html .heading-title,
.product-banner .custom-html .heading-title {
  color:var(--white);
  font-size:2rem;
  margin:0
}
.cb-item-content .custom-html .button,
.product-banner .custom-html .button {
  padding:5px 15px;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  color:var(--white)!important;
  background-color:transparent;
  transition:all ease 0.7s
}
.cb-item-content .custom-html .button:hover,
.product-banner .custom-html .button:hover {
  background-color:var(--white)!important;
  color:var(--black)!important;
  transition:all ease 0.7s
}