/************************************************ 
	Theme Name: 2025 1 page theme
	Description: Responsive version
		
************************************************/

body 	{ 
    width: 100%;
    color: #333;
    background: #fff;
	margin: 0 auto;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.5em;
	font-family: Roboto, Georgia, Arial, Tahoma, Verdana;
	text-align: center;
	}
    
.container {    	
	width: 100%;
    box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;  
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	}

.row 	{	
    width: 100%;
	max-width: 1300px;	
	min-width: 0;
    text-align: center;
	overflow: visible;
	margin: 0 auto;
    padding: 60px 80px;
	}

p 	{
    font-size: 1.1em;
    max-width: 900px;
	margin: 0px auto 20px;
	text-align: left;
	}

h1 	{
    max-width: 1200px;
	font-size: 2.4em;
	line-height: 1.3em;
	font-family: Life Savers, Lato, Oswald, Georgia, Arial, Tahoma, Verdana;
	font-weight: 600;
	margin: 0px auto 10px;
	}

h2 	{
    max-width: 900px;
	font-size: 2.0em;
	line-height: 1.3em;
	font-family: Life Savers, Lato, Oswald, Georgia, Arial, Tahoma, Verdana;
	font-weight: 600;
	margin: 0px auto 10px;
	}

h3 	{
    max-width: 900px;
	font-size: 1.3em;
	line-height: 1.5em;
	font-family: Life Savers, Lato, Oswald, Georgia, Arial, Tahoma, Verdana;
	font-weight: 600;
	margin: 10px auto;
	}
	
h4 	{
    max-width: 900px;
	font-size: 0.8em;
	line-height: 1em;
	font-family: Lato, Oswald, Georgia, Arial, Tahoma, Verdana;
	font-weight: 300;
	margin: 20px auto;
	text-align:left;
	}
    
blockquote {
    max-width: 900px;
	color: #fff;
	font-weight: 300;
	font-size: 1.1em;
	line-height: 1.4em;
	font-style: italic;
	margin: 0px auto 40px;
	text-align: left;
	}

blockquote p {
	margin: 0px auto 40px;
	}

blockquote::before {
    font-family: FontAwesome;
    content: '\f10d';
    display: block;
    float: left;
    position: relative;
    margin-right: 10px;
    color: white;
    }
    
a, a:visited {
	color: #038AC8;
	text-decoration: none;
	}
	
a:hover {
	color: #CC0000;
	text-decoration: underline;
	cursor: pointer;
	}

ul {
    text-align:left;
    padding-left:30px;
    }

ul li {
    margin-bottom: 10px;
    }

ol {
    list-style-type: decimal;
    }

img, object, embed {
	max-width: 100%;
	height: auto;
	margin: 20px auto;
	display: block;
	object-fit: cover;
	/* pointer-events: none; */
	}
	
.showmobile, .showphone {display:none;}

.hiddenpic {display:none;}
    
    
/************************************************
*    Flex   	 								
************************************************/

.flex {
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    flex-wrap: wrap;
    box-sizing: border-box;
    }

.flex > div {
    margin: 0px;
    width: 100%;
    box-sizing: border-box;
	}

.flex img {
    width:100%;
    height: auto;
    }
   
    
/************************************************
*    Columns    	 								
************************************************/

.col	{ 
    display: flex;
	margin: 0px auto 40px;
	height: 100%;	
	align-items: center;
    justify-content: center;
	}

.col-rev {
    display: flex;
	margin: 0px auto 40px;
	flex-direction: row-reverse;
	height: 100%;
	align-items: center;
    justify-content: center;
	}
      
.col > div, .col-rev > div {
    margin: 0px auto;
  	width: 50%;
  	padding: 0px;
	}
	
.col p, .col-rev p {
    text-align: left;
	}
	
.col img, .col-rev img {
	margin: 20px auto;
	width: 100%;
    height: auto;
    border-radius: 0%;
	}


/************************************************
*    Header   	 								
************************************************/

#header  {	
    box-sizing: border-box;
	margin: 0px auto;
	float: none;
	padding-left: 0%;
	}

#header h1, #header h1 a, #header h1 a:visited {    
	color: #333;	
    font-size: 1.3em;
	line-height: 80px;
	margin: 0px auto;	
	text-align: center;
	text-decoration:none;
	}
    
#header h1 a:hover {
    text-decoration:none;
    }
    
#header p {
    margin: 0 auto;
    }

#header img {
    max-height: 45px;
    margin:10px 5px 0 0;
    padding:0;
    width: auto;
    display:inline-block;
    }

    
/************************************************
*    Navbar Menu   	 								
************************************************/

#navbar  {	
	position: static;
	background: #fff;
	color: #333;
	width: 100%;	
	margin: 0px auto;
	height: 80px;
	text-align: center;
	transition: background-color 200ms linear;
	z-index: 1;
	}

#navbarmobile {
	display: block;
	position: fixed;
	background: #fff;
	padding: 5px 0px;
	width: 50px;
	top: 18px;
	right: 10px;
	z-index: 1;
	}
	
.menubars {
    margin: 0px auto;
    padding: 0;
    width: 35px;
    }
	
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
	}

.overlay-content {
    position: relative;
	margin: 0 auto;
    width: 100%;
    text-align: center;
	}

.overlay a {
    padding: 5vh;
	font-family: Life Savers, Lato, Raleway, Oswald, Georgia, Arial, Tahoma, Verdana;
	font-weight: 600;
    text-decoration: none;
    font-size: 1.5em;
    line-height: 1.2em;
    color: #eee;
    display: block;
    transition: 0.3s;
	}

.overlay a:hover {
	color: yellow;
	}

.overlay .closebtn {
    position: absolute;
    font-family: Lato, Raleway, Oswald, Georgia, Arial, Tahoma, Verdana;
    font-weight: 300;
    margin: 0;
	padding: 0;
    top: 5px;
    right: 30px;
	color: #fff;
	font-size: 3em;
	}  

#alert {
    background: crimson;
    color:white;
    text-align:center;
    padding:10px 0;
    margin:0 auto;
    width: 100%;
    top:0;
    z-index:1;
    font-size:0.8em;
    }    
    
#alert p {
    text-align:center;
    padding:0;
    margin:0 auto;
    font-weight:600;
    }

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}


/************************************************
*	Steps Flex  		    
************************************************/

.stepscont {
    margin: 0 auto;
    }

.stepsrow {
    max-width: 1000px;
    padding: 60px;
    }

.stepsrow p {
    text-align:center;
    max-width:100%;
    margin:0 auto;
    }
    
.stepsflex {
    max-width:800px;
    margin: 0 auto;
    } 
    
.stepsflex > div {
    width: calc(33.333% - 40px);
    box-sizing: border-box;
    margin: 10px auto 20px;
    padding: 0;
    }

.stepsflex img {
    width:auto;
    height:100%;
    max-height:100px;
    margin-bottom:20px;
    }

.stepsflex h2 {
    font-size:1.5em;
    margin:0 auto;
    }
  
 
/************************************************
*	Sets Flex		    
************************************************/

.setsrow {
    max-width:1100px;
    }
    
.setsrow h1 {
    padding-left:20px;
    padding-right:20px;
    }
    
.setsrow p {
    text-align:center;
    max-width:900px;
    padding-left:20px;
    padding-right:20px;
    }
    
.setsflex > div {
    width: 33.333%;
    box-sizing: border-box;
    margin: 0px;
    padding: 10px;
    position: relative;
    }

.setsflex img {
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	box-sizing: border-box;
	}
	
.setsflex h2 {
    margin: 10px auto 0;
    font-size:1.8em;
    }

.setsflex a, .setsflex a:visited {
	text-decoration: none;
	}
    
.setsflex p {
    margin:10px auto 0;
    }


/************************************************
*	Single Flex		    
************************************************/

.singleflex {
    max-width: 1200px;
    margin:0 auto;
    }
    
.singleflex > div {
    width: 16%;
    box-sizing: border-box;
    margin: 0px;
    padding: 10px;
    position: relative;
    }
 
.singleflex img {
	width:100%;
	max-height:90vh;
	height:auto;
	margin:0 auto;
	padding:0;
	box-sizing: border-box;
	border:4px solid #D2B48C;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

.singleflex h2 {
    font-size:1.1em;
    margin: 15px auto 0px;
    }
    
    
/************************************************
*	Modals                       		    * 
************************************************/

.modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    transition: opacity 2.3s ease-in;
    }

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    color:#333;
    }
            
.modal-image {
    height:auto;
    width:100%;
    }

.single-modal-image {
    border: none !important;   
    }

.modal-close-button {
    position: absolute;
    top: 0px;
    right: -50px;
    cursor: pointer;
    color: #fff;
    font-size: 2em;
    }


/************************************************
*	Opt                      		    * 
************************************************/

#opt h2 {
    margin:20px auto 0;
    font-size: 1.8em;
    }

#optbottom {
    background: #f3f3f3;
    }

.optcol > div {padding:20px;}

.optrow {
    padding-bottom:20px;
    }
    
.modal-opt {
    padding:20px;
    max-width:350px;
} 

.modal-opt p {
    text-align:center;
    margin-bottom:10px;
}

.modal-opt h1 {
    margin-top:10px;
}

.modal-image-opt {
    margin: 10px auto;
    padding:0;
    max-height: 40vh;
    width: 100%;
    }
    
.emailbox {
    margin: 0px auto;
    padding: 0;
    height: 80px;
    width: 300px;
    display:block;
    vertical-align: top;
	border: 0px;
	background: #fff;
	font-size: 1.2em;
    text-align:center;
	}

.namebox {
    display:none;
    }
    
.emailbutton {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	color: #fff;	
	background: red;
	margin: 10px auto 0;  
	height: 80px;
    width: 300px;
    display:block;
    vertical-align: top;
    padding: 0;
	font-size: 1.3em;
	font-family: Lato, Raleway, Oswald, Georgia, Arial, Tahoma, Verdana;
	font-weight: 600;
    text-align: center;
	border: 0px;
	}

.emailbutton:hover {
    color: yellow;
	cursor: pointer;  
	}


/************************************************
*   Post              			                *
************************************************/

#post {
    max-width:700px;
    padding: 20px 30px;
    }

#post p {
    text-align:left;
    }
    
#post h1 {
    margin-bottom:20px;
    font-size: 2em;
    }
    
#post h2 {
    margin-top:30px;
    font-size: 1.5em;
    text-align:left;
    }

#post img {
    margin: 20px auto;
    }
    
#post h3 {
    font-family: Roboto;
    font-size: 1.2em;
    font-weight: 600;
    text-align: left;
    margin:0 auto 5px;
}

#post .button {
    margin: 0 auto;
}

#postdownload {
    max-width:650px;
    padding: 20px 30px;
    }
    
#postdownload p {
    text-align:center;
    }    
    
/************************************************
*   Home              			                *
************************************************/

#home .container {
    height:73vh;
    }

#home h1 {
    font-size:2.7em;
    margin:0 auto 20px;
    max-width: 900px;
    text-shadow:2px 2px #333;
    }

#home p {
    font-size:1.2em;
    text-align:center;
    font-weight: 600;
    margin:0 auto 20px;
    max-width:900px;
    }

	
/************************************************
*    Front   	 								
************************************************/

#front p {
    text-align:center;
    }
    
.frontflex > div {
    width: 33.333%;
    box-sizing: border-box;
    margin: 0px;
    padding: 30px;
    position: relative;
    }

.frontflex img {
	width:100%;
	height:auto;
	margin: 10px auto;
	padding:0;
	box-sizing: border-box;
	}
	
.frontflex h2 {
    margin: 10px auto 0;
    font-size:1.8em;
    }

.frontflex p {
    margin:0 auto 20px;
    text-align:left;
    }
    
.frontflex a, .frontflex a:visited {
	text-decoration: none;
	}

.frontcart {
    max-width: 700px;
    margin: 0 auto;
    list-style: none; /* Removes default bullets */
    padding-left: 24px; /* Adjust spacing for checkmark */
    }
    
.frontcart ul {
    margin: 30px auto 0;
    }
                
.frontcart li {
    position: relative;
    padding-left: 24px; /* Space for checkmark */
    }

.frontcart li::before {
    content: "";
    position: absolute;
    color: red;
    left: -5px;
    padding-right: 5px;
    width: 30px; /* Adjust size as needed */
    height: 25px;
    background-image: url("images/checkgreen.svg"); /* Path to checkmark image */
    background-size: contain;
    background-repeat: no-repeat;
    }


/************************************************
*    Sets   	 								
************************************************/

#sets p {
    max-width: 850px;
    text-align:center;
    }
    
    
/************************************************
*    Icons    	 								
************************************************/

.icon {
    margin: 10px 20px;
    }
	
.icon-white {
    filter: brightness(0) invert(1);
    }

.icon-menu {
    margin:0 auto;
    }
    
.icon-phone {
    margin:0 auto;
    }
    
.icon-arrowdown {
    position: absolute;
    bottom: 3%;
    left: 0;
    right: 0;
    margin:0 auto;
    }
    
.icon-contact {
    display:inline-block;
    width:20px;
    margin:0 auto;
    padding-right:10px;
    }

.icon-social {
    display:inline-block;
    width:50px;
    margin:0 auto;
    padding:10px;
    }


/************************************************
*    Boxes (FAQ)    	 								
************************************************/

details {
    margin:0px auto;
    padding:30px;
    border-bottom:1px solid #7e7e7e;
    box-sizing:border-box;
    max-width:750px;
    text-align:left;
    }

details summary:hover {
    cursor: pointer;
    color: crimson;
    }

details summary::marker {color: crimson;}

summary::-webkit-details-marker {
    color: crimson;
    }

summary {
  outline:none;
    }

details p {
    margin: 20px auto;
	text-align: left;
    transition: max-height 0.2s ease-out;
    }

details[open] summary ~ * {
  animation: sweep 1s ease-in-out;
}

@keyframes sweep {
  0%    {opacity: 0; margin-left: -10px}
  100%  {opacity: 1; margin-left: 0px}
}

details:last-of-type {
  margin-bottom:30px;
}

.readmore {margin:0 auto;border:0;padding:0}

    
/************************************************
*    Buttons    	 								
************************************************/

.button, a.button {
	color: #fff;
	background: #333;
	text-align: center;
	display: inline-block;
	font-size: 1.3em;
	line-height: 1.5em;
	font-family: Life Savers,Lato, Raleway, Oswald, Georgia, Arial, Tahoma, Verdana;
	font-weight: 600;
	padding: 15px 25px;
	margin: 20px auto 0;
	}

a.button:hover {
    background: red;
	cursor: pointer;
	text-decoration:none;
	transition: 0.3s;
	}
	
.buttonblue, a.buttonblue {
	color: #fff;
	background: #0B7CC1;
	}

a.buttonblue:hover {
    background: red;
    color: white;
	}
	
.buttonred, a.buttonred {
	color: #fff;
	background: crimson;
	}

a.buttonred:hover {
    background: red;
    color: white;
	}


/************************************************
*    Add to cart     				                *
************************************************/

.cartflex {
    max-width: 1100px;
    margin:0 auto;
    }
    
.cartflex > div {
    width: 45%;
    box-sizing: border-box;
    margin: 20px;
    position: relative;
    }

.cart {
    background: #fff;
    border:5px dashed crimson;
    margin:50px auto 20px;
    padding:40px 40px 20px 40px;
    max-width:400px;
    text-align:center;
    font-size:0.9em;
    line-height:1.4em;
    }

.cart img {
    width: 100%;
    max-width:350px;
    margin:0px auto 20px;
    }

.cart p {
    text-align:center;
    font-style:italic;
    } 
    
    
/************************************************
*    Gallery          				            *
************************************************/

.gallery, .row .gallery {
    display: flex;
    margin: 0px auto;
    text-align:center;   
    }
    
.gallery > div {
    margin: 0px;
    width: 33.33333333%;
    height: auto;
	}

.row .gallery > div {
    margin: 10px;
    height: 20vw;
	}
	
.gallery img {
    margin: 0px auto;
    width: 100%;
    }

/************************************************
*    Slider      				            *
************************************************/

.slider-container {
    position: relative;
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider img {
    display:flex;
    width: 33.333%; 
    flex: 0 0 33.333%; 
}

.slider-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.slider-nav button {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
}

.slider-nav button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.slider-dots span {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.slider-dots .active {
    background-color: #333;
}


/************************************************
*	Footer    				                    *
************************************************/

#footer-info  {
    background:#333;
    color:#fff;
    padding: 0;
    min-height: 0;
    }

#footer-info .row {
    padding:40px 5%;
    }
    
#footer-info  {
    color:#fff;
    padding: 0;
    min-height: 0;
    }
    
#footer-info a, #footer-info a:visited  {
    color:#fff;
    padding: 0;
    min-height: 0;
    text-decoration: underline;
    }

#footer-info a:hover  {
    color:yellow;
    }
    
#footer-info p {
    margin: 0 auto 10px;
    text-align: center;
    }

#footer-info h2 {
    margin: 0 auto 20px;
    }
    
#footer {
	background: #222;
	color: #bbb;
	font-size: 0.8em;
	margin: 0px auto;
    padding: 20px;
    overflow: hidden;
	}

#footer p {
    margin: 0 auto 20px;
    line-height:1.3em;
    text-align: center;
    max-width:950px;
    }
    
#footer a, #footer a:visited {
	color: #bbb;
	text-decoration: none;
	}

#footer a:hover {
    color:yellow;
    } 

    

/******************************************************
 
	Desktop and Tablet 1040 screen CSS	

******************************************************/

@media screen and (max-width: 1025px) and (orientation:landscape) {
    
        body {font-size: 1.3em;}
	
        #navbarmenu a, #navbarmenu a:visited { margin: 5px; }
        
        .col > div, .col-rev > div {padding: 25px;}   
        
        #home h1 {font-size: 3em;}
        
       
}


@media screen and (max-width: 1025px) and (orientation:portrait) {
    
    .singleflex > div {
        width:25%;
    }
    
    .single-modal-content {
        height:auto;
        width:75vw;
        }
}


/******************************************************
 
	Tablet View CSS	

******************************************************/

@media handheld, only screen and (max-width: 1000px)  and (orientation:portrait) {

.nomobile, .notablet {display:none;}

.showmobile {display:block;}

body 	{
	font-size: 1.3em;
	}

.row {
	max-width: 100%;
    min-width: 0px;	
    padding: 40px;
	overflow: visible;
	}
	
h1 	{
    font-size: 2.0em;
    }
    
h2 	{
	font-size: 1.8em;
    margin: 0 auto 10px;
	}
	
h3 	{
	font-size: 1.3em;
	}
        
.col, .col-rev {
    display: block;
    margin: 0px auto 80px;
    }
    
.col > div, .col-rev > div {
    margin: 0px auto 30px;
    padding: 0px;
  	width: 100%;
	}

.col img, .col-rev img {
    width: 100%;
    max-width:400px;
    }

.modal-image-opt {
    max-width:90vw;
    height:auto;
    }

.modal-close-button {
    top: -50px;
    right: 0px;
    }   

.modal-sets {
    width:90%;
    padding:5px 0;
    }
    
#header h1, #header h1 a, #header h1 a:visited {    
    font-size: 1.2em;
    }

#navbarmobile {
	display: block;
	top: 18px;
	right: 8px;
	}
	
#navbarmobilephone {
	display: block;
	}

#home h1 {
    margin-bottom: 40px;
    max-width: 100%;
    font-size:2.6em;
    }

#home .button {
    margin: 10px;
    }

.stepscont p {
    max-width:560px;
    }

.setsflex > div {
    width: 50%;
    padding: 20px;
    }

.setsflex h2 {
    font-size:1.7em;
    }
    
.singleflex > div {
    width: 20%;
    padding: 10px;
    }

.singleflex img {
	max-height:70vh;
    }
    
.singleflex h2 {
    font-size:1.0em;
    }

.single-modal-content {
        height:auto;
        width:75vw;
        }
        
.button, a.button {
    margin: 30px auto 0;
	width: 50%;
	}
    
.gallery > div {
    margin: 0px auto;
    width: 50%;
    }

.slider img {
    width: 50%; 
    flex: 0 0 50%; 
    }
    
.cartflex > div {
    width: 100%;
    }

.optcol > div {padding:0px;}

.emailbox {
    width: 350px;
    height: 90px;
	}

.emailbutton {
    width: 350px;
    height: 90px;
    }
    
    
}


/************************************************
 
	Phone CSS		

************************************************/

@media (max-width: 480px)  and (orientation:portrait) {

.nophone {display:none;}
.showphone {display:block;}

body 	{
	font-size: 1.2em;
	line-height: 1.5em;
	}

.row    {
    padding: 40px 20px;
    }
    
h1 	{
	font-size: 1.8em;
	}

h2 	{
	font-size: 1.5em;
	}
	
h3 	{
	font-size: 1.2em;
	}

blockquote {	
    font-size: 1.2em;
    text-align: left;
	}

.col, .col-rev {
    margin: 0px auto 60px;
    }
    
.col > div, .col-rev > div {
  	margin: 0px auto 25px;
	}

.col img, .col-rev img {
    width:100%;
    }

ul, ol {
    padding-left:20px;
    }

.modal-image-opt {
    max-width:75vw;
    height:auto;
    }  

.modal-close-button {
    top: -40px;
    right: 0px;
    }  

.modal-sets {
    width:95%;
    padding:5px 0;
    }

.single-modal-content {
        width:85vw;
        }
        
#navbar  {	
	height: 55px;
	}
	
#header h1, #header h1 a {
    font-size: 1.1em;
    line-height: 55px;
    }
    
#header img {
    max-height: 25px;
    }

#navbarmobile {
    width: 30px;
    top: 9px;
	right: 5px;
	}
	
#navbarmobilephone {
    width: 30px;
    top: 12px;
	left: 12px;
	}

.menubars {
    width: 25px;
    }
    
.overlay .closebtn {
    top: 2px;
    right: 18px;
    font-size:2em;
	}
	
.overlay a {
    font-size: 1.3em;
    padding: 4vh;
    }

#home h1 {
    margin-top: -20px;
    margin-bottom: 20px;
    font-size: 2.0em;
    line-height: 1.4em;
    max-width: 100%;
    }

#home p {
    font-size:1.0em;
    margin:0 auto 20px;
    }

.stepsrow {
    padding: 40px 20px;
    }

.setsflex > div {
    width: 100%;
    padding:10px;
    }

.stepsflex h2 {
    font-size:1.2em;
    }

.stepsflex img {
    max-height:60px;
    }

.setsrow {
    padding:40px 10px;
    }
    
.setsflex h2 {
    font-size: 1.5em;
    }

.singleflex > div {
    width: 33.333%;
    padding: 8px;
    }

.singleflex h2 {
    font-size:0.9em;
    margin: 10px auto 0;
    }

.singleflex img {
	border:3px solid #D2B48C;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
	}
		
.button, a.button {
	margin: 15px auto 0;
	padding: 20px 30px;
	width: auto;
	min-width: 0;
	}

.gallery {
    display:block;
    }
    
.gallery > div {
    margin: 0px auto;
    width: 100%;
    }

.slider img {
    width: 100%;
    flex: 1 0 100%; 
    }

.frontcart li {
    padding-left:0;
    }
    
.frontcart li::before {
    left:-30px;
    }

.cart {
    margin:50px auto 20px;
    padding:30px 20px 10px 20px;
    }

#post h1 {
    font-size: 1.8em;
    }
    
#post h2 {
    font-size: 1.3em;
    }

#post .button {
    font-size: 1.2em;
    }

details {
    margin:25px auto;
    padding:0;
    padding-bottom:25px;
    border:0;
    border-bottom:1px solid #ddd;
    background: none;
    }
    
form {margin-top:25px;}

.emailbox {
    width: 275px;
    max-width:100%;
    height: 70px;
    padding: 0;
	}

.emailbutton {
    width: 275px;
    max-width:100%;
    height: 70px;
    }
	
#footer {
    font-size:0.7em;
    }

}