.nav { margin-bottom: 0; padding-left: 0; list-style: none }
.nav:before, .nav:after { content: " "; display: table }
.nav:after { clear: both }
.nav>li { position: relative; display: block }
.nav>li>a { position: relative; display: block; padding: 10px 15px }
.nav>li>a:hover, .nav>li>a:focus { text-decoration: none; background-color: transparent }
.nav>li>a>img { max-width: none }
.nav-tabs { border-bottom: 1px solid transparent }
.nav-tabs>li { float: left; margin-bottom: -1px }
.nav-tabs>li>a { margin-right: 2px; line-height: inherit; border: 1px solid transparent; border-radius: 0 0 0 0 }
.nav-tabs>li>a:hover { border-color: #eee #eee transparent }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus { color: #555; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent }
.tab-content>.tab-pane { display: none }
.tab-content>.active { display: block }
.apusshopify-popup { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center; position: fixed; z-index: 9999; top: 0; height: 0; width: 0; left: 0; right: 0; bottom: 0; text-align: center; overflow: hidden; visibility: hidden; opacity: 0; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out }
.apusshopify-popup.wishlist-popup .btn-cart { display: none }
.apusshopify-popup.loading { z-index: 999 }
.apusshopify-popup .overlay { background-color: rgba(0,0,0,0.3); color: rgba(0,0,0,0.4); position: fixed; top: 0 !important; left: 0; right: 0; bottom: 0; margin: auto; width: 0; height: 0 }
.apusshopify-popup .content { max-width: 800px; padding: 20px; margin: 0 auto; text-align: left; position: relative; background: #fff; min-width: 490px; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out }

@media (max-width: 1500px) {
.apusshopify-popup .content { max-width: 800px }
}

@media (max-width: 1300px) {
.apusshopify-popup .content { max-width: 650px }
}
.apusshopify-popup.active { visibility: visible; opacity: 1; top: 0; height: auto; width: auto }
.apusshopify-popup.active .content { max-height: 100% }
.apusshopify-popup.active .overlay { width: 100%; height: 100% }
.apusshopify-popup .close-window { position: absolute; right: 0; top: 0; font-weight: bold; color: #000; width: 24px; height: 24px; text-align: center }
.apusshopify-popup .close-window i { line-height: 24px }
.apusshopify-popup .success-message:hover:before { background: #ffb533; color: #fff }
.apusshopify-popup .success-message:before { font-family: FontAwesome; content: "\f00c"; display: inline-block; margin-right: 10px; font-size: 12px }
.apusshopify-popup.loading .loader { left: 50%; position: fixed; top: 50%; -moz-transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%); -o-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%) }
.apusshopify-popup .product-name { margin: 0 }
.apusshopify-popup .product-price { font-size: 18px }
.li-price input { display: none }

