@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libertinus+Math&display=swap');

:root {
  --light: #faebce;
  --dark: #764826;
  --middark: #c9aa80; 
  --medium: #e0cca7;
  --exlight:#f0e1c4;
  --hl: #cf040c; 
  --lborder: #111762; 
  --radius:20px;

  --titlefont:"Libertinus Math", system-ui;
  --textfont: "Montserrat", sans-serif; 
}


*:focus,
a:focus,
a:active {
  outline: none;
  color: inherit;
  text-decoration: inherit; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

html {
  height: 100%;
  padding-bottom: 2px; }

.overflow {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family:var(--titlefont);
  font-weight: 600;
  margin: 0px;
  padding: 0px; }

a, a span {
  text-decoration: none;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }

a:hover, a:hover span {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }

body {
  background-color: #000;
  color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family:var(--textfont);
  cursor: none; /* Hide default cursor */
}

   /* Custom Cursor */
    .custom-cursor {
      position: fixed;
      top: 0;
      left: 0;
      width: 30px;
      height: 30px;
      background-color: red;
      border-radius: 50%;
      pointer-events: none; /* important to allow clicks through */
      z-index: 999999; /* max it out */
      transform: translate(-50%, -50%);
      transition:
        width 0.2s ease,
        height 0.2s ease,
        background-color 0.2s ease,
        background-image 0.2s ease;
    }

    /* When hovering links */
    .custom-cursor.hover {
      width: 50px;
      height: 50px;
      background-color: white;
      background-image: url('../img/hand.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size: 70%;
      box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px;
    }

     a, button, input, textarea, select, nav *  {
      cursor: none !important;
    }

    .bg-slideshow {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: -1;
      background-color: #000;
    }

    .bg-slide {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transition: opacity 1s ease-in-out;
      z-index: 0;
    }

    .bg-slide.active {
      opacity: 1;
      z-index: 1;
    }
    .home-ico{ text-align: center; color:#fff; display:block; margin:20px 0;  }
    
    .home-ico span{ display:block; width: 100%; text-align: center; font-size:12px; font-weight:500; }
    .red-button{ display: block; background: url(../img/i-menu.png) no-repeat center left; position: absolute; right: 0; 
      background-color:#fff; padding:45px 0px 45px 35px;  }
    .rotate-text { color: #000; font-weight: 500;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    }
    .ani3{animation: move3 3s infinite;}
    @keyframes move3 {
      0%   {right:-34px }
      50%  {right:0;}
      100% {right:-34px }
    }
    #main-nav2{ display:none; }
    /* Content expands to fill remaining space and centers vertically */
  .home-content {
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
  }

/* -------------- Top -------------- */
.top-mail{ float:right; margin-top: 3%; }
.top-mail a{ color:#fff; }
.top-wrapper-sub {
    position: relative;
    z-index: 13; 
    border-bottom: 3px solid var(--hl);}
.top-wrapper-sub .logo {
    margin: 8px 0 8px 0; 
    display: block; }


/* -------------- Menu -------------- */

.top-menu {
    padding: 2px 0;
    z-index: 10; float: right;
    display: inline-block;
    margin-bottom:-8px; }
.top-menu ul {
    margin: 0px 0 0px 0;
    padding: 0;
    list-style: none;
    display: inline; }
.top-menu ul li {
    display: inline-block;
    margin: 0px;
    position: relative;
    color: #4e2624;
    float: left; }
.top-menu ul li a {
    font-size: 14px;
    color: #f7f7f7;
    font-weight: 500;
    padding: 12px 16px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 3px solid #000;}
.top-menu ul li a:hover {
    text-decoration: none;
    color: #fff !important;
    border-bottom: 3px solid #ffcf24; }
.top-menu ul li:last-child a{
    border-right: 0px; }
.top-menu .active{ 
    border-color: #ffcf24; }   
  
.top-menu ul li ul {
    display: none;
    position: absolute;
    z-index: 30;
    background-color: #4f4e4e; }
  
  .top-menu ul li:hover ul {
    display: block; }
  
  .top-menu ul li ul li {
    width: 250px;
    display: block;
    background: none;
    text-align: left !important;
    padding: 3px 5px;
    text-align: left !important;
    border-bottom: 1px solid #282828 !important; }
  
  .top-menu ul li ul li a {
    font-size: 15px;
    padding: 5px 6px; }
  
  .top-menu ul li ul li:first-child a {
    padding: 5px 6px !important; }
  
  .top-menu ul li ul li ul, .top-menu ul li:hover ul li ul {
    display: none;
    left: 251px;
    top: 0px;
    border-top: 1px solid #ccc !important; }
  
  .top-menu ul li:hover ul li:hover ul {
    display: block; }



/* -------------- Common theme -------------- */   

.breadcrumb{ background-color: transparent !important; padding: 0 !important; margin:0 0 25px 0 !important ; }
.breadcrumb ul{ list-style: none; float: left; margin:0 ; padding: 0; }
.breadcrumb ul li{ display:inline-block;  }
.breadcrumb ul li a{ display:block; padding:4px 8px; color:#4e2624 };

.socialmedia-menu ul {
  list-style: none;
  padding: 0;
  list-style: inline-block; }
.socialmedia-menu ul li {
  display: inline-block; width: 32px; height: 32px; margin-left: 4px;}
.socialmedia-menu ul li a {
  color: #73a519;
  text-decoration: none;
  font-size: 16px; 
  text-align: center; padding-top: 3px;
  width: 32px; height: 32px;
  display: block;
  background-color: #fff; border-radius: 50%;
  border-bottom: 0; }
.socialmedia-menu ul li a:hover {
    color:#fff; background-color: #3f5c0c; }

.page-title { }
.page-title h1 {
    font-family: var(--titlefont);   
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;  
    color:#fff; padding: 0px 15px 4px 1px; 
    display: inline-block;
    border-bottom: 2px solid var(--hl);
      }
.page-wrapper{
   margin: 30px 0;
}

.page-title2 h1 {
  font-family: var(--titlefont);
   font-weight: 900; color: #7a3c30;  }

.sub-title{
  font-family: var(--titlefont);
    font-size: 1.4em;
    font-weight: 400;
    color: #000;}
.page-content{ padding: 20px; font-size: 15px; margin-bottom: 20px; background-color: rgba(0, 0, 0, 0.4);}  
.page-content h2{color: var(--hl);  font-size: 22px; margin: 8px 0; padding-bottom: 5px; }
.page-content h3{color: var(--hl);  font-size: 22px; margin: 8px 0; padding-bottom: 5px; border-bottom: 1px dashed #ccc;}
.page-content h4{color: #fff;  font-size: 22px; margin: 8px 0; padding-bottom: 5px; }
.page-content h5{color: #fff;  font-size: 20px; margin: 8px 0; padding-bottom: 5px; }
.page-content h5{color: #fff;  font-size: 20px; margin: 8px 0; padding-bottom: 5px; }

.responsive{ max-width:100%; height:auto; }

.smooth{-webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;}

.ani{  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.ani:hover{  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/* -------------- Home Page -------------- */    

.home-category-wrapper{
  padding: 30px 0;
}
.home-product-wrapper{
  padding: 30px 0; background-color: #ccc;
}

/* -------------- Contact us Page -------------- */ 
.contact_us_form fieldset {
  padding: 25px;
  border: 1px solid #107483;
  position: relative;
  width: 100%;
  float: left;
  margin: 15px 1%;
  color: #191919;
  border-radius: 10px; }

.contact_us_form legend {
  margin-left: 0px;
  width: auto;
  color: #107483;
  padding: 0px 10px 0 10px;
  font-weight: 300;
  font-size: 25px;
  border: 0px; }

/* -------------- Footer -------------- */
.footer-wrapper {
    padding: 3% 0;
}    
.footer-inner-wrapper{}
.footer-title { font-size:22px; color:#fff; margin-bottom:6px; padding-bottom:6px }
.footer-data{ margin:20px 0; }
.footer-data ul{margin:0px; padding: 0px; list-style: none;}
.footer-data ul li{margin:0px; border-bottom: 1px solid #454545;}
.footer-data ul li:last-child{ border-bottom: 0px solid #454545;}
.footer-data ul li a{ display: block; padding: 7px 5px ;color: #ccc; text-decoration: none;}
.footer-data ul li a:hover{ color: #fff; text-decoration: none;}


/* -------------- Footer2 -------------- */
.footer2 {
    padding-bottom: 15px;
    padding: 18px 0; }
.footer2 .copy-text {
    font-size: 15px;
    color: #eaeaea; }
.footer2 .wc-text a {
    font-size: 15px;
    color: #eaeaea; }


.home{display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.header-wrapper2 {
  height: 60px;
  background-color: #f2f2f2;
  text-align: center;
  line-height: 60px;
}

/* Footer pinned to bottom */
.footer-wrapper2 {
  height: 60px;
  text-align: center;
  line-height: 60px;
}



/* -------------- Contact us page -------------- */


.map img{ width: 90%; height: auto;} 
.contact-from label{ width:100% !important }
.contact-from input { border: 1px solid #ccc; height:45px; width:100%; background-color:transparent !important; }
.contact-from textarea { border: 1px solid #ccc; height:65px; width:100%; background-color:transparent !important; }
.contact-from .wpcf7-submit {background: #fbd91f; color: #000; border: none !important; height:45px;  cursor: pointer !important; width: 100%;
-webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.contact-from .wpcf7-submit:hover{ background: #73a519;  color:#fff; 
-webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}


/* -------------- Category Page -------------- */
.category-wrapper{  margin: 20px 0; background-color: #fff; padding:5px; position: relative; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
.category-image{z-index: 8; width: 100%;  overflow: hidden; }
.category-wrapper:hover{ box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; }

.category-image img{ width:100%; height: auto; padding:4px; }

.category-title a{ color: #454545; text-decoration: none; padding: 20px 0; width: 100%; display: block;
  z-index: 11; font-size: 20px; font-weight: 500; text-transform: uppercase; text-align: center;}
.category-wrapper:hover .category-title a{ color:#454545; }

/* -------------- Product Page -------------- */
.products-wrapper{ padding:50px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
     }
.product-wrapper{  margin: 20px 0; background-color: #fff; height: 89%; padding:5px; position: relative; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
.product-image{z-index: 8; width: 100%;  overflow: hidden; }
.product-wrapper:hover{ box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; }

.product-image img{ width:100%; height: auto; padding:4px; }

.product-title a{ color: #454545; text-decoration: none; padding: 10px 0; width: 100%; display: block;
  z-index: 11; font-size: 15px; font-weight: 700; text-transform: uppercase; text-align: center;}
.product-wrapper:hover .category-title a{ color:#454545; }

/* -------------- Product Details Page -------------- */
.product-details-image img{ width:100%; height: auto; padding: 8px; margin-bottom: 20px; background-color: #fff;}
/* -------------- Sign in / Sing up Page -------------- */
.process-page{
  padding: 6% 0; background-color: #eeeeee;
}
.process-page input, .process-page textarea{ border-radius:0px !important; }
.process-page .card{box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
/* -------------- Cart Page -------------- */

/* -------------- Checkout Page -------------- */


/* -------------- My Account Page -------------- */