.bag {
	float: left;
	width: 100%;
	padding: 20px 0 30px 0;
	display: flex;
	flex-direction: column;
}
.bag-head {
	width: 100%;
	display: flex;
}
.bag-head i {
	width: 16px;
	height: 20px;
	background-image: url(../images/bag.png);
	background-size: 16px;
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-top: 1px;
}
.bag-head span {
	font-size: 18px;
	color: #515151;
	letter-spacing: 2px;
}
.bag-box {
	width: 100%;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.bag-list {
	float: left;
	width: calc(100% - 400px);
}

.bag-sm {
	width: 350px;
	display: flex;
	flex-direction: column;
}
.bag-sm-head {
	width: 100%;
	font-family: 'Polaris-Bold';
	font-size: 16px;
	font-weight: 600;
	color: #333;
	padding-bottom: 10px;
	border-bottom: #333 1px solid;
	margin-bottom: 10px;
}
.bag-sm-box {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.bag-sm-box-retail {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.bag-sm-box-retail label {
	font-size: 13px;
    color: #888;
}
.bag-sm-box-retail span {
    font-size: 13px;
    font-family: 'Polaris-Bold';
    font-weight: 600;
    color: #000;
}
.bag-sm-box-total {
	width: 100%;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}
.bag-sm-box-total label {
	font-size: 13px;
    color: #888;
}
.bag-sm-box-total span {
    font-size: 20px;
    font-family: 'Polaris-Bold';
    font-weight: 600;
    color: #000;
}
.bag-sm-box-reward {
	width: 100%;
	margin-top: 20px;
	font-size: 12px;
	display: flex;
	justify-content: flex-end;
}
.bag-sm-box-reward strong {
	color: #000;
	font-family: 'Polaris-Bold';
	margin: 0 5px;
}
.bag-sm-box-reward a {
	color: #000;
	text-decoration: underline;
}
.bag-sm-box-txt {
	width: 100%;
	font-family: 'Polaris-Book';
	margin: 0 5px;
	margin-top: 20px;
	text-align: right;
}
.bag-sm-checkout {
	width: 100%;
	height: 46px;
	margin-top: 20px;
	border-radius: 8px;
	background: #f76793;
	font-size: 15px;
    font-weight: 600;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bag_empty {
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

.bag_empty_ico {
	display: inline-table;
	width: 100px;
	height: 117px;
	background-image: url(../images/bag_black.png);
	background-size: 100px;
	background-repeat: no-repeat;
}

.bag_empty_empty {
	float: left;
	width: 100%;
	font-size: 20px;
	color: #555;
	margin-top: 10px;
}

.bag_empty_txt {
	float: left;
	width: 100%;
	font-size: 13px;
	color: #555;
	margin-top: 20px;
}

.bag_empty_txt a {
	color: #000;
	font-weight: bold;
}

.bag_empty_link {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.bag_empty_link a {
	display: inline-table;
	height: 38px;
	padding: 10px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	background: rgba(0,0,0,0.6);
	color: #FFF;
	border-radius: 6px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.bag_empty_link a:hover {
	background: rgba(0,0,0,0.7);
}

@media only screen and (max-width: 1080px){
	.bag {
		padding: 20px 15px 30px 15px;
	}
}
@media only screen and (max-width: 767px){
	.bag-box {
		flex-direction: column;
	}
	.bag-list, .bag-sm {
		width: 100%;
	}
	.bag-sm {
		margin-top: 20px;
	}
}
/*--------------------------address----------------------*/

input[type="radio"]:checked {
	background-position: -6px -3px;
}

input[type="radio"] {
	width: 15px;
	height: 15px;
	-webkit-appearance: none;
	background-position: -6px -40px;
	cursor: pointer;
}

input[type="radio"] {
	background: url("../images/checkout.3f298b8dda1e.png") no-repeat;
	background-position: -6px -40px;
	background-size: 220px 310px;
}

.checkout {
	float: left;
	width: 100%;
	padding: 15px;
	display: flex;
	justify-content: flex-start;
}

.checkoutleft {
	float: left;
    width: 55%;
    padding: 50px 50px 50px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.checkout-left-main-head {
    float: left;
    width: 100%;
    max-width: 570px;
    padding: 0 0 20px 0;
}
.checkout-left-main-head-logo {
    float: left;
    width: 100%;
    height: 40px;
    padding: 0 0 20px 0;
	margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.checkout-left-main-head-logo img {
	max-width: 100%;
	max-height: 100%;
}
.checkout-left-main-head-guide {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.checkout-left-main-head-guide span {
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    color: #777;
}
#checkout-left-main-head-guide-select {
    color: #000;
    font-weight: 600;
}
.checkout-left-main-head-guide i {
    display: inline-block;
    font-size: 15px !important;
    line-height: 15px !important;
    margin: 0 8px;
}

.checkout-express {
    float: left;
    width: 100%;
    max-width: 570px;
    margin-top: 10px;
}
.checkout-express-box{
    float: left;
    width: 100%;
    border: 1px gainsboro solid;
    padding: 20px 80px;
    border-radius: 4px;
    position: relative;
}
.checkout-express-head {
    position: absolute;
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    left: 50%;
    transform: translate(-50%, 0);
    top: -15px;
    background: #f4f4f4;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #333;
}
.checkout-express-btn {
    float: left;
    width: 100%;
    height: 46px;
    border-radius: 8px;
    margin-top: 10px;
    background: #ffc520 !important;
}
.checkout-express-btn .button-text span {
    color: #253b80 !important;
    text-transform: none !important;
    font-size: 14px;
    letter-spacing: 0;
    margin-right: 10px;
}
.checkout-express-btn .button-text i {
    width: unset;
}
.checkout-express-or {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1.5px gainsboro solid;
    margin: 30px 0;
}
.checkout-express-or span {
    position: absolute;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    left: 50%;
    transform: translate(-50%, 0);
    top: -15px;
    background: #f4f4f4;
    font-size: 14px;
    font-family: Abel;
    letter-spacing: 1px;
    font-weight: 400;
    color: #555;
}

.checkoutright {
	float: right;
	width: 45%;
	max-width: 400px;
	background: #FFF;
	margin: 20px 0;
	border-radius: 6px;
	padding: 20px;
}

.checkout-bag {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}
.checkout-bag-item {
	width: 100%;
	margin-bottom: 20px;
	background: #EEE;
    border-radius: 8px;
    padding: 10px;
	position: relative;
	display: flex;
	flex-direction: column;
}
.checkout-bag-item:last-child {
	margin: 0;
}
.checkout-bag-remove {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 12px;
	color: #555;
	padding: 5px;
	background: #CCC;
	border-radius: 4px;
	cursor: pointer;
	user-select: none;
}
.checkout-bag-remove:hover {
	color: #FFF;
	background: #000;
}
.checkout-bag-title {
	width: 100%;
	padding-bottom: 10px;
	font-family:'Polaris-Book';
	font-size: 13px;
	color: #000;
}
.checkout-bag-box {
	width: 100%;
	display: flex;
}
.checkout-bag-img {
	width: 100px;
	border-radius: 8px;
	position: relative;
}
.checkout-bag-img img {
	width: 100%;
	border-radius: 4px;
}
.checkout-bag-img span {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(50%, -50%);
	background: #000;
	color: #FFF;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.checkout-bag-info {
	width: calc(100% - 100px);
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.checkout-bag-price {
	width: 100%;
	font-family:'Polaris-Book';
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.checkout-bag-price-now {
	font-size: 12px;
	color: #000;
	font-weight: 600;
	margin-right: 20px;
}
.checkout-bag-price-retail {
	font-size: 12px;
	color: #555;
	text-decoration: line-through;
	margin-right: 20px;
}
.checkout-bag-price-save {
	font-size: 12px;
    font-weight: 600;
    background: #000;
    box-shadow: 0 0 0 2px #888;
    color: #FFF;
    padding: 1px 10px;
    border-radius: 4px;
    text-align: center;
}
.checkout-bag-attr {
	width: 100%;
	font-family:'Polaris-Book';
	display: flex;
	flex-direction: column;
}
.checkout-bag-color {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.checkout-bag-color label {
	font-size: 12px;
	color: #888;
}
.checkout-bag-color div {
	display: flex;
	align-items: center;
}
.checkout-bag-color div i {
	width: 20px;
	height: 20px;
	border-radius: 4px;
}
.checkout-bag-color div span {
	color: #000;
	font-size: 12px;
	margin-left: 5px;
}
.checkout-bag-detail {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.checkout-bag-detail-lan {
	width: 100%;
	margin-top: 5px;
	display: flex;
	justify-content: space-between;
}
.checkout-bag-detail-lan label {
	font-size: 12px;
	color: #888;
}
.checkout-bag-detail-lan span {
	color: #000;
	font-size: 12px;
	text-align: right;
}

.checkout-total {
	width: 100%;
	font-family:'Polaris-Book';
	display: flex;
	flex-direction: column;
}
.checkout-sm {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.checkout-sm-item {
	width: 100%;
	margin-bottom: 10px;
}
.checkout-sm-item:last-child {
	margin: 0;
}
.checkout-sm-item div {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.checkout-sm-item label {
	font-size: 13px;
    color: #888;
}
.checkout-sm-item span {
	font-size: 13px;
	font-family:'Polaris-Bold';
	font-weight: 600;
	color: #000;
}
.checkout-sm-grandtotal span {
	font-size: 20px;
}
.checkout-sm-discount, .checkout-sm-points {
	display: none;
}

.checkout-other {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.checkout-message {
	width: 100%;
    margin-top: 10px;
    background: #FFF;
    border-radius: 8px;
    text-align: center;
}
.checkout-reward {
	width: 100%;
	margin-top: 20px;
	font-size: 12px;
	display: flex;
	justify-content: flex-end;
}
.checkout-reward strong {
	color: #000;
	font-family: 'Polaris-Bold';
	font-weight: 600;
	margin: 0 5px;
}
.checkout-reward a {
	color: #000;
	text-decoration: underline;
}
.checkout-coupon, .checkout-points {
	margin-top: 20px;
	width: 100%;
	height: 40px;
	display: flex;
	position: relative;
}
.checkout-coupon-input, .checkout-points-input {
	width: 100%;
	height: 100%;
	height: 100%;
	padding: 10px;
    color: #333;
    line-height: 14px;
    font-size: 14px;
    background: #FFF;
    border: #DDD 1px solid;
    border-radius: 8px;
}
.checkout-coupon-button, .checkout-points-button {
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 100%;
	background: #555;
	border-radius: 0 8px 8px 0;
	color: #FFF;
}


.address {
	float: left;
	width: 100%;
    max-width: 570px;
	margin: 20px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.addressc {
	float: left;
	width: 100%;
}
.addressc-shipping {
    margin-top: 20px;
}

.addressshipping {
	float: left;
	width: 100%;
}

.addressbilling {
	float: right;
	width: 100%;
	padding: 15px;
	background: #fafafa;
}

.addresshead {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}
.addresshead-label {
    float: left;
}
.addresshead-alt {
    float: right;
    font-family: Lato;
    font-weight: 400;
    font-size: 13px;
    color: #444;
}
.addresshead-alt a {
    color: inherit;
}

.addresslan {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.addressbox-outinput {
    float: left;
    width: 100%;
    position: relative;
}
.addressbox-outinput i {
    position: absolute;
    left: 0;
    top: 0;
    width: 46px;
    height: 46px;
    color: #777;
    display: flex;
    justify-content: center;
    align-items: center;
}
.addressbox-outinput input {
    padding: 8px 14px 8px 46px !important;
}
.address-info {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
}

.addressbox {
	float: left;
	width: calc(50% - 10px);
}

.addresslan input {
	float: left;
	width: 100%;
	height: 46px;
	padding: 10px;
	color: #333;
	line-height: 14px;
	font-size: 14px;
	background: #FFF;
	border: #DDD 1px solid;
	border-radius: 8px;
}

::-webkit-input-placeholder {
	color: #999;
}

:-moz-placeholder {
	color: #999;
}

::-moz-placeholder {
	color: #999;
}

:-ms-input-placeholder {
	color: #999;
}

.addresslan input:focus {
	box-shadow: 0 0 0 4px rgb(236 211 203 / 77%);
	border-color: #e0b2aa;
}


.addresslan select {
	float: left;
	width: 221px;
	color: #333;
	height: 32px;
	padding: 6px 6px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8),inset 0 1px 2px rgba(0,0,0,0.06);
	line-height: 26px;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.addresslan select:foucs {
	border: #000 1px solid;
	outline: solid !important
}
/*country*/
.addresslan_country,.billing_addresslan_country {
	float: left;
	width: 100%;
	height: 46px;
    border: #DDD 1px solid;
	color: #333;
	line-height: 14px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	z-index: 10;
	background: #FFF;
	border-radius: 8px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
}

#addresslan_country, #billing_addresslan_country {
	border-radius: 8px 8px 0 0;
    box-shadow: 0 0 0 4px rgb(236 211 203 / 77%);
	border-color: #e0b2aa;
}

.addresslan_country_select,.billing_addresslan_country_select {
	float: left;
	width: 100%;
	height: 100%;
    padding: 0 10px;
	position: relative;
    display: flex;
    align-items: center;
}

.addresslan_country_select_flags,.billing_addresslan_country_select_flags {
	float: left;
}

.addresslan_country_select_txt,.billing_addresslan_country_select_txt {
	float: left;
	line-height: 16px;
}

.addresslan_country_select_ico_down, .billing_addresslan_country_select_ico_down {
	position: absolute;
    width: 20px;
    height: 100%;
	right: 10px;
	top: 0;
	font-size: 16px !important;
    text-align: center;
    line-height: 46px;
	color: #888;
}

.addresslan_country_select_ico_up, .billing_addresslan_country_select_ico_up {
	position: absolute;
    width: 20px;
    height: 100%;
	right: 10px;
	top: 0;
	font-size: 16px !important;
    text-align: center;
    line-height: 46px;
	color: #888;
	display: none;
}

.addresslan_country_box, .billing_addresslan_country_box {
	position: absolute;
	left: 0;
	top: 56px;
	width: 100%;
	height: 266px;
    padding: 10px;
	background: #FFF;
	box-shadow: 0 0 0 4px rgb(236 211 203 / 77%);
	border: #e0b2aa 1px solid;
	overflow: hidden;
	display: none;
	border-radius: 0 0 8px 8px;
}

.addresslan_country_box_co, .billing_addresslan_country_box_co {
	float: left;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

.addresslan_country_box_lan, .billing_addresslan_country_box_lan {
	float: left;
	width: 100%;
	padding: 10px;
}

.addresslan_country_box_lan:hover, .billing_addresslan_country_box_lan:hover {
	background: rgba(0,0,0,0.05);
}

.coutry_search, .billing_coutry_search {
	float: left;
	width: 100%;
	height: 46px;
	background: #FFF;
	position: relative;
}

.coutry_search_ico, .billing_coutry_search_ico {
	position: absolute;
	left: 0;
	width: 34px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	cursor: default !important;
}

.coutry_search_ipt, .billing_coutry_search_ipt {
	float: left;
	width: 100%;
	height: 46px;
	padding: 10px 10px 10px 38px !important;
	border-bottom: #ddd 1px solid;
	box-shadow: none !important;
}
/*state*/
.addressbox_state, .billing_addressbox_state {
	float: left;
	width: 100%;
	height: 46px;
	color: #333;
	line-height: 14px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	z-index: 9;
	background: #FFF;
    border: #DDD 1px solid;
	border-radius: 8px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
}

#addressbox_state, #billing_addressbox_state {
	border-radius: 8px 8px 0 0;
    box-shadow: 0 0 0 4px rgb(236 211 203 / 77%);
    border-color: #e0b2aa;
}

.addresslan_state_select, .billing_addresslan_state_select {
	float: left;
	width: 100%;
	height: 46px;
	padding: 0 10px;
	position: relative;
    display: flex;
    align-items: center;
}

.addresslan_state_select_txt, .billing_addresslan_state_select_txt {
	float: left;
	width: 100%;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
}

#addresslan_state_select_txt_not_select, #billing_addresslan_state_select_txt_not_select {
	color: #999;
}

.addresslan_state_select_ico_down, .billing_addresslan_state_select_ico_down {
	position: absolute;
    width: 20px;
    height: 100%;
    right: 10px;
    top: 0;
    font-size: 16px !important;
    text-align: center;
    line-height: 46px;
    color: #888;
}

.addresslan_state_select_ico_up, .billing_addresslan_state_select_ico_up {
	position: absolute;
    width: 20px;
    height: 100%;
    right: 10px;
    top: 0;
    font-size: 16px !important;
    text-align: center;
    line-height: 46px;
    color: #888;
    display: none;
}

.addresslan_state_box, .billing_addresslan_state_box {
	position: absolute;
    left: 0;
    top: 56px;
    width: 100%;
    height: 266px;
    padding: 10px;
    background: #FFF;
    box-shadow: 0 0 0 4px rgb(236 211 203 / 77%);
    border: #e0b2aa 1px solid;
    overflow: hidden;
    display: none;
    border-radius: 0 0 8px 8px;
}

.addresslan_state_box_st, .billing_addresslan_state_box_st {
	float: left;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

.addresslan_state_box_txt, .billing_addresslan_state_box_txt {
	float: left;
	width: 100%;
	padding: 10px;
}

.addresslan_state_box_txt:hover, .billing_addresslan_state_box_txt:hover {
	background: rgba(0,0,0,0.05);
}

#billing_thesame {
	float: left;
	width: 16px;
	height: 16px;
}

.billing_thesame_txt {
	float: left;
	width: calc(100% - 51px);
	min-height: 26px;
	font-size: 13px;
	color: #888;
	margin: 0 0 0 5px;
	display: flex;
	align-items: center;
}

.order-btn {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.addresssubmit, .order-button {
	float: left;
    width: 190px;
	height: 56px;
    background: #f76793;
    border-radius: 8px;
}
.addresssubmit:hover, .order-button:hover {
	background: #c93863;
}
.addresssubmit .button-text span, .order-button .button-text span{
    font-size: 13px;
    color: #FFF;
    text-transform: unset;
	font-family: 'Polaris-Bold';
}

.order-btn-link {
    color: #777;
    margin-left: 20px;
}
.order-btn-link:hover {
    color: #000;
}


/*-------------------------------------checkbox----------------------------------*/
.checkbox {
    float: left;
    width: 45px;
    height: 26px;
    border-radius: 13px;
    border: #EEE 2px solid;
    background: #FFF;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.checkbox:before {
    position: absolute;
    content: "";
    left: 8px;
    top: 6px;
    width: 1px;
    height: 10px;
    background: #FFF;
}

.checkbox:after {
    position: absolute;
    content: "";
    right: 6px;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: #CCC 1px solid;
}

.checkbox input {
    position: absolute;
    width: 45px;
    height: 26px;
    border-radius: 13px;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.checkboxcheck {
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #FFF;
    z-index: 1;
    -webkit-box-shadow: 1px 1px 1px rgba(34, 34, 34, .1);
    box-shadow: 1px 1px 1px rgba(34, 34, 34, .1);
    transition: -webkit-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

#checkbox {
    border: #000 2px solid;
    background: #000;
}

#checkbox .checkboxcheck, #checkbox-checkout .checkboxcheck {
    -webkit-transform: translateX(19px);
    transform: translateX(19px);
    transition: -webkit-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}


.information {
    float: left;
    width: 100%;
	max-width: 570px;
    background: #FFF;
    border: #DDD 1px solid;
    padding: 0 15px;
    border-radius: 8px;position: relative;
}
.information-button {
    position: absolute;
    height: 30px;
    background: #EEE;
    border-radius: 8px;
    overflow: hidden;
    padding: 5px 10px;
    color: #777;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.information-button i {
    float: left;
    height: 20px;
    line-height: 20px !important;
    font-size: 12px;
}
.information-button span {
    float: left;
    height: 20px;
    line-height: 20px !important;
    font-size: 12px;
    margin-left: 5px;
}
.information-box {
    float: left;
    width: 100%;
    border-bottom: #DDD 1px solid;
    padding: 15px 0;
}
.information-box:last-child {
    margin: 0;
    border: none;
}
.information-box-head {
    float: left;
    width: 100%;
    font-family: Lato;
    font-weight: 400;
    font-size: 15px;
    color: #777;
    padding-bottom: 5px;
}
.information-box-email, .information-box-address {
    float: left;
    width: 100%;
    font-family: Lato;
    font-weight: 400;
    font-size: 13px;
    color: #333;
    font-weight: 400;
}
.information-box-address-item {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.information-box-address-item:last-child {
    margin: 0;
}

.shipping {
	float: left;
	width: 100%;
	max-width: 570px;
	margin-top: 20px;
}
.shipping-head {
	float: left;
    width: 100%;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin: 20px 0 10px 0;
}
.shipping-box {
	float: left;
	width: 100%;
	background: #FFF;
	border: #DDD 1px solid;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.shipping-item {
	float: left;
	width: 100%;
	padding: 10px 15px;
	position: relative;
	border-bottom: #DDD 1px solid;
	display: flex;
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
}
.shipping-item:last-child {
	border: none;
}
.shipping-input {
	display: none;
}
.shipping-info {
	width: calc(100% - 20px);
	padding-left: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shipping-info-title {
    width: 100%;
	font-size: 13px;
    display: flex;
	flex-direction: column;
}
.shipping-info-title-head {
	margin-bottom: 5px;
}

.pay {
    float: left;
    width: 100%;
	max-width: 570px;
    display: none;
}
.pay-head {
    float: left;
    width: 100%;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin: 20px 0 10px 0;
}
.pay-box {
    float: left;
    background: #FFF;
    width: 100%;
    border: #DDD 1px solid;
    border-radius: 8px;
}
.pay-item {
    float: left;
    width: 100%;
    min-height: 50px;
}
.pay-item-head {
    float: left;
    width: 100%;
    height: 50px;
    padding: 10px 15px;
    cursor: pointer;
    user-select: none;
    border-bottom: #DDD 1px solid;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pay-item-radio, .shipping-item-radio {
    float: left;
    width: 19px;
    height: 19px;
    border: #DDD 1px solid;
    border-radius: 50%;
    position: relative;
}
#pay-item .pay-item-radio, #shipping-item .shipping-item-radio {
    border: none;
    background: #555;
}
#pay-item .pay-item-radio:after, #shipping-item .shipping-item-radio::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #FFF;
    border-radius: 50%;
    left: 7px;
    top: 7px;
}
.pay-item-head-title {
	width: calc(100% - 20px);
	padding-left: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pay-item-name {
    float: left;
    height: 30px;
    font-weight: Lato;
    font-weight: 400;
    line-height: 30px;
    color: #555;
    font-size: 15px;
}
.pay-item-ico {
    float: left;
    color: #333;
	display: flex;
}
.pay-item-ico img {
    float: left;
    height: 24px;
}
.pay-item-ico span {
	width: 35px;
    height: 20px;
	margin-left: 2px;
	background-image: url(../images/payment.png?001);
    background-size: 600%;
    background-repeat: no-repeat;
}
.pay-item-ico-visa {
	background-position: -35px 0;
}
.pay-item-ico-mastercard {
	background-position: -70px 0;
}
.pay-item-ico-discover {
	background-position: -105px 0;
}
.pay-item-ico-jcb {
	background-position: -140px 0;
}
.pay-item-ico-diners {
	background-position: -175px 0;
}
.pay-item-box {
    float: left;
    width: 100%;
    display: none;
}
.pay-item:first-child .pay-item-box{
    border-bottom: #DDD 1px solid;
}
.pay-item:last-child .pay-item-box{
    border-radius: 0 0 8px 8px;
}
.pay-item:last-child .pay-item-head {
    border: none;
}
#pay-item .pay-item-head {
    border-bottom: #DDD 1px solid;
}
#pay-item .pay-item-box {
    display: block;
}
.pay-redirect {
    float: left;
    width: 100%;
    min-height: 208px;
    background: #fafafa;
    padding: 20px;
    border-radius:0 0 8px 8px;
}
.pay-redirect i {
    float: left;
    width: 100%;
    height: 100px;
    background: url(../images/redirect.svg) center center no-repeat;
}
.pay-redirect span {
    float: left;
    width: 100%;
    padding: 30px 50px 0 50px;
    font-size: 14px;
    text-align: center;
    color: #777;
}

.pay-card {
    float: left;
    width: 100%;
    background: #fafafa;
    padding: 15px;
}

.form-element {
    float: left;
    width: 100%;
    height: 46px;
    position: relative;
    margin-top: 15px;
}
.form-element:first-child {
    margin-top: 0;
}
.form-element-half {
    width: calc(50% - 7.5px);
}
.form-element-half:last-child {
    margin-left: 15px;
}
.form-textbox {
    float: left;
    width: 100%;
    height: 46px;
    border: #DDD 1px solid;
    border-radius: 4px;
    font-size: 13px;
    font-weight: Abel;
    font-weight: 600;
    padding: 20px 30px 0 15px;
}
.form-textbox:focus {
    border-color: #000;
}
.form-label {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 14px;
    color: #999;
    padding: 0;
    z-index: 1;
    transition-timing-function: ease-in;
    transition-duration: .125s;
	pointer-events: none;
}
.form-textbox.form-textbox-entered~.form-label, .form-textbox:focus~.form-label {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: -.01em;
    top: 5px;
}
.form-textbox.form-textbox-entered~.form-label {
	color: #666;
}
.form-ico {
    position: absolute;
    width: 46px;
    height: 100%;
    top: 0;
    right: 0;
    padding: 14px 15px;
    cursor: pointer;
}
.form-ico-svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    color: #999;
}
.form-ico:hover .form-ico-alt {
    -webkit-transform: rotateX(0deg) scale(1);
    transform: rotateX(0deg) scale(1);
    pointer-events: auto;
    visibility: visible;
    opacity: 1
}
.form-ico-alt {
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 80%;
    right: -0.3333333333em;
    width: 180px;
    margin: 0 0 5px 0;
    padding: 0.75em 1em;
    border-radius: 4px;
    white-space: normal;
    font-size: 0.8571428571em;
    font-style: normal;
    text-align: center;
    color: #fff;
    display: block;
    z-index: 200;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.3, 0, 0, 1);
    -webkit-transform: rotateX(20deg) scale(0.8);
    transform: rotateX(20deg) scale(0.8);
    -webkit-transform-origin: 90% 120%;
    transform-origin: 90% 120%;
    -webkit-backface-visibility: hidden;
    background-color: rgba(51, 51, 51, 0.9);
    visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: center 120%;
    transform-origin: center 120%;
    right: 50%;
    margin-right: -90px;
}
.form-ico-alt:after {
    content: "";
    position: absolute;
    top: 100%;
    width: 0;
    border: 6px solid transparent;
    border-top-color: rgba(51,51,51,0.9);
    right: 50%;
    margin-right: -6px
}
.payment-icon-unknown {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}
.pay-address {
	float: left;
	width: 100%;
	padding: 15px;
	background: #fafafa;
}


.checkout-left-bottom {
	width: 100%;
    max-width: 570px;
	margin-top: 30px;
    padding: 15px 0;
    border-top: 1px solid gainsboro;
}
.checkout-left-bottom-page {
    float: left;
    font-size: 13px;
    font-family: Lato;
    font-weight: 400;
    color: #777;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

.checkout-right-main-logo, .checkout-order-head {
	display: none;
}

@media only screen and (max-width: 768px){
	.checkout {
		justify-content: space-between;
    	flex-direction: column-reverse;
		padding: 0;
	}
	.checkoutright {
		width: 100%;
		max-width: unset;
		padding: 0;
		background: unset;
	}
	.checkout-right-main-logo {
		float: left;
		width: 100%;
		height: 40px;
		padding: 0 0 20px 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.checkout-right-main-logo img {
		max-width: 100%;
		max-height: 100%;
	}
	.checkout-order-head {
        float: left;
        width: 100%;
        height: 45px;
        padding: 10px 15px;
        color: #000;
        background: #efefef;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        cursor: pointer;
        display: block;
		user-select: none;
    }
    .checkout-order-head-cartico {
        float: left;
        width: 25px;
        height: 25px;
		background-image: url(../images/bag.png);
		background-position: center left;
		background-repeat: no-repeat;
		background-size: 16px;
        display: flex;
        align-items: center;
    }
    .checkout-order-head-title {
        float: left;
        width: 150px;
        height: 25px;
        line-height: 25px;
        font-size: 15px;
    }
    .checkout-order-head-title-show {
        display: block;
    }
    .checkout-order-head-title-hide {
        display: none;
    }
    .checkout-order-head-showico {
        float: left;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .checkout-order-head-showico::after {
        content: "";
        width: 0;
        height: 0;
        border-top: 5px solid #000;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }
    #checkout-order-head .checkout-order-head-title-show {
        display: none;
    }
    #checkout-order-head .checkout-order-head-title-hide {
        display: block;
    }
    #checkout-order-head .checkout-order-head-showico {
        transform: rotate(180deg);
    }
    .checkout-order-head-total {
        float: right;
        height: 25px;
        line-height: 25px;
		font-size: 16px;
		font-weight: 600;
        color: #333;
    }
    .checkout-order-box {
        display: none;
		float: left;
		width: 100%;
		padding: 15px;
		background: #FFF;
    }
    .checkout-order-box-show {
        display: block !important;
    }
	.bag_checkout_head, .checkout-left-main-head-logo {
		display: none;
	}

	.checkoutleft {
		width: 100%;
		padding: 15px;
	}
	.checkout-left-main-head, .address, .checkout-left-bottom, .information, .shipping, .pay {
		max-width: unset;
	}

	.pay-card {
		overflow: hidden;
	}
}

/*-------------------------------------order----------------------------------*/
.order {
    float: left;
    width: 100%;
}
.order-top {
    float: left;
    width: 100%;
    background: #000;
}
.order-logo {
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 0 50px 0;
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
}
.order-ico {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
}
.order-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    padding: 20px 0;
}
.order-message {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    padding: 0 15px 20px 15px;
}
.order-detail {
    float: left;
    width: 100%;
    padding: 30px 15px;
}
.order-detail-main {
    margin: 0 auto;
    width: 400px;
}
.order-detail-head {
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    color: #777;
}
.order-detail-text {
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-top: 10px;
}
.order-detail-btn {
    float: left;
    width: 100%;
    height: 50px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
    margin-top: 30px;
    border-radius: 8px;
}
@media only screen and (max-width: 767px){
    .order-detail-main {
        width: 100%;
    }
}


.pop {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1001;
	visibility: hidden;
}
#pop {
	visibility: visible;
}
.pop-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.8);
	z-index: 1;
}
.pop-main {
	position: fixed;
	z-index: 2;
	width: 60%;
    max-height: calc(100% - 40px);
	left: 50%;
	top: 50%;
	transform: translate(-50%, 50%);
	background: #FFF;
	border-radius: 0.5rem;
	overflow: hidden;
	display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
}
#pop .pop-main {
	transform: translate(-50%, -50%);
	transition-duration: 300ms;
}
@media only screen and (max-width: 768px){
	.pop-main {
		width: 100%;
		top: auto;
		bottom: 0;
		border-radius: 0.5rem 0.5rem 0 0;
	}
	#pop .pop-main {
		transform: translate(-50%, 0);
	}
}
.pop-head {
	height: 56px;
	background: #FFF;
	border-bottom: #DDD 1px solid;
}
.pop-title {
	float: left;
	width: calc(100% - 56px);
	height: 100%;
	padding: 20px;
	font-family: Circular;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
	display: flex;
	align-items: center;
}
.pop-close {
	float: right;
	width: 56px;
	height: 100%;
	border-left: #DDD 1px solid;
	position: relative;
	cursor: pointer;
	user-select: none;
	display: flex;
}
.pop-close::before {
	content: "";
	position: absolute;
	width: 16px;
	height: 2px;
	border-radius: 2px;
	overflow: hidden;
	top: 28px;
    left: 20px;
	background: #000;
	transform: rotate(45deg);
}
.pop-close::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 2px;
	border-radius: 2px;
	overflow: hidden;
	top: 28px;
    left: 20px;
	background: #000;
	transform: rotate(-45deg);
}
.pop-box {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
	padding: 30px;
	font-family: Circular;
	font-weight: 300;
    font-size: 14px;
	color: #777;
	line-height: 25px;
}