/* remove search box*/
.site-header 
.widget_product_search , .site-search{
	display:none;
}


/* Remove shopping cart from header */
.woocommerce-active .site-header .site-header-cart {
display: none!important;
}

/* Remove entry header title */
.entry-header {
	display:none!important;
}


/* Masthead */
#masthead.site-header {
	margin-bottom:0px!important;

}

/* Remove space below breadcrumb */
.storefront-breadcrumb {
	margin-bottom:0px!important;
}

/* Remove social like */
.sharedaddy {
	display:none!important;
}


/* Remove mobile footer menu */
.storefront-handheld-footer-bar {
	display:none;
}


/* NON apple device cover images */
@supports (-webkit-touch-callout: none) {
  .nonappleimage {
		display:none;
  }
}

/* Apple device cover images */
@supports not (-webkit-touch-callout: none) {
	.appleimage {
		display:none;
  }
}

/* Home top mobile image */
@media screen and (max-width: 543px) {
  .spdslide {
		width:auto;
    margin-right: -50px!important;
    margin-left: -50px!important;
    background-image: url(https://polariseyewear.com/wp-content/uploads/2020/08/spd-mobile.jpg) !important;
		background-repeat:no-repeat;
  }
}


/* sp top mobile image */
@media screen and (max-width: 543px) {
  .spslide {
		width:auto;
    margin-right: -50px!important;
    margin-left: -50px!important;
    background-image: url(https://polariseyewear.com/wp-content/uploads/2020/09/spu-mobile.jpg) !important;
		background-repeat:no-repeat;
  }
}

/* spd11 top mobile image */
@media screen and (max-width: 543px) {
  .spd11slide {
		width:auto;
    margin-right: -50px!important;
    margin-left: -50px!important;
    background-image: url(https://polariseyewear.com/wp-content/uploads/2020/09/spd11-mobile.jpg) !important;
		background-repeat:no-repeat;
  }
}

/* spd14 top mobile image */
@media screen and (max-width: 543px) {
  .spd14slide {
		width:auto;
    margin-right: -50px!important;
    margin-left: -50px!important;
    background-image: url(https://polariseyewear.com/wp-content/uploads/2020/09/spd14-mobile.jpg) !important;
		background-repeat:no-repeat;
  }
}

/* a03 top mobile image */
@media screen and (max-width: 543px) {
  .polarisa03slide {
		width:auto;
    margin-right: -50px!important;
    margin-left: -50px!important;
    background-image: url(https://polariseyewear.com/wp-content/uploads/2020/09/a03-mobile.jpg) !important;
		background-repeat:no-repeat;
  }
}

/* a05 top mobile image */
@media screen and (max-width: 543px) {
  .polarisa05slide {
		width:auto;
    margin-right: -50px!important;
    margin-left: -50px!important;
    background-image: url(https://polariseyewear.com/wp-content/uploads/2020/09/a05-mobile.jpg) !important;
		background-repeat:no-repeat;
  }
}

/* Home bottom mobile image */
@media screen and (max-width: 543px) {
 .polarisslide {
		width:auto;
    margin-right: -50px!important;
    margin-left: -50px!important;
    background-image: url(https://polariseyewear.com/wp-content/uploads/2020/08/polaris-mobile.jpg) !important;
		background-repeat:no-repeat;
  }
}

	
.wp-block-jetpack-slideshow_button-prev {
	display:none!important;
}

.wp-block-jetpack-slideshow_button-next {
	display:none!important;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure {
background:white;
}

.wp-block-embed__wrapper {
	background:white;
}

.error-404 {
display:none!important;
}

