.shop_wrap {
	max-width: 1400px;
	width: 100%;
	margin: 2px auto;
}
.shop_top_box {
}
.shop_top_list_outer_box {
	overflow: hidden;
}
.shop_top_list_inner_box {
	float: left;
	width: 33.3%;
}
.shop_top_list_box {
	position: relative;
}
.shop_top_list_img {
	width: 100%;
}
.shop_top_list_img.pc {
	display: block;
}
.shop_top_list_img.m {
	display: none;
}
.shop_top_list_move {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom:0;
	padding: 0 15px;
	background: #ed5268;
	color: #fff;
	font-size: 30px;
}
.shop_best_product_box {

}
.best_product_title {
	margin: 40px 0 20px;
	text-align: center;
	font-size: 34px;
	font-weight: normal;
}
.shop_product_list_box {
	overflow: hidden;
}
.shop_product_list_link {
	display: block;
}
.shop_product_list_item_box {
	float: left;
	width: 25%;
	padding: 10px;
}
.shop_product_list_item_box > a {
}

.shop_product_list_item_box > a:hover {
	/*border: 1px solid #000;*/
	background:#fef4d3;
}
.shop_product_list_item {
	padding: 10px;
}
.product_image_box {
	text-align: center;
	height:320px;
}
.product_image_box > img {
	width: 100%;
	max-width:500px;
}
.product_name_box {
	text-align: center;
}
.product_name_box > span {
	display: inline-block;
	font-size: 16px;
}
.product_price_box {
	text-align: center;
}
.product_price_box > span {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
}

.shop_product_box {
	position: relative;
}
.shop_product_tab_box {
	margin: 30px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 0;
}
.shop_product_tab_box > a {
	display: inline-block;
	position: relative;
	padding: 15px 20px;
	font-size: 14px;
}
.shop_product_tab_box > a.on:before {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 3px;
	background: #d54c5f;
	content: "";
}
.shop_product_tab_box > a:not(:last-child):after {
	position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 13px;
    margin-top: -6.5px;
    background: #e5e9eb;
    content: "";
}
.product_title {
	font-size: 18px;
	font-weight: normal;
}
.product_shorting_box {
	position: absolute;
	right: 0px;
	top: -5px;
}

.shop_detail_wrap {
	padding: 10px;
}
.shop_detail_product_outer_box {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.shop_detail_product_image_box {
	display: table-cell;
	position: relative;
	width: 50%;
	vertical-align: top;
}
.shop_detail_product_image {
	padding-left: 100px;
	padding-right: 50px;
	text-align: center;
}
.shop_detail_product_image > img {
	width: 100%;
	border: 1px solid #f9f9f9;
	text-align: center;
}
.shop_detail_product_thum {
	position: absolute;
	left: 0;
	top: 0;
}
.shop_detail_product_thum > ul {
	font-size: 0;
}
.shop_detail_product_thum > ul > li {
	width: 85px;
	height: 85px;
	margin-bottom: 15px;
	border: 1px solid #f9f9f9;
	cursor: pointer;
}
.shop_detail_product_thum > ul > li.on {
	border: 1px solid #000;
}
.shop_detail_product_thum > ul > li:last-child {
	margin-bottom: 0;
}
.shop_detail_product_thum > ul > li > img {
	width: 100%;
}
.shop_detail_product_buy_box {
	display: table-cell;
	position: relative;
	width: 50%;
	padding-left: 50px;
	vertical-align: top;
}
.shop_category_name {
	display: block;
	margin-bottom: 5px;
	color: #959595;
	font-size: 18px;
}
.shop_detail_product_name {
	padding-bottom: 20px;
	color: #000;
	border-bottom: 2px solid #ed1c24;
	font-size: 26px;
	font-weight: normal;
}
.shop_detail_product_buy_info_box {
	padding: 10px 0;
}
.shop_detail_table_box {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.shop_detail_table_cell_h,
.shop_detail_table_cell_d {
	display: table-cell;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
}
.shop_detail_table_cell_h {
	width: 150px;
	color: #000;
}
.shop_detail_table_cell_d {
	width: auto;
	color: #959595;
}

.shop_detail_size_text {
    color: #ea495f;
    padding: 10px;
	text-align: center;
    font-size: 16px;
}
.shop_detail_product_buy_size_box {
	padding: 10px 0;
	border: 1px solid #e1e1e1;
	border-left: 0;
	border-right: 0;
}
.shop_detail_size_table_box {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.shop_detail_size_table_cell_h,
.shop_detail_size_table_cell_d {
	display: table-cell;
	padding: 10px;
	vertical-align: middle;
	font-size: 16px;
}
.shop_detail_size_table_cell_h {
	width: 130px;
	color: #6b6b6b;
	text-align: left;
	font-size: 14px;
	letter-spacing: -0.8px;
}
.shop_detail_size_table_cell_d {
	position: relative;
	width: auto;
	padding-right: 50px;
	color: #000;
	text-align: right;
}
.s_tot {
	display: inline-block;
	padding: 0 10px;
}
.size_selected_remove {
    position: absolute;
    right: 0;
    top: 5px;
    height: auto;
    padding: 5px 10px;
    border: 0;
    font-size: 18px;
    font-weight: bold;
	cursor: pointer;
}
.shop_detail_buy_btn_box {
	margin-top: 25px;
	text-align: center;
}
.shop_detail_cart_btn,
.shop_detail_buy_btn {
    display: inline-block;
    width: 45%;
    padding: 10px 0;
	color: #fff;
    border-radius: 25px;
    font-size: 16px;
}
.shop_detail_cart_btn {
	margin-right: 10px;
	background: #000;
}
.shop_detail_buy_btn {
	margin-left: 10px;
	background: #ea495f;
}

.shop_detail_info_outer_box {
	margin-top: 80px;
}
.shop_detail_info_tab_box {
}
.shop_detail_info_tab_list_box {
}
.shop_detail_info_tab_list_box:after {
	display: table;
	clear: both;
	content: ''; 
}
.shop_detail_info_tab_list {
	float: left;
	width: 50%;
	margin-left: -1px;
	padding: 10px 0;
	background: #f5f5f5;
	color: #959595;
	border: 1px solid #959595;
	border-bottom: 2px solid #000;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}
.shop_detail_info_tab_list.on {
	background: #fff;
	color: #000;
	border-color: #000;
	border-bottom: 2px solid #fff;
}
.shop_detail_info_tab_content_box {
	margin-top: 60px;
}
.shop_detail_info_tab_content {
	display: none;
}
.shop_detail_info_tab_content.on {
	display: block;
}
.detail_info {
}
.detail_info .detail_info_title {
	color: #000;
	font-size: 20px;
	font-weight: normal;
}
.detail_info .detail_info_box {
}
.detail_info .detail_info_inner_box {
	padding: 20px 10px;
	color: #707070;
	font-size: 14px;
}
.detail_info .detail_info_inner_box b {
	font-weight: 500;	
}

.product_detail_info_image {
	margin: 0 auto;
	text-align: center;
}
.product_detail_info_image img {
	max-width: 100%;
}

.itemCountInner {
    display: inline-block;
	overflow: hidden;
	padding: 0px;
	vertical-align: middle;
}
.b_qty {
    float: left;
    width: 32px;
    height: 30px;
    border: 1px solid #ddd;
    cursor: pointer;
}
.b_qty > img {
    width: 30px;
    height: 30px;
}
.qty {
    float: left;
    display: inline-block;
    width: 45px;
    height: 30px;
    line-height: 27px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    vertical-align: top;
}

/* cart */

.cart_wrap {
}
.cart_top_box {
	margin-bottom: 10px;
}
.cart_top_box input {
	 width:20px;
	 height:20px;
}
.cart_product_remove_btn {
	height: auto;
    padding: 7px 10px;
	margin-left: 15px;
	border-radius: 4px;
	cursor: pointer;
}
.cart_product_info {
}
.cart_product_table {
	display: table;
	width: 100%;
	border-bottom: 1px solid #d7d7d7;
}
.cart_product_table th,
.cart_product_table td {
}
.cart_product_table th {
	padding: 14px 0;
	background: #f5f5f5;
    border-top: 1px solid #333;
	font-weight: normal;
}
.cart_product_table td {
	padding: 20px 0;
	border-top: 1px solid #d7d7d7;
	text-align: center;
}
.cart_product_table td.check {
	width: 30px;
	text-align: left;
}
.cart_product_table td.check > input {
	width: 20px;
	height: 20px;
}
.cart_product_table td.name {
	width: 35%;
	text-align: left;
}
.cart_product_table td.name .photo {
	display: inline-block;
	width: 100px;
	margin-right: 10px;
}
.cart_product_table td.name .photo img {
	width: 100%;
	border: 1px solid #d7d7d7;
}
.cart_product_table td.name .txt {
	display: inline-block;
	vertical-align: middle;
}
.cart_product_table td.btn {
	width: 150px;
}
.cart_product_table td.btn .btn_box2 {
	text-align: right;
}
.cart_product_table td.btn .btn_box2 > a {
	display: inline-block;
	width: 110px;
	padding: 5px 10px;
	color: #fff;
	text-align: center;
}
.cart_product_table td.btn .btn_box2 .cart_order_btn {
	margin-bottom: 10px;
	background: #000;
}
.cart_product_table td.btn .btn_box2 .cart_remove_btn {
	background: #959595;
}
.cart_select {
	width: 80px;
}

.total_price_box {
	display: table;
	width: 100%;
	background: #f5f5f5;
}
.total_price_left,
.total_price_right {
	display: table-cell;
	padding:20px;
}
.total_price_left {
	width: 60%;
	text-align: left;
}
.total_price_right {
	width: 40%;
	text-align: right;
}
.total_price_box span {
	display: inline-block;
	padding: 0 10px;
	color: #898989;
}
.total_price_box .product_price {
	font-size: 18px;
	color: #000;
}
.total_price_box .ship_price {
	font-size: 18px;
	color: #000;
}
.total_price_box .total_price {
	color: #ed1c24;
	font-size: 22px;
}

.cart_bottom_btn_box {
	margin: 60px 0;
	text-align: center;
}
.cart_bottom_btn_box > a {
	display: inline-block;
	max-width: 200px;
	width: 100%;
	padding: 10px 0;
	border-radius: 30px;
	font-size: 16px;
}
.cart_bottom_order {
	background: #898989;
	color: #fff;
	border: 2px solid #898989;
}
.cart_bottom_all_order {
	background: #e50020;
	color: #fff;
	border: 2px solid #e50020
}
.cart_bottom_go_shop {
	background: #fff;
	color: #898989;
	border: 2px solid #898989
}

.cart_use_box {
	padding: 40px;
	background: #fafafa;
	border: 1px solid #d7d7d7;
}
.cart_use_box dl {
	margin-bottom: 20px;
}
.cart_use_box dl:last-child {
	margin-bottom: 0
}
.cart_use_box dl dt {
	margin-bottom: 10px;
	color: #252525;
	font-size: 18px;
}
.cart_use_box dl dd {
	display: list-item;
	line-height: 30px;
	margin-left: 25px;
	color: #898989;
}

.m_cart_product_table {
	display: none;
}
.m_cart_product_table > li {
	overflow: hidden;
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #d7d7d7;
}
.m_cart_product_table > li:first-child {
	border-top: 1px solid #d7d7d7;
}

.m_cart_name_box {
	display: table;
	width: 100%;
	margin: 10px 0;
}
.m_cart_name_box > label {
	display: table-cell;
	width: 30px;
	text-align: left;
}
.m_cart_name_box > label > input {
	width: 20px;
	height: 20px;
}
.m_cart_photo {
	display: table-cell;
	width: 100px;
	vertical-align: top;
}
.m_cart_photo > img {
	width: 100%;
	border: 1px solid #d7d7d7;
}
.m_cart_txt {
	display: table-cell;
	width: auto;
	padding-left: 30px;
	vertical-align: top;
}
.m_cart_product_brand {
}
.m_cart_procut_name {
}
.m_cart_procut_info {
}
.m_cart_procut_price {
}
.m_cart_select_box {
	margin-bottom: 5px;
	text-align: center;
}
.m_cart_select_box > select {
	width: 49%;
}
.m_cart_btn_box {
	text-align: center;
}
.m_cart_order_btn,
.m_cart_remove_btn {
	display: inline-block;
    width: 49%;
    padding: 9px 10px;
    color: #fff;
    text-align: center;
}
.m_cart_order_btn {
    background: #000;
}
.m_cart_remove_btn {
	background: #959595;
}

.order_bottom_btn_box {
	margin-top: 40px;
	text-align: center;
}
.order_bottom_btn_box > a {
	display: inline-block;
	max-width: 250px;
	width: 48%;
    padding: 10px 0;
	color: #fff;
    border-radius: 25px;
    font-size: 16px;
}
.order_bottom_btn {
	background: #e50021;
}
.order_bottom_cancel {
	background: #898989;
}

.order_complete_bottom_btn_box {
	margin-top: 40px;
	text-align: center;
}
.order_complete_bottom_btn {
	display: inline-block;
	max-width: 250px;
	width: 100%;
	padding: 10px 0;
	background: #000;
	color: #fff;
	border-radius: 25px;
    font-size: 16px;
}

.order_complete_box {
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}
.order_complete_thankyou {
	margin-bottom: 20px;
	color: #909090;
	font-size: 34px;
}
.order_complete_box > p {
	color: #000;
	font-size: 18px;
}
.order_complete_number_box {
	margin: 20px 0 40px;
	padding-top: 20px;
	border-top: 1px solid #bf8d46;
}
.order_complete_number_box > p {
	font-size: 14px;
}
.order_complete_number {
	color: #ed5f6b;
}
.order_complete_icon_box {
	margin-top: 20px;
	text-align: center;
}
.order_complete_icon_box > img {
	max-width: 104px;
	width: 100%;
}
/* //cart */

@media only screen and (max-width: 1200px) {
	
	.shop_wrap {
		margin: 20px auto;
	}

	.shop_top_box,
	.shop_best_product_box,
	.shop_product_box {
		padding: 10px;
	}

	.shop_product_list_item_box {
		width: 33.3%;
	}

	.shop_detail_product_outer_box {
		max-width: 720px;
		width: 100%;
		margin: 0 auto;
	}
	.shop_detail_product_image_box,
	.shop_detail_product_buy_box {
		display: block;
		width: 100%;
	}
	.shop_detail_product_buy_box {
		padding-left: 0;
	}
	.shop_detail_product_image {
		padding-right: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.cart_wrap {
		padding: 10px;
	}
}

@media only screen and (max-width: 820px) {
	.cart_wrap {
		max-width: 520px;
		width: 100%;
		margin: 0 auto;
	}
	.cart_top_box {
	}
	.cart_product_table {
		display: none;
	}
	.m_cart_product_table {
		display: block;
	}
	.total_price_left,
	.total_price_right {
		display: block;
		width: 100%;
		padding: 10px;
	}
	.total_price_left {
		padding-bottom: 0;
	}
	.total_price_right {
		padding-top: 0;
	}
	.total_price_box span {
		font-size: 12px;
	}
	.cart_bottom_btn_box {
		margin: 30px 0;
	}
	.cart_bottom_btn_box > a {
		width: 30%;
		font-size: 14px;
	}
	.total_price_box .product_price {
		font-size: 14px;
	}
	.total_price_box .ship_price {
		font-size: 14px;
	}
	.total_price_box .total_price {
		font-size: 16px;
	}
	.cart_use_box {
		padding: 20px;
	}
	.cart_use_box dl dt {
		font-size: 14px;
	}
	.cart_use_box dl dd {
		line-height: 20px;
		margin-left: 15px;
		font-size: 12px;
	}
}

@media only screen and (max-width: 740px) {
	
	.best_product_title {
		margin-bottom: 0;
	}

	.shop_top_list_inner_box {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.shop_top_list_inner_box:last-child {
		margin-bottom: 0;
	}
	.shop_top_list_img.pc {
		display: none;
	}
	.shop_top_list_img.m {
		display: block;
	}
	
	.shop_product_list_item_box {
		width: 50%;
		padding: 5px;
	}
	
	.shop_detail_product_outer_box {
		max-width: 520px;
		margin: 0 auto;
	}
	.shop_detail_product_image {
		padding-left: 0;
	}
	.shop_detail_product_thum {
		position: relative;
		margin: 15px 0;
	}
	.shop_detail_product_thum > ul > li {
		display: inline-block;
		width: 60px;
		height: 60px;
		margin: 0;
		padding: 5px;
		border: none;
	}
	.shop_detail_product_thum > ul > li.on {
		border: none;
	}
	.shop_detail_product_thum > ul > li > img {
		border: 1px solid #f9f9f9;
	}
	.shop_detail_product_thum > ul > li.on > img {
		border: 1px solid #000;
	}
	.shop_category_name {
		margin-bottom: 0;
		font-size: 15px;
	}
	.shop_detail_product_name {
		padding-bottom: 10px;
		font-size: 18px;
	}

	.shop_detail_table_cell_h,
	.shop_detail_table_cell_d {
		font-size: 12px;
	}

	.shop_detail_size_table_cell_h,
	.shop_detail_size_table_cell_d {
		font-size: 12px;
	}
	.shop_detail_size_table_cell_h {
		width: 110px;
	}
	.shop_detail_size_table_cell_d {
		padding-right: 32px;
	}
	.itemCountInner {
		padding: 0;
	}

	.shop_detail_info_tab_list {
		font-size: 12px;
	}
}

@media only screen and (max-width: 620px) {
	.product_name_box > span {
		font-size: 12px;
	}
	.shop_product_tab_box > a {
		padding: 10px;
	}
}

@media only screen and (max-width: 480px) {
	
	.shop_product_list_item_box {
		
	}

	.product_image_box {
		height:180px;
	}

}


@media only screen and (max-width: 400px) {
	
	.shop_product_list_item_box {
		
	}

	.product_image_box {
		height:155px;
	}

}

