#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
text-align: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cssmenu {
color: #382f2f;
width: 100%;
}
#cssmenu ul ul {
display: none;
}
#cssmenu > ul > li.active > ul {
display: block;
color: #ffffff;
}
.align-right {
float: right;
}
#cssmenu > ul > li > a {
padding: 16px 33px;
cursor: pointer;
z-index: 2;
font-size: 16px;
text-decoration: none;
color: #382f2f;
background: transparent;
border-bottom: 1px solid #e4e4e4;
-webkit-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
#cssmenu ul:first-child>.current-menu-item{
box-shadow: none !important;
z-index: 99;
margin-top: -1px;
}
#cssmenu ul > li.current-menu-item > a,
#cssmenu ul > li.current-menu-item > a:hover{
background-color: #99CC00;
color: #ffffff;
}
#cssmenu .current-menu-item > ul{
padding: 0px !important;
}
#cssmenu > ul > li > a:hover {
color: #99CC00;
}
#cssmenu ul > li.has-sub > a:after {
position: absolute;
right: 26px;
top: 19px;
z-index: 5;
display: block;
height: 10px;
width: 2px;
background: #919191;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub > a:before {
position: absolute;
right: 22px;
top: 23px;
display: block;
width: 10px;
height: 2px;
background: #919191;
content: "";
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#cssmenu ul ul li a {
padding: 14px 22px !important;
cursor: pointer;
z-index: 2;
font-size: 15px;
text-decoration: none;
color: #737070;
background: #fbfbfb;
-webkit-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
#cssmenu ul ul ul li a {
padding-left: 32px !important;
}
#cssmenu ul ul li a:hover{
color: #99CC00;
}
#cssmenu ul ul > li.has-sub > a:after {
top: 16px;
right: 26px;
background: #737070;
}
#cssmenu ul ul > li.has-sub > a:before {
top: 20px;
background: #737070;
}
#cssmenu ul ul li:before{
right: 0px !important;
} span.icon_heart_alt:after{
content: "\e030";
font-family: 'ETmodules';
}
.woocommerce-ordering .orderby{
height: 35px;
border: 1px solid;
border-radius: 0px;
background-color: transparent;
}
.woocommerce div.product .stock{
color: #663399;
font-weight: bold;
padding-top: 10px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
background-color: #663399;
}
.woocommerce-message{
background-color: #663399;
}
.woocommerce button.button.alt.disabled{
background-color: rgba(179,210,107,0.1);
}
.sale-perc {
background-color: #D9534F;
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
color: #fff;
text-align: center;
border-radius: .25em;
}
.product-label {
position: absolute;
top: 8px;
right: 8px;
padding: 3px 7px;
border-radius: 0.25em;
}
.product-label.out-of-stock {
background-color: #663399;
color: #fff;
} .social-icons-container{
padding-top: 6px;
padding-bottom: 10px;
background-color: #f5f5f5;
}
.social-icons-container .et-social-icons li{
border-radius: 50%;
padding: 11px 13px 8px 13px;
background-color: #99CC00;
}
.social-icons-container .et-social-icons li:hover{
background-color: #b3d26b;
}
.social-icons-container .et-social-icons li.et-social-google-plus{
padding: 12px 10px 8px 10px;
}
.et-social-icons li a.icon{
color: #fff;
font-size: 17px;
}
.et-social-google-plus a.icon:before{
content: "\e096";
font-size: 15px;
} .et-cart-info{
font-size: 18px !important;
}
.et-info {
font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
font-weight: 700;
font-size: 13px;
color: #ffffff!important;
}
.et-info .et-email {
color: #ffffff;
margin-left: 8px;
}
.et-info .et-phone:before {
content: "\E090";
font-family: ETmodules;
margin: 4px;
}
.et-info .et-email:before {
content: "\E076";
font-family: ETmodules;
margin: 4px;
}