:root {
  --white: #ffffff;
  --black: #000000;
  --green: #0C7735;
  --yellow: #FDD61F;
  --blackk: #292D32;
}
:root {
  --pri-font: "Averia Sans Libre", sans-serif;
  --sec-font: "Mulish", sans-serif;
}
/* topbar  */
.topbar-info-contents{
  justify-content: space-around;
  background: var(--yellow);
  border-radius: 30px 30px 0px 0px;
  padding: 4px 0px;
}
.social_icon i{
  font-size: 16px;
  animation: tada 2s linear infinite;
}
.social_icon i:hover{
  color: var(--green);
}
.topbar-mail-icon-box{
  color: var(--white);
  font: 500 14px / 20px var(--sec-font);
}
.topbar-mail-icon-box i{
  color: var(--green);
  animation: tada 2s linear infinite;
}
.topbar-info-contents{
  display: flex;
}
.desk-none{
  display: none;
}
.rgt-btn{
  padding-left: 0 !important;
  padding-right: 30px;
}
.header-buy-now a, .footer-buy-now a {
    background: var(--green);
    color: var(--white);
    border-radius: 8px;
    padding: 10px 16px;
    font: 600 16px / 20px mulish;
}
.footer-buy-now{
  margin-top: 10px;
}
.header-buy-now a:hover, .footer-buy-now a:hover {
    background: #115441;
    color: #fff !important; 
}
/*header*/
#header_navigation {
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}
.logo img{
  background: var(--green);
  width: 123px;
  padding: 20px 15px;
  border-radius: 10px 10px 0px 10px;
}
@media screen and (max-width: 767px) {
    .logo img{
      padding: 0px 15px;
    }
}
.header-nav-main-box{
  background: #fff;
  display: flex;
  justify-content: space-between;
  border-radius: 0px 10px 10px 0px;
  position: relative;
  z-index: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.main-navigation ul {
  margin: 0;
  padding-left: 30px;
}
.header-button-box{
  padding: 16px 0px;
  border-radius: 0px 10px 10px 0px;
  justify-content: space-evenly;
}
.header-search-icon-box img,.header-cart-icon-box img{
  width: 25px;
}
#header_navigation .logo {
  position: relative;
  width: 123px;
  margin: 0 auto;
  z-index: 0;
}
#header_navigation .logo:after {
  content: '';
  position: absolute;
  background: var(--yellow);
  width: 35px;
  height: 24px;
  right: -35px;
  bottom: 0;
  z-index: -1;
  clip-path: polygon(100% -0.002%, 100% -0.002%, 92.856% 14.839%, 84.395% 28.958%, 74.872% 42.222%, 64.544% 54.499%, 53.667% 65.656%, 42.496% 75.561%, 31.288% 84.08%, 20.299% 91.081%, 9.784% 96.432%, 0% 99.999%, 0% -0.002%, 0% -0.002%, 15.13% -0.002%, 27.04% -0.003%, 36.51% -0.002%, 44.32% -0.002%, 51.25% -0.002%, 58.08% -0.002%, 65.59% -0.001%, 74.56% -0.001%, 85.77% -0.002%, 100% -0.002%);
}
.header-main-box{
  padding-left: 25px !important;
}
.main-navigation a {
  display: inline-block;
  position: relative;
  transition-duration: 0.3s;
  letter-spacing: 0px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--pri-font);
  text-transform: capitalize;
  padding: 15px 21px;
  cursor: pointer;
}
.stickynavbar{
  position: fixed;
  top: 0px;
  width: 100%;
}
.nav_wrap {
  clear:both;
  background-color: transparent;
  margin-bottom: 0em;
  z-index: 99;
}
.admin-bar .stickynavbar{
  margin: 32px 0px 0px 0px !important;

}
.logo a {
  color: #000;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 400;
}
.logo a:hover {
  color: #fff;
}
.logo p{
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}
.menubar .social-media{
  padding:12px 0;
  text-align:center;
}
.scrolled {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background:#fff;
}
#masthead.scrolled {
  background: #ccc;
}
.stickynavbar{
  position: fixed !important;
}
#header_navigation .top-right {
  top: 0;
  position: absolute;
  right: 0;
  padding: 8px 3px;
  background-color: var(--color-primary);
  border-radius: 50%;
}
#header_navigation .top-right select{
  border:none;
  width:70px;
  background-color:transparent;
  color:#fff;
}
.btn-header{
  margin-left: 20px;
  margin-top: 8px;
}
 /* search bar */
 #header_navigation .search-icon {
  background-color: transparent;
  border: none;
  color: black;
  border-color: transparent;
  border-radius: 0px;
}
 #header_navigation .search_col{
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 30px;
  width: 280px;
}
#header_navigation input.search-field::placeholder{
 font-family: var(--font-Unbounded);
}
#header_navigation [type="submit"] {
  display: inline-block;
  overflow: hidden;
  font-size: 0;
}
#header_navigation [type="submit"]:before {
  content: "\f002";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 16px;
  color: #fff;
}
#header_navigation [type="submit"] {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 14px;
  background-color: var(--green);
  border: inherit;
  color: var(--white);
  cursor: pointer;
  border: none;
  border-radius: 6px;
}
#header_navigation .widget.woocommerce.widget_product_search {
  max-width: 100%;
  position: relative;
  z-index: 4;
}
#header_navigation input::placeholder {
  opacity: 1 !important;
  color: #fff !important;
}
/* ------------- Header ---------------- */
.contains-search{
  cursor: pointer;
}
.headerbar .header-nav{
  text-align: center;
  padding-top: 8px;
}
.headerbar .socialbox{
  padding: 10px 10px 10px;
  background-color: #FFEC00;
  text-align: right;
}
.headerbar .socialbox a{
  margin: 10px;
  color:#000;
}
#header_navigation  ul.sub-menu a{
  padding: 10px 20px !important;
  margin: 0px !important;
}
.main-navigation ul li:hover > ul{
  display: block;
}
.main-navigation ul ul{
  display: none;
  position: absolute;
  min-width: 200px;
  z-index: 9;
  padding-left: inherit;
  border: none;
}
ul.list_nav {
  margin: 0 auto;
  text-align: center;
  display: block;
  text-align: right;
}
.site-header{
  position: fixed;
  z-index: 13;
  width:100%;
  /* top: 30px; */
}
.login-button.btn{
  color: #000;
  font: 500 16px / 20px var(--pri-font);
}
.signup-button.btn{
  background: var(--red);
  color: #fff;
  font: 500 16px / 20px var(--pri-font);
  border-radius: 25px 8px 25px 8px;
  padding: 12px 25px;
}
.header-button-box{
  display: flex;
  justify-content: space-around;
}
.main-navigation li a:hover{
  color: var(--color-primary);
}
#header_navigation .cart_box {
  position: relative;
}
#header_navigation a.cart-customlocation {
  position: absolute;
}
#header_navigation .cart_box i {
  font-size: 16px;
  color: #fff;
}
.main-navigation li{
  position: relative;
  display: inline-block;
}
.main-navigation .sub-menu li .current_page_item > a{
  color: #fff;
}
.main-navigation ul#menu-primary-menu .current-menu-item > a{
  color: var(--white);
  background: var(--yellow);
  font-weight: 700;
  position: relative;
  border-bottom: 2px solid var(--red);
  padding: 4px 10px;
  border-radius: 6px;
}
.main-navigation ul#menu-primary-menu .sub-menu .current-menu-item > a{
  color: #fff;
  width: 100%;
  border: none;
}
.stickynav .main-navigation .current-menu-item > a{
  color: #fff;
}
.main-navigation ul li:last-child{
  margin-right: 0px;
}
.main-navigation a:last-child{
  margin-right: 0px;
}
.main-navigation li > a:after {
  content: "\f107";
  position: static;
  margin-left: 3px;
  font-family: "font awesome 5 free";
  font-weight: 900;
  position: absolute;
 }
.main-navigation li > a:only-child:after { content: '' ;margin-left: 0px;}

.main-navigation ul ul ul{
  left: 100%;
  top: 0;
}
.main-navigation ul ul a{
  text-transform: capitalize;
  font-weight: 500;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 10px;
  text-align: left;
  padding: 5px 20px;
  transition: all 0.5s ease 0s;
}
ul.sub-menu li a:hover {
  -moz-transform: translate(15px, 0%);
  -ms-transform: translate(15px, 0%);
  -webkit-transform: translate(15px, 0%);
  -o-transform: translate(15px, 0%);
  transform: translate(15px, 0%);
}
.main-navigation ul ul li,
.menubar.scrolled .main-navigation ul ul li{
  float: none;
  display: block;
  text-align: left;
}
.main-navigation ul ul li:hover > a{
  color: #000;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation{
  margin: 0 0 15px;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous{
  float: left;
  width: 50%;
}
.nav-links .nav-previous{
  padding: 1.5rem 2rem;
  border: none;
  position: relative;
  margin-right: 17px;
  background: #f4f5f6;
}
.nav-links .nav-next{
  width: 50%;
  padding: 1.5rem 2rem;
  border: none;
  position: relative;
  background: #f4f5f6;
}
.nav-links {
  display: inline-flex;
  width: 100%;
  margin-top: 25px;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
}

/*---------------- Footer Section ----------------------*/
#footer_box {
  background-size: 100% 100%;
}
.footer-content .footer1 .location .add-title p{
  font: 600 19px / 25px var(--pri-font);
}
.footer-content .footer1 .location:hover i {
  background: var(--yellow);
  color: #000;
}
.footer-content .footer1 i{
  background: var(--green);
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  font-size: 20px;
  animation: tada 3s linear infinite;
}
.contact-text{
  color: #3B3B3B;
  display: block;
}
.location:hover::after{
  display: block;
}
.location{
  position: relative;
  padding: 4% 0px 3% 0px;
}
.location:after {
  content: '';
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  display: none;
  background: var(--yellow);
  z-index: 9;
}
.footer1 .widget_wpb_widget{
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #5F5F5F;
}
.footer2,.footer3,.footer4,.footer5{
  padding: 5% 3% 4% 1%;
}
.footer2 p,.footer3 a,.footer4 a{
  font: 400 15px / 25px var(--sec-font);
  color: #3B3B3B;
}
#menu-information,#menu-links{
  padding-left: 20px;
  list-style-type: none;
  margin: 0;
}
#menu-information li,#menu-links li{
  position: relative;
}
#menu-information li:after,#menu-links li:after{
  content: '';
  background: var(--green);
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50px;
  left: -18px;
  top: 9px;
  box-shadow: 0px 0px 3px 0px var(--green);
}
.social_widget i{
  background: var(--yellow);
  color: var(--black);
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 8px;
  font-size: 15px;
  margin-right: 10px;
  animation: tada 3s linear infinite;
}
.social_widget i:hover{
  background: var(--green);
  color: var(--white);
}
.footer5 .wpcf7 input[type="email"]{
  border: none;
  color: var(--white);
  background: #000;
  margin-top: 6%;
  border-radius: 10px;
}
.footer5 input[type="submit"]{
  font: 600 15px / 20px Mulish;
  letter-spacing: 0.50px;
  color: #fff;
  background: var(--green);
  padding: 13px 50px 13px 10px;
  border-radius: 10px;
  border: none;
  margin-top: 4%;
}
.footer5 input[type="submit"]:hover{
  color: #000;
  background: var(--yellow);
  animation: pulse 1s infinite;
  transition: .3s;
}
.footer5 .newsletter-form-box p{
  position: relative;
  width: fit-content;
}
.footer5 .newsletter-form-box p:nth-child(2)::after {
  content: "\f061";
  font-family: 'FontAwesome';
  color: #000;
  font-size: 14px;
  text-align: center;
  margin-right: 6px;
  position: absolute;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  top: 12px;
  z-index: 1;
}
.footer5 .newsletter-form-box p:nth-child(2)::before {
  content: '';
  color: #000;
  font-size: 14px;
  background: #fff;
  border-radius: 5px;
  line-height: 17px;
  text-align: center;
  margin-right: 6px;
  position: absolute;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  top: 12px;
  z-index: 1;
}
.wpcf7::-webkit-input-placeholder {
  color: #fff !important;
}
.footer3 .add-title p{
  color: #FFD04C;
}
.footer-copy{
  font: 400 18px / 30px var(--sec-font);
  color: #fff;
  background: var(--green);
  border-radius: 20px;
  padding: 1% 0px;
}
.copyright{
  padding: 1% 0px;
}
.footer-content .footer1 .location:hover i, .location:after, .social_widget i {
    background: #fff !important;
}

/* ---------- Return to Top ------------ */
#return-to-top {
  display: inline-block;
  background-color: var(--yellow);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
#return-to-top:after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 25px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
#return-to-top:hover {
  cursor: pointer;
  background-color: #1c1c1c;
}
#return-to-top:active {
  background-color: #555;
}
#return-to-top.show {
  opacity: 1;
  visibility: visible;
}
.custom-html-widget a{
 color: hsla(232, 19%, 46%, 1);
}
#menu-footer-menu{
  margin: 20px auto 40px;
}
#footer_box ::-webkit-input-placeholder{
  color: #fff;
}
.footer5 form p:nth-child(3){
  position: relative;
  width: fit-content;
}
.footer5 form p:nth-child(3):after {
  content: "\f061";
  font-family: 'FontAwesome';
  color: #000;
  background: white;
  font-size: 14px;
  text-align: center;
  margin-right: 6px;
  position: absolute;
  right: 0;
  width: 33px;
  height: 33px;
  line-height: 33px;
  z-index: 1;
  bottom: 6px;
  border-radius: 6px;
}
.recent-post-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
