#products-section {
   
    padding:50px 0;
}
.logo img {
    position: absolute;
    top: 5px;
    z-index: 999;
}
.custom_nav{background-color: #fbfbfb;
    padding: 23px;}
.description h3 a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
}
.section-title h2{margin-bottom:40px;}
.content p {
    text-align: justify;
}
.single_products .products-image {
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.sing_description h3 a { 
  text-decoration: none;
    color: #000;
    
  }
  .sing_description button{margin:10px 0;}
  .single_products{}
  #contactus{min-height:382px;}
 .contactus_content h1 {
    text-align: center;
    margin-top: 129px;
}
#contactus_form{padding:50px;}
#single_products_section {
    padding: 63px 0;
}
#footer-section{
  background:#000;
  text-align:center;
  min-height:200px;
  color:#fff;
}
.description h3 {
    margin: 20px 0;
}

/* #products_banner_contact{padding-bottom: 80px;} */
#products_banner_contact {
    background-image: url(https://cosmetics-vegan.de/wp-content/themes/lava_loofah/img/Middle-Banner.jpg);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
}
/*
.banner_overlay_form{position:relative;} */
.zindex {
    z-index: 999;
    text-align: center;
    display: inline-table;
	color:#fff;
}


.contact_form_overlay {
    background-color: #38211E;
    opacity: 0.55;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.form_overlay {
	background: #00000091;
    color: #fff;
    position: relative;

}
.form_overlay input{width:100%;}
/* Chrome, Safari, Edge, Opera */
.form_overlay input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.form_overlay input[type=number] {
  -moz-appearance: textfield;
}
.btn_custom{
    background-color: #f37022;
    border-color: #f37022;
  }
.btn_custom:hover {
    background-color: #db6e2d;
    border-color: #db6e2d;
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 768px) { 

}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu{ display: none; }
  .navbar .nav-item:hover .nav-link{   }
  .navbar .nav-item:hover .dropdown-menu{ display: block; }
  .navbar .nav-item .dropdown-menu{ margin-top:0; }
} 
/* ============ desktop view .end// ============ */