.inline{
	display:inline-block;
	vertical-align:middle;
}
.separador_left{
 border-left:1px solid;
}
.mstore_header_options_a,.mstore_header_options_c{
	padding:0%;
	width:100%;
}
.mstore_header_options_a article,.mstore_header_options_c article{
	margin-left:1%;
	padding:3px 0px 3px 0px;
	width:98%;
}
.mstore_header_options_c article{
  padding-bottom:0px;
  padding-top:0px;
}
.mstore_header_options_a{
    background:#123;
	min-height:40px;
}
.mstore_header_options_c{
    border-bottom:1px solid #ccc;
	min-height:45px;
}
.mstore_header_options_a .cont_a{
  float:left;
  width:30%;
}
.mstore_header_options_a .cont_d{
  float:right;
  text-align:right;
  width:70%;
}
.mstore_header_options_a .store_logo img{
  max-height:50px;
}



.mstore_header_options_c .cont_a{
  float:left;
  text-align:left;
  width:80%;
}
.mstore_header_options_c .cont_b{
  float:center;
  padding-top:5px;
  text-align:right;
  width:20%;
}
.btn-plus-carrito div{
  padding-left:5px;
}
#menu_movil{
 padding:10px;
}
#menu_movil .close{
 float:right;
 margin-top:5px;
 margin-right:5px;
 font-size:35px;
}

.head_option,.head_option .fa{
  font-size:20px;
}
.head_option .social-icons{
  font-size:16px;
}
.head_option{
  padding:6px;
}

.pointer{
 cursor:pointer;
}
#search_movil{
 height:60px;
 padding:10px 0px 5px 0px;
 position:absolute;
 text-align:center;
 width:100%;
 z-index:101;
}
#search_movil .back{
  cursor:pointer;	
  text-align:center;
  width:25%;
}
.store_tool_searcher_b{
  width:75%;
}
.btn_search{
	padding:10px;
}

footer{
	padding:0px; 
	overflow:hidden; 
	line-height:25px; 
	clear:both; 
	bottom:0; 
	margin-top:0px;
	width:100%;
}
.mstore_footer_options .store_logo img{
  max-height:50px;
}

.mstore_footer_options{
  padding:0%;
  margin-left:1%;
  text-align:left;
  width:98%; 
}
.list_box{
  margin:5px;
  padding:3px 5px 3px 5px;
}
.social-icons {
  margin:0px;
}
.social-icons li{
   display:inline-block; 
   list-style:none; 
   margin-left:10px; 
}
.social-icons li a{
  padding-top:6px;
  height:19px;
  background:#fff;
  color:#000; 
  display:block; 
  width:25px;
  height:25px; 
  text-align:center; 
  transition:all 150ms linear;
}
.social-icons li a:hover{
  background:#000; 
  color:#fff;
}


.elcarrito_partidas .td_opciones{
  text-align:center;
  width:60px;
}
.elcarrito_partidas .td_img{
  text-align:center;
}
.elcarrito_partidas .td_img img{
  max-height:60px;
  max-width:90px;
}
.elcarrito_partidas .td_clave,.elcarrito_partidas .td_cant{
  text-align:center;
}
.elcarrito_partidas .td_desc{
  text-align:left;
}
.elcarrito_partidas .td_precio,.elcarrito_partidas .td_import{
  text-align:right;
}
.elcarrito_totales .td_valor{
	border:1px solid #000;
	font-weight:bold;
	text-align:right;
}
.elcarrito_totales .td_label{
	font-weight:bold;
	text-align:right;
}




@media only screen and (max-width: 979px){
	.show_min_979{ /*visible solo en pantallas con minimo de 979px*/
		display:none;
	}
	.mstore_header_options_a{
      min-height:50px;
    }
    .mstore_header_options_a .cont_a{
      float:left;
      width:35%;
    }
    .mstore_header_options_a .cont_d{
     width:65%;
    }
}
@media only screen and (min-width: 979px){
	.show_max_979{ /*visible solo en pantallas con maximo de 979px*/
		display:none;
	}	
}

@media only screen and (max-width: 850px){
    .footer_logo{
      text-align:center;
	  width:100%;
    }
	.separador_left{
	 border:0px;
	}
	.list_box{
	 text-align:center;
	 width:100%;
	}
}

@media only screen and (max-width: 768px){
	.show_min_768{ 
		display:none;
	}
}
@media only screen and (min-width: 768px){
	.show_max_768{
		display:none;
	}	
}
