@media (max-width: 1500px) and (min-width: 1220px) {
	.container {
		width: 1200px;
	}

	/*.heade2 {*/
	/*	width: 29%;*/
	/*}*/

}

@media (max-width: 1220px) and (min-width: 1020px) {
	.container {
		width: 1000px;
	}
.heade5 {
    width: 50%;
}
	/*.heade2 {*/
	/*	width: 25%;*/
	/*}*/

	.login_register {
		width: 1000px;
	}

}

@media (max-width: 1020px) {
	.container {
		width: 95%;
	}

	.header {
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.logo {
		height: 40px;
		margin-top: 0;
	}

	.heade3 {
		margin-top: 0;
		margin-left: 0;
		margin-right: 2%;
		align-items: center;
	}

	.heade4 {
		height: 20px;
		margin-right: 2%;
	}
.menubtn {
    margin-top: 0;
    margin-left: 0;
}
	.menubtn i {
		display: block;
		width: 25px;
		height: 2px;
		background-color: #333333;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}

	.menubtn i:nth-child(1) {
		-webkit-transform-origin: left bottom;
		-moz-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		-o-transform-origin: left bottom;
		transform-origin: left bottom;
	}

	.menubtn i:nth-child(2) {
		margin-top: 4px;
	}

	.menubtn i:nth-child(3) {
		margin-top: 4px;
		-webkit-transform-origin: left top;
		-moz-transform-origin: left top;
		-ms-transform-origin: left top;
		-o-transform-origin: left top;
		transform-origin: left top;
	}

	.menubtn.on i:nth-child(1) {
		-webkit-transform: rotate(28deg);
		-moz-transform: rotate(28deg);
		-ms-transform: rotate(28deg);
		-o-transform: rotate(28deg);
		transform: rotate(28deg);
	}

	.menubtn.on i:nth-child(2) {
		opacity: 0;
	}

	.menubtn.on i:nth-child(3) {
		-webkit-transform: rotate(-28deg);
		-moz-transform: rotate(-28deg);
		-ms-transform: rotate(-28deg);
		-o-transform: rotate(-28deg);
		transform: rotate(-28deg);
	}

	.COVER {
		width: 60%;
		height: 100%;
		background-color: #1c1c1c;
		/* display: none; */
		overflow: hidden;
		overflow-y: auto;
		position: fixed;
		top: 0px;
		left: -100%;
		right: inherit;
		z-index: 1001;
	}

	.MULUS2 {
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
	}

	.mulu {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		box-sizing: border-box;
		width: 100%;
		display: block;
	}

	.mulu1 {
		width: 100%;
		padding: 10px 0;
		color: white;
		font-size: 14px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.heade_seachs {
		width: 100%;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
		display: none;
	}

	.heade_seach {
		width: 100%;
		height: 40px;
		border-radius: 40px;
		background: #F0F0F0;
		display: flex;
		overflow: hidden;
		margin: 10px auto;
	}

	.heade_seach button {
		border: none;
		outline: none;
		width: 50px;
		height: 100%;
		background-image: url(../img/search_1.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 20px auto;
	}

	.heade_seach input {
		border: none;
		outline: none;
		width: calc(100% - 50px);
		height: 100%;
		font-weight: 400;
		font-size: 14px;
	}

	.banne {
		height: 515px;
	}

	.banne3 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.banne3_2 {
		width: 100%;
	}

	.banne3_3 {
		font-size: 30px;
	}

	.banne3_4 {
		margin-top: 0;
		font-size: 15px;
		line-height: 25px;
	}

	.banne3_5 {
		width: 150px;
		height: 35px;
		margin-top: 20px;
		font-size: 14px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.banne3_5 img {
		width: 15px;
	}

	.banne3_5 span {
		line-height: normal;
	}

	.banne3_1 {
		border: 2px solid #9B9082;
		width: 50%;
		height: 240px;
		margin-left: 0;
		margin-top: 20px;
		padding-right: 10px;
		padding-bottom: 10px;
		border-top-left-radius: 80px;
		border-bottom-right-radius: 80px;
	}

	.banne3_1 img {
		height: calc(100% + 10px);
		border-top-left-radius: 80px;
		border-bottom-right-radius: 80px;
		margin-top: -10px;
	}

	.inde_products {
		margin-top: 30px;
	}

	.inde_product1_1 {
		font-size: 20px;
	}

	.inde_product1_2 {
		font-size: 14px;
	}

	.inde_product2 {
		padding-bottom: 25px;
		display: flex;
		flex-wrap: wrap;
	}

	.inde_product3 {
		width: 49%;
		margin-top: 15px;
	}

	.inde_product3:nth-child(3n) {
		margin-right: 2%;
	}

	.inde_product3:nth-child(2n) {
		margin-right: 0;
	}

	.inde_product3_1 {
		height: 110px;
	}

	.inde_product3_2 {
		margin-top: 15px;
		font-size: 14px;
	}

	.inde_product3_3 {
		margin-top: 5px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.inde_product3_4 {
		font-size: 12px;
	}

	.inde_product3_5 {
		font-size: 12px;
	}

	.inde_peluche {
		padding: 30px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.inde_peluche1 {
		width: 100%;
	}

	.inde_peluche1_1 {
		font-size: 32px;
	}

	.inde_peluche1_2 {
		margin-top: 20px;
		font-size: 16px;
	}

	.inde_peluche1_3 {
		width: 55px;
		margin-top: 30px;
	}

	.inde_peluche2 {
		width: 50%;
		margin-left: 0;
		margin-top: 20px;
	}

	.inde_peluche2_2 {
		width: 120px;
		left: -50px;
		bottom: 15px;
	}

	.inde_cate {
		padding: 30px 0;
	}

	.inde_cate1 {
		margin-top: 10px;
	}

	.inde_cate2 {
		display: flex;
		flex-wrap: wrap;
	}

	.inde_cate2_1 {
		width: 49%;
		height: 200px;
		font-size: 18px;
		margin-right: 2%;
	}

	.inde_cate2_2 {
		width: 49%;
		height: 200px;
		font-size: 18px;
	}

	.inde_cate2:nth-child(even) .inde_cate2_1 {
		margin-left: 0;
		margin-right: 2%;
	}

	.inde_cate2_2 div {
		padding: 20px;
	}

	.inde_venta {
		padding: 30px 0;
	}

	.inde_venta1 {
		display: flex;
		flex-wrap: wrap;
	}

	.inde_venta2 {
		width: 49%;
		margin-top: 15px;
	}

	.inde_venta2:nth-child(2n) {
		margin-right: 0;
	}

	.inde_venta2_1 {
		height: 235px;
	}

	.inde_venta2_2 {
		margin-top: 10px;
	}

	.inde_venta2_3 {
		margin-top: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.footer {
		margin: 30px auto;
		margin-bottom: 60px;
		display: flex;
		flex-wrap: wrap;
	}

	.footer1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.footer1_1 {
		height: 75px;
	}

	.footer1_2 {
		margin-top: 25px;
		font-size: 16px;
	}

	.footer1_3 {
		margin-top: 50px;
		display: flex;
		justify-content: center;
	}

	.footer2 {
		width: 49%;
		margin-right: 2%;
	}

	.footer2_1 {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.footer2_2 {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.login_register {
		width: 80%;
	}

	.login_reg2 {
		display: none;
	}

	.login_reg3 {
		width: 100%;
		padding: 30px 10px;
	}

	.login_reg3_1 {
		height: 50px;
	}

	.login_reg3_2 {
		margin-top: 15px;
		font-size: 20px;
	}

	.login_reg3_3 {
		margin-top: 10px;
		font-size: 14px;
	}

	.login_reg3_4 {
		margin-top: 20px;
	}

	.login_reg3_5 {
		height: 35px;
		margin-bottom: 10px;
		padding: 0 10px;
		font-size: 14px;
		display: flex;
		align-items: center;
	}

	.login_reg3_6 {
		margin-top: 15px;
		padding: 0 10px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

	.login_reg3_6_1 {
		font-size: 14px;
		display: flex;
		align-items: center;
	}

	.login_reg3_6_2 {
		font-size: 14px;
	}

	.login_reg3_7 {
		height: 35px;
		margin-top: 15px;
		font-size: 14px;
	}

	.login_reg3_8 {
		margin-top: 20px;
		padding: 20px 0;
		font-size: 14px;
		padding-bottom: 0;
	}

	.login_reg1 {
		right: -30px;
		top: -30px;
	}

	.tit_bo {
		margin: 15px auto;
		display: flex;
		align-items: center;
	}

	.anillo_bo {
		margin-bottom: 45px;
		display: flex;
		flex-wrap: wrap;
	}

	.anillo_left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		border-radius: 10px;
		padding: 0 15px;
		padding-bottom: 60px;
	}

	.anillo_lef1 {
		padding: 10px 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.anillo_right {
		width: 100%;
	}

	.anillo_list {
		display: flex;
		flex-wrap: wrap;
	}

	.anillo_li {
		width: 49%;
		margin-bottom: 15px;
	}

	.anillo_li:nth-child(2n) {
		margin-right: 0;
	}

	.anillo_li1 {
		height: 215px;
	}

	.anillo_li2 {
		margin-top: 15px;
	}

	.anillo_li2_1 {
		font-size: 16px;
	}

	.anillo_li3 {
		margin-top: 15px;
	}

	.anillo_li4 {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.anillo_li4_1 {
		font-size: 18px;
		line-height: normal;
	}

	.anillo_li4_2 {
		height: 30px;
	}

	.pages {
		margin-top: 25px;
		flex-wrap: wrap;
	}

	.pages_prev {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.pages_next {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.Anillo_detaf {
		display: flex;
		flex-wrap: wrap;
	}

	.Anillo_detaf1 {
		width: 100%;
	}

	.Anillo_detaf1_1 {
		height: 395px;
	}

	.Anillo_detaf1_3 {
		margin-top: 15px;
	}

	.Anillo_detaf1_3 .swiper-slide {
		height: 90px;
	}

	.Anillo_detaf2 {
		width: 100%;
		padding-right: 0;
		padding-top: 30px;
	}

	.Anillo_detaf2_1 {
		font-size: 20px;
	}

	.Anillo_detaf2_2 {
		display: flex;
		align-items: center;
	}

	.Anillo_detaf2_3 {
		display: flex;
		align-items: center;
	}

	.Anillo_detaf2_4_2 {
		height: 40px;
	}

	.Anillo_detaf2_4_4 {
		height: 40px;
	}

	.Anillo_detaf2_4_4 div {
		line-height: 40px;
	}

	.Anillo_detaf2_4_5 {
		height: 40px;
		font-size: 14px;
	}

	.Anillo_detaf2_6 {
		display: flex;
		flex-wrap: wrap;
	}

	.Anillo_detaf2_6_1 {
		margin-top: 10px;
		margin-right: 15px;
		display: flex;
		align-items: center;
	}

	.Anillo_detaf2_8 {
		padding: 10px;
	}

	.Anillo_detat {
		margin-top: 40px;
	}

	.Anillo_detat1 {
		align-items: center;
		flex-wrap: nowrap;
		overflow-x: scroll;
	}

	.Anillo_detat1_1 {
		width: auto;
		padding: 10px 0;
		font-size: 14px;
		margin-right: 20px;
		flex: 0 0 auto;
	}

	.Anillo_detat1_1:last-child {
		margin-right: 0;
	}

	.Anillo_detat2 {
		margin-top: 20px;
	}

	.Anillo_detat3 {
		font-size: 20px;
	}

	.Anillo_detat4 {
		display: flex;
		flex-wrap: wrap;
	}

	.Anillo_detat4_1 {
		width: 49%;
		margin-bottom: 15px;
	}

	.Anillo_detat4_1:nth-child(2n) {
		margin-right: 0;
	}

	.Anillo_detat4_2 {
		height: 235px;
	}

	.Anillo_detat4_3 {
		margin-top: 10px;
	}

	.Anillo_detat4_4 {
		margin-top: 10px;
		display: flex;
		flex-wrap: wrap;
	}

	.Anillo_detat5_1 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.Anillo_detat5_1_1 {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.Anillo_detat5_1_1 span {
		font-size: 16px;
	}

	.Anillo_detat5_1_3 {
		height: 30px;
	}

	.Anillo_detat5_1_4 {
		height: 30px;
		font-size: 14px;
	}

	.Anillo_detat5_1_5 {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	.Anillo_detat5_2 {
		margin-top: 20px;
	}

	.Anillo_detat5_4_1 {
		font-size: 16px;
	}

	.Anillo_detat5_4_2 {
		margin-top: 15px;
		font-size: 12px;
	}

	.Anillo_detat5_4_3 {
		margin-top: 10px;
		display: flex;
		justify-content: center;
	}

	.Anillo_detat5_4_3 img {
		width: 25px;
	}

	.Anillo_detat5_4_4 {
		margin-top: 15px;
	}

	.Anillo_detat5_4_5 {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.Anillo_detat5_4_6 {
		height: 40px;
		padding: 0 10px;
		font-size: 14px;
	}

	.Anillo_detat5_4_7 {
		height: 120px;
		padding: 5px 10px;
		font-size: 14px;
	}

	.Anillo_detat5_4_8 {
		width: 100px;
		margin-bottom: 15px;
	}

	.Anillo_detat5_4_9 {
		font-size: 14px;
		padding: 0 15px;
		margin-top: 15px;
	}

	.Anillo_detat5_4_10 {
		margin-top: 25px;
		display: flex;
		justify-content: center;
	}

	.Anillo_detat5_4_11 {
		width: 180px;
		height: 40px;
		font-size: 14px;
		margin-right: 20px;
	}

	.Anillo_detat5_4_12 {
		width: 180px;
		height: 40px;
		font-size: 14px;
	}

	.Anillo_detat5_3_1 {
		padding: 20px 0;
	}

	.Anillo_detat5_3_2 {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.Anillo_detat5_3_5 {
		margin-top: 20px;
		font-size: 14px;
		display: flex;
		align-items: center;
	}

	.Anillo_detat5_3_6 {
		margin-top: 20px;
		font-size: 14px;
	}

	.cart_bo {
		margin: 15px auto;
	}

	.cart_bo1 {
		font-size: 20px;
	}

	.cart_bo2 {
		margin-top: 30px;
		padding: 30px 0;
		overflow: hidden;
		overflow-x: auto;
	}

	.cart_bo3 {
		width: 750px;
		margin-bottom: 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.cart_bo3_1 {
		font-size: 14px;
		line-height: 25px;
		display: flex;
		align-items: center;
	}

	.cart_bo3_1 img {
		width: 70px;
		height: 70px;
	}

	.cart_bo3_1 div {
		width: calc(100% - 85px);
	}

	.cart_bo3_2 {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.cart_bo4 {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}

	.cart_bo4_1 {
		font-size: 16px;
	}

	.cart_bo4_2 {
		padding: 10px 0;
	}

	.cart_bo4_3 {
		margin-bottom: 10px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.cart_bo4_3_1 {
		font-size: 14px;
	}

	.cart_bo4_3_2 {
		font-size: 14px;
	}

	.cart_bo4_3_3 {
		font-size: 14px;
	}

	.cart_bo4_4 {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.cart_bo4_4_1 {
		font-size: 14px;
	}

	.cart_bo4_4_2 {
		font-size: 14px;
	}

	.cart_bo4_6 {
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.cart_bo5 {
		margin: 70px auto;
	}

	.cart_bo5_1 {
		font-size: 20px;
	}

	.cart_bo5_2 {
		margin-top: 35px;
		font-size: 16px;
	}

	.cart_bo5_3 {
		width: 360px;
		height: 45px;
		margin-top: 30px;
		font-size: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.cart_bo5_3 span {
		line-height: normal;
	}
	.cart_bo6_1 {
	    font-size: 20px;
	}
	.cart_bo6_2 {
	    margin-top: 25px;
		display: flex;
		flex-wrap: wrap;
	}
	.collect_bo {
	    margin: 15px auto;
	}
	.collect_bo1 {
	    font-size: 20px;
	}
	.collect_bo2 {
	    margin-top: 30px;
	    padding: 30px 0;
	    display: flex;
		flex-wrap: wrap;
	}
	.collect_bo3 {
	    margin: 100px auto;
	}
	.collect_bo3_1 {
	    width: 100px;
	}
	.collect_bo3_2 {
	    margin-top: 15px;
	    font-size: 20px;
	}
	.collect_bo3_3 {
	    margin-top: 10px;
	}
	.collect_bo3_4{
		height: 40px;
		line-height: 40px;
		margin-top: 20px;
	}
	.shop_bo1{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.shop_bo1_1{
		font-size: 20px;
	}
	.shop_bo1_2{
		width: 100%;
		margin-top: 10px;
	}
	.shop_bo1_3 {
	    width: calc(100% - 120px - 15px);
	    height: 40px;
		display: flex;
		align-items: center;
	}
	.shop_bo1_3 input{
		font-size: 14px;
	}
	.shop_bo1_4 {
	    width: 120px;
	    height: 40px;
		font-size: 14px;
	}
	.shop_bo2 {
	    margin-top: 20px;
		overflow-x: scroll;
		  white-space: nowrap;
	}
	.shop_bo2_1 {
	    padding: 10px 0;
	    font-size: 14px;
	    margin-right: 30px;
	}
	.shop_bo4{
		display: flex;
		align-items: center;
	}
	.shop_bo5 {
	    margin-top: 25px;
		overflow: hidden;
		overflow-x: auto;
	}
	.shop_bo5_1 {
	    width: 750px;
	    margin-bottom: 10px;
	    padding: 15px;
	}
	.shop_bo5_4 {
	    display: flex;
		align-items: center;
	}
	.shop_bo5_5_1 {
	    width: 135px;
	    height: 95px;
	    margin-right: 20px;
	}
	.shop_bo6 {
	    margin: 100px auto;
	    font-size: 20px;
	}
	.shop_bo7 {
	    padding:30px 0;
	    margin-top: 30px;
	}
	.shop_bo7_1 {
	    font-size: 16px;
	}
	.shop_bo7_2 {
	    margin-top: 40px;
	}
	.shop_bo7_3 {
	    margin-bottom: 10px;
	    font-size: 14px;
	}
	.shop_bo7_4{
		font-size: 14px;
	}
	.shop_bo1_5 {
	    width: 175px;
	    height: 35px;
	    line-height: 35px;
	    font-size: 14px;
	}
	.shop_bo8 {
	    padding: 30px 0;
	    margin-top: 30px;
	}
	.shop_bo8_1 {
	    margin-bottom: 50px;
	}
	.shop_bo8_2 {
	    font-size: 14px;
	    margin-bottom: 10px;
	}
	.shop_bo8_3 {
	    font-size: 14px;
	    display: flex;
		justify-content: center;
	}
	.shop_bo9 {
	    margin-bottom: 30px;
	}
	.shop_bo9_1 {
	    font-size: 16px;
	    margin-bottom: 30px;
	}
	.shop_bo9_2 {
	    margin-bottom: 10px;
	}
	.shop_bo9_3 {
	    width: 95px;
	    line-height: 40px;
		font-size: 14px;
	}
	.shop_bo9_4 {
	    width: calc(100% - 105px);
	    height: 40px;
	    padding: 0 10px;
	    font-size: 14px;
	}
	.shop_bo9_5 {
	    max-width: calc(100% - 105px);
	    height: 40px;
	    padding: 0 10px;
	    font-size: 14px;
	}
	.shop_bo9_6 {
	    width: calc(100% - 105px);
	}
	.shop_bo9_7 {
	    width: calc(100% - 105px);
	   display: flex;
	   flex-wrap: wrap;
	   justify-content: center;
	}
	.shop_bo9_7_1 {
	    margin-top: 20px;
	    margin-right: 10px;
	    max-width: calc(50% - 10px);
	    height: 40px;
	    font-size: 14px;
	}
	.khfw_tcs {
	    right: 20px;
	}
	.khfw_tc1 {
	    width: 30px;
	}
	.khfw_tc2 {
	    width: 300px;
	    border-radius: 15px;
	    padding: 15px 20px;
		box-shadow: 0px 6px 9px rgba(0, 0, 0, .07);
	}
	.khfw_tc3{
		font-size: 16px;
		display: flex;
		align-items: center;
	}
	.khfw_tc4 {
	    font-size: 12px;
	}
	.khfw_tc5 {
	    margin-top: 10px;
	    box-shadow: 0px 2px 2px rgba(0, 0, 0, .06);
	}
	.ordr_addr {
	    margin: 60px auto;
	    flex-wrap: wrap;
	}
	.ordr_addrri {
	    width: 100%;
	    padding-left: 0;
		padding-top: 30px;
	}
	.ordr_addrri1 {
	    margin-bottom: 10px;
	    display: flex;
		align-items: flex-start;
	}
	.ordr_addrri2 {
	    margin-bottom: 10px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.ordr_addrle {
	    border-right: 0;
		border-bottom: 1px solid #DEDEDE;
	    width: 100%;
	    padding-right: 0;
		padding-bottom: 30px;
	}
	.ordr_addrle1 {
	    height: 85px;
	}
	.ordr_addrle2 {
	    margin-top: 20px;
	}
	.ordr_addrle8{
		flex-wrap: wrap;
	}
	.ordr_addrle8_1{
		width: 100%;
		margin-right: 0;
	}
	.ordr_addrle8_2 {
	    width: 100%;
	    margin-right: 0;
	}
	.ordr_addrle13_1 {
	    padding: 0 15px;
		align-items: center;
	}
	.ordr_addrle13_1_2{
		margin-top: 0;
	}
	.ordr_addrle13_1_3{
		display: flex;
		align-items: center;
		margin-top: 0;
	}
	.ordr_addrle13_1_4{
		font-size: 14px;
		display: flex;
		align-items: center;
	}
	.ordr_addrle13_4{
		flex-wrap: wrap;
	}
	.ordr_addrle13_4_1 {
	    width: 100%;
	    margin-right: 0;
	}
	.ordr_addrle13_1_1{
		min-width: 50%;
		display: flex;
		align-items: center;
	}
	.ordr_addrle13_1_1 span{
		max-width: calc(100% - 25px);
		margin-left: 5px;
		line-height: normal;
	}

}