@font-face{
	font-family: 'Cicle';
	src: url('../fonts/circe-bold.eot');
	src: url('../fonts/circe-bold.eot?iefix') format('eot'),
	url('../fonts/circe-bold.woff') format('woff'),
	url('../fonts/circe-bold.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'CicleRegular';
	src: url('../fonts/circe-regular.eot');
	src: url('../fonts/circe-regular.eot?iefix') format('eot'),
	url('../fonts/circe-regular.woff') format('woff'),
	url('../fonts/circe-regular.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: Circe;
	src: url(Circe Rounded Alt Bold.otf);
}
.phone::-webkit-outer-spin-button,
.phone::-webkit-inner-spin-button {
    -webkit-appearance: none;
	font-family: 'CicleRegular';
}
.phone {
    -moz-appearance: textfield;
	font-family: 'CicleRegular';
}
.in {
    height:35px;
	background-color:#E0E2E2;
	width:100%;
	padding-left: 20px;
	border:10px;
	border-style: solid;
	border-width: 1px;	
	border-color: #6C6C6C;
	font-family: 'CicleRegular';
	font-size:16px;
}
.button_gadget {
    height:35px;
	background-color:#E0E2E2;
	width:100%;
	border:10px;
	border-style: solid;
	border-width: 1px;	
	border-color: #6C6C6C;
	font-family: 'CicleRegular';
	font-size:16px;
	padding-top:14px;
	color:#FFFFFF;
	background-color:#19396A;
	cursor:pointer;
}
.cart_full{
	background-color:#19396A;
	position:fixed;
	bottom:0px;
	width:100%;
	height:50px;
	font-family: 'CicleRegular';
}
.cart_content{
	min-width:950px;
	max-width:1000px;
	height:50px;
	padding:5px;
	margin:auto;
	font-family: 'CicleRegular';
}
.cart_menu{
	background-color:#253045;
	height:30px;
	display:inline-block;
	width:40px;
	cursor:pointer;
	font-family: 'CicleRegular';
	padding-top:10px;
}
.cart_menu_position_count{
	height:40px;
	display:inline-block;
	width:600px;
	font-family: 'CicleRegular';
	color:white;
	vertical-align:middle;
	padding-left:20px;
	line-height:10px;
}
.cart_menu_sell{
	float:right;
	background-color:red;
	height:40px;
	display:inline-block;
	width:200px;
	background-color:#0B9E50;
	cursor:pointer;
	color:white;
	font-family: 'CicleRegular';
}
.cart_menu_sell_text{
	padding-top:12px;
	color:white;
	font-family: 'CicleRegular';
}
.cart_list_box{
	position:fixed;
	bottom:0px;
	width:100%;
	display:none;
	pointer-events:none;
	font-family: 'CicleRegular';
}
.cart_list{
	min-width:950px;
	max-width:1000px;
	margin:auto;
	pointer-events:none;
	font-family: 'CicleRegular';
}
.cart_list_content{
	background-color:#19396A;
	width:610px;
	padding:5px;
	pointer-events:auto;
	font-family: 'CicleRegular';
}
.cart_item{
	padding:5px;
	height:30px;
	font-family: 'CicleRegular';
}
.cart_item_delete{
	width:30px;
	display: inline-block;
	font-family: 'CicleRegular';
}
.cart_item_text{
	width:380px;
	display: inline-block;
	font-family: 'CicleRegular';
}
.cart_item_count{
	width:50px;
	display: inline-block;
	font-family: 'CicleRegular';
}
.cart_item_summ{
	width:100px;
	display: inline-block;
	font-family: 'CicleRegular';
}
.cart_list_content_fon{
	background-color:white;
	/* height:200px; */
	padding:10px;
	font-family: 'CicleRegular';
}
hr{
	padding:0px;
	margin:0px;
	margin-top:10px;
}
.popup-fade {
    display: none;
	font-family: 'CicleRegular';
}
.popup-fade_con {
    display: none;
	font-family: 'CicleRegular';
}
.popup-fade:before {
    content:'';
    background:#000;
    position:fixed;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    opacity: 0.7;
    z-index: 9999;
	font-family: 'CicleRegular';
}
.popup-fade_con:before {
    content:'';
    background:#000;
    position:fixed;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    opacity: 0.7;
    z-index: 9999;
	font-family: 'CicleRegular';
}
.popup {
    position:absolute;
    top: 20%;
    left: 50%;
    padding: 50px;
    width: 300px;
    margin-left: -200px;    
    background:#fff;
    z-index: 99999;
	height:300px;
	font-family: 'CicleRegular';
}
.popup-close {
    position:absolute;
    top: 10px;
    right: 10px;
	font-family: 'CicleRegular';
}
.popup_content {
	position:relative;
	display: inline-block;
    width:100%;
	height:300px;
	display:block;
	font-family: 'CicleRegular';
}
.popup_gadget {
	font-family: 'CicleRegular';
	display: inline-block;
    width:100%;
	height:50px;
	padding-top:5px;
	padding-bottom:5px;
}
.popup_gadget_head {
	color:#19396A;
	font-family: 'CicleRegular';
}
.popup_gadget_context {
	color:gray;
	line-height:18px;
	font-family: 'CicleRegular';
}
.head_box {
	background-color:#FFFFFF;
	position:fixed;
	top:0px;
	width:100%;
	height:90px;
}
.head_box_content {
	width:1000px;
	margin:auto;
	height:80px;
	padding:10px;
}
.head_box_1 {
	display:inline-block;
	width:200px;
	height:60px;
}
.head_box_1_image {
	position:relative;
	padding-top:12px;
	cursor:pointer;
}
.head_box_2 {
	display:inline-block;
	vertical-align:middle;
	width:240px;
	height:40px;
	color:#19396A;
	font-size:20px;
	padding-bottom:40px;
}
.head_box_3 {
	display:inline-block;
	vertical-align:middle;
	width:120px;
	height:40px;
	cursor:pointer;
	color:#19396A;
	padding-bottom:35px;
}
.head_box_4 {
	display:inline-block;
	vertical-align:middle;
	width:120px;
	height:40px;
	cursor:pointer;
	color:#19396A;
	padding-bottom:35px;
}
.head_box_5 {
	display:inline-block;
	vertical-align:middle;
	width:140px;
	height:40px;
	cursor:pointer;
	color:#19396A;
	padding-bottom:35px;
}
.head_box_6 {
	display:inline-block;
	vertical-align:middle;
	width:150px;
	height:40px;
	cursor:pointer;
	padding-bottom:65px;
}
.head_box_6_content{
	display:block;
	vertical-align:middle;
	width:150px;
	height:40px;
	cursor:pointer;
	color:#19396A;
	border:3px;
	border-color:#19396A;
	border-style:solid;
}
.head_box_6_image {
	display:inline-block;
	padding-top:9px;
	height:40px;
}
.head_box_6_text {
	display:inline-block;
	height:40px;
}
.head_box_6_content:hover {
	color:white;
	border-color:red;
	background-color:red;
}
.head_box_3:hover {color:red;}
.head_box_4:hover {color:red;}
.head_box_5:hover {color:red;}



