/*
Created by: @LogicalStack
DEMO URL: http://logicalstack.com/demo/scoop/index.html

[TABLE OF CONTENTS]

1. Common Style for Horizontal navigation 
2. Header Style 
3. Horizontal navigation Position Style
4. Horiozontal Navigation Placement Style
5. Horiozontal Navigation Menu Item alignment Style
6. Border Style
7. DropDown Icon Style
8. Navigation Theme Style

*/

html{}

*{zoom:1;}

/*##############################################################################
	Header CSS Start
 ###############################################################################*/
.scoop-address {
  font-size: 12px;
  font-weight: 600;
  line-height: 35px;
}
.scoop-address span {
  padding: 0 10px;
  float: left;
}
.scoop-address span a {
  color: #5cb85c ;
}
.scoop-address span i {
  font-size: 14px;
  padding: 0 2px;
}

.scoop-rl-header .scoop-logo img {
  height: 30px;
  width: 95px;
}
.scoop-logo {
  font-size: 13px;
  font-weight: 600;
  line-height: 35px;
}

/*##############################################################################
	Header CSS Close
 ###############################################################################*/



/*##############################################################################
	#####################    	Search Item CSS Start     ####################
 ###############################################################################*/

.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-item.scoop-search-item > li.scoop-hasmenu > a:after {
    display:none;
}
#scoop-search-input {
	margin:0;
	padding: 0;
}
.scoop-form-wrapper.sm:before, .scoop-form-wrapper.sm:after{
    content:"";
    display:table;
}
.scoop-form-wrapper.sm:after{
    clear:both;
}
.scoop-form-wrapper.sm{
    zoom:1;
}
.scoop-form-wrapper {
    width: 340px;
    margin: 10px 10px 10px 10px;
    background: #444;
    background: rgba(0,0,0,.2);
    border-radius: 10px; 
}
.scoop-form-wrapper input {
    width: 260px;
    height: 35px;
    padding: 6px 5px;
    float: left;
    border: 0;
    background: #eee;
    border-radius: 0px 0 0 0px;
}

.scoop-form-wrapper input:focus {
    outline: 0;
    background: #fff; 
}

.scoop-form-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
}

.scoop-form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
}

.scoop-form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
}
.scoop-form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 35px;
    width: 80px;
    color: #fff;
    text-transform: uppercase;
    background: #e64056;
    border-radius: 0 0px 0px 0;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}

.scoop-form-wrapper button:hover{
    background: #e54040;
}

.scoop-form-wrapper button:active,
.scoop-form-wrapper button:focus{
    background: #c42f2f;
	outline: 0;
}

.scoop-form-wrapper button:before {
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #e64056 transparent;
    top: 12px;
    left: -6px;
}

.scoop-form-wrapper button:hover:before{
    border-right-color: #e54040;
}

.scoop-form-wrapper button:focus:before,
.scoop-form-wrapper button:active:before{
        border-right-color: #c42f2f;
}

.scoop-form-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}



/*##############################################################################
	#######################    	Search Item CSS Close     ###################
 ###############################################################################*/

a:focus {
    outline: none;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
.scoop .scoop-container {
  position: relative;
}
.scoop .scoop-header {
  display:block;
  color:#414141;
  width:100%;
  z-index:1024;
}
.scoop .scoop-navbar {
  display: block;
  height: 40px;
  width:100%;
  z-index:1024;
  webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}
.scoop-main-container-wws{
	display:block;
	clear: both;
}
.scoop .scoop-content {
  position: relative;
  display:block;
}
.scoop .scoop-inner-content {
	padding:10px;
}
/* ########### Header CSS Style Start Here ############################## */
.scoop .scoop-header .scoop-left-header {
  float: left;
  min-width: 230px;
  padding: 0 10px;
}
.scoop .scoop-header .scoop-right-header{
	padding: 0 10px;
}
.scoop .scoop-header .scoop-right-header .scoop-rl-header {
  float: left;
}
.scoop .scoop-header .scoop-right-header .scoop-rr-header {
  text-align: right;
}
/* ########### Header CSS Style Close Here ############################## */
.scoop .scoop-brand {
  float: left;
}


.scoop .scoop-brand a .scoop-brand-text{}
.scoop[scoop-device-type="desktop"] .scoop-brand .menu-toggle,
.scoop[scoop-device-type="tablet"] .scoop-brand .menu-toggle {
	display:none;
}

.scoop .scoop-brand .menu-toggle a {
  text-decoration: none;
}
.scoop .scoop-brand .menu-toggle a i, .scoop .scoop-brand .menu-toggle i {
  font-size: 2.2em;
  color: #00843d;
}
.scoop .scoop-navbar .scoop-item {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.scoop  .scoop-navbar .scoop-item > li {
  display: block;
  list-style: outside none none;
  margin: 0;
  padding: 0px 6px;
  position: relative;
}

.scoop .scoop-navbar .scoop-item  > li > a, .scoop .scoop-navbar .scoop-item  > li > .AccountLinksDrop > a {
  display: block;
  font-size: 1em;
  font-weight: 700;
  padding: 0 14px 0 12px ;
  text-decoration:none;
  position: relative;
  line-height: 40px;
}

.scoop[theme-layout="horizontal"][scoop-device-type="tablet"] .scoop-navbar .scoop-item  > li > a {
	font-size: .65em;
}

.scoop .scoop-navbar .scoop-item > li.scoop-hasmenu > a {
    line-height: 39px;
}
.scoop  .scoop-navbar .scoop-item  > li:hover > a {

}
.scoop .scoop-navbar .scoop-item  .scoop-hasmenu .scoop-submenu{
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.scoop .scoop-navbar .scoop-item  .scoop-hasmenu .scoop-submenu li{
  display: block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
}
.scoop .scoop-navbar .scoop-item  .scoop-hasmenu .scoop-submenu li > a {
  display: block;
  font-size: 14px;
  padding: 0 8px;
  text-decoration:none;
  position: relative;
}
.scoop .scoop-navbar .scoop-item   > li > a > .scoop-micon {
    font-size: 14px;
    padding: 0 5px 0 0;
}
.scoop .scoop-navbar .scoop-item.scoop-search-item   > li > a > .scoop-micon {
    padding: 0 5px 0 7px;
}

.scoop .scoop-navbar .scoop-item .scoop-hasmenu .scoop-submenu li > a .scoop-micon {
  font-size: 13px;
  padding-right: 5px;
}
.scoop[horizontal-layout="wide"] .scoop-container{
	width:100%;
	display: block;
}
.scoop[horizontal-layout="box"] .scoop-container {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.scoop[theme-layout="horizontal"][horizontal-layout="box"] .scoop-header[scoop-header-position="fixed"]  {
	max-width: 1200px;
}
.scoop[theme-layout="horizontal"][horizontal-layout="box"] .scoop-navbar[scoop-navbar-position="fixed"]  {
	max-width: 1200px;
}
.scoop[theme-layout="horizontal"][horizontal-layout="box"] .scoop-navbar.stickybar  {
    max-width: 1200px;
}

.scoop[horizontal-layout="widebox"] .scoop-container{
	width:100%;
}
.scoop[horizontal-layout="widebox"] .scoop-header .scoop-wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
}
.scoop[horizontal-layout="widebox"] .scoop-navbar .scoop-wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
}
.scoop[horizontal-layout="widebox"] .scoop-content .scoop-wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
}

.scoop[horizontal-layout="wide"][horizontal-placement="bottom"] .scoop-navbar {
  width: 100%;
}
.scoop[horizontal-layout="box"][horizontal-placement="bottom"] .scoop-navbar {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.scoop[horizontal-layout="widebox"][horizontal-placement="bottom"] .scoop-navbar {
  width: 100%;
}
.scoop .scoop-navbar .scoop-item {
}
.scoop .scoop-navbar .scoop-item > li {
  float: left;
}

.scoop .scoop-navbar .scoop-item > li.active > a {
  background:  ;
  color: ;
}
.scoop .scoop-navbar .scoop-item  .scoop-hasmenu .scoop-submenu{
  position: absolute;
  min-width:200px;
  z-index:1000;
  /* box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.26); */
  border-top-style: solid;
  border-top-width: 3px;
}
.scoop .scoop-navbar .scoop-item .scoop-hasmenu .scoop-submenu li > a {
  font-size: 13px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
}
.scoop .scoop-navbar .scoop-item .scoop-hasmenu .scoop-submenu li:hover > a {
  background:  ;
  color:  ;
}
.scoop .scoop-navbar .scoop-item .scoop-hasmenu .scoop-submenu  li.active > a {
  background:  ;
  color ;
}
.scoop .scoop-navbar .scoop-item  .scoop-submenu  .scoop-submenu{
  position: absolute;
  min-width:200px;
  z-index:1;
  /* box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.26); */
  left: 100%;
  top: -1px;
}



.scoop .scoop-navbar .scoop-item  .scoop-hasmenu .scoop-submenu{
  opacity: 0;
  visibility: hidden;
}
.scoop .scoop-navbar .scoop-item  .scoop-hasmenu .scoop-submenu{
  /* removed the weird flip */
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-item  .scoop-hasmenu.scoop-trigger  > .scoop-submenu{
	opacity: 1;
	visibility: visible;
	
}
/* ############################# New Css Start Here ######################################## */

/*###########################Horiozontal Componet Position CSS Start Here ###############################*/

.scoop[theme-layout="horizontal"] .scoop-navbar[ scoop-navbar-position="relative"] {
  position: relative;
}
.scoop[theme-layout="horizontal"] .scoop-navbar[ scoop-navbar-position="fixed"] {
  position: fixed;
}
.scoop[theme-layout="horizontal"] .scoop-navbar[ scoop-navbar-position="absolute"] {
  position: absolute;
}


.scoop[theme-layout="horizontal"] .scoop-header[scoop-header-position="relative"]  {
	position: relative;
}
.scoop[theme-layout="horizontal"] .scoop-header[scoop-header-position="fixed"]  {
	position: fixed;
}
.scoop[theme-layout="horizontal"] .scoop-header[scoop-header-position="absolute"]  {
	position: absolute;
}
/*###########################Horiozontal Componet Position CSS Close Here ###############################*/

/*###########################Horiozontal Navigation Placement CSS Start Here ###############################*/
.scoop[theme-layout="horizontal"][horizontal-placement="top"] .scoop-navbar{

}
.scoop[theme-layout="horizontal"][horizontal-placement="bottom"] .scoop-navbar{

}
/*###########################Horiozontal Navigation Placemention CSS Close Here ###############################*/

.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-brand.scoop-left-align{
	float:left;
}
.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-left-item.scoop-left-align{
	float:left;
}
.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-right-item.scoop-left-align{
	float:left;
}
.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-search-item.scoop-left-align {
	float:left;
}
.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-brand.scoop-right-align{
	float:right;
}
.scoop[theme-layout="horizontal"]  .scoop-navbar .scoop-left-item.scoop-right-align{
	float:left; /* a bit of a hack, original file has this float:right, edited by M.S. to accommodate the .js file that is forcing the navbar to align right instead of left */
}
.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-right-item.scoop-right-align{
	float:right;
}
.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-search-item.scoop-right-align {
	float:right;
}

/* Border Style CSS Start Here */
.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-item[item-border="true"][item-border-style="dashed"] > li > a {
	border-right-style: dashed;
}
.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-item[item-border="true"][item-border-style="dotted"] > li > a {
	border-right-style: dotted;
}
.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-item[item-border="true"][item-border-style="solid"] > li > a {
	/* border-right-style: solid; */
}
.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-item[item-border="true"][item-border-style="dashed"]  .scoop-hasmenu .scoop-submenu li > a {
	border-bottom-style: dashed;
}
.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-item[item-border="true"][item-border-style="dotted"] .scoop-hasmenu .scoop-submenu li > a {
	border-bottom-style: dotted;
}
.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-item[item-border="true"][item-border-style="solid"] .scoop-hasmenu .scoop-submenu li > a {
	border-bottom-style: solid;
}
.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-item[item-border="false"] > li > a {
    border-right-width: 0px;
}
.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-item[item-border="true"] > li > a {
    border-right-width: 1px;
}
.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-item[subitem-border="false"] .scoop-hasmenu .scoop-submenu li > a {
    border-bottom-width: 0px;
}
.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-item[subitem-border="true"] .scoop-hasmenu  .scoop-submenu li > a {
    border-bottom-width: 1px;
}
/* Border Style CSS Close Here */
/* #####################Item Border Stle Css Close Here #####################*/
 /* DropDown Icon Style Start Here */
 

.scoop .scoop-navbar .scoop-item  .scoop-submenu  li.scoop-hasmenu > a:after {
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  margin-left: 3px; 
  position:relative;
  float: right;
  top:1px;
}


.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-item  > li.scoop-hasmenu > a:after,
.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-item  > li.scoop-hasmenu.active > a:after,
.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-item  > li.scoop-hasmenu.scoop-trigger > a:after {
  font-style: normal;
  margin-left: 3px;
  font-size: 10px;
  padding-left: 5px;
  position:relative;
}
.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-item  > li.scoop-hasmenu[dropdown-icon="style1"] > a::after {
  /* content: "\e604";
  font-family: simple-line-icons; */
}
.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-item  > li.scoop-hasmenu.scoop-trigger[dropdown-icon="style1"] > a:after{
  /* content: "\e607";
  font-family: simple-line-icons; */
}  
 
.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-item  > li.scoop-hasmenu[dropdown-icon="style2"] > a:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 13px;
}
.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-item  > li.scoop-hasmenu.scoop-trigger[dropdown-icon="style2"] > a:after{
  content: "\f0d8";
  font-family: FontAwesome;
  font-size: 13px;
}
.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-item  > li.scoop-hasmenu[dropdown-icon="style3"] > a:after {
  content: "\f218";
  font-family: Ionicons;
  font-size: 11px;
}
.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-item  > li.scoop-hasmenu.scoop-trigger[dropdown-icon="style3"] > a:after{
  content: "\f209";
  font-family: Ionicons;
  font-size: 11px;
}
 
/*################## Style Selector Theme Color Start ###########################*/
.scoop #styleSelector {
 /*  background-color: rgba(255, 255, 255, .1); */
  background:#ddd;
  border: 1px solid #ddd;
  border-radius: 6px;
  height: auto;
  margin-top: 50px;
  padding: 15px;
  position: relative;
  width: 100%;
}

#styleSelector ul {
    border: 0 none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#styleSelector ul li {
    border-bottom: 0px solid #e9e9e9;
    display: block;
    margin: 0;
    padding: 10px;
    text-align: left;
    min-width: 220px;
	display: inline-block;
}
#styleSelector ul li p.selector-title {
    border-bottom: 1px solid #e9e9e9;
    color: #9c9c9c;
    font-size: 14px;
    margin: 0;
    padding: 6px;
    text-align: center;
}
#styleSelector > ul > li > .sub-title {
/*   border-bottom: 1px solid #ddd; */
  color: #9c9c9c;
  display: block;
  font-size: 15px;
  margin: 0 0 10px;
  padding: 5px 0;
  position: relative;
  text-align: left;
  font-weight: 500;

}
#styleSelector li {
    padding: 5px;
}
.theme-option label {
  color: #8e8e8e;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 5px;
  max-width: 100%;
}
.theme-option select {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 3px 10px;
	display:block;
	width:100%;
}
@-moz-document url-prefix() {
.theme-option select {
		/*  border: 0 !important; */  /*Removes border*/
		-webkit-appearance: none !important;  /*Removes default chrome and safari style*/
		-moz-appearance: none !important; /* Removes Default Firefox style*/
		background: #FFF url(../images/select-arrow.png) no-repeat 95% center !important;
		width: 100% !important; /*Width of select dropdown to give space for arrow image*/
		text-indent: 0.01px; /* Removes default arrow from firefox*/
		text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
		color: #555;
		border-radius: 4px;
		font: inherit;
		line-height: 1.5em;
		border:1px solid #ddd !important;
	}
}



.theme-color {
    padding: 0px;
    width: 100%;
}
/**/

.theme-color a {
    border-radius: 0%;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 0px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.theme-color a:hover,
.theme-color a:focus {
    text-decoration: none;
}
/*Left Header style selector Css start here*/

.theme-color a[lheader-theme="theme1"] {
    background: #2a394f;
}
.theme-color a[lheader-theme="theme2"] {
    background: #FFF;
}
.theme-color a[lheader-theme="theme3"] {
    background: #e9e9e9;
}
.theme-color a[lheader-theme="theme4"] {
    background: #354052;
}
.theme-color a[lheader-theme="theme5"] {
    background: #2b64a4;
}
.theme-color a[lheader-theme="theme6"] {
    background: #624e89;
}
.theme-color a[lheader-theme="theme7"] {
    background: #0b9c8f;
}
.theme-color a[lheader-theme="theme8"] {
    background: #3f5485;
}
.theme-color a[lheader-theme="theme9"] {
    background: #3c4fb1;
}

/*Left Header style selector CSS Close here*/
/*Header style selector Css start here*/
.theme-color a[header-theme="theme1"] {
    background: #364760 ;
}
.theme-color a[header-theme="theme2"] {
    background: #FFF;
}
.theme-color a[header-theme="theme3"] {
    background: #f5f5f5 ;
}
.theme-color a[header-theme="theme4"] {
    background: #354052;
}
.theme-color a[header-theme="theme5"] {
    background: #3c75b5;
}
.theme-color a[header-theme="theme6"] {
    background: #624e89;
}
.theme-color a[header-theme="theme7"] {
    background: #0aa699;
}
.theme-color a[header-theme="theme8"] {
    background: #4e6ca5;
}
.theme-color a[header-theme="theme9"] {
    background: #485bbd;
}

/*Header style selector CSS Close here*/
/*Navbar style selector Css start here*/
.theme-color a[navbar-theme="theme1"] {
    background: #364760 ;
}
.theme-color a[navbar-theme="theme2"] {
    background: #FFF;
}
.theme-color a[navbar-theme="theme3"] {
    background: #f5f5f5 ;
}
.theme-color a[navbar-theme="theme4"] {
    background: #354052;
}
.theme-color a[navbar-theme="theme5"] {
    background: #3c75b5;
}
.theme-color a[navbar-theme="theme6"] {
    background: #624e89;
}
.theme-color a[navbar-theme="theme7"] {
    background: #0aa699;
}
.theme-color a[navbar-theme="theme8"] {
    background: #3f5485;
}
.theme-color a[navbar-theme="theme9"] {
    background: #485bbd;
}

/*Navbar style selector CSS Close here*/

/*Active Item style selector Css start here*/
.theme-color a[active-item-theme="theme1"] {
    background: #ff5e3a;
}
.theme-color a[active-item-theme="theme2"] {
    background: #0096b1;
}
.theme-color a[active-item-theme="theme3"] {
    background: #e64056;
}
.theme-color a[active-item-theme="theme4"] {
    background: #00843d;
}
.theme-color a[active-item-theme="theme5"] {
    background: #8eb021;
}
.theme-color a[active-item-theme="theme6"] {
    background: #967adc;
}
.theme-color a[active-item-theme="theme7"] {
    background: #fe9375;
}
.theme-color a[active-item-theme="theme8"] {
    background: #565a90;
}
/*Active Item style selector CSS Close here*/
/*Subitem style selector Css start here*/
.theme-color a[sub-item-theme="theme1"] {
    background: #70ca63;
}
.theme-color a[sub-item-theme="theme2"] {
    background: #3498DB;
}
.theme-color a[sub-item-theme="theme3"] {
    background: #485BBD;
}
.theme-color a[sub-item-theme="theme4"] {
    background: #e7604a;
}
.theme-color a[sub-item-theme="theme5"] {
    background: #333843;
}
.theme-color a[sub-item-theme="theme6"] {
    background: #624e89;
}
.theme-color a[sub-item-theme="theme7"] {
    background: #FFF;
}
.theme-color a[sub-item-theme="theme8"] {
    background: #384b5f;
}
.theme-color a[sub-item-theme="theme9"] {
    background: #578ebe;
}
/*Subitem style selector CSS Close here*/












/*background Pattern style selector Css start here*/
.theme-color a[themebg-pattern="pattern1"] {
	background-image: url("../images/pattern1.png");
}
.theme-color a[themebg-pattern="pattern2"] {
    background-image: url("../images/pattern2.png");
}
.theme-color a[themebg-pattern="pattern3"] {
    background-image: url("../images/pattern3.png");
}
.theme-color a[themebg-pattern="pattern4"] {
    background-image: url("../images/pattern4.png");
}
.theme-color a[themebg-pattern="pattern5"] {
    background-image: url("../images/pattern5.png");
}
.theme-color a[themebg-pattern="pattern6"] {
    background-image: url("../images/pattern6.png");
}
.theme-color a[themebg-pattern="pattern7"] {
    background-image: url("../images/pattern7.png");
}
.theme-color a[themebg-pattern="pattern8"] {
    background-image: url("../images/pattern8.png");
}
.theme-color a[themebg-pattern="pattern9"] {
    background-image: url("../images/pattern9.png");
}
/*background Pattern style selector CSS Close here*/

/* Plugin Option Panel Csss Close Here */


li.edge > ul {
    left: auto !important;
    right: 100%;
}
.stickybar {
    height: 40px;
    position: fixed;
    top: 0;
    width: 100% !important;
}
.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-item  > .scoop-hasmenu.edge.scoop-trigger > .scoop-submenu {
   right:0px;
}

/* li.casa-hasmenu .casa-submenu > li.casa-hasmenu.edge > a::after {
    content: "" !important;
    float: right;
    font-family: FontAwesome;
    font-size: 18px;
    position: relative;
} */


/*##############################################################################
	Navigation Bottom Placement CSS Start
 ###############################################################################*/
.scoop[horizontal-layout="wide"][horizontal-placement="bottom"] .scoop-navbar {
  bottom: 0;
  position: fixed;
}
.scoop[horizontal-layout="box"][horizontal-placement="bottom"] .scoop-navbar {
  bottom: 0;
  position: fixed;
}
.scoop[horizontal-layout="widebox"][horizontal-placement="bottom"] .scoop-navbar {
  bottom: 0;
  position: fixed;
}
.scoop[horizontal-placement="bottom"] .scoop-navbar .scoop-item > .scoop-hasmenu > .scoop-submenu {
    bottom: 40px;
}
.scoop[horizontal-placement="bottom"] .scoop-navbar .scoop-item .scoop-submenu .scoop-submenu {
    bottom: 0;
    top: auto;
}

.scoop[horizontal-placement="bottom"] .scoop-navbar .scoop-item .scoop-hasmenu .scoop-submenu {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-width: 0px; 
}
/* ########### SubMenu Cart CSS Start ########### */
.scoop[horizontal-placement="top"] .scoop-navbar .scoop-item > li.scoop-hasmenu.scoop-trigger > a > .scoop-mcaret {
    background: transparent none repeat scroll 0 0;
    border-bottom-style: solid ;
	border-bottom-width: 7px ;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: 0;
    display: block;
    float: right;
    height: 0;
    margin: 0 auto;
    position: absolute;
    right: 50%;
    width: 0;
}
.scoop[theme-layout="horizontal"][horizontal-placement="top"] .scoop-navbar .scoop-item  > li.scoop-hasmenu.scoop-trigger.active .scoop-submenu{
	border-top-style:solid;
	border-top-width:1px;
}
.scoop[theme-layout="horizontal"][horizontal-placement="top"] .scoop-navbar .scoop-item > li.scoop-hasmenu.scoop-trigger.active > a > .scoop-mcaret {
	border-bottom-width: 7px;
	border-bottom-style: solid;
}
.scoop[horizontal-placement="bottom"] .scoop-navbar .scoop-item > li.scoop-hasmenu.scoop-trigger > a > .scoop-mcaret {
    background: transparent none repeat scroll 0 0;
    border-top-style: solid;
    border-top-width: 7px; 
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: 0;
    display: block;
    float: right;
    height: 0;
    margin: 0 auto;
    position: absolute;
    right: 50%;
    width: 0;
}
.scoop[theme-layout="horizontal"][horizontal-placement="bottom"] .scoop-navbar .scoop-item > li.scoop-hasmenu.scoop-trigger.active > a > .scoop-mcaret {
	border-top-width: 7px;
	border-top-style: solid;
}
.scoop  .scoop-navbar  .scoop-item[subitem-border="true"] .scoop-hasmenu .scoop-submenu > li:last-child > a {
    border-bottom-color: transparent !important;
}
 
/* ########### SubMenu Cart CSS Close ########### */
/*##############################################################################
	Navigation Bottom Placement CSS Close
 ###############################################################################*/





.scoop[theme-layout="horizontal"][scoop-device-type="tablet"] .scoop-navbar .scoop-item > li > a {
    padding: 0 8px;
}
.scoop[theme-layout="horizontal"][scoop-device-type="tablet"] .scoop-navbar .scoop-item > li > a > .scoop-micon {
    display: none;
}
.scoop[theme-layout="horizontal"][scoop-device-type="tablet"] .scoop-navbar .scoop-item.scoop-search-item > li > a > .scoop-micon {
    display: block;
}
.scoop[theme-layout="horizontal"][scoop-device-type="tablet"] .scoop-navbar .scoop-brand.scoop-left-align {
   /*  display: none; */
}



/* ##############################################################################
	*************** Centered Horizontal Navigation CSS Start ***************
################################################################################ */

.scoop[theme-layout="horizontal"][scoop-device-type="desktop"] .scoop-navbar.isCentered,
.scoop[theme-layout="horizontal"][scoop-device-type="tablet"] .scoop-navbar.isCentered{
	text-align:center;
}
.scoop[scoop-device-type="desktop"] .scoop-navbar .scoop-item > li.fullwidth-drop.scoop-hasmenu .scoop-submenu, 
.scoop[scoop-device-type="tablet"] .scoop-navbar .scoop-item > li.fullwidth-drop.scoop-hasmenu .scoop-submenu {
    text-align: left;
}
.scoop[theme-layout="horizontal"] .scoop-navbar.isCentered .scoop-brand {
    display: inline-block;
    float: none;
	float: unset;
    margin-top: 0px;
    position: relative;
    top: -13px;
}
.scoop[theme-layout="horizontal"] .scoop-navbar.isCentered  .scoop-left-item {
	display:inline-block;
}
.scoop[theme-layout="horizontal"] .scoop-navbar.isCentered  .scoop-right-item {
	display:inline-block;
}
.scoop[theme-layout="horizontal"] .scoop-navbar.isCentered .scoop-search-item {
	display:inline-block;
}
.scoop .scoop-navbar.isCentered  .scoop-item > li {
	display:inline-block;
}


.scoop .scoop-navbar .scoop-item .scoop-hasmenu.fullwidth-drop .scoop-submenu li > a {
display: list-item;
}
.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-item[subitem-border="true"] .scoop-hasmenu.fullwidth-drop .scoop-submenu li > a {
    border-bottom-width: 0;
}
.scoop[theme-layout="horizontal"][scoop-device-type="desktop"] .scoop-navbar .scoop-item > li.fullwidth-drop.scoop-hasmenu .scoop-submenu li, 

.scoop[theme-layout="horizontal"][scoop-device-type="desktop"] .scoop-navbar .scoop-item > li.fullwidth-drop.scoop-hasmenu .scoop-submenu li, 
.scoop[theme-layout="horizontal"][scoop-device-type="tablet"] .scoop-navbar .scoop-item > li.fullwidth-drop.scoop-hasmenu .scoop-submenu li {
    display: block;
    float: left;
}
.scoop .scoop-navbar .scoop-item li.fullwidth-drop.scoop-hasmenu .scoop-submenu li.scoop-hasmenu > a:after {
	float: none; 
}
 
/* ##############################################################################
	*************** Centered Horizontal Navigation CSS Close ***************
################################################################################ */



/* ##############################################################################
	************ Horizontal Navigation  dropDown FullWidth CSS Start ********
################################################################################ */

.scoop[theme-layout="horizontal"][scoop-device-type="desktop"] .scoop-navbar .scoop-inner-navbar,
.scoop[theme-layout="horizontal"][scoop-device-type="tablet"] .scoop-navbar .scoop-inner-navbar {
  position: relative;
}
.scoop[theme-layout="horizontal"][scoop-device-type="desktop"] .scoop-navbar .scoop-item ,
.scoop[theme-layout="horizontal"][scoop-device-type="tablet"] .scoop-navbar .scoop-item{
    position: static;
    position: static;
}
.scoop[theme-layout="horizontal"][scoop-device-type="desktop"] .scoop-navbar .scoop-item > li.fullwidth-drop,
.scoop[theme-layout="horizontal"][scoop-device-type="tablet"] .scoop-navbar .scoop-item > li.fullwidth-drop {
    position: static;
    position: static;
}
.scoop[theme-layout="horizontal"][scoop-device-type="desktop"] .scoop-navbar .scoop-item  > li.fullwidth-drop.scoop-hasmenu .scoop-submenu,
.scoop[theme-layout="horizontal"][scoop-device-type="tablet"] .scoop-navbar .scoop-item  > li.fullwidth-drop.scoop-hasmenu .scoop-submenu  {
    min-width: 200px;
    width: 100%;
	left: 0;
    right: 0;
	top: auto;
}
.scoop[theme-layout="horizontal"][scoop-device-type="desktop"] .scoop-navbar .scoop-item  > li.fullwidth-drop.scoop-hasmenu .scoop-submenu li,
.scoop[theme-layout="horizontal"][scoop-device-type="tablet"] .scoop-navbar .scoop-item  > li.fullwidth-drop.scoop-hasmenu .scoop-submenu li  {
    display: inline-block;
}
.scoop[theme-layout="horizontal"][scoop-device-type="desktop"] .scoop-navbar .scoop-item > li.fullwidth-drop.scoop-hasmenu .scoop-submenu li,
.scoop[theme-layout="horizontal"][scoop-device-type="tablet"] .scoop-navbar .scoop-item > li.fullwidth-drop.scoop-hasmenu .scoop-submenu li {
    position: static;
    position: static;
}
.scoop[theme-layout="horizontal"][scoop-device-type="desktop"].scoop-navbar .scoop-item  > li.fullwidth-drop .scoop-submenu .scoop-submenu ,
.scoop[theme-layout="horizontal"][scoop-device-type="tablet"].scoop-navbar .scoop-item  > li.fullwidth-drop .scoop-submenu .scoop-submenu{
    top: 100%;
	left: 0;
}
.scoop .scoop-navbar  .scoop-item[subitem-border="true"] .scoop-hasmenu.fullwidth-drop .scoop-submenu li > a {
    border-bottom-width: 0px;
}
.scoop[horizontal-placement="bottom"] .scoop-navbar .scoop-item > .scoop-hasmenu.fullwidth-drop > .scoop-submenu {
    bottom: 100%;
}
.scoop[horizontal-placement="bottom"] .scoop-navbar .scoop-item > .scoop-hasmenu.fullwidth-drop > .scoop-submenu  > .scoop-hasmenu > .scoop-submenu{
   bottom: 100%;
}
.scoop .scoop-navbar .scoop-item  .scoop-hasmenu.fullwidth-drop .scoop-submenu li > a {
  display: inline-block;
}

/* ##############################################################################
	************ Horizontal Navigation  dropDown FullWidth CSS Close ********
################################################################################ */




/* ##############################################################################
	************ Horizontal Navigation Half Mega menu  CSS Start ********
################################################################################ */

.scoop-inner-navbar {
  position: relative;
}
.scoop .scoop-navbar .scoop-item {
    position: static; 
}
.scoop .scoop-navbar .scoop-item > li.megamenu-half {
    position: static; 
}
.scoop .scoop-navbar .scoop-item > li.megamenu-half.scoop-hasmenu .scoop-submenu {
  left: auto;
  min-width: 200px;
  right: auto;
  width: 50%;
} 
.scoop .megamenu-half .scoop-submenu{
	padding:10px !important;
	color:#b4bcc8;
}
.scoop[horizontal-placement="bottom"] .scoop-navbar .scoop-item > .scoop-hasmenu.megamenu-half > .scoop-submenu {
   bottom: 100%;
}
/* ##############################################################################
	************ Horizontal Navigation Half Mega menu  CSS Close ********
################################################################################ */

/* ##############################################################################
	************ Horizontal Navigation Full Mega menu  CSS Start ********
################################################################################ */

.scoop-inner-navbar {
  position: relative;
}
.scoop .scoop-navbar .scoop-item {
    position: static; 
}
.scoop .scoop-navbar .scoop-item > li.megamenu-full {
    position: static; 
}
.scoop .scoop-navbar .scoop-item > li.megamenu-full.scoop-hasmenu .scoop-submenu {
  left: 0;
  min-width: 200px;
  right: 0;
  width: 100%;
} 
.scoop .megamenu-full .scoop-submenu{
	padding:10px !important;
	color:#b4bcc8;
}
.scoop[horizontal-placement="bottom"] .scoop-navbar .scoop-item > .scoop-hasmenu.megamenu-full > .scoop-submenu {
    bottom: 100%;
}


.scoop .scoop-navbar .scoop-item .scoop-hasmenu .scoop-submenu.scoop-megamenu ul {
  margin: 0;
  padding: 0;
}
.scoop .scoop-navbar .scoop-item .scoop-hasmenu .scoop-submenu.scoop-megamenu ul li {
  display: block;
  list-style: outside none none;
}
.scoop .scoop-navbar .scoop-item .scoop-hasmenu .scoop-submenu.scoop-megamenu ul li a {
    border-bottom-width: 0 !important;
    font-size: 1.1em;
    font-weight: 700;
    padding: 8px 0px;
    text-decoration: none;
    line-height: unset;	
}
.scoop .scoop-navbar .scoop-item .scoop-hasmenu .scoop-submenu.scoop-megamenu ul li  {
    text-decoration: none;
	background:transparent !important;
	color:#7b7b7b;
}
.scoop .scoop-navbar .scoop-item .scoop-hasmenu .scoop-submenu.scoop-megamenu ul li.title {
  display: block;
  padding: 4px 0;
  margin-bottom:10px;
  border-bottom-width:1px;
  border-bottom-style:solid;
  font-family: 'Montserrat', sans-serif;
}




.scoop .scoop-navbar .scoop-item .scoop-hasmenu .scoop-submenu.scoop-megamenu .scoop-gridbox {
    border-radius: 2px;
    font-size: 10px;
    margin-bottom: 11px;
    min-height: 23px;
    padding-top: 5px;
    text-align: center;
}
/* ##############################################################################
	************ Horizontal Navigation Full Mega menu  CSS Close ********
################################################################################ */




/* Handle Horizontal menu on Phone CSS Start */

.scoop[theme-layout="horizontal"][scoop-device-type="phone"] .scoop-header .scoop-rl-header{
	display:none;
}
.scoop[theme-layout="horizontal"][scoop-device-type="phone"] .scoop-header .scoop-right-header .scoop-rr-header {
    text-align: center;
}
.scoop[theme-layout="horizontal"][scoop-device-type="desktop"] .scoopbrand-xs, 
.scoop[theme-layout="horizontal"][scoop-device-type="tablet"] .scoopbrand-xs{
	height:40px;
	width:100%;
	padding:0px;
	margin:0px;
	position:relative;
	display:none;
}
.scoop[theme-layout="horizontal"][scoop-device-type="phone"] .scoopbrand-xs{
	height:40px;
	width:100%;
	padding:0px;
	margin:0px;
	position:relative;
}
.scoop[theme-layout="horizontal"][scoop-device-type="phone"] .scoopbrand-xs  .scoop-brand a {
  font-family: lato;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 40px;
  padding: 0 10px;
  text-decoration: none;
} 
.scoop[theme-layout="horizontal"][scoop-device-type="phone"] .scoopbrand-xs .menu-toggle {
	/* float: right; */
}
.scoop[theme-layout="horizontal"][scoop-device-type="phone"] .scoop-navbar {
  background: transparent !important;
  height: auto;
  position: absolute;
}
.scoop[theme-layout="horizontal"][scoop-device-type="phone"] .scoop-navbar .scoop-inner-navbar {
  height: auto;
  position: relative;
}
.scoop[theme-layout="horizontal"][scoop-device-type="phone"] .scoop-navbar  .scoop-brand a {
  display:none; 
}



.scoop[theme-layout="horizontal"][scoop-device-type="phone"] .scoop-navbar  {
  opacity: 0;
  visibility: hidden;
}
.scoop[theme-layout="horizontal"][scoop-device-type="phone"] .scoop-navbar{
  width: 90%;

}
.scoop[theme-layout="horizontal"][scoop-device-type="phone"] .scoop-navbar{
   transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
}
.scoop[theme-layout="horizontal"][scoop-device-type="phone"] .scoop-navbar.show-menu{
	opacity: 1;
	visibility: visible;
	transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
}
 
.scoop[theme-layout="horizontal"] .scoop-navbar  .scoop-brand a {
  font-family: lato;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 40px;
  padding: 0 10px;
  text-decoration: none;  
} 
.scoop[scoop-device-type="desktop"] .scoop-navbar  .scoop-brand .menu-toggle, 
.scoop[scoop-device-type="tablet"] .scoop-navbar  .scoop-brand .menu-toggle,
.scoop[scoop-device-type="phone"] .scoop-navbar  .scoop-brand .menu-toggle {
    display: none;
}
.scoop[theme-layout="horizontal"][scoop-device-type="phone"] .scoop-brand .menu-toggle {
	/* float: right; */
}
.scoop[theme-layout="horizontal"][scoop-device-type="phone"] .scoop-brand  {
	float: none !important;
}
.scoop[theme-layout="horizontal"][scoop-device-type="phone"] .scoop-navbar .scoop-item {
    
    display: block;
    float: none !important;
    position: relative;
    width: 100%;
    z-index: 1;
}
.scoop[theme-layout="horizontal"][scoop-device-type="phone"] .scoop-navbar .scoop-item > li {
    float: none;
	display: block;
	position: relative;
}  
.scoop[theme-layout="horizontal"][scoop-device-type="phone"] .scoop-navbar .scoop-item[item-border="true"] > li > a {
    border-right-width: 0px; 
	border-bottom-width:1px;
	border-bottom-style:solid;
}
.scoop[theme-layout="horizontal"][scoop-device-type="phone"] .scoop-navbar .scoop-item[item-border="true"] > li.scoop-trigger > a {
	border-bottom-width:0px;

}
.scoop[theme-layout="horizontal"][scoop-device-type="phone"] .scoop-navbar .scoop-item >.scoop-hasmenu > .scoop-submenu {
    min-width: 100%;
	z-index: 2;
}
.scoop[theme-layout="horizontal"][scoop-device-type="phone"] .scoop-navbar .scoop-item >.scoop-hasmenu.scoop-trigger  > .scoop-submenu {
    position: relative;
}
.scoop[theme-layout="horizontal"][scoop-device-type="phone"] .scoop-navbar .scoop-item >.scoop-hasmenu > .scoop-submenu   >.scoop-hasmenu >.scoop-submenu{
    left: 0;
    min-width: 100%;
    right: 0;
    top: 0;
    z-index: 1;
}
.scoop[theme-layout="horizontal"][scoop-device-type="phone"] .scoop-navbar .scoop-item >.scoop-hasmenu > .scoop-submenu   >.scoop-hasmenu.scoop-trigger  >.scoop-submenu{
    position:relative;
}
.scoop[theme-layout="horizontal"][scoop-device-type="phone"] .scoop-navbar .scoop-item >.scoop-hasmenu > .scoop-submenu   >.scoop-hasmenu >.scoop-submenu >.scoop-hasmenu >.scoop-submenu{
    left: 0;
    min-width: 100%;
    right: 0;
    top: 0;
    z-index: 1;
}
.scoop[theme-layout="horizontal"][scoop-device-type="phone"] .scoop-navbar .scoop-item >.scoop-hasmenu > .scoop-submenu   >.scoop-hasmenu.scoop-trigger  >.scoop-submenu  >.scoop-hasmenu.scoop-trigger  >.scoop-submenu{
    position:relative;
}
.scoop[theme-layout="horizontal"][scoop-device-type="phone"][horizontal-placement="bottom"] .scoop-navbar {
    bottom: auto;
}
.scoop[theme-layout="horizontal"][scoop-device-type="phone"] .scoop-header {
    height: auto;
    border-top: #3c2104 solid 1px;
    border-bottom: #3c2104 solid 1px;
}
.scoop[theme-layout="horizontal"][scoop-device-type="phone"] .scoop-navbar .scoop-item > li.scoop-hasmenu > a:after, 
.scoop[theme-layout="horizontal"][scoop-device-type="phone"] .scoop-navbar .scoop-item > li.scoop-hasmenu.active > a:after, 
.scoop[theme-layout="horizontal"][scoop-device-type="phone"] .scoop-navbar .scoop-item > li.scoop-hasmenu.scoop-trigger > a:after {
    position: absolute;
    right: 13px;
}
/* Handle Horizontal menu on Phone CSS Close */









/*##################################################################################################
	***************************** Horizontal Theme CSS Style Start here **************************
####################################################################################################*/


/* ######################### Horizontal Navbar Theme 1 #################################*/

.scoop .scoop-navbar[navbar-theme="theme1"] {
  background: #3c2104  none repeat scroll 0 0;
}
.scoop .scoop-navbar[navbar-theme="theme1"] .scoop-item  .scoop-hasmenu .scoop-submenu{
  background: #efedea; 
}
.scoop[theme-layout="horizontal"] .scoop-navbar[navbar-theme="theme1"] .scoop-item[item-border="true"] > li > a {
    border-right-color: #40516a;
}
.scoop[theme-layout="horizontal"] .scoop-navbar[navbar-theme="theme1"] .scoop-item[subitem-border="true"] .scoop-hasmenu  .scoop-submenu li > a {
    border-bottom-color: #34455e;
}
.scoop .scoop-navbar[navbar-theme="theme1"] .scoop-brand a {
  color: #fff;
}
.scoop .scoop-navbar[navbar-theme="theme1"] .scoop-brand a .scoop-brand-text .small-text{
 color:#00843d;
}
.scoop .scoop-navbar[navbar-theme="theme1"] .scoop-brand .menu-toggle a {
  color: #fff;
}
.scoop .scoop-navbar[navbar-theme="theme1"] .scoop-item  > li > a {
  color:#cbd3df;
  text-transform: uppercase;
}
.scoop .scoop-navbar[navbar-theme="theme1"] .scoop-item > li.mobilenav2nd > a {
	text-transform: none;
}
.scoop .scoop-navbar[navbar-theme="theme1"] .scoop-item  > li.mobilenav2nd > a, .scoop .scoop-navbar[navbar-theme="theme1"] .scoop-item  > li.mobilenav2nd > a:focus, .scoop .scoop-navbar[navbar-theme="theme1"] .scoop-item  > li.mobilenav2nd > a:visited {
  color:#00843d;
}

.scoop .scoop-navbar[navbar-theme="theme1"] .scoop-item .scoop-hasmenu .scoop-submenu li > a {
  color: #cbd3df;
  
}
.scoop .scoop-navbar[navbar-theme="theme1"] .scoop-item > li:hover > a {
  background: /* #233146; */ #efedea;
  color:#3c2104;
}
.scoop .scoop-navbar[navbar-theme="theme1"] .scoop-item > li.active > a {
  background: /* #233146; */ #efedea;
  color:#3c2104;
}
.scoop .scoop-navbar[navbar-theme="theme1"] .scoop-item .scoop-hasmenu .scoop-submenu li:hover > a {
  background: /* #233146; */ #efedea;
  color: #3c2104;
}
.scoop .scoop-navbar[navbar-theme="theme1"] .scoop-item .scoop-hasmenu .scoop-submenu  li.active > a {
  background: /* #233146; */ #efedea;
  color:#3c2104;
}
.scoop .scoop-navbar[navbar-theme="theme1"] .scoop-item  .scoop-hasmenu .scoop-submenu{
  border: solid 3px #00843d;
}
.scoop .scoop-navbar[navbar-theme="theme1"] .scoop-item > li.scoop-hasmenu.scoop-trigger > a > .scoop-mcaret {
    border-bottom-color: #00843d;
}
.scoop[theme-layout="horizontal"] .scoop-navbar[navbar-theme="theme1"] .scoop-item  > li.scoop-hasmenu.scoop-trigger.active .scoop-submenu{
	border-top-color:#00843d;
}
.scoop[theme-layout="horizontal"] .scoop-navbar[navbar-theme="theme1"] .scoop-item > li.scoop-hasmenu.scoop-trigger.active > a > .scoop-mcaret {
	border-bottom-color:#00843d ;
}
.scoop .scoop-navbar[navbar-theme="theme1"] .scoop-item .scoop-hasmenu .scoop-submenu.scoop-megamenu ul li.title {
  border-bottom-color: #00843d;
  color:#00843d;
  font-family: 'Montserrat', sans-serif;
}
.scoop .scoop-navbar[navbar-theme="theme1"] .scoop-item .scoop-hasmenu .scoop-submenu.scoop-megamenu .scoop-gridbox {
    background: #40516a;
	color:#cbd3df;
}
.scoop .scoop-navbar[navbar-theme="theme1"] .scoop-item .scoop-hasmenu .scoop-submenu.scoop-megamenu ul li a {
    color: #3c2104;
}
.scoop .scoop-navbar[navbar-theme="theme1"] .scoop-item .scoop-hasmenu .scoop-submenu.scoop-megamenu ul li a:hover {
    color: #FFF;
    background-color: #00843d;
    padding-left: 12px;
}
.scoop[scoop-device-type="phone"] .scoop-navbar[navbar-theme="theme1"] .scoop-inner-navbar {
  background: #3c2104;
}
.scoop[scoop-device-type="phone"] .scoop-navbar[navbar-theme="theme1"] .scoop-item[item-border="true"] > li > a {
	border-bottom-color:#42536c;
}

.scoop[horizontal-placement="bottom"] .scoop-navbar[navbar-theme="theme1"] .scoop-item .scoop-hasmenu .scoop-submenu {
	border-bottom-color:#00843d;
}
.scoop[horizontal-placement="bottom"] .scoop-navbar[navbar-theme="theme1"] .scoop-item > li.scoop-hasmenu.scoop-trigger > a > .scoop-mcaret {
	border-top-color: #00843d; 
}
.scoop[horizontal-placement="bottom"] .scoop-navbar[navbar-theme="theme1"] .scoop-item  > li.scoop-hasmenu.scoop-trigger.active .scoop-submenu{
	border-top-color:#00843d;
}
.scoop[horizontal-placement="bottom"] .scoop-navbar[navbar-theme="theme1"] .scoop-item > li.scoop-hasmenu.scoop-trigger.active > a > .scoop-mcaret {
	border-bottom-color:#00843d ;
}
.scoop .scoop-navbar[navbar-theme="theme1"] .scoop-form-wrapper button:before {
    border-color: transparent #00843d transparent;
}
.scoop .scoop-navbar[navbar-theme="theme1"] .scoop-form-wrapper button:hover:before {
    border-right-color: #00843d;
}
.scoop .scoop-navbar[navbar-theme="theme1"] .scoop-form-wrapper button {
    background: #00843d;
	color:#000;
}
.scoop .scoop-navbar[navbar-theme="theme1"] .scoop-form-wrapper button:hover {
    background: #00843d;
	color:#000;
}

/* Navigation Theme CSS Style Close Here  */


/* ###################################################################################
		********************Horizontal Theme patteren CSS Start************ 
   ##################################################################################*/

/* removed patterns because they're stupid - M.S */


/* ###################################################################################
		********************Horizontal Theme patteren CSS Close ************ 
   ##################################################################################*/
   
/* ###################################################################################
		********************Header Theme CSS Start ************ 
   ##################################################################################*/
/* Header Theme 1 */
.scoop .scoop-header[header-theme="theme1"] {
    background: #e9ecf3;
} 
 .scoop[scoop-device-type="phone"] .scoop-header[header-theme="theme1"]  .scoopbrand-xs {
    background: #364760 ;
}    
.scoop .scoop-header[header-theme="theme1"] .scoopbrand-xs .scoop-brand a {
    color: #fff;
}
.scoop .scoop-header[header-theme="theme1"] .scoopbrand-xs .scoop-brand a .scoop-brand-text .small-text {
    color: #00843d !important;
}  
/* Deactivated Header Theme 2 and deleted 3-9 for control through addedcustom.css
 
 .scoop .scoop-header[header-theme="theme2"] {
    background: #e9ecf3;
} 
 .scoop[scoop-device-type="phone"] .scoop-header[header-theme="theme2"]  .scoopbrand-xs {
    background: #FFF ;
}    
.scoop .scoop-header[header-theme="theme2"] .scoopbrand-xs .scoop-brand a {
    color: #000;
}
.scoop .scoop-header[header-theme="theme2"] .scoopbrand-xs .scoop-brand a .scoop-brand-text .small-text {
    color: #00843d;
}

*/

/* ###################################################################################
		********************Header Theme CSS Close ************ 
   ##################################################################################*/
 
 
 
 
 
 
/*##########################################################################################
 *************************Active Item and Hover Item Theme CSS style here *****************
############################################################################################*/

/* Active Item Theme 1 with style1 */
.scoop .scoop-navbar[active-item-theme="theme1"][active-item-style="style1"]	.scoop-item  > li:hover > a {
	background:#F2706E;
	color:#FFF;
} 
.scoop .scoop-navbar[active-item-theme="theme1"][active-item-style="style1"]	.scoop-item > li.active > a {
  background: #F2706E;
  color:#FFF;
} 
.scoop .scoop-navbar[active-item-theme="theme1"][active-item-style="style1"] .scoop-item .scoop-hasmenu .scoop-submenu li:hover > a {
  background: #F2706E;
  color: #FFF;
}
.scoop .scoop-navbar[active-item-theme="theme1"][active-item-style="style1"] .scoop-item .scoop-hasmenu .scoop-submenu  li.active > a {
  background: #F2706E;
  color:#FFF;
}
.scoop .scoop-navbar[active-item-theme="theme1"][active-item-style="style1"]  .scoop-item  .scoop-hasmenu .scoop-submenu{
  border-top-color: #de5c5a;
}
.scoop .scoop-navbar[active-item-theme="theme1"][active-item-style="style1"]  .scoop-item > li.scoop-hasmenu.scoop-trigger > a > .scoop-mcaret {
    border-bottom-color: #de5c5a;
}  
.scoop .scoop-navbar[active-item-theme="theme1"][active-item-style="style1"]  .scoop-item  > li.scoop-hasmenu.scoop-trigger.active .scoop-submenu{
	border-top-color:#de5c5a !important;
}
.scoop .scoop-navbar[active-item-theme="theme1"][active-item-style="style1"]  .scoop-item > li.scoop-hasmenu.scoop-trigger.active > a > .scoop-mcaret {
	border-bottom-color:#de5c5a !important;
}
.scoop .scoop-navbar[active-item-theme="theme1"] .scoop-form-wrapper button:before {
    border-color: transparent #de5c5a transparent !important;
}
.scoop .scoop-navbar[active-item-theme="theme1"] .scoop-form-wrapper button:hover:before {
    border-right-color: #de5c5a !important;
}
.scoop .scoop-navbar[active-item-theme="theme1"] .scoop-form-wrapper button {
    background: #de5c5a !important;
	color:#FFF;
}
.scoop .scoop-navbar[active-item-theme="theme1"] .scoop-form-wrapper button:hover {
    background: #de5c5a !important;
	color:#FFF;
}

/* Active Item Theme 2 */

.scoop .scoop-navbar[active-item-theme="theme2"][active-item-style="style1"]  .scoop-item  > li:hover > a {
	background:#0096b1;
	color:#FFF;
}
.scoop .scoop-navbar[active-item-theme="theme2"][active-item-style="style1"] .scoop-item > li.active > a {
  background: #0096b1;
  color:#FFF;
}
.scoop .scoop-navbar[active-item-theme="theme2"][active-item-style="style1"] .scoop-item .scoop-hasmenu .scoop-submenu li:hover > a {
  background: #0096b1;
  color: #FFF;
}
.scoop .scoop-navbar[active-item-theme="theme2"][active-item-style="style1"] .scoop-item .scoop-hasmenu .scoop-submenu  li.active > a {
  background: #0096b1;
  color:#FFF;
}
.scoop .scoop-navbar[active-item-theme="theme2"][active-item-style="style1"] .scoop-item  .scoop-hasmenu .scoop-submenu{
  border-top-color: #028097;
}
.scoop .scoop-navbar[active-item-theme="theme2"][active-item-style="style1"] .scoop-item > li.scoop-hasmenu.scoop-trigger > a > .scoop-mcaret {
    border-bottom-color: #028097;
}
.scoop .scoop-navbar[active-item-theme="theme2"][active-item-style="style1"] .scoop-item  > li.scoop-hasmenu.scoop-trigger.active .scoop-submenu{
	border-top-color:#028097 !important;
}
.scoop .scoop-navbar[active-item-theme="theme2"][active-item-style="style1"] .scoop-item > li.scoop-hasmenu.scoop-trigger.active > a > .scoop-mcaret {
	border-bottom-color:#028097 !important;
} 
.scoop .scoop-navbar[active-item-theme="theme2"] .scoop-form-wrapper button:before {
    border-color: transparent #028097 transparent !important;
}
.scoop .scoop-navbar[active-item-theme="theme2"] .scoop-form-wrapper button:hover:before {
    border-right-color: #028097 !important;
}
.scoop .scoop-navbar[active-item-theme="theme2"] .scoop-form-wrapper button {
    background: #028097 !important;
	color:#FFF;
}
.scoop .scoop-navbar[active-item-theme="theme2"] .scoop-form-wrapper button:hover {
    background: #028097 !important;
	color:#FFF;
}
/* Active Item Theme 3 */
.scoop .scoop-navbar[active-item-theme="theme3"][active-item-style="style1"]  .scoop-item  > li:hover > a {
	background:#e64056 ;
	color:#FFF;
}
.scoop .scoop-navbar[active-item-theme="theme3"][active-item-style="style1"] .scoop-item > li.active > a {
  background: #e64056 ;
  color:#FFF;
}
.scoop .scoop-navbar[active-item-theme="theme3"][active-item-style="style1"] .scoop-item .scoop-hasmenu .scoop-submenu li:hover > a {
  background: #e64056 ;
  color: #FFF;
}
.scoop .scoop-navbar[active-item-theme="theme3"][active-item-style="style1"] .scoop-item .scoop-hasmenu .scoop-submenu  li.active > a {
  background: #e64056;
  color:#FFF;
}
.scoop .scoop-navbar[active-item-theme="theme3"][active-item-style="style1"] .scoop-item  .scoop-hasmenu .scoop-submenu{
  border-top-color: #d83248 ;
}
.scoop .scoop-navbar[active-item-theme="theme3"][active-item-style="style1"] .scoop-item > li.scoop-hasmenu.scoop-trigger > a > .scoop-mcaret {
    border-bottom-color: #d83248 ;
}
.scoop .scoop-navbar[active-item-theme="theme3"][active-item-style="style1"] .scoop-item  > li.scoop-hasmenu.scoop-trigger.active .scoop-submenu{
	border-top-color:#d83248 !important;
}
.scoop .scoop-navbar[active-item-theme="theme3"][active-item-style="style1"] .scoop-item > li.scoop-hasmenu.scoop-trigger.active > a > .scoop-mcaret {
	border-bottom-color:#d83248 !important;
}  
.scoop .scoop-navbar[active-item-theme="theme3"] .scoop-form-wrapper button:before {
    border-color: transparent #d83248 transparent !important;
}
.scoop .scoop-navbar[active-item-theme="theme3"] .scoop-form-wrapper button:hover:before {
    border-right-color: #d83248 !important;
}
.scoop .scoop-navbar[active-item-theme="theme3"] .scoop-form-wrapper button {
    background: #d83248 !important;
	color:#FFF;
}
.scoop .scoop-navbar[active-item-theme="theme3"] .scoop-form-wrapper button:hover {
    background: #d83248 !important;
	color:#FFF;
}
/* Active Item Theme 4 */
.scoop .scoop-navbar[active-item-theme="theme4"][active-item-style="style1"]  .scoop-item  > li:hover > a {
	background:#00843d ;
	color:#414141;
}
.scoop .scoop-navbar[active-item-theme="theme4"][active-item-style="style1"] .scoop-item > li.active > a {
  background: #00843d ;
  color:#414141;
}
.scoop .scoop-navbar[active-item-theme="theme4"][active-item-style="style1"] .scoop-item .scoop-hasmenu .scoop-submenu li:hover > a {
  background: #00843d ;
  color: #414141;
}
.scoop .scoop-navbar[active-item-theme="theme4"][active-item-style="style1"] .scoop-item .scoop-hasmenu .scoop-submenu  li.active > a {
  background: #00843d;
  color:#414141;
}
.scoop .scoop-navbar[active-item-theme="theme4"][active-item-style="style1"] .scoop-item  .scoop-hasmenu .scoop-submenu{
  border-top-color: #d78906 ;
}
.scoop .scoop-navbar[active-item-theme="theme4"][active-item-style="style1"] .scoop-item > li.scoop-hasmenu.scoop-trigger > a > .scoop-mcaret {
    border-bottom-color: #d78906 ;
}
.scoop .scoop-navbar[active-item-theme="theme4"][active-item-style="style1"] .scoop-item  > li.scoop-hasmenu.scoop-trigger.active .scoop-submenu{
	border-top-color:#d78906 !important;
}
.scoop .scoop-navbar[active-item-theme="theme4"][active-item-style="style1"] .scoop-item > li.scoop-hasmenu.scoop-trigger.active > a > .scoop-mcaret {
	border-bottom-color:#d78906 !important;
} 
.scoop .scoop-navbar[active-item-theme="theme4"] .scoop-form-wrapper button:before {
    border-color: transparent #00843d transparent !important;
}
.scoop .scoop-navbar[active-item-theme="theme4"] .scoop-form-wrapper button:hover:before {
    border-right-color: #00843d !important;
}
.scoop .scoop-navbar[active-item-theme="theme4"] .scoop-form-wrapper button {
    background: #00843d !important;
	color:#FFF;
}
.scoop .scoop-navbar[active-item-theme="theme4"] .scoop-form-wrapper button:hover {
    background: #00843d !important;
	color:#FFF;
}
/* Active Item Theme 5 */
.scoop .scoop-navbar[active-item-theme="theme5"][active-item-style="style1"]  .scoop-item  > li:hover > a {
	background:#8eb021;
	color:#FFF;
}
.scoop .scoop-navbar[active-item-theme="theme5"][active-item-style="style1"] .scoop-item > li.active > a {
  background: #8eb021;
  color:#FFF;
}
.scoop .scoop-navbar[active-item-theme="theme5"][active-item-style="style1"] .scoop-item .scoop-hasmenu .scoop-submenu li:hover > a {
  background: #8eb021;
  color: #FFF;
}
.scoop .scoop-navbar[active-item-theme="theme5"][active-item-style="style1"] .scoop-item .scoop-hasmenu .scoop-submenu  li.active > a {
  background: #8eb021;
  color:#FFF;
}
.scoop .scoop-navbar[active-item-theme="theme5"][active-item-style="style1"] .scoop-item  .scoop-hasmenu .scoop-submenu{
  border-top-color: #77941b ;
}
.scoop .scoop-navbar[active-item-theme="theme5"][active-item-style="style1"] .scoop-item > li.scoop-hasmenu.scoop-trigger > a > .scoop-mcaret {
    border-bottom-color: #77941b ;
}
.scoop .scoop-navbar[active-item-theme="theme5"][active-item-style="style1"] .scoop-item  > li.scoop-hasmenu.scoop-trigger.active .scoop-submenu{
	border-top-color:#77941b !important ;
}
.scoop .scoop-navbar[active-item-theme="theme5"][active-item-style="style1"] .scoop-item > li.scoop-hasmenu.scoop-trigger.active > a > .scoop-mcaret {
	border-bottom-color:#77941b !important;
} 
.scoop .scoop-navbar[active-item-theme="theme5"] .scoop-form-wrapper button:before {
    border-color: transparent #77941b transparent !important;
}
.scoop .scoop-navbar[active-item-theme="theme5"] .scoop-form-wrapper button:hover:before {
    border-right-color: #77941b !important;
}
.scoop .scoop-navbar[active-item-theme="theme5"] .scoop-form-wrapper button {
    background: #77941b !important;
	color:#FFF;
}
.scoop .scoop-navbar[active-item-theme="theme5"] .scoop-form-wrapper button:hover {
    background: #77941b !important;
	color:#FFF;
}
/* Active Item Theme 6 */
.scoop .scoop-navbar[active-item-theme="theme6"][active-item-style="style1"]  .scoop-item  > li:hover > a {
	background:#967adc;
	color:#FFF;
}
.scoop .scoop-navbar[active-item-theme="theme6"][active-item-style="style1"] .scoop-item > li.active > a {
  background: #967adc;
  color:#FFF;
}
.scoop .scoop-navbar[active-item-theme="theme6"][active-item-style="style1"] .scoop-item .scoop-hasmenu .scoop-submenu li:hover > a {
  background: #967adc;
  color: #FFF;
}
.scoop .scoop-navbar[active-item-theme="theme6"][active-item-style="style1"] .scoop-item .scoop-hasmenu .scoop-submenu  li.active > a {
  background: #967adc ;
  color:#FFF;
}
.scoop .scoop-navbar[active-item-theme="theme6"][active-item-style="style1"] .scoop-item  .scoop-hasmenu .scoop-submenu{
  border-top-color: #a889f7;
}
.scoop .scoop-navbar[active-item-theme="theme6"][active-item-style="style1"] .scoop-item > li.scoop-hasmenu.scoop-trigger > a > .scoop-mcaret {
    border-bottom-color: #a889f7;
}
.scoop .scoop-navbar[active-item-theme="theme6"][active-item-style="style1"] .scoop-item  > li.scoop-hasmenu.scoop-trigger.active .scoop-submenu{
	border-top-color:#a889f7 !important;
}
.scoop .scoop-navbar[active-item-theme="theme6"][active-item-style="style1"] .scoop-item > li.scoop-hasmenu.scoop-trigger.active > a > .scoop-mcaret {
	border-bottom-color:#a889f7 !important;;
}  
.scoop .scoop-navbar[active-item-theme="theme6"] .scoop-form-wrapper button:before {
    border-color: transparent #a889f7 transparent !important;
}
.scoop .scoop-navbar[active-item-theme="theme6"] .scoop-form-wrapper button:hover:before {
    border-right-color: #a889f7 !important;
}
.scoop .scoop-navbar[active-item-theme="theme6"] .scoop-form-wrapper button {
    background: #a889f7 !important;
	color:#FFF;
}
.scoop .scoop-navbar[active-item-theme="theme6"] .scoop-form-wrapper button:hover {
    background: #a889f7 !important;
	color:#FFF;
}
/* Active Item Theme 7 */
.scoop .scoop-navbar[active-item-theme="theme7"][active-item-style="style1"]  .scoop-item  > li:hover > a {
	background:#fe9375;
	color:#FFF;
}
.scoop .scoop-navbar[active-item-theme="theme7"][active-item-style="style1"] .scoop-item > li.active > a {
  background: #fe9375;
  color:#FFF;
}
.scoop .scoop-navbar[active-item-theme="theme7"][active-item-style="style1"] .scoop-item .scoop-hasmenu .scoop-submenu li:hover > a {
  background: #fe9375;
  color: #FFF;
}
.scoop .scoop-navbar[active-item-theme="theme7"][active-item-style="style1"] .scoop-item .scoop-hasmenu .scoop-submenu  li.active > a {
  background: #fe9375 ;
  color:#FFF;
}
.scoop .scoop-navbar[active-item-theme="theme7"][active-item-style="style1"] .scoop-item  .scoop-hasmenu .scoop-submenu{
  border-top-color: #eb8669;
}
.scoop .scoop-navbar[active-item-theme="theme7"][active-item-style="style1"] .scoop-item > li.scoop-hasmenu.scoop-trigger > a > .scoop-mcaret {
    border-bottom-color: #eb8669;
}
.scoop .scoop-navbar[active-item-theme="theme7"][active-item-style="style1"] .scoop-item  > li.scoop-hasmenu.scoop-trigger.active .scoop-submenu{
	border-top-color:#eb8669 !important;
}
.scoop .scoop-navbar[active-item-theme="theme7"][active-item-style="style1"] .scoop-item > li.scoop-hasmenu.scoop-trigger.active > a > .scoop-mcaret {
	border-bottom-color:#eb8669 !important;
}  
.scoop .scoop-navbar[active-item-theme="theme7"] .scoop-form-wrapper button:before {
    border-color: transparent #eb8669 transparent !important;
}
.scoop .scoop-navbar[active-item-theme="theme7"] .scoop-form-wrapper button:hover:before {
    border-right-color: #eb8669 !important;
}
.scoop .scoop-navbar[active-item-theme="theme7"] .scoop-form-wrapper button {
    background: #eb8669 !important;
	color:#FFF;
}
.scoop .scoop-navbar[active-item-theme="theme7"] .scoop-form-wrapper button:hover {
    background: #eb8669 !important;
	color:#FFF;
}
/*##########################################################################################
 *************************Active Item and Hover Item Theme CSS style Close *****************
############################################################################################*/ 


 

.scoop-rr-header .btn {
  font-size: 12px;
  font-weight: 600;
  margin-left:5px;
}

/* Customizations for Woodworkers Source */

.scoop .scoop-navbar .scoop-item .scoop-hasmenu .scoop-submenu.scoop-megamenu ul li a.shopall {
    color: #00843d;
    background-color: #dad6c8;
    padding-left: 8px;
    font-weight: 900;
    font-size: .85em;
}

div.salenavbox {
    border: none;
    background-color: none;

}

div.salenavbox:hover {
border: 1px solid #00843d;
background-color: #fff;
  -o-transition: -o-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: 0.65s;
}
 div.whitenavbox {
    background-color: #fff;
    padding: 8px 24px;
    }
.scoop .scoop-navbar .scoop-item > li.megamenu-full .fa {
font-size: .75em;
}

div.mobilenavbox {
    background-color: #fff;
    padding: 0px;
    margin: 8px 3px;
    font-size: .6em;
    }

li.mobilenav2nd {
	background-color: #dfddd7;
}
/* li.mobilenav2nd a .scoop-mtext, li.mobilenav2nd a .scoop-micon, .mobilenav2nd a:hover .scoop-mtext, .mobilenav2nd a:hover .scoop-micon, .mobilenav2nd a:focus .scoop-mtext, .mobilenav2nd a:focus .scoop-micon, .mobilenav2nd a:visited .scoop-mtext, .mobilenav2nd a:visited .scoop-micon {
	color: #d4c2ac; 
} */
div.mobilelocal {
	color: #cbd3df;
	padding: 2em;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1em;
}