@media screen and (max-width: 992px) {
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }
  #main_header{
    display: none;
  }
  .small nav {
    padding: 15px 0;
  }
.small img {
    width: 160px;
}
  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  
  .small nav .menu {
    width: 40px;
    height: 40px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }

  .small nav .menu-2{
    width: 40px;
    height: 40px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }
  
  .small nav .sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 260px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
  }
  
  .small.show .sidebar {
    left: 0;
  }
  
  .small nav .sidebar>ul {
    margin-top: 120px !important;
  }
.small nav .sidebar>ul>li {
    padding: 10px;
    border-bottom: 3px solid var(--theme-color-second);
}
  

  .small nav .sidebar ul>li>a {
    color: #000;
    padding: 4px;
    font-size: 17px;
    text-transform: capitalize;
  }
  
  .small nav .sidebar>ul>li.link-sm {
    position: relative;
  }
  
  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }
  
  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    margin-top: 0px !IMPORTANT;
  }
  
  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }
  
  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }
  
  .small .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }
  
  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }
  
  ul.list-unstyled.p-0.m-0.sub-menu-sm li a {
  
    font-size: 14px;
  }
  
  .small {
    display: block;
  }
 


h1 {
  font-size: 35px;
 
} 
h2 {
  font-size: 30px;
 
} 



p br{
  display: none;
}

header#main_header {
  display: none;
}
section{
  padding: 50px 0;
}

.small form{
  display: flex;
  width: 100%;
  border: 2px solid var(--theme-color-second);
}
.small form input{
  border: none;
  padding: 15px;
}
.small form button{
  border: none;
  background-color: transparent;
  padding: 15px;
}
.banner-sec {
  text-align: center;
}
.banner h2 {
    font-size: 50px;
   
    text-transform: capitalize;
}
.shop-product .img-box img {
    opacity: 0.8;
    transform: scale(1);
    transition: 0.6s;
    height: 300px!important;
}
.shop-product .img-box {
  text-align: center!important;
}
.shop-product .img-box .over-lay-3 {
    position: absolute;
    width: 100%;
    bottom: 50px;
    right: 0px;
    text-align: center;
    color: #fff;
}
.shop-product .img-box .over-lay-4 {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0px;
    text-align: center;
    color: #fff;
    padding: 0!important;
}
.home_sec_2{
  background: url(../image/bg-3mobile.jpg)!important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position:bottom!important;
  padding-top: 50px;
  padding-bottom: 180px;
}
.home_sec_4 {
    padding: 80px 0 155px;
    background-position-x: 20%!important;
}

.blog_sec img {
  
    height: 310px!important;
}
.blog_sec .blog-box .over-lay {
    position: inherit;
    width: 100%;
    bottom: 0;
    color: #000!important;
    padding: 0!important;
    padding-top: 10px!important;
}
.blog_sec h4{
  font-family: var(--paragraph-font);
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  line-height: 27px;
}
.footer {
  text-align: center;
}

.footer ul.ft-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.footer ul.ft-list li{
  margin-bottom: 0;
}
.footer ul.ft-list li a{
  font-size: 15px;
}
.footer .contact-list  li a {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    display: flex;
    align-items: start;
    gap: 3px;
    justify-content: center;
}
.footer .select-language {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    justify-content: center;
}
	
	#shop-products {
		margin-top: 6rem;
	}
	.contact-us .input-object i {
    position: absolute;
    top: 11px;
    left: 10px;
    color: var(--theme-color-third);
    z-index: 999;
}

.contact-us .input-object input .contact-us .input-object textarea {
    
    margin-bottom: 13px;
}
	.contact-us .input-object input, .contact-us .input-object textarea {
    
    margin-bottom: 13px;
}
	.small nav .sidebar .search-form {
    margin-top: 10px !important;
}
	.product_seach .search-form  label {
    display: inline-block;
    width: 100%;
}
}

/* =======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px */


@media screen and (max-width: 890px) {}


/* =======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px */



@media screen and (max-width: 845px) {}

/* =======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px */
@media screen and (max-width: 825px) {}

/* =======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px */




@media screen and (max-width: 770px) {}

/* =======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px */

@media screen and (max-width: 567px) {}

/* =======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px */

@media screen and (max-width: 430px) {}

/* =======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px */

@media screen and (max-width: 420px) {
form.woocommerce-ordering {
    width: 100%;
}
}

/* =======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px */

@media screen and (max-width: 320px) {

}



















/* =======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px */

@media screen and (max-width: 380px) {
	
	#es_form_f1-n1 .es-form-field-container input[type='submit'] {
		padding: 15px 0px;
	}

}

@media screen and (max-width: 340px) {
	
	#es_form_f1-n1 .es-form-field-container input[type='submit'] {
		font-size: 12px;
	}
	
	#es_form_f1-n1 .es-form-field-container input[type='email'] {
		font-size: 12px;
		padding: 15px 0px;
	}

}




















/* =======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px */

@media screen and (max-width: 320px) {
	form[data-form-id="1"] .es-form-field-container {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		padding-right: 0.3rem !important;
		padding-left: 0.3rem !important;
	}
}

















