body {
  margin: 0;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;-webkit-user-drag: none;user-drag: none; user-select: none;
  -moz-user-select: none;-webkit-user-drag: none; -webkit-user-select: none;-ms-user-select: none;
}

a:link{color:#5973F7;text-decoration: none;}
a:active{color:#3e50ac;} 
a:visited{color:#5973F7;}
a:hover{color:#acb9fb;}


.close_overlay{
  float: right;
  margin: 15px 18px 1px 0;
  color: #cccccc;
  position: relative;
  font-size: 13px;
}

.close_overlay:hover{ color:#777777;}
.close_overlay:active{ color:#000000;}


#log_notice{
  color: #999999;
	  margin: 5px 0 0 0;
	  font-size: 12px;
		font-family: 'Nunito', sans-serif;
}

.log_reminder{
  color: #999999;
	  margin: 5px 0 0 0;
	  font-size: 12px;
		font-family: 'Nunito', sans-serif;
}

/*---Save Design ---*/

/*Save Design Name Overlay and Form*/
.save_design_overlay {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(170,170,170); /* Fallback color */
  background-color: rgba(170,170,170,0.7); /* Black w/ opacity */
  transition: opacity 1s ease-out;
  transition: visibility 0s, opacity 0.3s linear;
  -webkit-transform: translateX(-10%);
  transform: translateX(-1%);
  transition: transform 300ms linear;
  will-change: transform;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.3s;
  animation-name: animatetop;
  animation-duration: 0.3s
}

/* Pic Box Select Page Content */
#save_design_overlay_content {
  position: relative;
  top:100px;
  background-color: #FFFFFF;
  margin: auto;
  padding: 4px 0 1px 0;
  max-height: 300px;
  z-index: 15;
  height: 100%;
  width: 60%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0px solid #000000;
    border-radius: 3px;
    
          -webkit-animation-name: slidenewsignupgrow;
  -webkit-animation-duration: 0.4s;
  animation-name: slidetop;
  animation-duration: 0.4s;
    animation: slidenewsignupgrow  0.4s
    
  
}

/*-------Need_signup_overlay Overlay (background) ------*/
#need_signup_overlay {
  display: none; /*display: none ; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 106%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(170,170,170); /* Fallback color */
  background-color: rgba(170,170,170,0.7); /* Black w/ opacity */
  /*transition: opacity 1s ease-out;
  transition: visibility 0s, opacity 0.3s linear;
  -webkit-transform: translateX(-10%);
  transform: translateX(-1%);
  transition: transform 300ms linear;
  will-change: transform;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.3s;
  animation-name: animatetop;
  animation-duration: 0.3s;
  */
}



.new_user_textbox{
		max-width: 460px;
		width: 79%;
		height: 31px;
		border: 1px solid #aaaaaa;
		margin: 0 6px 9px 0;
		font-size: 14px;
    border-radius: 7px;
}

.new_acct_signin_login_submit{
		color: #ffffff;
		max-width: 460px;
		width: 83%;
		height: 41px;
		font-size: 18px;
		font-weight: 400;
		margin: 1px auto 1px auto;
		background: #5973F7;
		border: 0px solid #5973F7;
		cursor: pointer;
		letter-spacing: .6px;
    -webkit-appearance: none;
    -webkit-border-radius: 10px;
    border-radius: 30px;
	  font-family: 'Nunito', sans-serif;
   outline:0;
}

.new_acct_signin_login_submit:hover{
		opacity: .5;
}

.new_acct_signin_login_submit:active{
		background: #777777;
}

#design_create_acct_button{
		color: #5973F7;
		max-width: 460px;
		width: 83%;
		height: 41px;
		font-size: 18px;
		font-weight: 400;
		margin: 1px auto 1px auto;
		background: #FFFFFF;
		border: 1px solid #5973F7;
		cursor: pointer;
		letter-spacing: .6px;
		-webkit-appearance: none;
    -webkit-border-radius: 10px;
    border-radius: 30px;
	  font-family: 'Nunito', sans-serif;
   outline:0;
}

#design_create_acct_button:hover{
		color: #aaaaaa;
		opacity: .5;
}

#design_create_acct_button:active{
    color: #FFFFFF;
		background: #999999;
}

#submit_new_signup_progress{
  display:none;
  top: 25%;
  width: 90%;
  height: 90%;
  position: absolute;
}

#save_need_signin_progress{
  display:none;
  top: 25%;
  width: 100%;
  height: 100%;
  position: absolute;
}
/*---New Sign Up Login---*/
#new_ask {
	width: 90%; 
	text-align: center; 
	border-bottom: 1px solid #aaaaaa; 
	line-height: 0.1em;
	margin: 30px auto 20px auto; 
} 

#new_ask span { 
		background:#fff; 
		padding:0 10px;
		color: #888888;
}

#new_ask_acct{
	margin-bottom: 20px;
}

/* need_signup_overlayPage Content */
#need_signup_overlay_content {
  position: relative;
  display: none; /*display: none;*/
  top:-30px;
  background-color: #FFFFFF;
  margin: auto;
  padding: 3px 0 21px 0;
  max-height: 500px;
  z-index: 15;
  height: 100%;
  width: 60%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0px solid #000000;
    border-radius: 15px;
    
      -webkit-animation-name: slidetop;
  -webkit-animation-duration: 0.4s;
  animation-name: slidetop;
  animation-duration: 0.4s
    
  
}


#new_signup_overlay_content {
 display: block; /*display: none; */
  position: relative;
  top:-30px;
  background-color: #f3f5fe;
  margin: auto;
  padding: 3px 0 1px 0;
  max-height: 600px;
  z-index: 15;
  height: 100%;
  width: 60%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0px solid #000000;
    border-radius: 3px;
    
      -webkit-animation-name: slidenewsignupgrow;
  -webkit-animation-duration: 0.4s;
  animation-name: slidetop;
  animation-duration: 0.4s;
   animation: slidenewsignupgrow  0.4s;
  border-radius: 5px;
}

@keyframes slidenewsignupgrow {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

#need_signup_overlay_content_form{
  width: 100%;
  text-align: center;
}

#new_log_msg{
  color: #ff003c;
  font-size: 13px;
  height: 30px;
  width: 90%;
  margin: 40px auto 6px auto;
  text-align: center;
  background: transparent;
  font-size: 14px;
  letter-spacing: .5px;
}

#new_acct_msg{
  position: relative;
  color: #ff003c;
  font-size: 13px;
  height: 30px;
  width: 90%;
  margin: 30px auto 6px auto;
  text-align: center;
  background: transparent;
  font-size: 14px;
  letter-spacing: .5px;
}

#pass_rule{
		color: #999999;
		text-align: center;
		font-size: 12px;
		line-height: 16px;
		margin: 0 auto 24px auto;
    width: 90%;
}
.save_forms_title{
  position: relative;
  width: 90%;
  background: transparent;
  font-size: 18px;
  text-align: center;
  margin: 10px auto 20px auto;
  
  
  /*
    min-height: 27px; 
    background: #000000; 
    border-radius:3px;
    color: #FFFFFF; 
    padding: 5px 0 0 0;
    box-shadow: 0 5px 10px -2px #777777;
    */
}

  .save_forms_notification {
    min-height: 27px;
    width:73%;
    background: #000000; 
    border-radius:5px;
    color: #FFFFFF; 
    padding: 5px 0 0 0;
    margin-top: -8px;
    margin-bottom: 18px;
    margin-left: 12%;
    box-shadow: 0 5px 10px -2px #777777;
    position: relative;
    font-size: 14px;
}

#forgot_save_pass{
  font-size: 13px;
}

.purlog_cat{
    margin: 0 0 0 1px;
    font-size: 14px;
    text-align: left;
}


#save_name_title{
  position: relative;
  width: 70%;
  background: #FFFFFF;
  font-size: 15px;
  text-align: center;
  margin: 30px auto 20px auto;
}

#save_design_name_submit{
  color: #FFFFFF;
  max-width: 468px;
  width: 83%;
  height: 41px;
  font-size: 18px;
  font-weight: 400;
  margin: 1px auto 1px auto;
  background: #000000;
  border: 1px solid #000000;
  cursor: pointer;
  letter-spacing: .6px;
  -webkit-appearance: none;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
}

#save_design_name_submit:hover{
		opacity: .5;
}

#save_design_name_submit:active{
		background: #777777;
}


/*
#save_later{
 position: relative;
 height: 27px;
 width: 110px;
 background: #000000;
 border: none;
 float: right;
 border-radius: 30px;
 color: #FFFFFF;
 letter-spacing: .5px;
 margin: 3px 40px 3px 9px;
  display: inline-block;
  cursor:pointer;
}


#next_cart_button{
 float: right;
 position: relative;
 margin: -67px 6px 3px 1px;
 max-width: 200px;
 height: auto;
 -webkit-appearance: none;
 outline:0;
}
                                
.next_cart_button{
 position: relative;
 height: 35px;
 width: 170px;
  max-width: 170px;
 background: #000000; 
 float: right;
 color: #FFFFFF;
 font-size: 18px;
 letter-spacing: 1px;
 margin: 3px 20px 7px 1px;
 border: 0px solid #000000; 
 cursor: pointer;
 border-radius: 30px;
 -webkit-appearance: none;
 outline:0;
}

.next_cart_button:hover {
  background-color: #ca93ee ;
}
.next_cart_button:active {
  background-color: #59188b ;
  color: #59188b;
    border-radius: 30px;
  border: none;
}


*/

/*-----------------------------------------------------------------------------------------
 Narrowest
-----------------------------------------------------------------------------------------*/
@media all and (max-width: 638px)  { /* WAS @media all and (max-width: 641px)   --- December 20,2019 */
   
   /*#block_portrait {
     display: none; 
     margin: 0;
     width: 101%;
     z-index: 100;
   }*/
}

@media all and (min-width: 567px) and (max-width: 651px) { 

}

 /*-----------------------------------------------------------------------------------------
 Narrower
-----------------------------------------------------------------------------------------*/
@media all and (min-width: 652px) and (max-width: 719px) {

  

  
 
   
  


                                                                    #need_signup_overlay_content {
                                                                    /*  margin-top:-60px;
                                                                      zoom: 80%;
                                                                      transform: scale(0.80);
                                                                  height: 500px;*/
                                                                  
                                                                    }
                                                                    
                                                                      #new_signup_overlay_content {
                                                                      /*  padding-top: 10px;
                                                                     margin-top:-70px;
                                                                      zoom: 75%;
                                                                      transform: scale(0.75);
                                                                  padding-bottom:  100px;
                                                                  height: 700px;*/
                                                                    }
                                                                    
                                                                  /*
                                                                      #design_signup_submit {
                                                                      margin-top:-50px;
                                                                  
                                                                    }
                                                                    
                                                                    #close_new_signup_overlay {
                                                                      font-size: 10px;
                                                                    }
                                                                  
                                                                   */
 
 
  

   
}

/*---------------------------------------------------------------------------------------------
 Narrow
 @media all and (min-width: 180px) and (max-width: 751px) {
 WAS @media all and (min-width: 720px) and (max-width: 768px) 
------------------------------------------------------------------------------------------------*/

@media all and (min-width: 720px) and (max-width: 1020px) {
 
   
  
  /*
  
  #need_signup_overlay_content {
    margin-top:-40px;
    zoom: 80%;
    transform: scale(0.80);
height: 500px;

  }
  
    
  #new_signup_overlay_content {
    margin-top:-60px;
    zoom: 80%;
    transform: scale(0.80);
padding-bottom:  100px;

  }
  
  
  
    #design_signup_submit {
    margin-top:-70px;

  }
  
  #new_signup_overlay_content{
height: 800px;
  }
  
    #agree_content{
    width: 84%;
    margin: 20px auto 10px auto;
    font-size: 12px;
    line-height: 1.8;
  }
*/
}

@media all and (min-width: 720px) and (max-width: 799px) {
  
  
  #add_to_cart_next_box{
     zoom: 94%;
    transform: scale(0.94);
  }
}
 /*-----------------------------------------------------------------------------------------
 Narrow-Wide
 @media all and (min-width: 180px) and (max-width: 751px) {
 WAS @media all and (min-width: 720px) and (max-width: 768px) { 
-----------------------------------------------------------------------------------------*/
@media all and (min-width: 1021px) and (max-width: 1261px) {
   
  /*
                #need_signup_overlay_content {
                margin-top:-70px;
                zoom: 85%;
                transform: scale(0.85);
            height: 500px;
            
              }
              
                 #new_signup_overlay_content {
                  padding-top: 10px;
               margin-top:-70px;
                zoom: 85%;
                transform: scale(0.85);
            padding-bottom:  100px;
            height: 700px;
              }
              
              
              
                #design_signup_submit {
                margin-top:-50px;
            
              }
              
              #close_new_signup_overlay {
                font-size: 10px;
              }
    */
}

/*-----------------------------------------------------------------------------------------
 MID-WIDTH Menus
-----------------------------------------------------------------------------------------*/

@media all and (min-width: 800px) and (max-width: 1262px) {
 
}
/*-----------------------------------------------------------------------------------------
 Text_edit_box Overlay
-----------------------------------------------------------------------------------------*/

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #dddddd;
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}


@keyframes slidetop {
  from {top: -300px; opacity: 0}
  to {top: 100px; opacity: 1}
}


/*--- Wait / Delay / Loading ---*/

#pageloading{
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
     background-color: rgb(255,255,255); /* Fallback color */
  background-color: rgba(255,255,255,0.7); /* Black w/ opacity */
                
}

.pageloading{
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
     background-color: rgb(255,255,255); /* Fallback color */
  background-color: rgba(255,255,255,0.8); /* Black w/ opacity */
                
}
/* THIS BLOCK IS IN wait-loading.css ???????
#wait_message{
	color: #fba0e3;
  margin: 5% auto 2% auto;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 3px;
   text-shadow:1px 1px 10px #800000, 1px 1px 10px #000000;
}
.waitloader {
  border: 10px solid transparent;
  border-radius: 50%;
  border-top: 10px solid #69DEF9; 
  border-right: 10px solid #69DEF9; 
  border-bottom: 10px solid #69DEF9;
  width: 70px;
  height: 70px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 2s linear infinite;
  margin: 5% auto 2% auto;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

*/

@media all and (max-width: 826px)  { /* WAS @media all and (max-width: 641px)   --- December 20,2019 */
 
   
     #need_signup_overlay_content {
    width: 80%;
    margin: 0 0 0 7%;
    padding-bottom: 30px;

  }
  
    
  #new_signup_overlay_content {
     width: 80%;
 margin: 0 0 0 7%;
    padding-bottom: 30px;
  }

}

@media (min-width: 1459px)  {



  
}

@media all and (max-width: 638px)  { /* WAS @media all and (max-width: 641px)   --- December 20,2019 */
   

}

@media all and (max-width: 566px)  { /* WAS @media all and (max-width: 641px)   --- December 20,2019 */
   
    
}

@media all and (max-width: 365px)  { /* WAS @media all and (max-width: 641px)   --- December 20,2019 */
   
 
}


