/* Themify Customize Styling */
#body {	
	background-size: cover; 
}
#headerwrap {	
	background-color: transparent;background-image: none; 
}
body #site-logo a img {		width: 222px; 
}
.page-title {	
	color: rgba(255,252,252,0.00);	font-size:1px;
 
}
#footerwrap {	background: none;
	background-color: rgba(255,247,247,0.31); 
}
@media screen and (max-width: 1280px) { /* Themify Customize Styling */
body #site-logo a img {		width: 222px; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {		width: 222px; 
}
 }@media screen and (max-width: 680px) { /* Themify Customize Styling */
body {	
	background-size: cover; 
}
#headerwrap {	background: none;
	background-color: rgba(0,0,0,0.00); 
}
.page-title {	
	color: rgba(255,252,252,0.00); 
}
#footerwrap {	background: none;
	background-color: rgba(255,247,247,0.31); 
}
 }
/* Themify Custom CSS */
/*This turns off the yellow shadow on products*/
.woocommerce #content div.product div.images, .woocommerce div.product div.images {box-shadow:none;}

/*This makes product text black*/
.woocommerce div.product .woocommerce-tabs ul.tabs li a, .product-type-simple, .woocommerce-breadcrumb, .woocommerce-message, #content, .woocommerce-breadcrumb a {color:#000!important;}

/*Shop background*/
.woocommerce-page, .page {
    background-position: 50% 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(http://maerlvintage.com/wp-content/uploads/2020/10/1985-Dancing-Clams_mini.jpg);
}

/*Shop background opaque white box*/
.woocommerce #content {background-color:rgba(255,255,255,0.75); padding-left:1em;padding-right:1em;}

/*Hide Wordpress in footer*/
.footer-text-inner {display:none;}

/*stock indicator bolder*/
.stock {font-weight:900}

/*Menu tweaks*/
#main-nav a, .transparent-header #headerwrap {font-weight:900;text-transform:lowercase;letter-spacing:1px;color:#000000!important}

.transparent-header #headerwrap {
    background: none;
    background-color: rgba(0,0,0,0.00)!important;
}

.current-menu-item>a {color:#000000!important;border-bottom-color:#FFD3D4!important;border-bottom-width:3px!important}

#main-nav a:hover, #main-nav ul a:hover, #main-nav .mega-menu-posts a:hover, #main-nav .current_page_item>a, #main-nav .current-menu-item>a, #main-nav li .current_page_item a, #main-nav li .current-menu-item a {color:#FFD3D4}

/*Pinking*/
a:hover {color:#FFD3D4}

.cart-wrap a span, .add_to_cart_button, button:hover {color:#000!important; background-color:#FFD3D4!important}

/*Content page header fix*/
.transparent-header.no-fixed-header #headerwrap {
    position: relative;}

#footerwrap .footer-tab, #pagewrap .back-top-float, .back-top:not(.back-top-float) .arrow-up a {background-color:#FFD3D4!important;color:#000;}

/*Send button fix*/
button {margin-top:15px!important}

/*Mobile fix*/
@media screen and (max-width: 768px){
.product-img-center.woocommerce #content div.product div.images, .product-img-center.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce div.product div.images {
    margin-left: 0!important;
	}}
.woocommerce #content div.product div.images, .woocommerce div.product div.images {
    margin: 0 0 0 0!important;
}


/*out of stock*/

.outofstock h2, .outofstock span {text-decoration: line-through;}

.outofstock img {
  opacity: 0.4;
}

.outofstock span.amount:after {
   content:  " Sold out ";
}

.outofstock bdi {display:none;}