/* ==========================================================================
Customizable Elements
========================================================================== */ :root {
  --main-bg-color: #fff;
  --header-bg-color: rgba(255, 255, 255, 0.994);
  --header-font: 'Montserrat', sans-serif;
  --header-txt-color: #202020;
  --body-font: 'Montserrat', sans-serif;
  --wrapper-max-width: 1920px;
  --main-txt-color: rgba(18, 12, 9, 1.00);
  --footer-bg-color: rgba(236, 236, 236, 0.99);
  --sidebar-width: 300px;
  --primary-color: rgba(214, 32, 39, 1);
}
body {
  color: #000;
  background-color: var(--main-bg-color);
  font-family: var(--body-font);
  text-align: center;
  margin: 0;
  padding: 0;
  color: var(--main-txt-color);
  scroll-padding-top: 65px;
  height: inherit;
}
.wrapper {
  width: 100%;
  max-width: var(--wrapper-max-width);
  margin: 0 auto;
}
.no-sidebar {
  width: 100%;
}
.has-sidebar {
  width: calc(100% - 300px - 30px);
}
.with-sidebar {
  justify-content: space-between;
}
main {
  margin-top: 7em;
  min-height: 100vh;
}
.header {
  font-weight: 700;
}
/*.read-more {
    align-self: flex-end;
    font-size: 7px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
}*/
.cat-name {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 5px 0;
}
.featured-image {
  height: 0;
  width: 100%;
  padding-bottom: 75%;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  border: 0px solid red;
}
.featured-image a {
  width: 100%;
  display: inline-block;
  border: 0px solid blue;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.featured-image img {
  transform-origin: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}
article {
  margin-bottom: 1em;
}
article .entry {
  flex: 1 0 0;
  padding: 1em;
}
.heading {
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(1.7rem, 1.325rem + 1.2vw, 2rem);
  border: 0px solid red;
  color: rgba(59, 0, 0, 1.00);
  font-family: "Platypi", serif;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px solid #bbb;
  padding: 0 2em;
  padding-bottom: 1em;
  width: 70%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1em;
}
.heading:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: rgba(134, 134, 134, 1.00);
  position: absolute;
  bottom: -5px;
  left: 0;
  transform: rotate(45deg);
}
.heading:after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: rgba(134, 134, 134, 1.00);
  position: absolute;
  bottom: -5px;
  right: 0;
  transform: rotate(45deg);
}
.related.products .heading {
  font-size: clamp(1.7rem, 1.325rem + 1.2vw, 2rem);
  border: 0;
  padding: 1em;
  margin: 0;
  text-align: left;
}
.related.products .heading:before {
  display: none;
}
.related.products .heading:after {
  display: none;
}
/*.heading:after,.heading:before {
  content: " ";
  display: block;
  border-bottom: 0px solid #ccc;
  background-color:#f8f8f8;
}*/
hr {
  border: 0;
  height: 1px;
  width: 10%;
  position: relative;
  margin: 30px auto;
}
hr.center-ball {
  background: #39D1B4;
}
hr.center-ball:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #39D1B4;
  display: inline-block;
  border: 2px solid #39D1B4;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: 50%;
  margin: 0 0 0 -3px;
}
a.view-all-product {
  background-color: var(--primary-color);
  background-color: rgba(255, 255, 255, 1.00);
  border: 1px solid #af1818;
  padding: 1em 2.5em;
  font-weight: 700;
  color: var(--primary-color);
  /* color: rgba(255, 255, 255, 1.00); */
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.65em;
  flex: 0;
  border-radius: 0px;
  max-width: 250px;
  min-height: 40px;
  overflow: hidden;
  box-shadow: 8px 8px 0 0 rgba(44, 44, 44, .0);
  align-self: center;
  margin: 3em;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 40px;
  padding: 0 2.25rem;
  border: 1px solid #a5684d;
  background: #fff;
  color: var(--primary-color);
  box-shadow: 8px 8px 0 0 rgba(44, 44, 44, .2);
  outline: 0 !important;
  font-weight: 700;
  font-size: 1rem;
  font-family: "Cerebri Sans", Helvetica, sans-serif;
  letter-spacing: .05625rem;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1) 0ms;
}
a.view-all-product:hover {
  background-color: rgba(44, 44, 44, .051);
  border: 2px solid #a5684d;
  box-shadow: 9px 9px 0 0 rgba(44, 44, 44, .12);
  transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1) 0ms;
}
a.view-all-product:hover .Button_button__leftArrow__3x-00 {
  border-top: 2px solid #a5684d;
  border-left: 2px solid #a5684d;
  transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1) 0ms;
}
a.view-all-product:hover .Button_button__rightArrow__1rr-R {
  border-right: 2px solid #a5684d;
  border-bottom: 2px solid #a5684d;
  transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1) 0ms;
}
.Button_button__leftArrow__3x-00 {
  top: .1875rem;
  left: .1875rem;
  border-top: 1px solid #a5684d;
  border-left: 1px solid #a5684d;
}
.Button_button__leftArrow__3x-00, .Button_button__rightArrow__1rr-R {
  content: "";
  position: absolute;
  display: block;
  width: 1rem !important;
  height: 1rem;
}
.Button_button__rightArrow__1rr-R {
  right: .1875rem;
  bottom: .1875rem;
  border-right: 1px solid #a5684d;
  border-bottom: 1px solid #a5684d;
}
.Button_button__leftArrow__3x-00, .Button_button__rightArrow__1rr-R {
  content: "";
  position: absolute;
  display: block;
  width: 1rem !important;
  height: 1rem;
}
/*a.view-all-product:before{
	position: absolute;
	content: '';
	background-color: var(--primary-color);
	height:1px;
	width:50%;
	display: block;
		
}*/
.badge-02 {
  display: flex;
  flex-flow: column wrap;
}
/* ==========================================================================
homepage
========================================================================== */
#homepage {}
h1.header-home {
  font-size: 2em;
}
ul.cp-brand {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0 auto;
  width: 70%;
}
ul.cp-brand li {
  width: 50%;
  padding: 2em;
}
#homepage #badge-01 {
  border: 0px solid red;
}
#homepage #badge-01 article:nth-child(2) {
  margin: 2em;
  padding: 2em;
  background-color: rgba(255, 255, 255, 1.00)
}
.content-homepage .wrapper {
  display: grid;
  grid-template-columns: 400px calc(100% - 500px);
  margin: 2em auto;
  gap: 4em;
  padding: 0em 0em 0 2em;
}
.product-cat-nav {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  align-items: flex-end;
}
.content-homepage .wrapper .right-content {
  display: flex;
  flex-flow: column wrap;
  border: 0px solid red;
}
.content-homepage .wrapper .right-content h3 {
  margin: 1em 0;
}
.product-cat-nav h2 {}
main section .wrapper aside .sidebar-menu {
  list-style: none;
  font-weight: 800;
  font-size: 0.8em;
  text-transform: uppercase;
  background-color: #d62027;
  background-color: rgba(255, 255, 255, 0.98);
  display: flex;
  flex-flow: column wrap;
  align-items: flex-end;
}
main section .wrapper aside .sidebar-menu > li {
  display: flex;
}
main section .wrapper aside .sidebar-menu > li > a {
  padding: 14px 0 1px 0;
  border: 0px solid red;
  border-bottom: 1px dashed #000;
  text-align: right;
  margin: 0 1.5em 0 0;
}
main section .wrapper aside .sidebar-menu .sub-menu {
  visibility: hidden;
  list-style: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 3;
  background-color: rgba(214, 32, 39, 0.98);
  background-color: rgba(255, 255, 255, 0.98);
  display: inline-grid;
  margin: 0 0 0 -1em;
}
main section .wrapper aside .sidebar-menu > li:hover > .sub-menu {
  visibility: visible;
  display: flex;
  flex-flow: row wrap;
  padding: 3em;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px;
  width: 600px;
  transition: all 0.3s ease;
  transform: scale(100%);
  transform-origin: 0 0;
  background-color: rgba(214, 32, 39, 1);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  /*background-image: linear-gradient(299deg, rgba(11, 11, 11, 1) 9.2%, rgba(127, 16, 16, 1) 103.9%);*/
}
main section .wrapper aside .sidebar-menu > li:hover > .sub-menu > li {
  padding: 5px 10px;
}
main section .wrapper aside .sidebar-menu > li:hover > .sub-menu > li > a {
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0.0025em;
  text-transform: capitalize;
  width: 100%;
  padding: 3px 0px;
  color: white;
  border-bottom: 1px dotted rgba(108, 5, 9, 0.798);
  border-bottom-color: #fff;
}
.slideshow {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.slideshow article {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.slideshow .featured-image img {
  transform: scale(1.05);
}
.slideshow .featured-image {
  padding-bottom: 55%;
}
.slideshow article .entry {
  position: absolute;
  bottom: 1em;
  left: 1em;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0.1;
}
.slideshow article .entry h2 {
  font-size: 1.5em;
  font-weight: 700;
}
.slideshow article .entry p {
  font-size: 0.8em;
  font-weight: 700;
}
/*.badge-02 h2.heading{
font-size: 2em;
    font-weight: 800;
    margin: 1em 0;
    text-align: left;

    color: #fff;
    padding: 0.5em;
    color: var(--primary-color);
    font-family: "Platypi", serif;
    border-radius: 3px;	
    background-color: rgba(255,255,255,0.00);
	display: flex;
  align-items: flex-start;
  text-align: left;
}
.badge-02 h2.heading:before{

  flex-grow: 1;
  height: 1px;
  background: var(--primary-color);
  min-width: 20px;
  margin: auto 0.5em;
}
.badge-02 h2.heading:after{

  flex-grow: 1;
  height: 1px;
  background: var(--primary-color);
  min-width: 20px;
  margin: auto 0.5em;
}
.badge-featured{
	border:0px solid rgba(14,0,0,0.77);
	padding:1em;
}*/
#badge-02 h2.heading {
  font-size: 1.55em;
  font-weight: 800;
  margin: 1em 0;
  text-align: left;
  color: #fff;
  padding: 0.5em;
  color: var(--primary-color);
  font-family: "Platypi", serif;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.00);
  display: flex;
  align-items: flex-start;
  text-align: left;
}
/* ==========================================================================
aside
========================================================================== */
aside {
  background-color: #fff;
  width: 10.55%;
  width: var(--sidebar-width);
  display: flex;
  flex-direction: column;
  min-width: 400px;
  height: 100%;
  border: 1px solid rgba(144, 124, 124, 1.00) z-index: 99;
  /*    background-image: url("../img/sidebar_bg.jpg");*/
  background-position: center;
  background-repeat: no-repeat;
  z-index: 999;
}
.sidebar h2 {
  text-align: left;
  text-indent: 0.25em;
}
.sidebar {
  will-change: min-height;
  border: 0px solid red;
}
.sidebar__inner {
  transform: translate(0, 0); /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
/* ==========================================================================
page
========================================================================== */
#page {}
;
/* ==========================================================================
category
========================================================================== */
#category {}
;
#category article {
  margin-bottom: 1em;
}
/* ==========================================================================
single
========================================================================== */
#single {}
;
#single article img {
  max-width: 100%;
}
/* ==========================================================================
effect
========================================================================== */
.wp-pagenavi {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  color: #b3b8be;
  font-size: 0.85rem;
}
.wp-pagenavi a {
  color: #a95ae9;
  padding: 10px;
}
.wp-pagenavi span {
  padding: 10px;
}
.breadcrumbs {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  color: #b3b8be;
  font-size: 0.85rem;
}
.breadcrumbs span {
  padding: 2px;
}
.breadcrumbs a {
  color: #a95ae9;
  color: #f07959;
  padding: 0px;
}
.sticky {
  background-color: red;
}
/*.mm-panel.mm-hasnavbar .mm-navbar {
  display: none;
}
.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 7em;
}*/
#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: transform .2s ease;
  transform: translateY(100px);
  padding: 1em;
  background-color: rgba(214, 32, 39, 1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  border: 0px solid red;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
#back-to-top.scrolled {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  cursor: pointer;
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
.lazy {
  opacity: 0;
  transform: scale(0.8);
  transition: all 500ms;
}
.lazy.loaded {
  transition: opacity 500ms ease-in-out;
  opacity: 1;
  transform: scale(1);
  transition: all 500ms;
  /* border: 10px solid red;*/
}
/* ==========================================================================
header
========================================================================== */
.logo-main {
  width: 100%;
  max-width: 220px !important;
}
.logo-header {
  /*	width: 100%;
	display:flex;*/
  border: 0px solid rgba(162, 162, 162, 0.73);
  display: inline-block;
  background-color: #fff;
}
/* Make the header fixed at top */
.headroom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 300ms ease-in-out; /* This creates the smooth slide animation */
  z-index: 9999;
  background: white; /* Or whatever your design needs */
  /* Add any other styles like height, shadow, etc. */
}
/* Show when pinned (scrolling up or at top) */
.headroom--pinned {
  transform: translateY(0%);
  transform: all ease;
}
/* Hide when unpinned (scrolling down) */
.headroom--unpinned {
  transform: translateY(-140%);
}
/* Optional: smoother performance hint */
.headroom {
  will-change: transform;
}
#sidebar-nav {
  position: absolute;
  top: 0;
  border: 0px solid orange;
}
#header {
  position: fixed;
  background-color: var(--header-bg-color);
  width: 100%;
  z-index: 9905;
  transition: all 500ms;
  transform-origin: center;
  transform-style: preserve-3d;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  border: 0px solid orange;
}
header {
  display: flex;
  width: 99%;
  width: calc(100% - 0rem);
  flex-flow: row wrap;
  justify-content: center;
  align-items: baseline;
  margin: 0em 0;
  padding: 0 2.2em;
  border: 0px solid red;
  background-color: rgba(255, 255, 255, 1.00);
}
header .product-cat-btn {
  align-self: flex-end;
}
#site-title {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  /*padding-bottom: 25%;*/
  width: 100%;
  border: 0px solid blue;
  background-color: rgba(214, 32, 39, 0.0);
  background-color: rgba(255, 255, 255, 1.00);
  border-bottom: 1px solid rgba(10, 0, 0, 0.24);
}
#site-title:before {
  content: '';
  position: absolute;
  background-color: rgba(96, 96, 96, 1.00);
  height: 3px;
  width: 99%;
  margin: auto;
  right: 0;
  bottom: -2px;
  left: 0;
  z-index: -1;
  background: linear-gradient(45deg, #aaa, #3333ff);
  filter: blur(5px);
  border-radius: 50px;
}
#site-title:after {
  content: '';
  position: absolute;
  background-color: rgba(196, 196, 196, 1.00);
  height: 5px;
  width: 60%;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  filter: blur(10px);
  z-index: -2;
}
/*.slideDown #site-title {
    transition: all .208ms ease;
    box-shadow: rgba(50, 50, 93, 0.10) 0px 6px 12px -2px, rgba(0, 0, 0, 0.10) 0px 3px 7px -3px;
	
    box-shadow: inherit;
}
.slideUp #site-title {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transition: all .208s ease;
    background-color: rgba(255, 255, 255, 0.850);
}*/
#site-title .wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  max-width: var(--wrapper-max-width);
  align-items: flex-end;
  padding: 1em 0;
}
#site-title .productnlogo {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.main-menu {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #D62027;
}
#site-description {
  display: inline-block;
  margin: -10px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 7px;
  font-weight: 700;
}
#mobile .icon-menu {
  font-size: 2em;
  color: #fff;
}
/* ==========================================================================
menu
========================================================================== */
ul.menu {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  border: 0px solid red;
  position: relative;
  z-index: 9;
  margin: 0;
  text-align: center;
  /*  margin: 0 auto;*/
  background-color: rgba(0, 0, 0, 0.0);
  border-bottom: 2px dotted rgba(204, 204, 204, 0.1);
  /* width: 100%;*/
  list-style: none;
  /*background-color: #D62027;*/
  padding: 0.5em;
  /*    align-self: flex-start;*/
}
ul.menu > li {}
ul.menu > li > a {
  color: rgba(0, 0, 0, 0.991);
  font-size: 0.825em;
  font-weight: 800;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0.5em 0px 0 0px;
  /* letter-spacing: -0.025em; */
  margin: 0 1em;
  padding-bottom: 5px;
}
ul.menu > li > a .fa {
  margin-top: -10px;
  color: #5BBDE8;
}
ul.menu > li > a:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--primary-color);
  transition: width 0.2s ease;
}
ul.menu > li > a:hover {
  color: var(--primary-color);
}
ul.menu > li > a:hover:before {
  width: 100%;
}
ul.menu li.current-menu-item a {
  color: var(--primary-color);
  /*	font-size: 0.8em;
	font-weight: 700;*/
}
/*ul.menu > li:first-child a {
    color: #289835;
    margin: 0;
    font-weight: 500;
}*/
ul.menu > li > ul.sub-menu {
  position: fixed;
  margin: 0;
  background: #fff;
  border-radius: 2px;
  top: 2em;
  left: 0%;
  z-index: 7;
  height: 0px;
  width: 0;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
  opacity: 0;
  transform-origin: 20% 40%;
  transform: scale(0);
  padding: 10px;
  animation: fadeInLi .32s 1 alternate ease-out forwards .1s;
  /*    box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.82);
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0rgba(0, 0, 0, 0.19);
    background-color: rgba(214, 32, 39, 1);*/
}
ul.menu > li > ul.sub-menu > li {
  clear: both;
  list-style: none;
  display: block;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  /* margin: 0 2% 1em 2%;
    width: calc(100% / 3 - 5%);*/
}
ul.menu > li > ul.sub-menu > li > a {
  color: #4f4f4f;
  font-size: 0.75em;
  padding: 5px;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
ul.menu > li > ul.sub-menu > li > a i {
  margin: 0 5px 0 0;
}
ul.menu > li:hover ul.sub-menu > li > a {
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
ul.menu > li:hover ul.sub-menu {
  display: grid;
  grid-template-columns: auto auto auto;
  opacity: 1;
  width: 100%;
  /* gap: 50px 50px; */
  /* grid-gap: 50px; */
  height: auto;
  grid-column-gap: 1em;
  grid-row-gap: 0.5em;
  transform-origin: 20% 40%;
  transform: scale(1);
  animation: fadeInLi .32s 1 alternate ease-out forwards .1s;
  /* border: 1px solid red; */
  padding: 50px;
  background-color: rgba(214, 32, 39, 0.99);
}
ul.menu > li > ul.sub-menu > li ul.sub-menu {
  position: absolute;
  left: -2em;
  margin: 0;
  background: #fff;
  border-radius: 2px;
  width: 200px;
  top: 2em;
  left: 100%;
  z-index: 9;
  height: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.82);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0rgba(0, 0, 0, 0.19);
}
ul.menu > li > ul.sub-menu li:hover ul.sub-menu {
  display: block;
  animation: fadeInRight .3s ease;
  -webkit-animation: fadeInRight .3s ease;
  opacity: 1;
  visibility: visible;
  width: 300px;
  /*  left:0;
  top:2em;*/
  height: auto;
  animation: fadeInLi .52s 1 alternate ease-out forwards .1s;
}
ul.menu > li > ul.sub-menu > li ul.sub-menu li {
  clear: both;
  list-style: none;
  display: block;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0;
  width: 100%;
}
ul.menu > li > ul.sub-menu > li ul.sub-menu li a {
  color: #4f4f4f;
  font-size: 0.85em;
  padding: 5px;
}
.cart-menu {
    position: relative;
}

.cart-count {
    background: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    margin-left: 5px;
	    position: absolute;
    top: -10px;
    left: 20px;
}
ul.menu .icon-basket{
	font-size: 2em;
}
ul.menu .icon-facebook-squared{
	font-size:  2em;
}
/* ==========================================================================
contact
========================================================================== */
.contact {
  display: flex;
  flex-flow: row wrap;
}
.contact h4 {
  font-size: 3em;
}
.contact .col-50 {
  padding: 2em;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
  background-color: #fff;
  color: #000;
  width: 100%;
  padding: 0.5em;
  border: 1px solid rgba(63, 63, 63, 1.00);
  font-family: 'Montserrat', sans-serif;
  border-radius: 3px;
}
/* ==========================================================================
footer
========================================================================== */
/*footer .product-footer-menu{
	display: grid;
    gap: 1.5em;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr ;
	list-style: none;
	
}
footer .product-footer-menu > li{
	font-weight:700;
	font-size:1.05em;
}
footer .product-footer-menu > li > .sub-menu{
	font-weight:500;
	font-size:0.85rem;
	display: flex;
	flex-flow: column wrap;
list-style: none;
}
footer .product-footer-menu > li > .sub-menu > li{
	padding :0.5em 0 0 0;
}*/
footer {
  background-color: var(--footer-bg-color);
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 2em;
  background-color: #ccc;
  padding-bottom: 100px;
  border-top: 2px dashed #fff;
}
footer .wrapper {
  max-width: 1100px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
footer .footer-menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 1em;
  width: 100%;
}
footer .footer-menu > ul {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  text-transform: uppercase;
  width: 100%;
  max-width: 720px;
  align-content: center;
  justify-content: space-between;
}
footer .footer-menu > ul > li > a {
  font-size: 0.8em;
  font-weight: 700;
}
ul.category-pid {
  display: flex;
  width: 100%;
  padding: 1em;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}
ul.category-pid li {}
ul.category-pid li a {
  font-size: 0.8em;
  font-weight: 600;
  text-transform: capitalize;
}
/*\\\\\\\\\\\\\Sticky Sidebar CSS Starts////////////////////*/
form#product-seach:focus {
  outline: none;
}
form#product-seach {
  outline: none;
  float: left;
  /*  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-border-radius: 4px;
  border-radius: 4px;*/
  display: flex;
  width: 100%;
  border: 0px solid red;
  font-family: var(--body-font);
}
form#product-seach input[type=text] {
  outline: none;
  line-height: 42px;
  padding: 0 16px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #212121;
  border-radius: 50px 50px;
  display: flex;
  width: 100%;
  border: 5px solid;
  border-color: var(--primary-color);
}
form#product-seach .search-btn {
  outline: none;
  background: none;
  background-color: var(--primary-color);
  text-align: center;
  line-height: 42px;
  border: 0;
  border-color: var(--primary-color);
  color: #FFF;
  font-size: 21px;
  text-rendering: auto;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  transition: background-color .4s ease;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
form#product-seach .icon-search {
  font-family: 'fontello';
  color: #fff;
  font-size: 2em;
  position: absolute;
  right: 0;
  top: 8px;
}
::placeholder {
  color: var(--primary-color);
  font-size: 1.15em;
  font-weight: 600;
  font-family: var(--body-font);
}
a.button.wc-forward.view-cart{
	    background-color: rgba(214, 32, 39, 1);
    border: 1px solid #af1818;
    padding: 1em 1.5em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.65em;
    flex: 0;
    border-radius: 0px;
    max-width: 150px;
    line-height: 1.5;
    min-height: 40px;
    overflow: hidden;
    box-shadow: 5px 5px 0 0 rgba(44, 44, 44, .2);
}
/*\\\\\\\\\\\\\\\\Sticky Sidebar CSS Ends//////////////////////*/
/* =====================
   HAMBURGER BUTTON (WHITE)
===================== */
.menu-toggle {
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.menu-toggle span {
  position: absolute;
  width: 16px;
  height: 2px;
  background: #fff;
  transition: transform 0.45s ease, opacity 0.3s ease;
}
.menu-toggle span:nth-child(1) {
  transform: translateY(-7px);
}
.menu-toggle span:nth-child(2) {
  transform: translateY(0);
}
.menu-toggle span:nth-child(3) {
  transform: translateY(7px);
}
/* Hamburger → X */
.menu-open .menu-toggle span:nth-child(1) {
  transform: rotate(45deg);
}
.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}
.menu-open .menu-toggle span:nth-child(3) {
  transform: rotate(-45deg);
}
/* =====================
   OVERLAY MENU
===================== */
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(12, 12, 12, 0.95);
  transform: translateY(1000%);
  transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.menu-open .menu-overlay {
  transform: translateY(0);
}
/* =====================
   MENU ITEMS
===================== */
.menu-list {
  list-style: none;
  text-align: center;
}
.menu-list li {
  margin: 18px 0;
  opacity: 0;
  transform: translateY(24px);
}
.menu-open .menu-list li {
  animation: fadeUp 0.6s ease forwards;
}
.menu-open .menu-list li:nth-child(1) {
  animation-delay: 0.1s;
}
.menu-open .menu-list li:nth-child(2) {
  animation-delay: 0.2s;
}
.menu-open .menu-list li:nth-child(3) {
  animation-delay: 0.3s;
}
.menu-open .menu-list li:nth-child(4) {
  animation-delay: 0.4s;
}
.menu-open .menu-list li:nth-child(5) {
  animation-delay: 0.5s;
}
.menu-list a {
  font-size: clamp(20px, 5vw, 40px);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.25s ease;
}
.menu-list a:hover {
  opacity: 0.6;
}
/* =====================
   ANIMATIONS
===================== */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}