@charset "utf-8";
/* CSS Document */

/*=========================
CSS FOR ELEMEMT SHOW HIDE
===========================*/
a.bnrbtn, a.s1btn, a.s2inbxbtn, .cont-btn, a.pkgbtn, a.prdbtn, .submit-btn, .proceed-chkbtn, .continue-brwbtn, .chk-btn, .submit-btn, .continue-shpbtn, .browse{
	    height: 60px;
    width: 285px;
    background: #07a103;
    box-sizing: border-box;
    border-radius: 5px;
    outline: none;
    margin: 32px 0 0 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
    font-family: "Spectral", serif;
    text-transform: uppercase;
	display:inline-block;
}
.browse{margin-top: 20px; height: 50px; line-height: 50px;}
.chk-btn{ margin-top:15px;}
a.s1btn, a.s2inbxbtn{margin:38px 0 0 0;}
a.pkgbtn, .submit-btn{
	height:66px;
	width:100%;
	line-height:66px;
	margin:18px 20px 0 0;
}
a.prdbtn{
	height:46px;
	width:90%;
	line-height:46px;
	margin:20px auto 0 auto;
	font-size:20px;
}
.btnarrow{margin:0 0 0 10px;}
.cont-btn{
	display:block;
	margin:30px auto 0 auto;
}
@media only screen and (max-width: 1179px){
a.pkgbtn{margin:18px 10px 0 0;}
}
@media only screen and (max-width: 1013px){
a.bnrbtn{margin:26px 0 0 0;}

a.s1btn{margin:25px auto 0 auto;}
a.s2inbxbtn{margin:28px 0 0 0;}
a.pkgbtn{
	margin:18px auto 0 auto;
	height:55px;
	line-height:55px;
}
}
@media only screen and (max-width: 767px){
a.bnrbtn{margin:16px auto 0 auto;display:block;}
a.s2inbxbtn{margin:28px auto 0 auto;}
.sec2 a.bnrbtn{ display:none;}
}
@media only screen and (max-width: 359px){

}
/*---------------------------*/
.hide-desk, .show-479, .show-tab, .show-767, .show-400, .show-340, .show-359, .tab-video {display:none;}
.hide-400, .hide-479{display:inline-block;}
@media only screen and (max-width: 1179px){
.show-desk{display:block;}
.show-hide{display:none;}
}
@media only screen and (max-width: 1013px){
.show-tab{display:block;}
.hide-tab{display:none;}
.tab-video{display:block;}
}

@media only screen and (max-width: 767px){
.hide-767, .hide-desk{display:none;}
.show-767{display:block;}
}
@media only screen and (max-width: 570px){
.hide-570{display:none;}
}
@media only screen and (max-width: 479px){
.show-479{display:block;}
.hide-479, .tab-video{display:none;}
}
@media only screen and (max-width: 400px){
.show-400{display:block;}
.hide-400{display:none;}
}
@media only screen and (max-width: 359px){
.show-359{display:block;}
}
@media only screen and (max-width: 340px){
.show-340{display:block;}
}

/*----------- popup ---------------- */
#pop_overlay {
	background-color: rgba(0, 0, 0, 0.6);
	clear: none;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#pop_overlay .shop-ingrd{}
#pop_content_ing {
    max-width: 960px;
    background-color: white;
    border-radius: 4px;
    margin: 5% auto 0 auto;
    position: relative;
    text-align: center;
    padding: 10px 20px;
    width: 100%;
}
#pop_content {
	height: auto;
	width: 600px;
	background-color: white;
	border-radius: 4px;
	margin: 8% auto 0 auto;
	position: relative;
	text-align: center;
	padding: 30px 20px 20px 20px;
}
.cross {
	position: absolute;
	right: 5px;
	top: 5px;
	max-width: 100%;
	cursor: pointer;
}



	