
@media (max-width: 1690px) and (min-width:1274px) {
	#search {
		left: 20px;
	}
	#search_btn {
		left: 1.55vw;
	}
}


@media (max-width: 1273px) {
	#topnav {
		height: 108px !important;
	}
	#carrousel{
		margin-top: 50px;
	}

	.dataTables_filter{
		float: left !important;
		text-align: left !important;
	}

	.containertop{
		margin-top: 30px;
	}

	#titulos-nav {
		margin-right: 45px;
		margin-top: 5px;
	}
	#search {
		left: 0px;
	}
	#search_btn {
		left: 0px;
	}
	#busqueda {
		float: right;
		margin-right: 35px;
	}
}


#buscar{
  width:470px;
  left:10px;top:10px;
}

.lista-compras{
  width: 530px;
  background-color: #e7e7e8;
  padding: 0px;
  overflow: auto;
  max-height: 500px;
}


.panel-success{
  margin-bottom:0px;
}
#submenu{
  background-color:#ffffff;
  color:black !important;
  border-color:#ffffff
}
#img-carrito-compras
{
width: 45px;
height: 30px;
}

.Mi-carrito{
  padding-top: 18px !important;
}
.mi-carrito-container:hover .dropdown-menu {
  display: block !important;
  }

  .miniaturas
{
  width: 38px;
  height: 38px;
}
.miniaturas-perfil
{
  width: 30px;
  height: 30px;
  margin-right: 7px;
}

.avatar-exclusive
{
  width: 32px;
  height: 32px;
  margin-left: -4px;
  margin-right: 2px;
}

#img-wishlist{
  width: 32px;
height: 32px;
}
.img-carrousel{
  width: 100%;
  border:none
}

.navbar-default 
{
	background-color: #ffffff !important;
    border-color: #ffffff !important;
    background-image: url(../../images/Textura.webp);
    background-size: cover;
}

.panel-body 
{
    background-image: url(../../images/Line.webp);
}

.productos 
{
	width: 50%
}

/* .slick-slider,
.slick-dotted {
	margin-top: 30px;
} */

.navbar-default .navbar-nav>li>a {
	color: #000 !important;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #f7941d;
}

.findepantalla {
	width: 100%;
	position: fixed;
	bottom: 0px;
	top: auto;
	right: 0px;
	margin-bottom: 0px !important;
	/*height: 100px;*/
	z-index: 1051;
}

footer{
    background-color: #f7941d;
	  width: 100%;
}
.footer-title{
	color: #ffffff !important;
}
#footer-container{
	padding: 5px;
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	margin-right: 8px;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 2px 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px;
	margin-left: 3px;
}

.links {
	font-size: 22px;
}

.rowflex{
	display: flex;
    justify-content: center;
    align-items: center;
}
.rowflex-end{
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
.panel-footer {
	padding: 5px 15px;
	background-color: #6d6f73;
	border-top: 1px solid #6d6f73;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel-heading-xs{
	padding: 10px 10px 10px 10px;
}
.panel-heading-5px{
	padding: 5px 15px;
}
.panel-heading-footer{
	height: 52px !important;
}

.panel-primary {
	border-color: #fcbb05;
}

.btn-xs,
.btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 3px;
}

.panel-info {
	border-color: #6d6f73;
}

a {
	color: white;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #000000;
}

.menuactivo {
	color: black;
	font-weight: bold;
}

div.dhtmlx_window_active,
div.dhx_modal_cover_dv {
	position: fixed !important;
}

.close-modal{
  margin-right: 3px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  opacity: .5;
}
.finalizar-compra{
  margin-right:8px
}



.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus 
{
	z-index: 3;
    color: #fff;
    cursor: default;
	background-color: #f7941d;
    border-color: #f7941d;
}

.rownomargin
{
	margin-left: 0px;
	margin-right: 0px;
}

.preload
{
	display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}


.carrito{
	margin-left: -50px;
	margin-right: -50px;
}

.hr-no-margin{
	margin-top: 10px; 
    margin-bottom: 10px;
}


/* width */
::-webkit-scrollbar {
	width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey; 
	border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #808080; 
	border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #80808080; 
  }


  	/* Estilos menu */
.dropdown {
	position: relative;
	display: inline-block;
  }
  
  .dropdown-content {
	color: #333;
	display: none;
	position: absolute;
	background-color: #ffffff;
	z-index: 1;
	max-width: 145px;
	font-weight: normal;
  }
  
  .dropdown-content a {
	padding: 12px 16px;
	text-decoration: none;
	display: block;
  }
  
  .dropdown-content a:hover {background-color: #eee;}
  
  .dropdown:hover .dropdown-content {display: block;}


  .ver-detalle
  {
    font-size: 20px !important;
    margin-top: 13px;
  }


  .color-gray{
	  color: gray;
  }
  .color-green{
	  color: #71bf44;
  }

  .color-black{
	color: #000000 !important;
  }
  .color-white{
    color: #ffffff !important;
    }

  .detalles-producto-header-background{
    background-color:#e7e7e8;
  }

  .error-message-header-background{
    background-color:#e7e7e8;
    padding:0px;
  }
  
  #productos-lista{
    margin-bottom: 80px;
  }
  #productos-wish-list{
    margin-top: 130px;
    margin-bottom: 80px;
  }
  #productos-lista-admin{
    margin-bottom: 10px;
    margin-top: 30px;
  }
  #datos-cliente{
    margin-top: 140px;
  }
  #tbl-articulos{
    margin-bottom: 80px;
  }

  .main-container{
    background-color:#f7941d;height:35px
    }
 
    .logo-header{
      width: 145px;
    }

  .flex-container{
	  display: flex;
  }
  .align-items-center{
	  align-items: center;
  }
  .justify-content-center{
	  justify-content: center;
  }

  .col-md-1-own
  {
  width: 8.33333333%;
  } 
  .col-md-2-own
  {
  width: 16.6666667%;
  }
  .col-md-3-own
  {
  width: 25%;
  }
  .col-md-4-own
  {
  width: 33.33333333333%;
  }
  .col-md-7-own{
	width: 58.3333333%;
  }
  
  .col-md-6-own
  {
  width: 50%;
  }
  
  .col-md-7-own{
	width: 58.3333333%;
  }
  .col-md-8-own{
	width: 66.6666667%;
  }
  .col-md-9-own{
	width: 75%;
  }
  
  .col-md-10-own{
	width: 83.3333333%;
  }
  .col-md-11-own{
	width: 91.6666667%;
  }
  
  .col-md-12-own
  {
  width: 100%;
  }
.producto-wish-list{
  padding: 20px;
}
.wish_list_container
{
  border-color: #ddd;
  font-size: 18px;
  color: #fcbb05;
  border-top-color: #fcbb05;
  font-weight: 700;
}
.wish_list_title{
	color: #000000;
    font-size: 14px;
}
.wish_list_subtitle{
	color: gray;
}

.wish_list_date{
	color: gray;
	font-size: 12px;
}

.wish_list_delete_product{
	color: #0066c0 !important;
	font-size: 12px;
}

.listamenu
{
	color: #ffffff !important;
	padding: 6px 44px !important;
}

.categorias-container
{
	width: 12.5%; 
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.categorias
{
	color: #ffffff;
	font-size: 1vw;
}
.otras
{
	color: #ffffff;
	font-size: 1vw;
}
#categorias{
  display: flex; 
  background-color:#6d6f73;
  height:35px
}

.categorias_dropdown {
	position: relative;
	display: inline-block;
	cursor: pointer;
  }
  
  .categorias_dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	border-radius: 12px;
	right: 0px;
  }
  
  .categorias_dropdown-content a {
	padding: 8px 16px;
    text-decoration: none;
    display: block;
    color: #6d6f73;
  }
  
  .categorias_dropdown-content a:hover {background-color: #eee;}

  .categorias_dropdown:hover .categorias_dropdown-content {
	display: block;
  }

  .carrito-lista{
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .carrito-lista > a{
    text-decoration: none !important;
  }

  .carrito-lista:hover .dropdown-menu {
    display: block !important;
    }

    


div.dhtmlx_window_active,
div.dhx_modal_cover_dv {
	position: fixed !important;
}



table{
  width:100%;
  table-layout: fixed;
}
.tbl-header{
  background-color: rgba(255,255,255,0.3);
 }
.tbl-content{
  height:300px;
  overflow-x:auto;
  margin-top: 0px;
  border: 1px solid rgba(255,255,255,0.3);
}
thead
{
background-color: #6d6f73;
}
th{
    padding: 20px 15px;
    text-align: left;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

td
{
  padding: 15px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    font-size: 12px;
    color: #000;
    border-bottom: solid 1px rgba(255,255,255,0.1);
    text-align: center;
    font-family: 'Roboto', sans-serif;
    background-color: #80808045;
}

table tbody .alt td {
	background: #ffa50045;
}

table thead th:first-child {
  border-radius: 10px 0 0 0;
}
table thead th:last-child {
  border-radius: 0 10px 0 0;
}
table tbody td {
  border: none;
}
table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,700);
section
{

  /* background: -webkit-linear-gradient(left, #ff9800, #6d6f73);
  background: linear-gradient(to right, #6d6f73, #ff9800); */
  background-image: url(../../images/Line.jpg);
  font-family: 'Roboto', sans-serif;
}
.made-with-love {
  margin-top: 40px;
  padding: 10px;
  clear: left;
  text-align: center;
  font-size: 10px;
  font-family: arial;
  color: #fff;
}
.made-with-love i {
  font-style: normal;
  color: #F50057;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.made-with-love a {
  color: #fff;
  text-decoration: none;
}
.made-with-love a:hover {
  text-decoration: underline;
}


::-webkit-scrollbar {
    width: 6px;
} 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
} 
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}

.container-producto 
{
    grid-template-columns: 300px 300px 300px;
    grid-gap: 50px;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    margin-top: 20px;
}

.tarjeta-producto
{
  background-color: transparent;
  height: 35.5rem;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* box-shadow: rgba(0, 0, 0, 0.7); */
  color: white;
}

.tarjeta__nombre {
  margin-top: 15px;
  width: 230px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  text-align: center;
  color: black;
}

#Nombre_categoria{
  padding-left: 33vw;
    font-weight: bold;
}

.card__image {
  height: 160px;
  width: 160px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  margin-top: 20px;
  box-shadow: 0 10px 50px rgb(109 111 115);
  background-color: white;
}


.draw-border {
  box-shadow: inset 0 0 0 2px #6d6f73;
  color: #ffffff;
  -webkit-transition: color 0.25s 0.0833333333s;
  transition: color 0.25s 0.0833333333s;
  position: relative;
}

.draw-border::before,
.draw-border::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: '';
  pointer-events: none;
  position: absolute;
  width: 0rem;
  height: 0;
  bottom: 0;
  right: 0;
}

.draw-border::before {
  border-bottom-width: 4px;
  border-left-width: 4px;
}

.draw-border::after {
  border-top-width: 4px;
  border-right-width: 4px;
}

.draw-border:hover {
  color: #ffffff;
    background-color: #6d6f73;
}
/* 
.draw-border:hover::before,
.draw-border:hover::after {
  border-color: #ff9800;
    -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
    border-radius: 12px;
} */

.draw-border:hover::before {
  -webkit-transition-delay: 0s, 0s, 0.25s;
  transition-delay: 0s, 0s, 0.25s;
}

.draw-border:hover::after {
  -webkit-transition-delay: 0s, 0.25s, 0s;
  transition-delay: 0s, 0.25s, 0s;
}

.grid-child-posts
{
  color: #000000;
}
.productos {
  border: none;
    cursor: pointer;
    line-height: 1.5;
    font: 700 1.2rem 'Roboto Slab', sans-serif;
    padding: 0.75em 2em;
    letter-spacing: 0.05rem;
    margin: 1em;
    width: 13rem;
    background-color: #ff9800;
    border-radius: 12px;
}

.btn-acciones-producto{
  background-color: #ff9800;
  border-radius: 12px;
}
.img-lista-productos
{
  width: 100%;
}

.borrar-producto
{
  color: black;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);
@import url('https://fonts.googleapis.com/css?family=Abel|Bubbler+One|Inconsolata');
@font-face{
  font-family: Lato;
  src: url("../../../fonts/Lato/Lato-Regular.ttf");
}



/* .one-time{
    margin-left: 3%;
    margin-right: 3%;
} */

.slick-prev:before,
.slick-next:before {
    color: black;
}

.navbar-header{
  margin-top: -4px;
}

.navbar-brand{
  font-family: Open Sans;
  font-size: 200%;
  font-style: italic;
}

/* body{
  font-family: "Lato", Arial, Sans-serif;
  font-size: 150%;
  font-weight: bold;
} */

#topnav{
  height:70px;
}
/* #topnav > * {
  position: relative;
  top:7px;
} */
#search{
  position: relative;
  left:360px;
}
#search_btn{
  position: relative;
  left:360px;
}

#shoppingcart{
  position: relative;
  right: 20px;
}

.trash-icon
{
  color: #f7941d;
  pointer-events: none;
  width: 50%;
}

.modal-login {		
	color: #636363;
	width: 350px;
}
.modal-login .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
}
.modal-login .modal-header {
	border-bottom: none;   
	position: relative;
	justify-content: center;
}
.modal-login h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -15px;
}
.modal-login .form-control:focus {
	border-color: #70c5c0;
}
.modal-login .form-control, .modal-login .btn {
	min-height: 40px;
	border-radius: 8px; 
}
.modal-login .close {
	position: absolute;
	top: -5px;
	right: -5px;
}	
.modal-login .modal-footer {
	background: #ecf0f1;
	border-color: #dee4e7;
	text-align: center;
	justify-content: center;
	margin: 0 -20px -20px;
	border-radius: 5px;
	font-size: 13px;
}
.modal-login .modal-footer a {
	color: #999;
}		
.modal-login .avatar {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #f7941d;
  padding: 15px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-login .avatar img {
	width: 100%;
}
.modal-login.modal-dialog {
	margin-top: 80px;
}
.modal-login .btn, .modal-login .btn:active {
  color: #fff;
  border-radius: 4px;
  background: #6d6f73 !important;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  border: none;
}
.modal-login .btn:hover, .modal-login .btn:focus {
	background: #f7941d !important;
    outline: none;
}

.seguir-comprando{
  margin-right: 12px;
}

#dynamic_footer
{
padding: 15px 15px !important;
}

.remove_product_wish_list{
color: #000000;
}


.nomargin{
  margin-bottom: 0px !important;
}
.mi-perfil-menu{
  width: 366px;
  background-color: transparent !important;
}
#mi-perfil:hover .mi-perfil-menu 
{
display: block !important;
}

/* Diseño del menu para el usuario */


.tarjeta-menu-usuario{
  background-color: #1E2B32;
  border-radius: 10px 10px;
}

.encabezado-menu-usuario{
  border-radius: 10px 10px 0px 0px;
    padding: 5px;
    background-color: #f7941d !important;
}
.encabezado-menu-usuario > p{
  margin: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.titulo-encabezado{
  color: #FFFFFF;
  margin-left: 1rem;
  font-size: 20px;
}

.iconM{
  font-size: 18px;
  margin-left: 170px;
  color: #2f89fc;
}

.icon{
  margin-right: 8px;
}

.body{
  background-color: #6d6f73;
}

.body li{
  transition: 1s all;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  padding: 15px;
  margin-left: -40px;
  margin-top: 0px;
  color: #fff;
  list-style: none;
  display: block;
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
}

li:hover{
  transition: 2s all;
  background-color: rgb(247 148 29 / 50%);
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  cursor: pointer;
}

.body > li{
  float: left;
}

.body li ul{
  background: #1E2B32;
  margin-left: 280px;
  margin-top: -38px;
  display: none;
  position: absolute;
  border-top-right-radius: 15px 15px;
  border-bottom-right-radius: 15px 15px;
}

.body li:hover > ul{
  display: block;
  cursor: pointer;
}

.cerrar_sesion{
  text-decoration: none !important;
  color: #ffffff;
}