/*
	Theme Name: Cocoon Child
    Theme URI: http://themeforest.net/user/gnodesign/portfolio/
    Template: cocoon
    Description: Cocoon Child Theme.
    Author: Gnodesign
	Author URI: http://themeforest.net/user/gnodesign/
	License: ThemeForest
    License URI: http://themeforest.net/licenses
    Text Domain: cocoon
    Domain Path: /lang/
*/

/* Change the default Tab (Features, Specifications, Accessories text sytle */
.vc_tta-title-text {
   	color: #150b79;
	font-size: 20px;
	font-weight: bold;	
}

.vc_active .vc_tta-title-text {
	text-decoration: underline;	
}

/* Hide the shopping bag and my-account icons on mobile device */
.icon-bag {
	display: none;
}
.notification-count {
	visibility: hidden;
}
.my-account-mobile {
	display: none;
	visibility: hidden;
}
/****************************************************************/

div.div_justified {
	text-align: justify;
}

.ditb_color {
   	color: #150b79;
}

.kitb_color {
   	color: #220d0b;
}

.kitb_bg_color {
   	background-color: #220d0b;
}

.zero_padding {
	padding: 0 !important;
}

/* WPForms submit button */
.wpforms-form input[type=submit],
.wpforms-form button[type=submit] {
	color: #fff !important;
	background-color: #150b79 !important;
}
/* WPForm submit button on mouse hover */
div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
div.wpforms-container-full .wpforms-form input[type=submit]:active, 
div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
div.wpforms-container-full .wpforms-form button[type=submit]:active, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:active {
    background-color: #1e10b0 !important; /* Lighter background */
    border: 1px solid #ccc !important; /* Lighter grey border */
}
