

body{
	font-family:'Nunito',sans-serif;
	padding-top: 1em;
  overflow-x:hidden;

}

div .grid-col-5of12 img{
  max-height:100%;
  max-width:100%;
  width:auto;
  display: block;
}

.check{
  width:80%;
  padding-bottom:2em;
  padding-top:2em;
  display:inline-block;
}

.next_button{
  text-align: right;
  margin-right:2em;
}

.nav-main{
	background: white;
	width:100%;
	top:0;
	position:fixed;
	padding-top: 1em;
  z-index: 2;
}

.nav-list{
	float: right;
	padding-left: 1em;
}

p{
  line-height: 1.2;
}

a{
	text-decoration: none;
	color:black;
	transition: all 0.5s ease;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 15px;
}

.nav a{
  padding-left: 1em;
}

.button-nav a:hover{
  color:#E8E8E8;
}

.grey-bg{
  padding: 1rem;
  background-color: rgb(245,245,245);
}

.logo{
  font-size: 20px;
  padding-right: 2em;
}

.float-right{
	float:right;
}

.search-small{
  width: 20px;
  right:10px;
  top:15px;
  position: fixed;
}

.content{
	margin: 1em;
	background:white;
}﻿

.grid-list{
	padding-top:5em;
}
/* Product List */

.colums{
	display: block;
  float: left;
}

img{
  display: block;
  margin:auto;
  width: 100%;
}

.img-none-hover{
  opacity: 1;
  transition: all 1s ease;
  z-index:-1;
}

.img-none-hover:hover, .img-none-hover:focus{
  opacity: 0.5;
}

.account-icon{
/*	right: 1em;
	bottom: 1em;
	position:fixed;*/
	z-index: 999;
  /*padding-left: 0;*/
}

.shopping-bag{
/*	right: 1em;
	bottom: 5em;
	position:fixed;*/
	z-index: 999;
}
#none-a{
  padding:0;
}
.icons{
  float: right;
}

.big-title{
  padding: 0.2em 1em;
  text-align: center;
  border-bottom: 1px solid rgba(50,50,50,0.1);
  letter-spacing: 3px;
  margin-top:3rem;

}
/*.content-wrapper{
  width:85%;
  position: relative;
  height:auto;
  top:2rem;
  margin:0 2em 1em 2em;
  display:inline-block;
}
*/

.top-wrapper{
	top: 0px;
}

.button-nav {
  display: inline-block;
  padding: 0em 1em 0em 1em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background-color 0.5s ease-out;
  transition: all 0.5s ease;
  list-style-type: none;

/*  background-color: gray;*/
}

.button-nav:hover, .button-nav:focus {
  color: rgba(0,0,0,0.1);
} 

.icon-on-nav{
  padding:1rem;
  float:right;
}
/*.filter{
  display: inline-block;
  padding: 0.5em;
  border-radius: 0.25em;
  text-decoration: none;
  -webkit-transition: background-color 0.5s ease-out;
  list-style-type: none;
}
*/
.nav{
	width:100%;
  top: 0;
  position: fixed;
  background-color: rgb(245,245,245);
  border-bottom: 1px solid rgba(0,0,0,0.2);
  z-index: 5;
}

button{
  padding: 0.5em 5em 0.5em 5em;
  color: white;
  border: 1px solid rgb(0,0,0);
  font-size: 13px;
  cursor: pointer;
  transition: all 0.5s ease;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: black;
}

button:hover{
  background-color: rgba(0,0,0,0.6);
  color:white;
}


.img-pdp{
  width:50%;
  height: auto;
/*  padding-top: 2rem;*/
}

/* 
  TEXT ELEMENTS -------------------
*/
h1{
  color: #555555;
  font-size: 15px;
 /* margin: 1em;*/
  font-weight: normal;
  text-transform: uppercase;
}

h2{
  color: grey;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

h2.reviews{
	margin-top: 2em;
	text-align: center;
	padding-left: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid grey;
  text-transform: uppercase;
}

h3{
  font-size: 15px;
  color: grey;
  text-transform: uppercase;
/*  margin-top: 1.5em;*/
}

h4{
  font-size: 1rem;
  color: black;
  z-index: 999;
  padding-bottom: 15rem;

}

p{
  font-size: 1em;
  font-weight: normal;
}


figcaption{
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-top: -4.5em;
  color: white;
}

.gery-bg{
  background-color: rgb(245,245,245);
  width:100%;
}

ul{
/*  color:#4990E2;
  text-transform: uppercase;*/
  font-size: 16px;
 /* text-align: center;*/
  list-style: none;
  padding-top: 1em;
  padding-left: 0;
/*  padding-bottom: 4rem*/;
}

ol{
   padding-left: 1rem;
}

.footer-ul{
  text-align:center;
  font-size: 12px;
}

.footer-reference{
  display:inline-block;
}

li{
  /*padding: 0.2em;*/
}

section{
  padding:0 1rem;
  display:block;
  margin:1rem 0;
}

.review{
  border-bottom: 0.5px solid grey;
  margin-top:1em;
  margin-bottom:1em;
}

.content-text{
  width:75%;
  height:auto;
  position:absolute;
  top:26%;
  left:18%;
  text-align: center;
}

.content-text h1{
  color: white;
  letter-spacing: 5px;
/*  border: 2px solid white;*/
  font-size: 35px;
  max-width: 80%;
  text-align: center;
}

.content-text h2{
  color:grey;
  letter-spacing: 4px;
/*  border: 2px solid white;*/
  font-size: 1rem;
  max-width: 80%;
  text-align: center;
}

.content-text button{
  text-align: center;
  text-transform: uppercase;
  padding: 1em 5em;
  margin-top: 1.5em;
  margin-right: 8em;
  letter-spacing: 2px;
  background-color: white;
  color: black;
}

.content-text button:hover{
  color:white;
  background-color: rgba(0,0,0,0.1);
  border: 1px solid white;
}

.content-text-list{
  color: white;
  width:35%;
  height:auto;
  position:absolute;
  top:50%;
  left:68%;
  z-index: 1;
}

.content-button{
    width:15%;
    height:auto;
    position:absolute;
    top:30%;
    left:71%;
}

#banner-content{
     display: block;
     max-width:100%;
     height:auto;
} 

/*.body_move_down{
  width:96%;
  margin-top: 2em;
  margin-left: 1em;
}
*/

.our-story-homepage{
  padding: 0em 2em;
}

.design-text p{
  margin:0 2em;
  padding: 1em 3em;
  text-align: center;
}

.design-pics img{
  width: 80%;
  padding:1rem;
}

.design-philosophy{
  width:100%;
  height:auto;

}

.design-philosophy:after{
    content:"";
    display:table;
    clear:both;
}



.image-holder{
  width:100%;
  margin-top:2.3rem;
  height:auto;

}

.image-holder img{
  width:100%;
  height:auto;
  }

.image-holder video{
  width:100%;
  height:auto;
}

.input_form input{
    font-size: 0.8em;
    text-align: left;
    padding:0.5rem;
    margin:1rem 0;
    border: 1px solid rgba(0,0,0,0.2);
    transition: all 1s ease;
    text-align: left;
}

.input_form input:hover{
  outline: none;
  border: 1.5px solid black;
  transition: all 1s ease;
}

.input_account{
  width:95%;
}

.login-box{
  text-align: center;
  margin: 0.5em;
  padding: 2em 5em ;
  }

.signup-button{
  margin: 1em;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.login-button{
  margin: 1em;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.payment-box{
  text-align: center;
  padding: 3em;
  }

.content-img-part2{
  transition: all 1s ease;

}

.select_form{
    color: rgb(180,180,180);
    font-size: 0.8em;
    text-align: left;
    margin: 2em 1em 1em 1em;
    height: 3.5em;
    width: 17em;
    border: 1px solid black;
    transition: all 1s ease;
    text-align: left;
    background-color: white;
    border-radius: 0;
}

.select_form:hover{
  color:black;
}
.footer{
  background-color:black;
/*  background-color:rgb(233,233,233);*/
  text-align: center;
  display: block;
}

.product-list-item{
  padding: 2em;
  margin-bottom: 1em;
}
.product-list-item h1{
  color: white;
}

.hidden-product-info{
  text-align: center;
  padding: 1em;
}

#phone-size{
  display:block;
  width:80%;
  text-align: center;
}

#phone-size h1{
  font-size: 1.5rem;
  margin-top: -5rem;
  background-color: rgba(0,0,0,0.3);

}
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    top: 0;
    left: 0;
    background-color: white; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 0px; /* Place content 60px from the top */
    transition: 0.8s; /* 0.8 second transition effect to slide in the sidenav */
    z-index: 9999;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
    z-index: 9999;

}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: rgba(200,200,200, 0.8);
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.side-nav-small{
  text-align: center;
  padding: 4em;
  margin-top: 2em;
}
.leftmargin{
  margin-left: 4em;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.hamburger{
    position: fixed;
    left: 15px;
    top: 15px;
    width: 20px;
}

.small-logo{
    position: fixed;
    text-align: center;
    top: 1px;
    left: 3em;
    font-size: 15px;
    font-weight: bold;
    z-index: 5;
    letter-spacing: 2px;
}

/* The Search icon links */
.sidesearch {
    height: 100%; 
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    top: 0;
    right: 0;
    background-color: white; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 0px; /* Place content 60px from the top */
    transition: 0.8s; /* 0.8 second transition effect to slide in the sidenav */
    z-index: 9999;
}

.sidesearch a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
    z-index: 9999;
    display: inline-block;
}

.sideSearch-container{
  width:60%;
  margin: 3rem auto;
}

.sideSearch-container input[type=text]{
  margin-left: 0.8rem;
}

h3#sideSearch-info{
  margin-left:0.9rem;
}

.search-button{
  margin-left: 0.8em;
  width: 95%;
  text-transform: uppercase;
}


/* When you mouse over the navigation links, change their color */
.sidesearch a:hover, .offcanvas a:focus{
    color: rgba(200,200,200, 0.8);
}

/* Position and style the close button (top right corner) */
.sidesearch .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidesearch {padding-top: 15px;}
    .sidesearch a {font-size: 18px;}
}


.search-pop{
  width: 30px;
}


/* The Cart icon links */
.sidecart {
    height: 100%; 
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    right: 0;
    top:0;
    background-color: white; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 0px; /* Place content 60px from the top */
    transition: 0.8s; /* 0.8 second transition effect to slide in the sidenav */
    z-index: 9999;
}

.sidecart a {
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
    z-index: 9999;
    display: inline-block;
}

/* When you mouse over the navigation links, change their color */
.sidecart a:hover, .offcanvas a:focus{
    color: rgba(200,200,200, 0.8);
}

/* Position and style the close button (top right corner) */
.sidecart .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidecart {padding-top: 15px;}
    .sidecart a {font-size: 18px;}
}

.sidecart a{
  display: block;
}
.cart-small{
  padding: 0em 2.5em;
  margin-top: 1em;
}

.cart-small img{
  width: 40%;
  padding-bottom: 1em;
}

.cart_title{
  text-align: center;
  padding: 1em 2em;
  border-bottom: solid 1px rgba(0,0,0,0.1);
}

#price{
  border: none;
}

#cart-check-out{
  color: blue;
  margin-top: 1rem;
}

.cart_title h3{
  margin:0;
}

.sidecart button{
  width: 100%;
  text-transform: uppercase;
}

/*new css for home page/*/
.homepage-left-half{
    height:auto;
    float:left;
}

.homepage-right-half{
   text-align: center;
   padding:3.3rem;
   margin-top:1rem; 
   height:auto;
   float:left;
}

.homepage-small{
  margin: 10px;
  float: left;
  display:block;
  color: white;
  /*  margin-left: auto;
  margin-right: auto;*/
}

.middle .events-homepage{
  color: white;
  font-size: 1.5em;
  text-align: center;
  text-transform: uppercase;
}

.center {
    margin: auto;
    width: 80%;
    padding: 20px;
}

textarea{
  height: auto;
  width: 90%;
  float: left;
}

.footer-icons{
  width:18%;
  margin: 0 auto;
}

.center-container{
  width:52%;
  margin:0 auto;
  height: auto;
}

.center-container:after{
    content: "";
    clear: both;
    display: table;
}

/*fill the container to avoid collapse*/
.footer-icons:after{
    content: "";
    clear: both;
    display: table;
}

.icon{
  padding-right: 10px;
  width:30px;
  height: auto;
  position:relative;
  z-index: 999;
  float:left;
}

.quick-links{
  background-color: white;
  float: left;
}

.quick-links p{
  font-size: 15px;
}

.cart-button{
  margin-top: 200px;
  width:50%;
  display: block;
}

.right{
  float:right;
  width:50%;
  margin-right: -7em;
}

div.tab{
  overflow: hidden;
  /*width:50%;*/
  /*float: right;*/
}


div.tab a {
  float: left;
  display: block;
  text-align: center;
  padding:14px 16px;
  text-decoration: none;
  transition:0.3s;
  font-size: 17px;
  margin-right: 0;
}

div.tab a:hover{
  background-color: #ddd;
}

div.tab a:focus, .active{
  background-color: #ddd;
}

.tabcontent{
  display: none;
  padding:6px 12px;
  border-top: none;
}


.contact-left{ 
  margin-top: 10px; 
  padding: 30px; 
} 
.contact-right{ 
  margin-top: 30px; 
  padding-left: 5em; 
} 
.contact-right p{ 
  width:80%; 
} 

.contact-ways{
  text-align: center;
  margin-bottom: 2rem;
}

#textarea-contact{
  margin-top: 0.8em;
}

.container {
    position: relative;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  z-index: -1;
}

.middle {
  transition: .6s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.middle h1{
  color:white;
  text-align: center;
}

.middle h2{
  color:white;
  text-align: center;
}

.container:hover .image {
  opacity: 0.9;
  transform: scale(1.01);
  filter: brightness(.1);
  -webkit-filter: brightness(.1);
}

.container:hover .middle {
  opacity: 1;
}

.text {
  color: black;
  font-size: 1em;
  text-transform: uppercase;
  z-index: -1;
}

#homepage-category{
  width:100%;
}

#homepage-category:after{
 content:"";
  clear:both;
  display:table;
}
#homepage-category img{
  width:100%;
  height:auto;
  padding:1rem;

}
.email{
  text-align: center;
  padding:1rem;
  padding: 0rem 2rem 3rem 2rem;
  width:100%;
}

.email:after{
  content:"";
  clear:both;
  display:table;
}

.about-wrapper{
   width:100%;
   margin-top:4rem;
   height:auto;

}

.about-container{
   width:100%;
   height:auto;
   margin:0;
}

.about-container:after{
    content:"";
    display:table;
    clear:both;
}




.about-container h1{
    text-align: center;
    font-size:1.4rem;
    width:80%;
    margin:2rem auto;

}

/*about us page*/

.about-right-half p{
  font-size: 14px;
}

.second-left-half{
     height:auto;
     float:left;
     padding:5rem 3rem;
     margin-top: 2.4rem
}

.second-left-half h1{
  font-size:150%;
  text-align: center;

}

.second-left-half p{
    font-size:100%;
    text-align: center;
}
.second-right-half{
    float:left;
}

.second-right-half img{
    width:100%;
    height:auto;
}

/*end of about us*/

/*Event page*/
section.events-wrapper{
   width:100%;
   margin-top:4rem;
   height:auto;
}

section.events-wrapper:after{
    content:"";
    display:table;
    clear:both;
}

section.events-wrapper .events-container{
   width:100%;
   height:auto;
}

.events-container:after{
   content:"";
   display:table;
   clear:both;
}

.left-half{
  height:auto;
  float:left;
}

.left-half:after{
   content:"";
   display:table;
   clear:both;
}

.left-half img{
  width:100%;
  height:auto;
}

.right-half{
     height:auto;
     float:left;
     padding:5rem 3rem;
     margin-top: 2.4rem
}

.right-half h1{
  font-size:150%;
  text-align: center;
}

.right-half p{
  font-size:100%;
  text-align: center;
}




/*end of event*/

/*new css*/

#product-intro{
  height:auto;
  margin-top:3rem;
}

#product-intro:after{
  content:"";
  display:table;
  clear:both;
}

#product-image{
  height:auto;
}


.image-list-container{
  width:90%;
  height:auto;
  margin:0 auto;
}

.image-list-container:after{
  content:"";
  display:table;
  clear:both;
}

#product-text{
  height:auto;
}

#underline{
  width:100%;
  border-bottom:1px solid gray;
}

#underline:after{
  content:"";
  display:table;
  clear:both;
}

.tab-item{
  float:left;
  padding:0 0.3rem;
}


#details{
  height:auto;
  width:100%;
  
}

#details-left{
  width:50%;

  float:left;

}

#details-right{
  width: 50%;

  float:left;

}

#deatails:after{
  content:"";
  display:table;
  clear:both;

}

#description{
  display:block;
}

#details{
  display:none;
}

#delivery{
  display: none;
}


/*product detail page*/
#image-list{
  margin-top:3rem;
  height:auto;
  }

#image-list img{
    cursor: pointer;
  }



.img-pdp{
  width:50%;
  height: auto;
}

.product-info{
  margin-top:3rem;
}
#add-product{
  margin:1rem 0;
}

.leave-review{
  padding: 0.6rem;
  margin-top: 2rem;
  margin-left:3rem;
  margin-bottom: 3em;
}

.review{
  border-bottom: 0.5px solid grey;
  margin-top:1em;
  margin-left:3em;
}


.review-button{
  margin-top: 3rem;
  margin-left:3rem;
  margin-bottom: 3rem;
  padding: 1rem 2.5rem;
}


.review-header h2{
  margin-left:2.5em;
}

.review-header{
  margin-top:2em;
  margin-left:1rem;
}


.detail-left-half{
  height:auto;
  float:left;

}

.detail-right-half{
     height:auto;
     float:left;
     padding: 6.8rem 3rem;
     background-color: white;
}

.detail-second-left-half{
     height:auto;
     float:left;
     padding:6.9rem 3rem;
     background-color: white;
}

.detail-second-right-half{

    height:auto;
    float:left;
  
}/*end of product detail*/

/*citation pages*/
.citation-page{
  padding-left: 2rem;

}

.citation-page-items{
  padding-left: 2rem;
  font-size:20px;

}

.citation-page-items a{
  padding-left: 2rem;

}

.citation-page a{
  text-transform: none;
  padding-left: 2rem;
}

.citation-page p{
  line-height:0.2;
}
.citation-page h2{
  font-size: 25px;
  text-align: center;
  color:black;
}

.citation-page h3{
  font-size: 20px;
  padding-left: 2rem;
  color:black;
}

.ciatation-page button{
  margin-left:10rem;
}

.cia-button{
  text-align:right;
  margin-bottom: 2rem;
  margin-right: 2rem;
}

/*pop item?*/
#popup-screen{
  height:29rem; 
  width:70rem; 
  margin:6rem auto; 
  position:absolute; 
  z-index:10; 
  text-align: center;
  border:1px solid black; 
  background-color: white;
  top:22%;
  left:12%;
  display: none;
}

#popup-screen:target, #popup-screen:target + #cover{ 
  display:block; 
  opacity:2; 

}



#popup-screen p{
  text-align: center;
}

#popup-screen button{
  padding: 1rem 2.6rem;
  margin:1rem 0;
}
#popup-screen a{
  padding: 1rem;
  text-transform: none;
  text-decoration: underline;
}

#cover{ 
  position:fixed; 
  top:0; 
  left:0; 
  background:rgba(0,0,0,0.6); 
  z-index:5; 
  width:100%; 
  height:100%; 
  display:none;
}

.cancel { 
  display:block; 
  position:absolute; 
  top:0.05rem; 
  right:1rem; 
  color:black; 
  height:30px; 
  width:35px; 
  font-size:30px; 
  text-decoration:none; 
  text-align:center; 
  font-weight:bold; 
}

#review-order-container{
   height:auto;
   width:100%;
   margin-top: 2rem;
}

#add-to-cart-container{
   height:auto;
   width:100%;
   margin-top: 2rem;
   margin-bottom:1em;
}

.product-info a{
  background-color:black;
  color:white;
  padding:0.8rem 3rem; 
  margin-bottom: 1rem;

}
.product-info a:hover{
 background-color: rgba(0,0,0,0.6);
 color:white;

}

.payment-box a{
  background-color:black;
  color:white;
  padding:0.8rem 3rem; 
}

.payment-box a:hover{
  background-color: rgba(0,0,0,0.6);
  color:white;
}

hr.mobile{
  display:none;
}

#map{
  width:100%;
  height:20rem;
}


/*  responds to different device */

@media only screen and (max-width: 928px) {
   
    .image-holder img{
      display:block;
    }

     .image-holder video{
      display:none;
    }
 
  .button-nav a{
    font-size: 10px;
  }
   
    .button-nav .logo a {
     font-size:15px;
    }


  img.icon{
    width:25px;
    height: auto;
    margin-top: 5px;
  }

}


@media only screen and (min-width: 48em) {

   
  #phone-size h1{
    display: none;
  }

  .hidden-product-info{
    display: none;
  }

  #phone-size{
    display:block;
  }

     .image-holder img{
      display:none;
    }

     .image-holder video{
      display:block;
    }
   
  .hamburger{
    display: none;
  }

  .search-small{
    display: none;
  }

   
  .grid-col-1of12 {
    width: 6.5%;
  }

  .grid-col-2of12{
    width: 13%;
  }

  .grid-col-1of6 {
    width: 15%;
  }

  .grid-col-1of4{
    width: 23.5%;
  }

  .grid-col-1of3{
    width: 33.3%;
  }

  .grid-col-5of12{
    width:40.5%;
  }

  .grid-col-1of2{
    width:50%;
  }

  .grid-col-7of12{
    width:57%;
  }

  .grid-col-2of3{
    width:66%;
  }

  .grid-col-3of4{
    width:74%;
  }

  .grid-col-5of6{
    width:74%;
  }

  .grid-col-11of12{
    width:92%
  }

  .grid-col-12of12{
    width:100%; 
    margin: 0;
  }

}


@media only screen and (max-width: 30em) {

  .nav{
    display: none;
    
  }
  .hidden-content{
    display: none;
  }

   .right-half{
     width:50%;
  }


  .text{
    display: none;
  }
  .content-text{
    display: none;
  }

  .content-text-list{
    display: none;
  }

  .grid-col-1of12 {
    width: 48%;
  }

  .grid-col-1of6 {
    width: 48%;
  }

  .grid-col-1of4{
    width: 48%;
  }

  .grid-col-1of3{
    width: 48%;
  }

  .grid-col-5of12{
    width:48%;
  }

  .grid-col-1of2{
    width:50%;
  }

  .grid-col-7of12{
    width:48%;
  }

  .grid-col-2of3{
    width:48%;
  }

  .grid-col-3of4{
    width:48%;
  }

  .grid-col-5of6{
    width:48%;
  }

  .grid-col-11of12{
    width:48%
  }

  .grid-col-12of12{
    width:48%;
  }

   
}

@media only screen and (max-width: 48em) {

  .nav{ 
    display: none;
  }

  .text{
    display: none;
  }

  
  .homepage-right-half{
   padding:1rem;
   margin-top:1rem; 
   }

   .homepage-left-half img{
    margin:1rem 0;
   }
    .right-half{
     padding:1rem 1rem;
     margin-top: 1rem;
    }   

    .second-left-half{
     height:auto;
     float:left;
     padding:1rem 1rem;
     margin-top: 1rem
     }
     .detail-right-half{
     padding: 1rem 2rem;
}   .detail-second-left-half{
     padding: 1rem 2rem;
}

  .content-text-list{
    display: none;
  }

  .content-text{
    display: none;
  }

  .hidden-product-info{
    visibility: visible;
  }


  .grid-col-1of12 {
    width: 100%;
  }

  .grid-col-1of6 {
    width: 100%;
  }

  .grid-col-1of4{
    width: 100%;
  }

  .grid-col-1of3{
    width: 100%;
  }

  .grid-col-5of12{
    width:100%;
  }

  .grid-col-1of2{
    width:100%;
  }

  .grid-col-7of12{
    width:100%;
  }

  .grid-col-2of3{
    width:100%;
  }

  .grid-col-3of4{
    width:100%;
  }

  .grid-col-5of6{
    width:100%;
  }

  .grid-col-11of12{
    width: 100%
  }

  .grid-col-12of12{
    width:100%;
  }

     #map{
    width:100%;
    height:10rem;
  }

  hr.mobile{
      display:block;
   
      border:0.5px solid rgba(50,50,50,0.1);
      margin:1rem 0;

  }
  .comment{
    width:80%;
  }
  .review-header h2{
  margin-left:1.5em;
  }

  .prodcut-slider{
    width:25%;
  }

  .image-list-container img{
      width:80%;
      height:auto;
      margin:2rem auto;
    }
 #popup-screen{
  height:19rem; 
  width:18rem;
  top:6%;
}
#popup-screen p{
  text-align: center;
}

#popup-screen button{
  padding: 0.4rem 0.8rem;
  margin:1rem 0;
}
#popup-screen a{
  font-size: 90%;
  padding: 0.2rem;
  text-transform: none;
  text-decoration: underline;
}

#popup-screen h1{
  font-size: 90%;
}

   

}




