/* Temporary styles for sale May 2017 */
.product-tile .product-pricing .product-standard-price:not(.hide) .was-now {
    display: none;
}
.price-range .product-standard-price {
    padding-right: 5px;
}
.price-range .product-standard-price span {
    text-decoration: none;
}
.product-tile .price-range .product-sales-price {
    color: #ff0000;
}

/* CTA overlay (overriding pattern) */
.cta-overlay-title, .cta-overlay a, .cta-overlay-subtitle{color: black !important;}
.cta-overlay{background-color: rgba(255,255,255, 0.8);}
.cta-wrapper:hover .cta-overlay{background-color: rgba(255,255,255, 0.9);}


/* Video Wrapper styles for existing and new Youku video player iFrame embeds*/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* BAU-5712 - Hide images in post navigation */
.menu-post-pagination .post-navigation-image,
.menu-post-pagination .current-post-item {
	display: none;
}

/* BAU-4960 - Carousel in Megamenu */

.custom-menu-carousel .slick-dots button {
	width: 8px;
	height: 8px;
	border: 1px solid #000000;
	background-color: transparent;
}
.custom-menu-carousel .slick-dots .slick-active button {
	background-color: #000000;
}
.custom-menu-carousel .slick-dots{
	position: absolute;
	left: 0;
	text-align: right;
	bottom: 4px;
	padding: 0;
	width: 100%;
}
.custom-menu-carousel:not(.wide) .slick-dots{
	max-width: 225px;
}
.custom-menu-carousel .menu-carousel-baseline{
	margin-bottom: 10px !important;
}
.custom-menu-carousel .menu-overlay-content{
	position: absolute;
	top: 50%;
	left:0;
	right: 0;
	margin:0 auto;
	width: 90%;
	transform: translateY(-50%);
	color: #ffffff;
	text-align: center;
	font-size: 1.45rem;
    text-transform: none;
    font-family: "Avenir 45 Book",Arial;
}
.custom-menu-carousel .menu-overlay-wrapper{
	position: relative;
	max-width: 225px;
	max-height: 220px;
	width: 100%;
	height: 100%;
}
.custom-menu-carousel .menu-overlay-wrapper:before {
	content: '';
	display: block;
	max-width: 225px;
	max-height: 220px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
}

/* BAU-6365 - Shok-1 Mega Menu Animate */
@media only screen and (min-width: 767px) {
    .shok-effect {
        position: relative;
        display: inline-block
    }
    
    .shok-effect:hover {
        animation: skew .95s infinite alternate;
    }
    
    .shok-effect:hover:after {
        content: attr(data-text);
        position: absolute;
        width: 100%;
        left: 1px;
        top: 0;
        color: #242020;
        opacity: .3;
        animation: glitch .8s infinite alternate;
        text-shadow: #bcbcbc -2px -1px 3px;
        display: inline-block
    }
    
    @keyframes skew {
    
        0%,
        100%,
        20%,
        28%,
        70%,
        78% {
            transform: skew(0)
        }
    
        24% {
            transform: skew(-7deg)
        }
    
        74% {
            transform: skew(10deg)
        }
    }
    
    @keyframes glitch {
        0% {
            transform: translate3d(0, 0, 0);
            opacity: 1
        }
    
        20% {
            transform: translate3d(0, 0, 0);
            opacity: .3
        }
    
        24% {
            transform: translate3d(5px, 4px, 0);
            opacity: 1
        }
    
        100%,
        28%,
        60%,
        68% {
            transform: translate3d(0, 0, 0)
        }
    
        64% {
            transform: translate3d(-4px, -3px, 0)
        }
    
        70%,
        78% {
            opacity: 1;
            transform: translate3d(0, 0, 0)
        }
    
        74% {
            opacity: .3;
            transform: translate3d(9px, -6px, 0)
        }
    }
    
    /* BAU-8052 - Footer Layout Update */
    .site-footer .menu-footer-links {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

/* BAU-7090 + BAU-7095 - Top Banner Images Not Full Bleed */
.plp-hero-fullbleed .content-asset img.plp-hero-fullbleed-image,
.pt_customer-service .cs-landing-banner .content-asset img,
.pt_account_page .content-asset img,
.pt_account_register .content-asset img {
	width: 100%;
}