#mega-menu > .btn-mega > em#menu-invisible-title {display: block; }
#mega-menu > .btn-mega > em#menu-visible-title {display: none; }
#mega-menu.force-visible > .btn-mega {border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; background-color: #f28b00; }
#mega-menu.force-visible > .btn-mega > em#menu-invisible-title {display: none; }
#mega-menu.force-visible > .btn-mega > em#menu-visible-title {display: block; }

#mega-menu.force-visible ul.menu {top: -1px; visibility: visible; opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.btn-menu-mega { display: none; }
@media /*only screen and*/ (max-width: 991px) {
	#mega-menu { display: none; }
	.btn-menu-mega { display: block; -webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: 0.5; }
}

a[nohref] {cursor: pointer; }

ul.header-top-nav > li.account > ul {min-width: 130px; width: auto; white-space: nowrap; }

#favoriteModal h3 {text-align: left; border-bottom: 2px solid #f28b00; margin-bottom: 30px; padding-bottom: 10px; }
#favoriteModal .btns-cart a.view-cart {margin-right: 20px; }
#favoriteModal a.close-modal {line-height: 100px; overflow: hidden; top: 28px; }

#compareModal h3 {text-align: left; border-bottom: 2px solid #f28b00; margin-bottom: 30px; padding-bottom: 10px; }
#compareModal .btns-cart a.view-cart {margin-right: 20px; }
#compareModal a.close-modal {line-height: 100px; overflow: hidden; top: 28px; }

div.formError {width: 100%; display: block; background: red; color: white; padding: 1% 2%; }

/*section.account {margin: 5px 0 85px; }*/

div.form-register form div.checkbox label a {text-decoration: underline; }

input[type="checkbox"] {opacity: 1; }
.checkbox input[type="checkbox"] {opacity: 0; }
.profileBox form select {background-color: #FFFFFF; }

/*.widget-list .widget-30 {width: 30%; float: left; }*/

.flash {width: 75%; margin: 1% 1.5% 1% 26%; padding: 1% 2%; line-height: 28px; font-size: 1.1em; border-radius: 15px; }
.flashTop {width: 100%; text-align: center; margin: 5px; padding: 10px; line-height: 20px; border-radius: 15px; border:none }
.flash-success {color: white; background-color: #95b75d; }
.flash-error {color: white; background-color: #b64645;  }
.flash-info {color: white; background-color: #fea223;  }
.flash-danger { color: white; background-color: #b64645;}
.flash-warning { color: white; background-color: #ea0000; }
.flash-warning2 { color: white; background-color: #ee5555;}


.flashing { animation: flashing 0.6s cubic-bezier(1, 0, 0, 1) infinite alternate}
@keyframes flashing { from { opacity: 1 } to { opacity: 0 }}


.close {float: right;font-size: 21px;font-weight: 700;line-height: 1;color: #000;text-shadow: 0 1px 0 #fff;filter: alpha(opacity = 20);	opacity: .2;padding: 10px 15px;	height: auto;	margin: -10px;}

#SetRating span:after { content: none; }
#SetRating span:not([id$="_message"]):after {content: ' ' counter(checkbox) ' / 5'; }

.box-cart .inner-box .dropdown-box .btns-cart button.check-out {color: #FFFFFF; background-color: #F28B00; float: right; }
button.cart-process-btn {padding: 0px 33px; }
button.cart-process-btn:hover {border: 2px solid #f28b00; }

.btn-add-cart.unavailable {text-align: center; color: #808080; font-size: 12px; font-style: italic; padding-top: 10px; }
.product-buy span.unavailable {text-align: center; color: #808080; font-size: 13px; font-style: italic; display: block; }

div[id^="snippet-"] {display: inline; }
