@charset "UTF-8";


.add-product {
  
	
	
	
      height: 70px;
    width: 165px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
   
	 
}

.add-product:hover{
	
	
	transition: all 0.5s ease;
   
    height: 50px;
    width: 165px;
    border-radius: 72px;
  
    cursor: pointer;
	
	
}


.add-product .button-copy:hover {
  
  
  
  color: #ffffff;
  
  
  
}
.add-product.open {
  background-color: #ffffff;
    padding: 18px 18px;
    border-radius: 5px;
    width: 300px;
    height: 260px;
    cursor: default;
}
.add-product.open form {
  opacity: 1;
  transition: opacity 0.1s ease;
  transition-delay: 0.3s;
  height: auto;
}
.add-product .button-copy {
 
  /* text-align: right; */
    line-height: 70px;
    /* font-weight: bold; */
    /* color: #e8ae1700; */
}
.add-product form {
  transition: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.add-product .cancel {
  font-size: 12px;
  text-align: center;
  margin-top: 1em;
}
.add-product .cancel span {
  cursor: pointer;
}
.add-product .cancel span:hover {
  text-decoration: underline;
}

.submit-button {
  display: block;
  background-color: #e8ae17;
  height: 40px;
  border-radius: 20px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875em;
  border: none;
  font-weight: 700;
  padding: 0 34px;
  margin: 0 auto;
}
.submit-button img {
  position: relative;
  top: 3px;
  right: 6px;
}
.submit-button:hover {
  background-color: white;
  border: solid #e8ae17;
  color:black;
  cursor: pointer;
}

.featured-note {
  color: #949494;
  font-size: 12px;
  margin: 4px 0px;
  line-height: 18px;
  font-style: italic;
}

form * {
  outline: none;
}

label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  user-select: none;
}
label.emoji input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 21px;
  margin: 0;
  display: none;
}
label.emoji input + span:after {
  content: "??";
  font-size: 18px;
  top: 2px;
  left: 2px;
  position: relative;
  height: 18px;
  display: inline-block;
}
label.emoji input:checked + span:after {
  content: "??";
}

.form--field {
  text-align: left;
  margin: 10px 0;
}
.form--field.-short {
  width: 120px;
}

.form--price {
  position: absolute;
  line-height: 38px;
  width: 16px;
  color: #C7C7C7;
  text-align: center;
}
.form--price + input {
  padding-left: 14px;
}

.form--container {
  width: 420px;
}
.form--container.-inline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: -12px;
}

.form--element {
  background-color: #fff;
  border: 1px solid #ECECEC;
  border-radius: 3px;
  font-size: 14px;
  line-height: 28px;
  padding: 0 4px;
  color: #3D3D3D;
  width: 100%;
  margin: 4px 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}
.form--element:focus {
  border: 1px solid #FFC145;
  border-radius: 2px;
}
.form--element:not(.texteare) {
  height: 30px;
}
.form--element.textarea {
  height: 80px;
  resize: none;
}

html,
body {
  height: 100%;
  margin: 0;
  background-color: #040404;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
 background-color: #040404;
 
}

a {
  text-decoration: none;
    cursor: pointer;
    color: #e8ae17;
    font-size: 2rem;
}

a:hover {
  color:white;
}

::selection {
  background-color: #F5617A;
  color: #fff;
}

::-moz-selection {
  background-color: #F5617A;
  color: #fff;
}
#wrap{
  
}
#viewport {
  position: relative;
 
  height: 750px;
  
  background:url('homepagedesign/output-12.png') 0 0 no-repeat
}


/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 1%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    
    /* margin: 20px; */
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */



#parent_div_1, #parent_div_2, #parent_div_3{
    
 
    margin-right:10px;
    float:left;
}
.child_div_1{
    float:left;
    margin-right:5px;
}

.setcl{width: 70%;
    height: 38%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;}
	
	
	@media(width: 1024px) {
   .setcl {
       width: 92%;
	   bottom: 6rem;
    }
	#viewport .smoke{
		margin-left:-1rem !important;
	}
}

@media(width: 768px) {
   .setcl {
       width: 124%;
	   
    }
	
	#viewport .smoke{
		margin-left:-5rem !important;
	}
}

@media(width: 1280px) {
   .setcl {
       width: 75%;
	   
    }
	
	#viewport .smoke{
		margin-left:5rem !important;
	}
}


@media only screen and (max-width: 750px) {
    #viewport .smoke{
		margin-left:-3rem !important;
	}
	
	.setcl {
       height: 51%;
	   
    }
}


@media(width: 800px) {
    #viewport .smoke{
		margin-left:0rem !important;
	}
	
	.setcl {
       bottom: 21% !important;
	   
    }
}