@import url(https://fonts.googleapis.com/css?family=Hind:200,300,400,400,600,700&subset=latin,latin-ext);
/* Options set in the admin page */
body { 
	font-family: 'Hind';
	color: ;
}
@media only screen and (min-width: 40.063em) {
.header {
	height: ;
	}
}
.page-padding, .sidebar, #shop-page.pull, #shop-page.push {
	padding-top: ;
}
.header .logo .logoimg {
	max-height: 50px;
}
.header:hover,
.header.hover  {
	}
#my-account-main .account-icon-box.image {
	}
#footer:hover,
#footer.hover,
#footer.active {
	}
h1,h2,h3,h4,h5,h6 {
		
}

/* Accent Color */

/* Menu */
#nav .sf-menu > li > a {
		
}
.account-holder ul li a {
		
}
/* Mobile Menu */
/* Menu Colors for dark/light backgrounds */

/* Newsletter */
/* Shop Badges */
/* 404 Page */
/* Extra CSS */
.badge.new {
  background: #e5670a;
  display: none;
}


#footer {
    background: #fff;
}

.fresco {cursor:pointer;}

.fresco > img {opacity:0.7;}
.fresco:hover > img {opacity:1;}
.fresco:hover .overlay {opacity:0;}
.fresco .buttons a {padding:7px 34px;font-size:34px;background:rgba(0,0,0,0.5);color:#ffffff;}

.product-information .back_to_shop {
    visibility: hidden;
}

ul.accordion > li > div.title {
    display: none;
}



.mfp-image-holder .mfp-content {
    /* max-width: 100%; */
    position: absolute;
    left: 50%;
    top: 0;
    width: 1000px;
    height: 100%;
    margin-left: -500px;
    text-align: center;
    margin-top: 100px;
}

img.mfp-img {
    width: 100% !important;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0;
}