/*Estilo para la cantidad de producto*/
.quantity {
  position: relative;
    margin: 5%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}




.quantity input {
  width: 100px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 40px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border: 1px solid #eee;
}

.quantity-button.quantity-up:hover {
  position: absolute;
  height: 50%;
  top: 0;
  border: 1px solid #eee;
    background: #2e3a97;
    color: #fff;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
    border: 1px solid #eee;
    
}

.quantity-button.quantity-down:hover {
  position: absolute;
  bottom: -1px;
  height: 50%;
    border: 1px solid #eee;
    background: #2e3a97;
    color: #fff;
    
}
/*FinEstilo para la cantidad de producto*/
/*Estilos para panel User*/
.lista-1{
    margin-left:20px;
	margin-bottom:7px;
	line-height:24px;
	list-style:url(../img/icons1.png);
    padding-top: 10px;
    font-size: 14px;
    padding-bottom: 0;
    text-align: left;
}
.paneles{
    color: #FFF;
    background: #b1b1b1;
    border: 2px solid #000;
    border-radius: 3px;
    width: 100%;
    height: 150px;
    text-align: center;
    font-size: 15px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    align-content: center;
    vertical-align: middle;
    margin: 5px;
    padding: 40px;
}
.paneles:hover{
    color: #fff;
    background: #2E3B97;
}
.paneles a{
    color: #fff;
    width: 100%;
    height: 100%;
}
.paneles a:hover{
    color: #fff;
}
.paneles i{
    font-size: 40px;
}
.dirpanel{
    color: #FFF;
    background: #b1b1b1;
    border: 2px solid #000;
    border-radius: 3px;
    width: 100%;
    height: 100px;
    text-align: center;
    font-size: 15px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    align-content: center;
    vertical-align: middle;
    margin: 5px;
    padding: 10px;
}
.dirpanel:hover{
    color: #fff;
    background: #2E3B97;
}
.dirpanel a{
    color: #fff;
    width: 100%;
    height: 100%;
}
.dirpanel a:hover{
    color: #fff;
}
.dirpanel i{
    font-size: 40px;
}
.botondir{
    background: #2e3b97;
    color: #fff;
    width: 150px;
    font-size: 15px;
    height: 40px;
    padding: 10px;
    border-radius: 3px;
    margin: 15px;
}
.botondir a{
    background: #2e3b97;
    color: #fff;
    width: 150px;
    font-size: 15px;
    height: 40px;
    padding: 10px;
    border-radius: 3px;
    margin: 15px;
}
.botondir:hover{
    color: #fff;
    background: #286090; 
}


/*Fin estilos panel User*/


/*estilos index*/
.user{
    float: right;
}

.lista-2{
    margin-top: 10%;
	list-style:none;
    text-align: right;
    font-size: 20px;
    color: #2e3a97 !important;
}


.lista-2 li i{
    color: #2e3a97 !important;
}
.lista-2 li i:hover{
    color: #6a7bfd !important;
    text-decoration: none;
}


.logo-header{
    width: 50% !important;
    
}
.logo-footer{
    width: 100% !important;
    
}
.product{
    border-bottom: 1px solid #e5e4e4;
    padding-bottom:  15px;
    
}

.item-info-product2 {
    text-align: left !important;
    margin-left: 15% !important;
    background: #fff !important;
    padding: 20px 20px;
    border-left: 1px solid #ededed;
    line-height: 15px;
    margin-top: 7% !important;
}

.item-info-product2 p{ 
    margin-bottom: 40px; 
    line-height: 30px; 
}

.item-info-product2 p span{
    color: #00ad6b;
}


.men-thumb-item2 {
    position: relative;
    margin-left: 20px;
}


.submenu{
    text-align: center;
    margin: 40px 0px;
    
}


.sinpadding {
    padding: 0 !important;
}

.sections:hover{
    margin: 10px;
    
}

.rema{
    color: #000;
    font-weight: 600;
    
}


.face{
    color: #0b62ef !important;
}
.face:hover{
    color: #75a7f8 !important;
}

.tw{
    color: #0ed3f7 !important;
}

.tw:hover{
    color: #80e9fc !important;
}
.yt{
    color: #C00 !important;
}
.yt:hover{
    color: #d42929 !important;
}
insta{
    color: #5c005c !important;
}
insta:hover{
    color: #a518a5 !important;
}
.lin{
    color: #3d4086 !important;
}
.lin:hover{
    color: #676ce6 !important;
}


.mail{
    color: #959595 !important;
}
.mail:hover{
    color: #d6cfcf !important;
}

.tel{
    color: #000 !important;
}

.tel:hover{
    color: #a3a3a3 !important;
}

.mapita{
    width: 90%
}


/*nosotros*/

#nosotros{
    margin-top: 80px;
}
#nosotros h1, #nosotros h3, #nosotros h5{
    text-align: center;
    line-height: 35px;
}
/*=========================================================
	10 -> NEWSLETTER
===========================================================*/

#newsletter.section {
  border-top: 2px solid #E4E7ED;
  border-bottom: 3px solid #D10024;
  margin-top: 30px;
}

.newsletter {
  text-align: center;
}

.newsletter p {
  font-size: 24px;
}

.newsletter form {
  position: relative;
  max-width: 520px;
  margin: 30px auto;
}

.newsletter form:after {
  content: "\f003";
  font-family: FontAwesome;
  position: absolute;
  font-size: 160px;
  color: #E4E7ED;
  top: 15px;
  -webkit-transform: translateY(-50%) rotate(15deg);
  -ms-transform: translateY(-50%) rotate(15deg);
  transform: translateY(-50%) rotate(15deg);
  z-index: -1;
  left: -90px;
}

.newsletter form .input {
  width: calc(100% - 160px);
  margin-right: -4px;
  border-radius: 40px 0px 0px 40px;
}

.newsletter form .newsletter-btn {
  width: 160px;
  height: 40px;
  font-weight: 700;
  background: #D10024;
  color: #FFF;
  border: none;
  border-radius: 0px 40px 40px 0px;
}

.newsletter .newsletter-follow {
  text-align: center;
}

.newsletter .newsletter-follow li {
  display: inline-block;
  margin-right: 5px;
}

.newsletter .newsletter-follow li:last-child {
  margin-right: 0px;
}

.newsletter .newsletter-follow li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.newsletter .newsletter-follow li a:hover, .newsletter .newsletter-follow li a:focus {
  background-color: #E4E7ED;
  color: #D10024;
}
.newslettersection{
    background: #00C !important;
    height:auto;
    width: 100%;
    display: flex;
  justify-content: center;
  align-items: center;
}