/**
Theme Name: Andamanica Naturalss
Author: Andamanica Naturalss
Author URI: https://andamanicanaturalss.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: andamanica-naturalss
Template: astra
*/
.txt-color{
	color:#6D207C!important;
}
/* menu text animate code */
#menu-item-6296 a {
  animation: color-change 1s infinite!important;
}
@keyframes color-change {
  0% { color: #6d277c; }
  50% { color: #97d0a7; }
  100% { color: #6d277c; }
}
/* END */



/* Top bar Login icon */
.top-bar-login .fas {
	color:#6D207C;
	margin-right: 5px;
}
.top-bar-login .fas.welcome {
    color: #FFF;
    background-color: #d3c69b;
    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;
}
/* 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: #17b200;
    font-size: 14px;
    font-weight: bold;
}
.subscrib-form input[type="email"]{
    width: 100%;
    height: 44px;
    background-color: transparent;
    color: #666;
    float: left;
    margin: 0px 0px 5px 0px;
	border: 1px solid #6e277d;
}
.subscrib-form  input[type="submit"] {
    width: 100%;
    margin-top: 0px;
    float: left;
    height: 44px;
    border-radius: 3px;
    border: 0px;
}
.subscrib-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fdfdfd;
  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 */


/* Single Product Page */
.single-product .price{
	  padding-top: 10px;
    padding-bottom: 10px;
	  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;
}

#p-single-page-tab .woocommerce-tabs ul.tabs li.active a {
    border-top: 0px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;

}
#p-single-page-tab .woocommerce-tabs ul.tabs li a {
    padding: 0.5em 40px;

}

/* Product Query Button Whatsapp */
#whats-app-btn {
	text-align: center;
}
#whats-app-btn a {
	text-align: center;
	color:#FFF!important;
	padding: 5px 0px;
}
.woocommerce-Price-amount.amount {
	display: none!important;
}

/* END */