
body {
  background-color: #8fafcf;
}

.wrap { 
  margin: auto; 
  width: 70%; 
  padding: 10px; 
  border: 0px solid #ccc; 
  background-color: #fcfcfc; 
  /* box-shadow: 1px 2px 20px rgba(0,0,0,0.3); */ /*1px 1px 3px #999;*/
  border-radius: 5px;
  border: 1px solid #ccc;
}
.multiple { 
  margin: 50px auto;
}
.single {
  margin-top: 50px;
  margin-bottom: 25px;
}
.xsingle {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

p { 
    font-size: 1.1em;
    padding-bottom: 1em;
    line-height: 1.3em;
    font-family: sans-serif;
}

.box { display: flex; }

.productimage { padding: 5px; }

.productdetails { padding: 5px; }

.productdetails h1 { 
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    }

.block { display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0.75rem;
    }

.block40 {
    flex: none;
    width: 35%;
}

.is-fullwidth {
    display: flex;
    width: 90%;
    /*margin: auto;*/
}


.image img {
    display: block;
    height: auto;
    width: 80%;
    border: 0px solid rgba(150,150,150,0.5);
    border-radius: 4px;
    /* box-shadow: 1px 2px 20px rgba(0,0,0,0.3); */
}


img {
    height: auto;
    max-width: 80%;
}


.button, button.stripe {
    background-color: #03a9f4;
    border: 1px solid #44b1e8;
    color: #fff;
    cursor: pointer;
    justify-content: center;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 1.2rem;
    height: 37px;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.12);
    letter-spacing: .5px;
    background-image: linear-gradient(-180deg,#44b1e8,#3098de);
    box-shadow: 1px 1px 10px #999;
    box-shadow: 0 1px 0 0 rgba(46,86,153,.15), inset 0 1px 0 0 rgba(46,86,153,.1), inset 0 -1px 0 0 rgba(46,86,153,.4);
    font-weight: 400;
    transition: all .2s ease-in-out;
    font-family: sans-serif;
}


a.button {
    padding: .3em 0px 0 0;
    text-decoration: none;
    font-size: 1.25em;
    box-shadow: none;
    height: 32px;
    opacity: .8;
    color: #fff;
    border: 1px solid dodgerblue;
    background-color: dodgerblue;
    background-image: none;
   text-shadow: 0 -1px 0 rgba(0,0,0,.3);
}
a.button:hover { 
   background-color: #28D; 
}

button.stripe-button-el { display: none; }

div#charge_error {
    font-size: 1.2em;
    border: 1px solid red;
    display: inline-block;
    margin: auto;
    padding: 5px 40px;
    background-color: mistyrose;
    border-radius: 3px;
}

.subscribe {
    margin:5px 0;
}

small {
    color: gray;
    font-size: smaller;
    margin-top: 5px !important;
}

.not {
    font-weight: bold;
}

.alert {

    padding: 5px 10px;
    margin: auto;
    text-align: center;
    margin-bottom: -20px;
    color: yellow;
    letter-spacing: 1px;
    font-family: sans-serif;
}

@media (max-width: 480px) {
    .box {
	display: inline-block;
	width: 100%;
	}
    .xsingle {
	xposition: static;
	xtransform: none;
	}
    .block {
	display: inline;
	}
    .productdetails h1 { 
	font-size: 2em; 
	margin: auto;
	text-align: center;
	}
    .image img {
	text-align: center; 
	margin: auto;
	}

}




 
body {
        font-family: -apple-system, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #efefe9;
    color: #606060;
    font-size: 16px;
    line-height: 24px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    height: auto;
}

#social {
        width: 650px;
        margin: 10px auto;
}
#social img {
        background-color: dodgerblue;
        border-radius: 15px;
}
#social img.twitter { background-color: #1da1f2; }
#wrap {
        width: 650px;
        border-radius: 8px;
        border: 1px solid #ccc;
        margin: 20px auto 50px;
        background-color: #f6f6f6;
        overflow: hidden;
}
#img img {
        width: 650px !important;
	max-width: 650px;
        max-height: 400px;
	object-fit: cover;

}
#product-notes {
        border-top: 1px solid #ccc;
        padding: 20px 20px 30px 20px;
}
h1 { font-size: 24px; margin:auto; line-height: 30px; text-align: center; margin-bottom: 20px; }
#product-notes h1 {
        font-size: 20px;
        line-height: 24px;
        color: #222;
        text-align:center;
}
.button, button.stripe {
    background-color: #03a9f4;
    border: 1px solid #44b1e8;
    color: #fff;
    cursor: pointer;
    justify-content: center;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 1.2rem;
    height: 37px;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.12);
    letter-spacing: .5px;
    background-image: linear-gradient(-180deg,#44b1e8,#3098de);
    box-shadow: 1px 1px 10px #999;
    box-shadow: 0 1px 0 0 rgba(46,86,153,.15), inset 0 1px 0 0 rgba(46,86,153,.1), inset 0 -1px 0 0 rgba(46,86,153,.4);
    font-weight: 400;
    transition: all .2s ease-in-out;
    font-family: sans-serif;
}
.is-fullwidth {
    display: flex;
    width: 100%;
    margin: 20px auto;
}
