@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');

:root {
  --light: #faebce;
  --dark: #764826;
  --middark: #c9aa80; 
  --medium: #e0cca7;
  --exlight:#f0e1c4;
  --hl: #ffc72e; 
  --lborder: #111762; 
  --radius:20px;

  --titlefont: "Montserrat", sans-serif; 
  --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: #fff;
  color: #595959;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family:var(--textfont);}

/* -------------- Top -------------- */

.top-wrapper {
    position: relative;
    z-index: 13;
    padding: 8px 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
.top-wrapper .logo {
    margin: 3px 0; 
    display: block; }
.top-wrapper .logo img { }

/* -------------- Menu -------------- */

.top-menu {
    padding: 2px 0;
    z-index: 10; float: right;
    display: inline-block;
    margin-top:12px; }
.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: 16px;
    color: #000;
    font-weight: 500;
    padding: 12px 16px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 3px solid #fff;}
.top-menu ul li a:hover {
    text-decoration: none;
    color: #000 !important;
    border-bottom: 3px solid #f63f20; }
.top-menu .current-menu-item a {border-bottom: 3px solid #f63f20 !important;}
.top-menu ul li:last-child a{
    border-right: 0px; }
.top-menu .active{ 
    border-color: #f63f20; }   
  
.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 #fff !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 #f63f20 !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 };


.page-title { padding: 0px 15px 14px 1px;}
.page-title span { font-size: 20px;
    font-weight: 400;  
        color: #f64826;
    font-style: italic;}
.page-title h1 {
    font-family: var(--titlefont);   
    font-size: 30px;
    font-weight: 400;  
    color:#000;  
    display:block;
    width: 100%;
      }
.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: 25px 0px; font-size: 15px; text-align: justify; margin-bottom: 20px;}  

.page-content h2{color: #699a1f;  font-size: 22px; margin: 8px 0; padding-bottom: 5px; border-bottom: 1px dashed #a2a2a2;}
.page-content h3{color: #6c3328;  font-size: 22px; margin: 8px 0; padding-bottom: 5px; border-bottom: 1px dashed #a2a2a2;}
.page-content h4{color: #6c3328;  font-size: 22px; margin: 8px 0; padding-bottom: 5px; }
.page-content h5{color: #699a1f;  font-size: 20px; margin: 8px 0; padding-bottom: 5px; }
.page-content h5{color: #6c3328;  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 -------------- */    
.about-logo{ width:100%; }
.home-about-wrapper{
  padding: 50px 0;
  background: url(../img/about-bg.jpg) repeat center center;
  border-bottom: 6px solid #f6cd69;
}
.more{ display:inline-block; font-size: 16px; border-radius: 4px; padding:8px 14px; background-color:#f64826; color: #fff;  }
.more:hover{ background-color:#454545; color: #fff;  }
.home-category-wrapper{
  padding: 40px 0;
}
.home-product-wrapper{
  padding: 40px 0; background-color: #e2dbc0;
}
.home-ads-wrapper{
  padding: 20px 0; background-color: #fff;
}


/* -------------- Contact us Page -------------- */ 

.contact-area{border: 1px solid #ccc; padding: 20px; margin:15px 0; height:92%; overflow:hidden; }
.contact-area p{ font-size:18px; }
.contact-area h2{ font-size:22px; font-weight:600; padding-bottom: 6px; margin-bottom:8px; color:#fb4925; border-bottom:1px solid #ccc; }

.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: 40px 0;
    background: url(../img/footer-bg.jpg) repeat center center;
    background-color: #141414;
    }    
.footer-inner-wrapper{}
.footer-title { font-size: 22px; font-weight: 400; color:#fff; margin-bottom:6px; padding-bottom:6px }
.footer-data{ margin:20px 0;color: #ccc; }
.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;}

.socialmedia-menu {margin: 12px 0 0 0 !important;}
.socialmedia-menu ul {
  list-style: none;
  padding: 0; margin: 12px 0 0 0 !important;
  list-style: inline-block; }
.socialmedia-menu ul li {  border-bottom: 0px !important;
  display: inline-block; width: 45px; height: 45px; margin-left: 4px !important; margin-right: 6px !important;}
.socialmedia-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 24px; 
  text-align: center; padding-top: 5px;
  width: 45px; height: 45px;
  display: block;
  background-color: #e1250c; border-radius: 50%;
  border-bottom: 0; }
.socialmedia-menu ul li a:hover {
    color:#e1250c !important; background-color: #fff; }

/* -------------- Footer2 -------------- */
.footer2 {
    padding-bottom: 15px;
    background-color: #fff;
    border-top: 6px solid #4f4e4e;
    padding: 18px 0; }
.footer2 .copy-text {
    font-size: 15px;
    color: #4f4e4e; }
.footer2 .wc-text a {
    font-size: 15px;
    color: #4f4e4e; }


.link-button { display: inline-block; background: #fb4925; font-size: 18px; color: #fff; border: none !important;  cursor: pointer !important; padding: 12px 20px;
-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;
}
.link-button:hover{ background: #f9d338;  color:#000; 
-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 us page -------------- */
.content-wrapper{ padding:40px 0; }
.contact-from label{ width:100% !important }
.contact-from input { border: 1px solid #ccc; height:45px; width:100%; }
.contact-from textarea { border: 1px solid #ccc; height:65px; width:100%; }
.contact-from .wpcf7-submit {background: #fb4925; font-size: 18px;  color: #fff; 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: #f9d338;  color:#000; 
-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{ height: 89%; 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: 16px; font-weight: 500; text-transform: uppercase; text-align: center;}
.category-wrapper:hover .category-title a{ color:#454545; }

/* -------------- Product Page -------------- */
.product-wrapper{ height: 89%; 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; }
.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: 14px 0; width: 100%; display: block;
  z-index: 11; font-size: 17px; font-weight: 500; text-transform: uppercase; text-align: center;}
.product-wrapper:hover .category-title a{ color:#454545; }

/* -------------- Product Details Page -------------- */
.product-details-image{ background-color: #fff; overflow: hidden; margin:0 0 20px 0; 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-details-image img{ width:100%; height:auto; }
/* -------------- 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 -------------- */