header#header {
    z-index: 2;
    font-family: 'Lato', sans-serif;
}
.main-container {
    padding-top: 4%;
    display: inline-flex;
    flex-flow: wrap;
    justify-content: center;
}
.top-label {
    width: 100%;
}
#label-txt {
  margin: 0 auto;
  margin-bottom: 10px;
  clear: both;
  text-align: center;
  font-size: 22px;
  font-family: 'Pontano Sans';
  color: #003459;
}
#tit-car {
  margin: 0 auto;
  margin-bottom: 10px;
  clear: both;
  width: 80%;
  text-align: center;
  font-size: 22px;
  font-family: 'Pontano Sans';
  color: #FF5627;
}
.content.drag-desired {
    display: inline-flex;
    flex-flow: wrap;
    justify-content: center;
}
.product {
    float: left;
    margin: 2%;   
    position: relative;
    overflow: hidden;
    width: 340px;
    border-style: solid;
    border-color: #F2F2F2;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.contimg {
    overflow: hidden;
}
.contimg img {
    width: 100%;
    height: auto;
}
label#precio {
    text-align: center;
    display: inherit;
    font-size: 18px;
    padding: 2px;
    font-weight: bold;
}
.contdes {
    overflow: hidden;
    position: relative;
}
.sntext {
    top: 300px;
    position: absolute;
    -webkit-transition: transform .35s ease-out 0s,background .35s ease-out 0s,padding .35s ease-out 0s;
    -moz-transition: transform .35s ease-out 0s,background .35s ease-out 0s,padding .35s ease-out 0s;
    -ms-transition: transform .35s ease-out 0s,background .35s ease-out 0s,padding .35s ease-out 0s;
    -o-transition: transform .35s ease-out 0s,background .35s ease-out 0s,padding .35s ease-out 0s;
    transition: transform .35s ease-out 0s,background .35s ease-out 0s,padding .35s ease-out 0s;
    width: 100%;
}
.sntext .ncontent {
    color: #fff;
    height: 300px;
    overflow: hidden;
}
.product:hover .sntext {
    top:0;
    transition-duration: 1s,1s,1s,1s,1s,1s;
    transition-property: width,height,transform,background,font-size,opacity;
    -webkit-transition: -webkit-transform 1s,opacity 1s,background 1s,width 1s,height 1s,font-size 1s;    
}
#ntitle {
/*    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.39);*/
    background-color: #F7F7F7;
    color: #FF5627;
    font-size: 21px;
    margin-top: 10px;
    text-decoration: none;
    text-align: center;
    position: initial;
    bottom: 0px;
    width: 100%;
}
#carfun {
/*    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.39);*/
    background-color: #F7F7F7;
    color: #5C5C5C;
    font-size: 17px;
    text-decoration: none;
    text-align: center;
    position: initial;
    bottom: 0px;
    width: 100%;
    height: 45px;
    padding: 5px;
    font-family: lato;
}
.cont-agregar {
    padding: 8px;
    background: #F7F7F7;
    color: #5C5C5C;
    height: 120px;
}
#descr {
    display: none;
}
.mas, .menos {
    background: none repeat scroll 0 0 #ffffff;
    float: left;
    font-size: 14px;
    font-weight: bold;    
    text-align: center;    
    color: #FF5627;
    padding: 5px 7px;
    -webkit-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-ms-user-select: none;
}
.botona, .mas, .menos {
    cursor: pointer;
}
.agregarint>input {    
    border: 2px solid #FF5627;
    border-radius: 3px;
    color: #FF5627;
    font-size: 14px!important;
    padding: 4px;
    width: 25px;
    float: left;
    text-align: center;
    margin: 0 13px;
}

.agregar { position: relative; float: right; right: 50%; }
.agregarint { position: relative; float: right; right: -50%; padding:5px; }
.botona {
    background: none repeat scroll 0 0 #ffffff;
    color: #FF5627;  
    min-width: 153px;
    padding: 5px;
    border: 2px solid #FF5627;   
    text-transform: uppercase;
    display: block;
    margin: 45px auto 4px auto;
    width: 50%;
    clear: both;
    -webkit-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-ms-user-select: none;
}
.quita {
    padding: 0 10px;
    color: red;
}
.container.segundo {
    float: left;
    display: none;
    width: 340px;
}
.container.primero.seleccion {
	width: 70%;
}
.container.segundo.seleccion {
    margin-top: 2%;
    background: #EAECEE;    
    padding: 10px;
    border-style: solid;
    border-color: #F2F2F2;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 15px;
}
.container.segundo.seleccion input {
    width: 100%; 
}
.imgcomp img {
    width: 100%;
}
.imgcomp {
    width: 20%;
    float: left;
}
.prod, .pcant, .pprec, .quita {
    float: left;
    margin: 1.6%;
}
.tpedid {
    text-align: center;
    height: 30px;
    background-color: #4F2477;
    width: 100%;
    margin-bottom: 12px;
    padding-top: 3px;
    color: white;
}
.tpprec {
    width: 22.5%;
}
.tpcant {
    width: 22.5%;
}
.tprod {
    width: 55%;
}
.pedid {
    height: 70px;
    font-weight: bold;
}
.prod {
    font-weight: bold;
    color: rgb(32, 31, 31);
}
.datos_factura {
    padding: 10px;
 }
#facturar_a {
   font-weight: bold;   
}
 #enviar_a  {
    padding-bottom: 10px;
 }
  #fname, #ename {
    text-transform: capitalize;
  }
.datos_factura input, .datos_factura select, .datos_factura textarea {
    padding: 8px;
    font-size: 16px;
    margin: 1%;
    border: 1px solid #ccc;
    width: 100%;
    color: #5C5C5C;  
}
#direccion, #fdireccion {
    width: 100%;
}
.pcant, .pprec {
    color: #6f7488;
}
.enviar_a {
    display: none;
}
.quita {
    float: right;
    cursor: pointer;
}
.fa-trash-o  {
    color: #FF5627;
}
.total {
    text-align: right;  
    COLOR: #FF5627;
    font-size: 18px;
    margin: 0 10%;
}
#fpago {
    width: 100%;
}
input[type="checkbox"] {    
    width: 32px !important;
    margin: 5%;  
}
.bottom-container-border {
    width: 50%;
    margin: 0 auto;
}
a.button {
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid #FF5627;
    display: inline-block;
    color: #FF5627;
    font-size: 22px;
    text-transform: uppercase;
}
a.button:hover {
    background-color: #fa4516;
    color: #fff;
}
.factura {
    margin: 70px;
}
.factura h3 {
    padding: 25px 0;
}
.factura table {
    width: 80%;
    background: #eaeaea;
}
.factura table td {
    padding: 7px;
    /* border: 1px solid; */
    margin: 0;
}
.factura input[type="button"] {
    padding: 10px;
    background: #003459;
    border: none;
    color: #fff;
}
@media screen and (min-width: 1061px) and (max-width: 1300px) {
.container.primero.seleccion {
    width: 65%;
}
}
@media screen and (min-width: 741px) and (max-width: 1060px) {
.container.primero.seleccion {
    width: 50%;
}
}
@media screen and (max-width: 740px) {
.container.primero.seleccion {
    width: 100%;
}
.product {
    margin-bottom: 50px;
}
}