/**
 * @package 	WordPress
 * @subpackage 	Finance Business
 * @version 	1.0.2
 * 
 * Theme Secondary Color Schemes Rules
 * Created by CMSMasters
 * 
 */


/***************** Start Header Color Scheme Rules ******************/

	/* Start Header Content Color */
	.header_mid {
		color:#616161;
	}
	/* Finish Header Content Color */
	
	
	/* Start Header Primary Color */
	.header_mid a,
	.header_mid h1 a:hover,
	.header_mid h2 a:hover,
	.header_mid h3 a:hover,
	.header_mid h4 a:hover,
	.header_mid h5 a:hover,
	.header_mid h6 a:hover,
	.header_mid .color_2,
	.header_mid h1,
	.header_mid h2,
	.header_mid h3,
	.header_mid h4,
	.header_mid h5,
	.header_mid h6,
	.header_mid h1 a,
	.header_mid h2 a,
	.header_mid h3 a,
	.header_mid h4 a,
	.header_mid h5 a,
	.header_mid h6 a,
	.header_mid #navigation > li > a,
	.header_mid .header_mid_inner .search_wrap .search_but,
	button[type=submit][class^="cmsms_theme_icon_"],
	.header_mid .search_wrap .search_bar_wrap button[type=submit][class^="cmsms-icon-"],
	.header_mid .search_wrap .search_bar_wrap button[type=submit][class*=" cmsms-icon-"],
	.header_mid .search_wrap .search_bar_wrap button[type=submit][class^="cmsms_theme_icon_"],
	.header_mid .search_wrap .search_bar_wrap button[type=submit][class*=" cmsms_theme_icon_"] {
		color:#36444e;
	}
	
	@media only screen and (min-width: 1024px) { 
		.header_mid .cmsms_dynamic_cart .cmsms_dynamic_cart_button:before {
			color:#36444e;
		}
	}
	
	.header_mid .cmsms_button,
	.header_mid .button:hover,
	.header_mid .button,
	.header_mid #navigation > li > a[data-tag]:before {
		background-color:#36444e;
	}
	
	.header_mid input[type=text]:focus,
	.header_mid input[type=email]:focus,
	.header_mid input[type=password]:focus,
	.header_mid textarea:focus {
		border-color:#36444e;
	}
	/* Finish Header Primary Color */
	
	
	/* Start Header Rollover Color */
	.header_mid a:hover,
	.header_mid #navigation > li.menu-item-highlight > a,
	.header_mid #navigation > li.current-menu-ancestor > a > span > span.nav_subtitle,
	.header_mid #navigation > li.menu-item-highlight > a > span > span.nav_subtitle,
	.header_mid .header_mid_inner .search_wrap.search_opened .search_but:hover,
	.header_mid .social_wrap a:hover {
		color:#51c5eb;
	}
	
	@media only screen and (min-width: 1024px) { 
		.header_mid #navigation li:hover > a,
		.header_mid #navigation > li > a:hover,
		.header_mid #navigation > li > a:hover > span > span.nav_subtitle,
		.header_mid #navigation > li:hover > a,
		.header_mid #navigation > li:hover > a > span > span.nav_subtitle,
		.header_mid #navigation > li.current-menu-item > a,
		.header_mid #navigation > li.current-menu-item > a > span > span.nav_subtitle,
		.header_mid #navigation > li.current-menu-ancestor > a,
		.header_mid #navigation > li.current-menu-ancestor > a > span > span.nav_subtitle {
			color:#51c5eb;
		}
	}
	
	.header_mid #navigation > li > a[data-tag]:hover:before,
	.header_mid #navigation > li.current-menu-item > a[data-tag]:before,
	.header_mid #navigation > li.current-menu-ancestor > a[data-tag]:before,
	.header_mid #navigation > li.menu-item-highlight > a[data-tag]:before {
		background-color:#51c5eb;
	}
	
	@media only screen and (min-width: 1024px) {
		.header_mid #navigation > li:hover > a[data-tag]:before {
			background-color:#51c5eb;
		}
	}
	/* Finish Header Rollover Color */
	
	
	/* Start Header Subtitle Color */
	.header_mid #navigation > li > a > span > span.nav_subtitle,
	.header_mid .social_wrap a {
		color:#aaaaaa;
	}
	/* Finish Header Subtitle Color */
	
	
	/* Start Header Block Background Color */
	.header_mid_outer {
		background-color:rgba(255,255,255,0);
	}
	/* Finish Header Block Background Color */
	
	
	/* Start Header Background Color */
	.header_mid .cmsms_button,
	.header_mid .cmsms_button:hover,
	.header_mid #navigation > li > a[data-tag]:before {
		color:#f9f9f9;
	}
	
	.header_mid input[type=text]:focus,
	.header_mid input[type=number]:focus,
	.header_mid input[type=email]:focus,
	.header_mid input[type=password]:focus,
	.header_mid textarea:focus,
	.header_mid .header_mid_inner .search_wrap.search_opened .search_but,
	.header_mid .search_bar_wrap input[type=text] {
		background-color:#f9f9f9;
	}
	
	@media only screen and (min-width: 1024px) {
		.header_mid #navigation > li > a,
		.header_mid .cmsms_dynamic_cart .cmsms_dynamic_cart_button {
			background-color:#f9f9f9;
		}
	}
	/* Finish Header Background Color */
	
	
	/* Start Header Rollover Background Color */
	.header_mid #navigation > li > a[data-tag]:hover:before,
	.header_mid #navigation > li.current-menu-item > a[data-tag]:before,
	.header_mid #navigation > li.current-menu-ancestor > a[data-tag]:before,
	.header_mid #navigation > li.menu-item-highlight > a[data-tag]:before,
	.header_mid .search_bar_wrap button[type=submit][class^="cmsms-icon-"],
	.header_mid .search_bar_wrap button[type=submit][class*=" cmsms-icon-"],
	.header_mid .search_bar_wrap button[type=submit][class^="cmsms_theme_icon_"],
	.header_mid .search_bar_wrap button[type=submit][class*=" cmsms_theme_icon_"] {
		color:#ffffff;
	}
	
	@media only screen and (min-width: 1024px) {
		.header_mid #navigation > li:hover > a[data-tag]:before {
			color:#ffffff;
		}
	
		.header_mid #navigation > li.current-menu-ancestor > a,
		.header_mid #navigation > li.current-menu-item > a {
			background-color:#ffffff;
		}
	}
	
	.header_mid #navigation > li > a:hover,
	.header_mid .header_mid_inner #navigation > li > a > span.nav_bg_clr,
	.header_mid .header_mid_inner #navigation > li.menu-item-highlight > a > span.nav_bg_clr {
		background-color:#ffffff;
	}
	
	@media only screen and (min-width: 1024px) {
		.header_mid #navigation > li:hover > a {
			background-color:#ffffff;
		}
	}
	/* Finish Header Rollover Background Color */
	
	
	/* Start Header Borders Color */
	.header_mid input[type=text],
	.header_mid input[type=number],
	.header_mid input[type=email],
	.header_mid input[type=password],
	.header_mid input[type=submit],
	.header_mid button,
	.header_mid textarea,
	.header_mid select,
	.header_mid option,
	.header_mid .header_mid_inner .search_wrap.search_opened .search_but,
	.header_mid .search_bar_wrap input[type=text],
	.header_mid nav #navigation li a {
		border-color:#dddddd;
	}
	
	.header_mid.header_mid_scroll,
	.header_mid_outer,
	.header_mid hr,
	.header_mid .cmsms_divider {
		border-bottom-color:#dddddd;
	}
	
	.header_mid #navigation > li:first-child > a {
		border-left-color:#dddddd;
	}
	
	.header_mid #navigation > li > a {
		border-right-color:#dddddd;
	}
	
	.header_mid #navigation li > a > span {
		border-color:transparent;
	}
	/* Finish Header Borders Color */
	
	/* Start Header Rollover Border Color */
	@media only screen and (min-width: 1024px) {		
		.header_mid #navigation > li > a:hover,
		.header_mid #navigation > li:hover > a,
		.header_mid #navigation > li.current-menu-item > a,
		.header_mid #navigation > li.current-menu-ancestor > a {
			border-color:#dddddd;
		}
	}
	/* Finish Header Rollover Border Color */
	
	
	/* Start Header Dropdown Link Color */
	.header_mid #navigation ul li a,
	.header_mid .button,
	.header_mid .button:hover {
		color:rgba(255,255,255,0.4);
	}

	@media only screen and (max-width: 1024px) {
		.header_mid #navigation > li > a,
		.header_mid .cmsms_dynamic_cart .cmsms_dynamic_cart_button:before {
			color:rgba(255,255,255,0.4);
		}
	}
	
	.header_mid #navigation ul li > a[data-tag]:before {
		background-color:rgba(255,255,255,0.4);
	}
	/* Finish Header Dropdown Link Color */
	
	
	/* Start Header Dropdown Rollover Color */
	.header_mid #navigation ul li > a:hover,
	.header_mid #navigation > li li.menu-item-highlight > a,
	.header_mid #navigation > li li.menu-item-highlight > a:hover,
	.header_mid #navigation > li.menu-item-mega li > a:hover,
	.header_mid #navigation > li.menu-item-mega li li > a:hover,
	.header_mid #navigation > li.menu-item-mega > ul > li > a,
	.header_mid #navigation > li.menu-item-mega > ul > li > a:hover,
	.header_mid #navigation > li.menu-item-mega > div.menu-item-mega-container > ul li li > a:hover,
	.header_mid #navigation > li.menu-item-mega > div.menu-item-mega-container > ul li li:hover > a:hover,
	.header_mid #navigation > li.menu-item-mega > div.menu-item-mega-container > ul > li > a[href]:hover,
	.header_mid .cmsms_added_product_info .cmsms_added_product_info_text,
	.header_mid .cmsms_dynamic_cart .widget_shopping_cart_content .total strong,
	.header_mid .cmsms_dynamic_cart .widget_shopping_cart_content .product_list_widget > li .quantity,
	.header_mid .cmsms_dynamic_cart .widget_shopping_cart_content .product_list_widget > li > a,
	.header_mid .cmsms_dynamic_cart .widget_shopping_cart_content .product_list_widget > li .remove {
		color:#ffffff;
	}
	
	@media only screen and (min-width: 1024px) {
		.header_mid #navigation ul li:hover > a,
		.header_mid #navigation ul li.current-menu-item > a,
		.header_mid #navigation ul li.current-menu-ancestor > a,
		.header_mid #navigation > li li.menu-item-highlight:hover > a,
		.header_mid #navigation > li.menu-item-mega li:hover > a,
		.header_mid #navigation > li.menu-item-mega > ul > li:hover > a,
		.header_mid #navigation > li.menu-item-mega li.current-menu-ancestor > a,
		.header_mid #navigation > li.menu-item-mega > div.menu-item-mega-container li > a:hover,
		.header_mid #navigation > li.menu-item-mega > div.menu-item-mega-container li:hover > a,
		.header_mid #navigation > li.menu-item-mega > div.menu-item-mega-container li.current-menu-item > a,
		.header_mid #navigation > li.menu-item-mega > div.menu-item-mega-container li.menu-item-highlight > a,
		.header_mid #navigation > li.menu-item-mega > div.menu-item-mega-container li.menu-item-highlight > a:hover,
		.header_mid #navigation > li.menu-item-mega > div.menu-item-mega-container li.menu-item-highlight:hover > a,
		.header_mid #navigation > li.menu-item-mega > div.menu-item-mega-container > ul > li > a,
		.header_mid #navigation > li.menu-item-mega > div.menu-item-mega-container > ul > li > a:hover,
		.header_mid #navigation > li.menu-item-mega > div.menu-item-mega-container > ul li li:hover > a {
			color:#ffffff;
		}
	}
 	
	@media only screen and (max-width: 1024px) {
		.header_mid #navigation > li > a:hover,
		.header_mid #navigation li > a[href]:hover,
		.header_mid #navigation > li.current-menu-item > a,
		.header_mid #navigation > li.menu-item-mega > div.menu-item-mega-container > ul > li > a[href]:hover,
		.header_mid #navigation > li.menu-item-mega > div.menu-item-mega-container > ul > li.current-menu-item > a,
		.header_mid .cmsms_dynamic_cart:hover .cmsms_dynamic_cart_button:before,
		.header_mid #navigation li.current-menu-item > a {
			color:#ffffff;
		}
	}
	
	.header_mid #navigation > li:not(.menu-item-mega) ul li > a[data-tag]:hover:before,
	.header_mid #navigation > li:not(.menu-item-mega) ul li.current-menu-item > a[data-tag]:before,
	.header_mid #navigation > li:not(.menu-item-mega) ul li.current-menu-ancestor > a[data-tag]:before,
	.header_mid #navigation > li.menu-item-mega li li:hover > a[data-tag]:hover:before,
	.header_mid #navigation > li.menu-item-mega li li.current-menu-item > a[data-tag]:before,
	.header_mid #navigation li:hover > a:after {
		background-color:#ffffff;
	}
	
	@media only screen and (min-width: 1024px) {
		.header_mid #navigation > li:not(.menu-item-mega) ul li:hover > a[data-tag]:before {
			background-color:#ffffff;
		}
	}
	/* Finish Header Dropdown Rollover Color */
	
	
	/* Start Header Dropdown Subtitle Color */
	.header_mid #navigation > li.menu-item-mega > div.menu-item-mega-container > ul > li > a:hover > span > span.nav_subtitle,
	.header_mid #navigation > li.menu-item-mega > div.menu-item-mega-container > ul > li > a > span > span.nav_subtitle {
		color:#9e9e9e;
	}
	
	@media only screen and (min-width: 1024px) {
		.header_mid #navigation > li.menu-item-mega > div.menu-item-mega-container > ul > li:hover > a > span > span.nav_subtitle {
			color:#9e9e9e;
		}
	}
	/* Finish Header Dropdown Subtitle Color */
	
	
	/* Start Header Dropdown Background Color */
	.header_mid #navigation ul li > a[data-tag]:before {
		color:#36444e;
	}
	
	.header_mid input[type=text],
	.header_mid input[type=number],
	.header_mid input[type=email],
	.header_mid input[type=password],
	.header_mid input[type=submit],
	.header_mid button,
	.header_mid textarea,
	.header_mid select,
	.header_mid option,
	.header_mid #navigation ul,
	.header_mid #navigation > li.menu-item-mega li > a:hover,
	.header_mid #navigation > li.menu-item-mega > div.menu-item-mega-container,
	.header_mid .header_mid_inner .search_wrap.search_opened .search_but:hover,
	.header_mid .cmsms_added_product_info,
	.header_mid .cmsms_dynamic_cart .widget_shopping_cart_content,
	.header_mid .cmsms_dynamic_cart .widget_shopping_cart_content .buttons .button {
		background-color:#36444e;
	}
	
	@media only screen and (min-width: 1024px) {
		.header_mid #navigation > li.menu-item-mega li:hover > a {
			background-color:#36444e;
		}
	}
	
	@media only screen and (max-width: 1024px) {
		.header_mid #navigation li > a,
		.header_mid #navigation li:hover > a,
		.header_mid #navigation > li.current-menu-ancestor > a,
		.header_mid #navigation > li.menu-item-mega > div > ul > li:hover > a,
		.header_mid #navigation > li.menu-item-mega > div > ul > li.current-menu-ancestor > a,
		.header_mid .cmsms_dynamic_cart .cmsms_dynamic_cart_button {
			background-color:#36444e;
		}
	}
	
	.header_mid .header_mid_inner .search_wrap.search_opened .search_but:hover {
		border-color:#36444e;
	}
	
	.header_mid #navigation > li.menu-item-has-children > a:after,
	.header_mid #navigation > li.menu-item-has-children > a > span.nav_bg_clr:after,
	.header_mid .cmsms_added_product_info:before,
	.header_mid .cmsms_dynamic_cart .widget_shopping_cart_content:before {
		border-bottom-color:#36444e;
	}
	/* Finish Header Dropdown Background Color */
	
	
	/* Start Header Dropdown Rollover Border Color */
	.header_mid .cmsms_dynamic_cart .widget_shopping_cart_content .product_list_widget > li a:hover,
	.header_mid .cmsms_dynamic_cart .widget_shopping_cart_content .product_list_widget > li .amount,
	.header_mid .cmsms_dynamic_cart .widget_shopping_cart_content .amount {
		color:#51c5eb;
	}
	
	.header_mid .cmsms_dynamic_cart .widget_shopping_cart_content .buttons .button:hover {
		background-color:#51c5eb;
	}	
	
	.header_mid #navigation ul li > a[href]:hover span,
	.header_mid .cmsms_dynamic_cart .widget_shopping_cart_content .buttons .button:hover {
		border-color:#51c5eb;
	}
	
	@media only screen and (min-width: 1024px) {
		.header_mid #navigation ul li:hover > a[href] span,
		.header_mid #navigation ul li.current-menu-item > a[href] span,
		.header_mid #navigation ul li.current-menu-ancestor > a[href] span {
			border-color:#51c5eb;
		}
	}
	
	@media only screen and (max-width: 1024px) {
		.header_mid #navigation a:hover span,
		.header_mid #navigation li.current-menu-item > a > span {
			border-color:#51c5eb;
		}
	}
	/* Finish Header Dropdown Rollover Border Color */
	
	
	/* Start Header Dropdown Borders Color */	
	.header_mid #navigation > li.menu-item-mega > div.menu-item-mega-container > ul:after {
		background-color:rgba(255,255,255,0.1);
	}
	
	.header_mid #navigation > li.menu-item-mega > div.menu-item-mega-container,
	.header_mid .search_bar_wrap input[type=text]:focus,
	.header_mid .cmsms_added_product_info,
	.header_mid .cmsms_dynamic_cart .widget_shopping_cart_content,
	.header_mid .cmsms_dynamic_cart .widget_shopping_cart_content .buttons .button {
		border-color:rgba(255,255,255,0.1);
	}
	
	.header_mid #navigation ul li,
	.header_mid #navigation > li.menu-item-mega > div.menu-item-mega-container li li li:first-child {
		border-top-color:rgba(255,255,255,0.1);
	}
	
	.header_mid #navigation ul li {
		border-left-color:rgba(255,255,255,0.1);
	}
	
	@media only screen and (min-width: 1024px) {
		.header_mid #navigation ul li {
			border-right-color:rgba(255,255,255,0.1);
		}
	}
	/* Finish Header Dropdown Borders Color */
	
	
	/* Start Header Block Background Color */
	.header_mid.header_mid_scroll .header_mid_outer {
		background-color:#ffffff;
	}
	/* Finish Header Block Background Color */
	
	
	/* Start Header Custom Rules */
	.header_mid ::selection {
		background:#36444e;
		color:#f9f9f9;
	}
	
	.header_mid ::-moz-selection {
		background:#36444e;
		color:#f9f9f9;
	}
	
	/* Finish Header Custom Rules */

/***************** Finish Header Color Scheme Rules ******************/



/***************** Start Header Bottom Color Scheme Rules ******************/

	/* Start Header Bottom Content Color */
	.header_bot {
		color:#616161;
	}
	/* Finish Header Bottom Content Color */
	
	
	/* Start Header Bottom Block Background Color */
	.header_bot_outer {
		background-color:rgba(255,255,255,0);
	}
	/* Finish Header Bottom Block Background Color */
	
	
	/* Start Header Bottom Primary Color */
	.header_bot a,
	.header_bot h1 a:hover,
	.header_bot h2 a:hover,
	.header_bot h3 a:hover,
	.header_bot h4 a:hover,
	.header_bot h5 a:hover,
	.header_bot h6 a:hover,
	.header_bot .color_2,
	.header_bot h1,
	.header_bot h2,
	.header_bot h3,
	.header_bot h4,
	.header_bot h5,
	.header_bot h6,
	.header_bot h1 a,
	.header_bot h2 a,
	.header_bot h3 a,
	.header_bot h4 a,
	.header_bot h5 a,
	.header_bot h6 a,
	.header_bot #navigation > li > a,
	.header_bot .search_bar_wrap button[type=submit][class^="cmsms-icon-"],
	.header_bot .search_bar_wrap button[type=submit][class*=" cmsms-icon-"],
	.header_bot .search_bar_wrap button[type=submit][class^="cmsms_theme_icon_"],
	.header_bot .search_bar_wrap button[type=submit][class*=" cmsms_theme_icon_"] {
		color:#36444e;
	}
		
	@media only screen and (min-width: 1024px) { 
		.header_bot .cmsms_dynamic_cart .cmsms_dynamic_cart_button:before {
			color:#36444e;
		}
	}
	
	.header_bot .cmsms_button,
	.header_bot .button:hover,
	.header_bot .button,
	.header_bot #navigation > li > a[data-tag]:before {
		background-color:#36444e;
	}
	
	.header_bot input[type=text]:focus,
	.header_bot input[type=email]:focus,
	.header_bot input[type=password]:focus,
	.header_bot textarea:focus {
		border-color:#36444e;
	}
	/* Finish Header Bottom Primary Color */
	
	
	/* Start Header Bottom Rollover Color */
	.header_bot a:hover,
	.header_bot #navigation > li.menu-item-highlight > a,
	.header_bot #navigation > li.current-menu-ancestor > a > span > span.nav_subtitle,
	.header_bot #navigation > li.menu-item-highlight > a > span > span.nav_subtitle,
	.header_bot .header_mid_inner .search_wrap.search_opened .search_but:hover,
	.header_bot .social_wrap a:hover {
		color:#51c5eb;
	}
	
	@media only screen and (min-width: 1024px) { 
		.header_bot #navigation li:hover > a,
		.header_bot #navigation > li > a:hover,
		.header_bot #navigation > li > a:hover > span > span.nav_subtitle,
		.header_bot #navigation > li:hover > a,
		.header_bot #navigation > li:hover > a > span > span.nav_subtitle,
		.header_bot #navigation > li.current-menu-item > a,
		.header_bot #navigation > li.current-menu-item > a > span > span.nav_subtitle,
		.header_bot #navigation > li.current-menu-ancestor > a,
		.header_bot #navigation > li.current-menu-ancestor > a > span > span.nav_subtitle {
			color:#51c5eb;
		}
	}
	
	.header_bot #navigation > li > a[data-tag]:hover:before,
	.header_bot #navigation > li.current-menu-item > a[data-tag]:before,
	.header_bot #navigation > li.current-menu-ancestor > a[data-tag]:before,
	.header_bot #navigation > li.menu-item-highlight > a[data-tag]:before {
		background-color:#51c5eb;
	}
	
	@media only screen and (min-width: 1024px) {
		.header_bot #navigation > li:hover > a[data-tag]:before {
			background-color:#51c5eb;
		}
	}
	/* Finish Header Bottom Rollover Color */
	
	
	/* Start Header Bottom Subtitle Color */
	.header_bot #navigation > li > a > span > span.nav_subtitle {
		color:#aaaaaa;
	}
	/* Finish Header Bottom Subtitle Color */
	
	
	/* Start Header Bottom Background Color */
	.header_bot .cmsms_button,
	.header_bot .cmsms_button:hover,
	.header_bot #navigation > li > a[data-tag]:before {
		color:#e1e1e1;
	}
	
	.header_bot input[type=text]:focus,
	.header_bot input[type=number]:focus,
	.header_bot input[type=email]:focus,
	.header_bot input[type=password]:focus,
	.header_bot textarea:focus,
	.header_bot .search_bar_wrap input[type=text] {
		background-color:#e1e1e1;
	}
	
	@media only screen and (min-width: 1024px) {
		.header_bot #navigation > li > a,
		.header_bot .cmsms_dynamic_cart .cmsms_dynamic_cart_button {
			background-color:#e1e1e1;
		}
	}
	/* Finish Header Bottom Background Color */
	
	
	/* Start Header Bottom Rollover Background Color */
	.header_bot #navigation > li > a[data-tag]:hover:before,
	.header_bot #navigation > li.current-menu-item > a[data-tag]:before,
	.header_bot #navigation > li.current-menu-ancestor > a[data-tag]:before,
	.header_bot #navigation > li.menu-item-highlight > a[data-tag]:before {
		color:#ffffff;
	}
	
	@media only screen and (min-width: 1024px) {
		.header_bot #navigation > li:hover > a[data-tag]:before {
			color:#ffffff;
		}
		
		.header_bot #navigation > li.current-menu-ancestor > a,
		.header_bot #navigation > li.current-menu-item > a {
			background-color:#ffffff;
		}
	}
	
	.header_bot #navigation > li > a:hover,
	.header_bot #navigation > li > a > span.nav_bg_clr,
	.header_bot #navigation > li.menu-item-highlight > a > span.nav_bg_clr {
		background-color:#ffffff;
	}
	
	@media only screen and (min-width: 1024px) {
		.header_bot #navigation > li:hover > a {
			background-color:#ffffff;
		}
	}
	/* Finish Header Bottom Rollover Background Color */
	
	
	/* Start Header Borders Color */
	.header_bot input[type=text],
	.header_bot input[type=number],
	.header_bot input[type=email],
	.header_bot input[type=password],
	.header_bot input[type=submit],
	.header_bot button,
	.header_bot textarea,
	.header_bot select,
	.header_bot option,
	.header_bot .search_bar_wrap input[type=text],
	.header_bot .cmsms_added_product_info,
	.header_bot nav #navigation li a {
		border-color:#dddddd;
	}
	
	.header_bot.header_bot_scroll,
	.header_bot_outer,
	.header_bot hr,
	.header_bot .cmsms_divider,
	.header_bot .cmsms_added_product_info:before {
		border-bottom-color:#dddddd;
	}
	
	.header_bot #navigation > li:first-child > a {
		border-left-color:#dddddd;
	}
	
	.header_bot #navigation > li > a {
		border-right-color:#dddddd;
	}
	
	.header_bot #navigation li > a > span {
		border-color:transparent;
	}
	/* Finish Header Bottom Borders Color */
	
	/* Start Header Bottom Rollover Border Color */
	@media only screen and (min-width: 1024px) {		
		.header_bot #navigation > li > a:hover,
		.header_bot #navigation > li:hover > a,
		.header_bot #navigation > li.current-menu-item > a,
		.header_bot #navigation > li.current-menu-ancestor > a {
			border-color:#dddddd;
		}
	}
	/* Finish Header Bottom Rollover Border Color */
	
	
	/* Start Header Bottom Dropdown Link Color */
	.header_bot #navigation ul li a,
	.header_bot .button,
	.header_bot .button:hover {
		color:rgba(255,255,255,0.4);
	}

	@media only screen and (max-width: 1024px) {
		.header_bot #navigation > li > a,
		.header_bot .cmsms_dynamic_cart .cmsms_dynamic_cart_button:before {
			color:rgba(255,255,255,0.4);
		}
	}
	
	.header_bot #navigation ul li > a[data-tag]:before {
		background-color:rgba(255,255,255,0.4);
	}
	/* Finish Header Bottom Dropdown Link Color */
	
	
	/* Start Header Bottom Dropdown Rollover Color */
	.header_bot #navigation ul li > a:hover,
	.header_bot #navigation > li li.menu-item-highlight > a,
	.header_bot #navigation > li li.menu-item-highlight > a:hover,
	.header_bot #navigation > li.menu-item-mega li > a:hover,
	.header_bot #navigation > li.menu-item-mega li li > a:hover,
	.header_bot #navigation > li.menu-item-mega > ul > li > a,
	.header_bot #navigation > li.menu-item-mega > ul > li > a:hover,
	.header_bot #navigation > li.menu-item-mega > div.menu-item-mega-container > ul li li > a:hover,
	.header_bot #navigation > li.menu-item-mega > div.menu-item-mega-container > ul li li:hover > a:hover,
	.header_bot #navigation > li.menu-item-mega > div.menu-item-mega-container > ul > li > a[href]:hover,
	.header_bot .cmsms_added_product_info .cmsms_added_product_info_text,
	.header_bot .cmsms_dynamic_cart .widget_shopping_cart_content .total strong,
	.header_bot .cmsms_dynamic_cart .widget_shopping_cart_content .product_list_widget > li .quantity,
	.header_bot .cmsms_dynamic_cart .widget_shopping_cart_content .product_list_widget > li > a,
	.header_bot .cmsms_dynamic_cart .widget_shopping_cart_content .product_list_widget > li .remove {
		color:#ffffff;
	}
	
	@media only screen and (min-width: 1024px) {
		.header_bot #navigation ul li:hover > a,
		.header_bot #navigation ul li.current-menu-item > a,
		.header_bot #navigation ul li.current-menu-ancestor > a,
		.header_bot #navigation > li li.menu-item-highlight:hover > a,
		.header_bot #navigation > li.menu-item-mega li:hover > a,
		.header_bot #navigation > li.menu-item-mega > ul > li:hover > a,
		.header_bot #navigation > li.menu-item-mega li.current-menu-ancestor > a,
		.header_bot #navigation > li.menu-item-mega > div.menu-item-mega-container li > a:hover,
		.header_bot #navigation > li.menu-item-mega > div.menu-item-mega-container li:hover > a,
		.header_bot #navigation > li.menu-item-mega > div.menu-item-mega-container li.current-menu-item > a,
		.header_bot #navigation > li.menu-item-mega > div.menu-item-mega-container li.menu-item-highlight > a,
		.header_bot #navigation > li.menu-item-mega > div.menu-item-mega-container li.menu-item-highlight > a:hover,
		.header_bot #navigation > li.menu-item-mega > div.menu-item-mega-container li.menu-item-highlight:hover > a,
		.header_bot #navigation > li.menu-item-mega > div.menu-item-mega-container > ul > li > a,
		.header_bot #navigation > li.menu-item-mega > div.menu-item-mega-container > ul > li > a:hover,
		.header_bot #navigation > li.menu-item-mega > div.menu-item-mega-container > ul li li:hover > a {
			color:#ffffff;
		}
	}
	
	@media only screen and (max-width: 1024px) {
		.header_bot #navigation > li > a:hover,
		.header_bot #navigation li > a[href]:hover,
		.header_bot #navigation > li.current-menu-item > a,
		.header_bot #navigation > li.menu-item-mega > div.menu-item-mega-container > ul > li > a[href]:hover,
		.header_bot #navigation > li.menu-item-mega > div.menu-item-mega-container > ul > li.current-menu-item > a,
		.header_bot #navigation li.current-menu-item > a,
		.header_bot .cmsms_dynamic_cart:hover .cmsms_dynamic_cart_button:before {
			color:#ffffff;
		}
	}
	
	.header_bot #navigation > li:not(.menu-item-mega) ul li > a[data-tag]:hover:before,
	.header_bot #navigation > li:not(.menu-item-mega) ul li.current-menu-item > a[data-tag]:before,
	.header_bot #navigation > li:not(.menu-item-mega) ul li.current-menu-ancestor > a[data-tag]:before,
	.header_bot #navigation > li.menu-item-mega li li:hover > a[data-tag]:hover:before,
	.header_bot #navigation > li.menu-item-mega li li.current-menu-item > a[data-tag]:before,
	.header_bot #navigation li:hover > a:after {
		background-color:#ffffff;
	}
	
	@media only screen and (min-width: 1024px) {
		.header_bot #navigation > li:not(.menu-item-mega) ul li:hover > a[data-tag]:before {
			background-color:#ffffff;
		}
	}
	/* Finish Header Bottom Dropdown Rollover Color */
	
	
	/* Start Header Bottom Dropdown Subtitle Color */
	.header_bot #navigation > li.menu-item-mega > div.menu-item-mega-container > ul > li > a:hover > span > span.nav_subtitle,
	.header_bot #navigation > li.menu-item-mega > div.menu-item-mega-container > ul > li > a > span > span.nav_subtitle {
		color:#9e9e9e;
	}
	
	@media only screen and (min-width: 1024px) {
		.header_bot #navigation > li.menu-item-mega > div.menu-item-mega-container > ul > li:hover > a > span > span.nav_subtitle {
			color:#9e9e9e;
		}
	}
	/* Finish Header Bottom Dropdown Subtitle Color */
	
	
	/* Start Header Bottom Dropdown Background Color */
	.header_bot #navigation ul li > a[data-tag]:before {
		color:#36444e;
	}
	
	.header_bot input[type=text],
	.header_bot input[type=number],
	.header_bot input[type=email],
	.header_bot input[type=password],
	.header_bot input[type=submit],
	.header_bot button,
	.header_bot textarea,
	.header_bot select,
	.header_bot option,
	.header_bot #navigation ul,
	.header_bot #navigation > li.menu-item-mega li > a:hover,
	.header_bot #navigation > li.menu-item-mega > div.menu-item-mega-container,
	.header_bot .cmsms_added_product_info,
	.header_bot .header_mid_inner .search_wrap.search_opened .search_but:hover,
	.header_bot .cmsms_added_product_info,
	.header_bot .cmsms_dynamic_cart .widget_shopping_cart_content,
	.header_bot .cmsms_dynamic_cart .widget_shopping_cart_content .buttons .button {
		background-color:#36444e;
	}
	
	@media only screen and (min-width: 1024px) {
		.header_bot #navigation > li.menu-item-mega li:hover > a {
			background-color:#36444e;
		}
	}
	
	@media only screen and (max-width: 1024px) {
		.header_bot #navigation li > a,
		.header_bot #navigation li:hover > a,
		.header_bot #navigation > li.current-menu-ancestor > a,
		.header_bot #navigation > li.menu-item-mega > div > ul > li:hover > a,
		.header_bot #navigation > li.menu-item-mega > div > ul > li.current-menu-ancestor > a,
		.header_bot .cmsms_dynamic_cart .cmsms_dynamic_cart_button {
			background-color:#36444e;
		}
	}
	
	.header_bot #navigation > li.menu-item-has-children > a:after,
	.header_bot #navigation > li.menu-item-has-children > a > span.nav_bg_clr:after,
	.header_bot .cmsms_added_product_info:before,
	.header_bot .cmsms_dynamic_cart .widget_shopping_cart_content:before {
		border-bottom-color:#36444e;
	}
	/* Finish Header Bottom Dropdown Background Color */
	
	
	/* Start Header Bottom Dropdown Rollover Border Color */
	.header_bot .cmsms_dynamic_cart .widget_shopping_cart_content .product_list_widget > li a:hover,
	.header_bot .cmsms_dynamic_cart .widget_shopping_cart_content .product_list_widget > li .amount,
	.header_bot .cmsms_dynamic_cart .widget_shopping_cart_content .amount {
		color:#51c5eb;
	}
	
	.header_bot .cmsms_dynamic_cart .widget_shopping_cart_content .buttons .button:hover {
		background-color:#51c5eb;
	}
	
	.header_bot .cmsms_dynamic_cart .widget_shopping_cart_content .buttons .button:hover {
		border-color:#51c5eb;
	}
	
	@media only screen and (min-width: 1024px) {
		.header_bot #navigation ul li:hover > a[href] span,
		.header_bot #navigation ul li.current-menu-item > a[href] span,
		.header_bot #navigation ul li.current-menu-ancestor > a[href] span {
			border-color:#51c5eb;
		}
	}
	
	.header_bot #navigation ul li > a[href]:hover span {
		border-bottom-color:#51c5eb;
	}
	
	@media only screen and (max-width: 1024px) {
		.header_bot #navigation a:hover span,
		.header_bot #navigation li.current-menu-item > a > span {
			border-bottom-color:#51c5eb;
		}
	}
	/* Finish Header Bottom Dropdown Rollover Border Color */
	
	
	/* Start Header Bottom Dropdown Borders Color */
	.header_bot #navigation > li.menu-item-mega > div.menu-item-mega-container > ul:after {
		background-color:rgba(255,255,255,0.1);
	}
	
	.header_bot #navigation ul,
	.header_bot #navigation > li.menu-item-mega > div.menu-item-mega-container,
	.header_bot .search_bar_wrap input[type=text]:focus,
	.header_bot .cmsms_added_product_info,
	.header_bot .cmsms_dynamic_cart .widget_shopping_cart_content,
	.header_bot .cmsms_dynamic_cart .widget_shopping_cart_content .buttons .button {
		border-color:rgba(255,255,255,0.1);
	}
	
	.header_bot #navigation ul li,
	.header_bot #navigation > li.menu-item-mega > div.menu-item-mega-container li li li:first-child {
		border-top-color:rgba(255,255,255,0.1);
	}
	
	.header_bot #navigation ul li {
		border-left-color:rgba(255,255,255,0.1);
	}
	
	@media only screen and (min-width: 1024px) {
		.header_bot #navigation ul li {
			border-right-color:rgba(255,255,255,0.1);
		}
	}
	/* Finish Header Bottom Dropdown Borders Color */
	
	
	/* Start Header Block Background Color */
	.header_bot.header_bot_scroll .header_bot_outer {
		background-color:#ffffff;
	}
	/* Finish Header Block Background Color */
	
	
	/* Start Header Bottom Custom Rules */
	.header_bot ::selection {
		background:#36444e;
		color:#e1e1e1;
	}
	
	.header_bot ::-moz-selection {
		background:#36444e;
		color:#e1e1e1;
	}
	
	/* Finish Header Bottom Custom Rules */

/***************** Finish Header Bottom Color Scheme Rules ******************/



/***************** Start Header Top Color Scheme Rules ******************/

	/* Start Header Top Content Color */
	.header_top,
	.header_top_outer .meta_wrap, 
	.header_top_inner .social_wrap a {
		color:#efefef;
	}
	
	.header_top_but .cmsms_top_arrow, 
	.header_top_but .cmsms_bot_arrow {
		background-color:#efefef;
	}
	
	.header_top_but .cmsms_top_arrow:before, 
	.header_top_but .cmsms_top_arrow:after, 
	.header_top_but .cmsms_top_arrow span:before, 
	.header_top_but .cmsms_top_arrow span:after, 
	.header_top_but .cmsms_bot_arrow:before, 
	.header_top_but .cmsms_bot_arrow:after, 
	.header_top_but .cmsms_bot_arrow span:before, 
	.header_top_but .cmsms_bot_arrow span:after {
		border-color:#efefef;
	}
	/* Finish Header Top Content Color */
	
	
	/* Start Header Top Primary Color */
	.header_top a,
	.header_top .color_2,
	.header_top_outer nav > div > ul > li a,
	.header_top_outer .meta_wrap a,
	.header_top h1,
	.header_top h2,
	.header_top h3,
	.header_top h4,
	.header_top h5,
	.header_top h6,
	.header_top h1 a,
	.header_top h2 a,
	.header_top h3 a,
	.header_top h4 a,
	.header_top h5 a,
	.header_top h6 a,
	.header_top h1 a:hover,
	.header_top h2 a:hover,
	.header_top h3 a:hover,
	.header_top h4 a:hover,
	.header_top h5 a:hover,
	.header_top h6 a:hover,
	.header_top .search_bar_wrap button[type=submit][class^="cmsms-icon-"],
	.header_top .search_bar_wrap button[type=submit][class*=" cmsms-icon-"], 
	.header_top .search_bar_wrap button[type=submit][class^="cmsms_theme_icon_"],
	.header_top .search_bar_wrap button[type=submit][class*=" cmsms_theme_icon_"] {
		color:rgba(255,255,255,0.7);
	}
	
	/* @media only screen and (max-width: 1024px) {
		html #page #header .header_top .header_top_outer .header_top_inner .header_top_right .nav_wrap nav #top_line_nav li > a {
			color:rgba(255,255,255,0.7);
		}
	} */
	
	.header_top .cmsms_button,
	.header_top .button:hover,
	.header_top_outer nav > div > ul > li > a > span.cmsms_count,
	.header_top .button {
		background-color:rgba(255,255,255,0.7);
	}
	
	.header_top input[type=text]:focus,
	.header_top input[type=number]:focus,
	.header_top input[type=email]:focus,
	.header_top input[type=password]:focus,
	.header_top textarea:focus {
		border-color:rgba(255,255,255,0.7);
	}
	/* Finish Header Top Primary Color */
	
	
	/* Start Header Top Rollover Color */
	.header_top a:hover,
	.header_top_outer .meta_wrap a:hover, 
	.header_top_inner .social_wrap a:hover {
		color:#ffffff;
	}
	
	@media only screen and (min-width: 1024px) {
		.header_top_outer nav > div > ul > li:hover > a,
		.header_top nav > div .top_line_nav li:hover > a {
			color:#ffffff;
		}
	}
	/* Finish Header Top Rollover Color */
	
	
	/* Start Header Top Background Color */
	.header_top_outer nav > div > ul > li > a > span.cmsms_count,
	.header_top .cmsms_button,
	.header_top .cmsms_button:hover {
		color:#36444e;
	}
	
	.header_top,
	.header_top input[type=text]:focus,
	.header_top input[type=number]:focus,
	.header_top input[type=email]:focus,
	.header_top input[type=password]:focus,
	.header_top textarea:focus,
	.header_top_outer {
		background-color:#36444e;
	}
	
	@media only screen and (max-width: 1024px) {
		.header_top .header_top_outer nav > div > ul > li ul {
			background-color:#36444e;
		}
	}
	/* Finish Header Top Background Color */
	
	
	/* Start Header Top Borders Color */
	.header_top input[type=text],
	.header_top input[type=number],
	.header_top input[type=email],
	.header_top input[type=password],
	.header_top input[type=submit],
	.header_top button,
	.header_top textarea,
	.header_top select,
	.header_top option,
	.header_top .search_bar_wrap input[type=text] {
		border-color:rgba(251,251,251,0);
	}
	
	.header_top_inner nav > div > ul > li .sub-menu {
		border-color:rgba(251,251,251,0);
	}
	
	.header_top hr,
	.header_top .cmsms_divider,
	.header_top .header_top_outer .header_top_inner .header_top_right,
	.header_top .header_top_outer .header_top_inner .header_top_left,
	.header_top_inner nav > div > ul > li .sub-menu {
		border-bottom-color:rgba(251,251,251,0);
	}
	/* Finish Header Top Borders Color */
	
	
	/* Start Header Top Dropdown Link Color */
	.header_top_outer nav > div > ul > li a,
	.header_top_outer nav > div > ul > li ul li > a,
	.header_top .button,
	.header_top .button:hover, 
	html #page #header .header_top .header_top_outer .header_top_inner .header_top_right .nav_wrap .responsive_top_nav:hover, 
	html #page #header .header_top .header_top_outer .header_top_inner .header_top_right .nav_wrap .responsive_top_nav.active {
		color:rgba(255,255,255,0.7);
	}
	
	html #page #header .header_top .header_top_outer .header_top_inner .header_top_right .nav_wrap .responsive_top_nav {
		background-color:rgba(255,255,255,0.7);
	}
	/* Finish Header Top Dropdown Link Color */
	
	
	/* Start Header Top Dropdown Rollover Color */
	.header_top_outer nav > div > ul > li ul li.current-menu-item > a,
	html #page #header .header_top .header_top_outer .header_top_inner .header_top_right .nav_wrap .responsive_top_nav {
		color:#ffffff;
	}
	/* Finish Header Top Dropdown Rollover Color */
	
	
	/* Start Header Top Dropdown Background Color */
	.header_top input[type=text],
	.header_top input[type=number],
	.header_top input[type=email],
	.header_top input[type=password],
	.header_top input[type=submit],
	.header_top button,
	.header_top textarea,
	.header_top select,
	.header_top option,
	.header_top_outer nav > div > ul > li ul,
	.header_top .search_bar_wrap,
	.header_top .search_bar_wrap input[type=text],
	.header_top .search_bar_wrap input[type=text]:focus {
		background-color:#36444e;
	}
	/* Finish Header Top Dropdown Background Color */
	
	
	/* Start Header Top Dropdown Border Color */	
	html #page #header .header_top .header_top_outer .header_top_inner .header_top_right .nav_wrap .responsive_top_nav:hover, 
	html #page #header .header_top .header_top_outer .header_top_inner .header_top_right .nav_wrap .responsive_top_nav.active {
		background-color:rgba(255,255,255,0.1);
	}
	
	@media only screen and (min-width: 1024px) {
		html #page #header .header_top .header_top_outer .header_top_inner .header_top_right .nav_wrap nav #top_line_nav li a,
		html #page #header .header_top .header_top_outer .header_top_inner .header_top_right .nav_wrap nav #top_line_nav li a:hover {
			border-color:rgba(255,255,255,0.1);
		}
	}
	
	@media only screen and (max-width: 1024px) {
		.header_top nav #top_line_nav li a,
		.header_top nav > div > ul > li ul li > a,
		.header_top nav > div > ul > li ul li:hover > a {
			border-color:rgba(255,255,255,0.1);
		}
	}
	/* Finish Header Top Dropdown Border Color */
	
	
	/* Start Header Top Custom Rules */
	.header_top ::selection {
		background:rgba(255,255,255,0.7);
		color:#36444e;
	}
	
	.header_top ::-moz-selection {
		background:rgba(255,255,255,0.7);
		color:#36444e;
	}
	
	.header_top_outer,
	.header_top .header_top_but {
		-webkit-box-shadow:inset 0 -1px 0 0 rgba(rgba(251,251,251,0));
		-moz-box-shadow:inset 0 -1px 0 0 rgba(rgba(251,251,251,0));
		box-shadow:inset 0 -1px 0 0 rgba(rgba(251,251,251,0));
	}
	
	/* Finish Header Top Custom Rules */

/***************** Finish Header Top Color Scheme Rules ******************/

