/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.qodef-onsale {
	background-color: #000 !important;
	background-image: url(https://cdn2.hex-libris.com/wp-content/uploads/2017/03/sale_icon.jpg) !important;
	background-size: contain !important;
}

.qodef-onsale .qodef-onsale-inner {
	font-family: "Cinzel" !important;
	font-weight: 400 !important;
}

#ulp-ANaqRKwasjXM1lKl .ulp-submit-facebook, #ulp-ANaqRKwasjXM1lKl .ulp-submit-facebook:visited { width: 80%; }

#ulp-ANaqRKwasjXM1lKl .ulp-submit-google, #ulp-ANaqRKwasjXM1lKl .ulp-submit-google:visited { width: 80%; }

.summary p { padding-bottom: 1em; }

.summary p em {
	font-family: Georgia;
	color: #222; 
}

.out-of-stock.stock-status {     display: block !important;
    color: #fff;
    background-color: #000;
    width: 100px;
    text-align: center;
    margin-bottom: 15px;
}

#nav-menu-item-4342 > a > span > span.item_inner > span.item_text, #mobile-menu-item-4342 > a > span {
	color: #FF9100 !important;
	font-size: 14px;
}

#nav-menu-item-1853 > a > span > span.item_inner > span.item_text {
	color: #fff;
	font-size: 16px;
	    animation-duration: 0.5s;
    animation-name: changeGradient;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

#nav-menu-item-9042 > a > span > span.item_inner > span.item_text {
	color: #fff !important;
	animation-duration: 0.5s;
  animation-name: changeGradient;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.qodef-single-product-summary .price { margin-bottom: 0px; padding-bottom: 10px !important; }

.qodef-vertical-align-containers .qodef-position-center:before, .qodef-vertical-align-containers .qodef-position-left:before, .qodef-vertical-align-containers .qodef-position-right:before { margin: 0;
}

.qodef-banner-overlay { opacity: 0.1 !important; }

body > div.qodef-wrapper > div.qodef-wrapper-inner > div.qodef-content > div > div.qodef-full-width > div > div > div.pwb-brand-banner.pwb-clearfix { padding-bottom: 20px; }

body > div.qodef-wrapper > div.qodef-wrapper-inner > div.qodef-content > div > div.qodef-full-width > div > div > div.pwb-brand-description { padding-bottom: 30px; }

.tax-pwb-brand .qodef-title .qodef-title-holder { display: none !important; }

.tax-pwb-brand div.qodef-content > div > div.qodef-title.qodef-breadcrumb-type.qodef-content-left-alignment.qodef-animation-no { height: 30px !important; padding: 0px !important; }

.qodef-mobile-header .qodef-mobile-nav a, .qodef-mobile-header .qodef-mobile-nav h4 {
	border-bottom: 1px solid #1a1a1a !important;
}

.qodef-breadcrumbs-holder > span {
  float: right;
  font-family: Raleway,sans-serif;      
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
  overflow-x: hidden!important;
  -webkit-font-smoothing: antialiased;
}

body > div.qodef-wrapper > div.qodef-wrapper-inner > div.qodef-content > div > div.qodef-title.qodef-breadcrumb-type.qodef-content-left-alignment.qodef-animation-no > div.qodef-title-holder > div { display: none; }

.pwb-brand-banner {
	max-width: 260px !important;
}

.qodef-breadcrumbs-holder .breadcrumb_last { color: black; }

@media (max-width: 767px) {
	body > div.qodef-wrapper > div.qodef-wrapper-inner > div.qodef-content > div > div.qodef-title.qodef-breadcrumb-type.qodef-content-left-alignment.qodef-animation-no {
	display: none;
}
}

@keyframes changeGradient {
	0% {
		text-shadow: 0 0 5px 			rgba(255,255,255,0.4), 0 0 20px rgba(253,225,120,0.4);
}

100% {
    text-shadow: 0 0 10px rgba(255,255,255,1), 0 0 30px rgba(253,225,120,1);
} }