/**/
/*.title-base{
	margin-top: 60px!important;
}*/
/**/



.icon-carta{
	position: absolute;
    z-index: 99;
    left: 85%;
    font-size: 25px!important;
	color:red;
	/*display:none!important;*/
}
/*去掉hover效果
.grid-item.col-md-3:hover .icon-carta{
	display:block!important;
}
.grid-item.col-md-3:hover .more-carta{
	display:block!important;
}
.grid-item.col-md-3:hover .img-box{
	opacity: 0.5;
}
*/

/*
.more-carta{
	width: 100%;
    position: absolute;
    top: 15%;
}
@media (min-width: 990px) and (max-width: 1400px) {
.more-carta{
	width: 100%;
    position: absolute;
    top: 5%;
}	
}
*/
/*产品介绍显示2行多余隐藏*/
.advs-box .advs-box-content p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/*产品介绍显示2行多余隐藏*/




/*登录弹窗*/
	#mask_login {
		background: rgba(0, 0, 0, .5);
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 4;
		top: 0;
		left: 0;
		display:none;
	}
	
	.mask_login {
		padding:20px 0;
		width: 25%;
		min-width:300px;
		height: fit-content;
		background: rgba(255, 255, 255, 1);
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		z-index: 47;
		border-radius: 5px;
	}
	.login-title{
		text-align:center;
	}
	
	.close_login{
		position: absolute;
		right: 10px;
		top: 10px;
		font-size: 20px;
		border: 1px solid;
		border-radius: 100%;
		padding: 5px 10px;
		z-index:9999;
	}
	.text-login{
		height:50px;
	}
/*登录弹窗结束*/

/*我的账户页面*/
.tab-cuenta{
	min-height: 800px;
    padding: 100px 0;
}

.table-pedido tr{
	height:50px;
}
.address_list{
	padding: 10px 20px;
    box-shadow: 0px 3px 0px 0px #484848;
}
.confirma{
	background: darkgreen!important;
}
.foto-mifavorito{
	max-width:100px;
}
.delet-favorito{
	padding: 3px 10px;
    background: red;
    border: none;
    font-size: 10px;
}



@media (max-width: 992px){
	.tab-cuenta{
		padding:0px!important;
	}
	.foto-mifavorito{
	max-width:30px;
	}
}

/*我的账户页面结束*/
/*产品详情弹窗*/
	.product_info {
		background: rgba(0, 0, 0, .5);
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 4;
		top: 0;
		left: 0;
		display:none;
	}
	
	.mask {
		width: 40%;
		min-width:260px;
		height: fit-content;
		background: rgba(255, 255, 255, 1);
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		z-index: 1143;
		border-radius: 5px;
	}
/*产品详情弹窗结束*/	
	.more-info-title{
		font-size:20px;
	}
	.more-info-close{
		position: absolute;
		right: 15px;
		top: 10px;
		font-size: 20px;
		background: black;
		padding: 10px 15px;
		border-radius: 100%;
		color: white;
		font-weight: bold;
	}
	.more-info-content{
		font-size:10px;
	}
	.content{
		margin: 30px 0;
	}
	.title{
		text-align:center;
	}
@media (max-width: 798px){
	.content{	
		margin: 0;
	}
	.more-info-title{
		text-align:center;
	}
	.more-info-content{
		text-align:center;
	}
	.more-info-botton{
		text-align:center;
	}
	.title{
		text-align:center;
	}
}	
/*产品属性弹窗结束*/



.contacto-mapa{
	height:700px;
}




.alergia-carta img{
	width:20px;
}
.alergia-carta{
	z-index: 9999;
    position: relative;
    /*top: -27px;*/
}
/*导航栏*/
.categoria{
	margin-top:50px;
	font-size:1vw;
	padding: 0 50px;
}
/*.container.content{
	padding:0!important;
}	*/
.btn-cuenta	{
	border: none;
    font-size: 15px;
    margin-top: 31px;
    padding-bottom: 8px;
    transition: none !important;
    box-shadow: none !important;
}
header.scroll-css .navbar-main .btn-cuenta {
    margin-top: 20px;
    transition: none;
    background: none !important;
}


/*手机产品展示区域*/
@media (max-width: 992px) {
.categoria{
	margin-top: 20px;
    font-size: 10px;
    padding: 0px;
	display:none;
    /* line-height: 37px; */
   
    position: fixed;
    width: 100%;
    z-index: 99;
    left: 0;
    overflow-x: scroll;
}
.ctegoria-mobile{
	position: fixed;
    display: block!important;
    top: 55px;

    width: 100%;
    left: 0;
    background: #dbdbdb;
	z-index:99;
}	
.grid-item {
    width: 49%;
	padding: 5px 0;
}

.mi-cupon-cuenta{
	width:100%;
}


}



.title-base.title-principal{
	color: white;
    background: #937300;
    padding: 10px 0;
}

/*手机产品展示区域*/
@media (max-width: 792px) {

.title-base.title-principal{
	color: white;
    background: #937300;
    padding: 10px 0;	
}


.grid-item {
    width: 100%;
	padding:0;
	border-top: 1px solid;
}

.grid-item.col-md-3 .img-box{
	width:34%;
	display: inline-block;
}
.grid-item.col-md-3 .advs-box-content{
	width:64%;
	display: inline-block;
}
hr.space.m{
	height:5px;
}





}







/*注册界面*/
.login-form input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    color: #232323;
    margin-bottom: 15px;
}
.login-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 500;
    text-transform: capitalize;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.login-form {
    background-color: #ffffff;
    padding: 30px 10px;
	/*margin: 100px auto;*/
    -webkit-box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
	box-shadow: none!important;/*05-08-2021*/
}

.ml-0 {
    margin-left: 0px !important;
}

.login-form .check-box input[type="checkbox"] + label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    margin: 0;
}

.login-form .check-box input[type="checkbox"] + label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #999999;
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.login-form .check-box input[type="checkbox"]:checked + label::before {
    border: 2px solid #1e1e1e;
}
.login-form .check-box input[type="checkbox"] + label::after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "\f00c";
    font-family: Fontawesome;
    font-size: 12px;
    line-height: 20px;
    opacity: 0;
    color: #1e1e1e;
    width: 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.login-form .check-box input[type="checkbox"]:checked + label::after {
    opacity: 1;
	font-size:20px;
}


.login-form .check-box input[type="checkbox"] + label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    display: block;
    border: 2px solid #999999;
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.login-form .check-box input[type="checkbox"] {
    display: none;
}
.login-form input[type="checkbox"] {
    width: auto;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
/*注册界面*/


/*购物车页面*/
.qty{
	max-width:60px;
}
.carrito-button{
	padding:20px 0!important;
}
@media (max-width:798px){
.carrito-button-mobile{
	padding: 5px 10px!important;
    font-size: 2.5vw!important;
}
.mobile-col-left{
	width:45%!important;
	float:left!important;
}
.mobile-col-right{
	width:45%!important;
	float:right!important;
}

}

.login-form select{
	width:100%;
	height: 50px;
}

.login-form textarea{
	width:100%;
}
/*购物车页面结束*/



/*关于我们界面*/
.slider-marca{
	padding:50px 0;
}

@media (max-width:798px){
.slider-marca{
	padding:10px 0;
}
}
/*关于我们界面结束*/


@media (min-width:998px){
.navbar-toggle-mobile{
	width:100%;
}
.menu-del-dia-title{
	color:white!important;
}
}


.menu-del-dia{
	background: #6cff68!important;
}


.menu-del-dia:hover{
	background: #6cff68!important;
}

.menu-del-dia > a{
	padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.menu-del-dia>a:hover{
	color:white!important;
}

.ms-minimal > li{
	width:100%;
}



/*过敏原筛选部分*/
.check-alergia{
	background: #05b300;
    text-align: center;
    font-size: 25px;
    padding: 10px;
    color: white;
    border-radius: 5px;
	cursor:pointer;
}



.alergia{
	list-style:none;
	text-align:center;
	padding:0;
		
}
.alergia li{
	width:19%;
	display: inline-table;
}

.alergia li img{
	width:50px;
}

@media(max-width:998px){
	.alergia li{
	width:30%;
	}
}
.filtrar{
	position:absolute;
	font-size: 34px;
	color: red;
	background: rgba(255, 255, 255, 0.86);
	padding:11px;
	margin-top: -7px;
}

.price_ante{
	color:red;
	text-decoration:line-through;
}
.price_now{
	color:#998543;
}
input[type=datetime-local]{

  -webkit-appearance:none;

  outline:none;

  border:none;

}


select{
	-webkit-appearance: none;/*兼容苹果手机*/
	font-weight: 700;
    background: url(../images/select-arrow.png) no-repeat;
    background-position: top 21px right 21px;
    background-size: 8px 6px;
	line-height: 23px;
    padding: 10px 20px;
}	




 #div9 {

	 position: fixed;
	 top: 0px;
	 z-index: 1000;
	 height: 100%;
	 width: 100%;
	 background: #000000ad;
}

#div10 {

	position: fixed;
	height: 100%;
	width: 90%;
	z-index: 1001;
	left: 5%;
	top: 150px;
}


#div10 table{
	background: #ffffff; 
	position:static;
	width:50%;
	min-width:250px;
	filter:progid:DXImageTransform.Microsoft.DropShadow(color=#666666,offX=4,offY=4,positives=true);
}
