/**
Theme Name: Dunenaturals
Author: Dunenaturals
Author URI: https://dunenaturals.com/about
Description: Organic beauty products that capture the essence and soul of these verdant tropical isles. Packed with the goodness of the sun, sea and the sands the Andamanica line incorporates organic cinnamon, virgin coconut oil..
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dunenaturals
Template: astra
*/
html, body {
	 overflow-x: hidden;
}
.txt-color{
	color:#D98F4E!important;
}

/* Top bar Login icon */
.top-bar-login .fas {
	color:#D98F4E;
	margin-right: 5px;
}
.top-bar-login .fas.welcome {
    color: #FFF;
    background-color: #D98F4E;
    padding: 2px 4px;
    height: 17px;
    width: 17px;
    border-radius: 33px;
    margin-top: 2px;
    font-size: 10px;
    margin-right: 5px;
}
.top-bar-login .hfe-nav-menu .sub-menu {
    min-width: 140px;
}
/* END */

/* Home Page Code Start here */
.home-about-box {
	height:auto;
}
#home-p-cate .ht-category-image a img {
	width:100%;
	min-height:210px;
	max-height:210px;
}
/* END */

/* subscrib-form code */
.subscrib-form form {
	display:block!important;
	margin-bottom:-13px;
}
.subscrib-form .es_spinner_image {
	display:none!important;
}
.subscrib-form .es_subscription_message.success {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.subscrib-form input[type="email"]{
    width: 60%;
    height: 48px;
    background-color: transparent;
    color: #fff;
	    float: left;
	    margin: 0px 3px 0px 0px;
}
.subscrib-form  input[type="submit"] {
width: 30%;
    margin-top: 0px;
    float: left;
    border-radius: 0px 3px 3px 0px;
    border: 0px;
}
.subscrib-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.8; /* Firefox */
	font-size:13px
}
.subscrib-form .es_subscription_message.success {
    color: #17b200;
    font-size: 12px;
    font-weight: 500;
    float: left;
}
.subscrib-form  .es_subscription_message.error {
    color: #ff0000;
    font-size: 12px;
    font-weight: 500;
    float: left;
}
/* END */

/* Discount Popup code here  */
#pum-6258 .popup-discount-form input[type=email] { 
    width: 90%!important;
}

#pum-6258 .popup-discount-form input[type="submit"] {
    width: 90%!important;	

}

/* END */


/* Single Product Page */
.single-product .price{
	  padding-top: 8px;
    padding-bottom: 8px;
	  font-size: 1.3rem!important;
} 
.single-product .ast-shipping-text {
	display:none;
}
.single-car-quit-btn .wl-quantity-cal {
	margin-top: -14px!important;
	padding: 9px 0px!important;
}
/* END */

/* Contact Form Code Here */
#responsive-form input{
    border-bottom: 2px solid #f7f8fa;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding: 10px 0px 0px 2px;
    background-color: #fff0;
}
#responsive-form input::placeholder, #responsive-form textarea::placeholder { 
	font-size: 14px;
	color:#c3c3c3;
}
#responsive-form textarea{
    border-bottom: 2px solid #f7f8fa;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding: 10px 0px 0px 2px;
    background-color: #fff0;
	height: 80px;
}
#responsive-form .wpcf7-submit {
	background-color: #000;
    width: 100%;
    padding: 23px 0px;
    height: 60px;
    border-radius: 99px;
}

/* Product single page */
.product-single-price {
	width:16%!important;
}
.product-single-price .price {
	border: 2px solid #424040!important;
    padding-left: 10px!important;
}
.product-single-btn {
	width:50%!important;
}




@media only screen and (max-width: 767px) {
.subscrib-form input[type="email"]{
    width: 100%!important;
}
.subscrib-form  input[type="submit"] {
   width: 100%!important;

}
}

