/*
Theme Name: Cocco
Theme URI: http://cocco.mikado-themes.com
Description: A Kids Store and Baby Shop WooCommerce Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Text Domain: cocco
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

/* ------------------------------------------------------------------------------------ MENU */ 

.mkdf-main-menu > ul > li > a > span.item_outer:after {
	height:2px!important;
	background-color:#e838be!important;
}

.mkdf-drop-down .second .inner ul li a .item_outer .item_text:before {
	height:2px!important;
	background:#e838be!important;
	bottom:0px!important;
}

.mkdf-page-header .widget.widget_search button {
	background:#e838be!important;
}

/* ------------------------------------------------------------------------------------ BANNER */ 

#rev_slider_1_1 .cocco-navigatiom.tparrows.tp-leftarrow:before {
	color:#e838be!important;
}

#rev_slider_1_1 .cocco-navigatiom.tparrows.tp-rightarrow:before {
	color:#e838be!important;
}

/* ------------------------------------------------------------------------------------ PRODUCT */ 

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-image .mkdf-pli-new-product, .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-image .mkdf-pli-onsale, .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-image .mkdf-pli-out-of-stock {
	color:#fff!important;
}

.mkdf-pli-out-of-stock {
	background-color: #009acf!important;
}

.mkdf-pl-holder .mkdf-pli .mkdf-pli-price del, .mkdf-pls-holder .mkdf-pls-text .mkdf-pls-price del {
	color:#009acf!important;
}

.woocommerce .mkdf-new-product, .woocommerce .mkdf-onsale, .woocommerce .mkdf-out-of-stock {
	color:#fff!important;
}


/* ------------------------------------------------------------------------------------ FORM */ 

.wpcf7-form-control.wpcf7-date, .wpcf7-form-control.wpcf7-number, .wpcf7-form-control.wpcf7-quiz, .wpcf7-form-control.wpcf7-select, .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
	background-color: #f8f8f8!important;
	border:1px solid #edebeb!important;
	color:#8f9093!important;
}

/* ------------------------------------------------------------------------------------ FOOTER */ 

h5.mkdf-widget-title {
	color:#e838be!important;
}

.woocommerce-tabs.wc-tabs-wrapper {
	display: none!important;
}