#content .productos_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;/*Alineación de items*/
    align-items: stretch; /*Alineacion Vertical*/
    flex-direction: row;
    flex-wrap:wrap;
}

#content .producto_cont{
    overflow: hidden;
    position: relative;text-align:left;
    padding:0px;box-sizing:border-box;/*box-shadow: 0 0 2px #CCCCCC;*/
    transition:all 0.3s ease 0s;margin: 0px 20px 20px 0;
    border:1px solid #f2f2f2
}

#content .producto_cont.carusel{
    width:100%;
    display: inline-block;
    margin-bottom: 0;
    height:100%
}


#content .producto_cont.col3{
    width: calc(1/3*100% - (1 - 1/3)*20px);
}

#content .productos_content > .producto_cont.col3:nth-child(3n) {
  margin-right: 0;
}

#content .producto_cont.col5{}
#content .producto_cont.col4{}
#content .producto_cont.col2{}

#content .producto_cont.inicio{}
#content .producto_cont, #content .producto_cont p{
    text-align:center;
    font-size:13px;
    line-height:1.4em;
    color:#969696;
    
}

#content .producto_cont .img_c{
    width:100%;
    display: inline-block
}


#content .producto_cont .imagen_cont{
    width: 100%;
    padding-bottom: 100%;
    display: flex;
    overflow: hidden; 
    background-color: white; 
    text-align: center;
    position:relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center       
}



#content .producto_cont .marg{width:100%;
     box-sizing:border-box;padding:0px;
     float:left;/*margin-bottom:15px;*/
     position: relative
}

#content .producto_cont h2{
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -.01em;
    margin-left: .5rem;
    margin-right: .5rem;
    margin-bottom: .45rem;
    font-family: 'Poppins-SemiBold';
    font-size: 15px;
    /*line-height: 32px;*/
    line-height: 1.2em;
    color: #00529b;
    font-weight: 400;
    margin: 10px 0;
    text-transform: none;
    text-align: center;
    justify-content: center
}

#content .producto_cont h2::before,
#content .producto_cont h2::after{
    display: none
}

#content .producto_cont h2,
div.precio_cont span{}

#content .producto_cont div.txt_cont{
    width:100%;float:left;
    box-sizing: border-box;
    padding:15px 10px;
    text-align: center
}
#content .producto_cont div.txt_cont,
#content .producto_cont div.txt_cont p{}
#content .producto_cont a.prod_ver_mas{width:89px;height:29px;float:left;color:white;background:black;text-align:center;line-height:29px;margin: 0 0 15px 5%}
#content .producto_cont a.prod_ver_mas:hover{background:black}
#content .producto_cont div.txt_cont .cats, 
#content .producto_cont div.txt_cont .cats a{
    font-size: .625rem;
    text-transform: uppercase;
    line-height: 1.7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    display: flex;
    justify-content: center;
}
#content .producto_cont div.txt_cont .cats a:hover{
    color:#00afdc
}


#content .txt_off_cont{
    position:absolute;
    right:10px;top:10px;
    z-index: 1;
}

#content .txt_off_cont.det{
    right:20px;top:20px;
}

#content .txt_off_cont.sinStock{
    left:0;
    right:auto
}

#content .txt_off{
    color:white;
    text-align: center;
    background-color: #da5555;
    text-transform: uppercase;
    padding: 5px 11px;
    font-size:10px;
    border-radius: 12px;
    margin-left: 5px;
    display: flex;
    font-family: Verdana;
    font-weight: bold;
    line-height: 1
}

#content .txt_off.sinTacc{
    height: 50px;
    width: 50px;
    background-color: #f01e13;
    color: #ffffff;
    border-radius: 48%;
    line-height: 1.1em;
    font-size: 10px;
    border:none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family: Verdana;
    font-weight: bold;
}

#content .txt_off_cont.sinStock .txt_off{
    background-color: #444ff2;
    border-radius: 5px
}

#content .producto_cont .txt_opcRetiro{
    color:white;
    text-align: center;
    background-color: red;
    text-transform: uppercase;
    position:absolute;
    left:0;top:0;
    padding: 3px 5px;
    z-index: 1;
    border-radius: 5px
}

div.precio_cont{
    display: flex;
    justify-content: center;
    margin-bottom:15px;
    text-align:center;
    font-size:1.125rem;
    font-family: "Open_Sans";
    font-weight: 600;
    color:#444;
    line-height: 24px;
    flex-wrap: wrap;
    justify-content: center
}

div.precio_cont span{display:flex;margin:0px 3px}
div.precio_cont span.precio{}
div.precio_cont span.iva{}
div.precio_cont span.precio,
div.precio_cont span.iva{}
div.precio_cont span.simbolo{}
div.precio_cont span.simbolo.det{}
div.precio_cont span.items{}
div.precio_cont span.desc{
    color: #333;
    font-size: 12px;
    font-weight: 600;
    font-family: "Open_Sans_Light";
}

div.precio_cont span.precio_unit{
    color: #AAA;
    margin: 11px 0 0 0;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: normal;
    width:100%;
    justify-content: center;
    
}

div.precio_cont input[type='text']{width:50px;
                                   margin:0 0 20px 0;text-align:center;height:auto;
                                   vertical-align:top;padding:7px;margin-right:10px
}
span.tachado{
    text-decoration: line-through;
    color:#a7a7a7;
    font-size: .8em
}
span.tachado.ofertas{font-size:15px}

div.precio_cont.detalle{margin:25px 0;float:left}
div.precio_cont.detalle span.oferta{margin-bottom:10px}
div.precio_cont.detalle span.tachado{font-size:32px;}
div.precio_cont.detalle span.precio{font-size:37px}
div.precio_cont.detalle span.tachado span{font-size:15px;margin:0}
div.precio_cont.detalle span.iva{font-size:15px}

div.precio_cont .cantidad_cont{width:100%;float:left;margin:15px 0;font-size:14px }
div.precio_cont .cantidad_cont.detalle{width:auto;margin:0}

#content .producto_cont .sel_cant_cont{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-bottom:5px
}
#content .producto_cont .sel_cant_cont input{
    text-align: center;
    width: 2.5em;
    height: 36px;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
    flex:2 1 auto;
    color:#777777;
    background-color:white;
    border:1px solid rgba(0,0,0,.09);
    text-align: center
}

#content .producto_cont .sel_cant_cont button{
    position: relative;
    width: 2em;
    height: 36px;
    line-height: 1;
    border: 1px solid rgba(0,0,0,.09);
    padding: 0;
    outline: none;
    border-radius: 0;
    color:black;
    min-width: 65px;
    background: none;
    cursor: pointer
}

#content .producto_cont .sel_cant_cont button::before{
    font-size: 18px;
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
    line-height: 34px;
}

#content .producto_cont .sel_cant_cont button.rest::before{
    content: "-";
}

#content .producto_cont .sel_cant_cont button.sum::before{
    content: "+";
}

#content .producto_cont .sel_cant_cont button:hover,
#content .producto_cont .sel_cant_cont button:hover::before{
    color:#009ac2
}

#content .producto_cont.invisible{display: none}
.agotado_cont{cursor: pointer;z-index: 5;left:0;top:0;
             position: absolute;width: 100%; height: 100%; 
             background:rgba(0,0,0,0.7)
}

.agotado_txt{width:122px;padding:5px 0;
        text-align:center;background-color:white;border:3px solid red;color:red;
        font-size:20px;font-weight: bold;text-transform: uppercase;display:inline-block;
        position: absolute;
        top:0;left:0;bottom:0;right:0;
        margin:auto;height:25px;
        -ms-transform: rotate(315deg); /* IE 9 */
        -webkit-transform: rotate(315deg); /* Chrome, Safari, Opera */
        transform: rotate(315deg);
}
.agotado_txt.msj{
    position:relative;
    display:inline-block;
    width:auto;
    height:auto;
    -ms-transform: none; /* IE 9 */
    -webkit-transform: none; /* Chrome, Safari, Opera */
    transform: none;
    margin-top:20px;
    padding:10px 20px
}
/*************************************************************************************/
#content .producto_cont.vista2{border:1px solid #f2f2f2;box-sizing:border-box}
#content .producto_cont.vista2 .imagen_cont{padding-bottom:66%;margin-top:25px}
#content .producto_cont.destacado{width:100%}

/*************************************************************************************/
table.tabla_variantes{width:100%;float: left;margin: 10px 0px;border-collapse: separate;border-spacing: 2px;font-size:14px}
table.tabla_variantes tr th{color:#0172ce;text-transform: uppercase;text-align: center;font-size:15px}
table.tabla_variantes tr th.izq{text-align:left !important}
table.tabla_variantes tr td{vertical-align: middle;text-align: center !important;padding: 8px 0px;font-size:14px}
table.tabla_variantes tr td.left{text-align:left !important;font-weight: normal}
table.tabla_variantes tr td.left.txt{font-weight:bold}
table.tabla_variantes tr td input[type="text"]{width: 30px !important;text-align: center;height: auto !important;margin: 0px;padding: 4px 4px}

table.tabla_det{width:100%}
table.tabla_det tr td{vertical-align: top;text-align: left;}
table.tabla_det tr td.imgs{width:31%}
table.tabla_det tr td.cen{width: 40%;padding:0 30px}
table.tabla_det tr td.der{border-left:1px solid #dedede;padding-left: 30px}

table.tabla_det tr td.der table.prod_info{width:100%}
table.tabla_det tr td.der table.prod_info tr td{vertical-align: top;text-align: left;padding:0px 0 15px 0}
table.tabla_det tr td.der table.prod_info tr td.ic{
    width: 10px;padding-right: 10px
}
table.tabla_det tr td.der table.prod_info tr td,
table.tabla_det tr td.der table.prod_info tr td p,
table.tabla_det tr td.der table.prod_info tr td .tarjetaCredito{
    color:#39b54a;
}
table.tabla_det tr td.der table.prod_info tr td,
table.tabla_det tr td.der table.prod_info tr td p{font-size: 17px}
table.tabla_det tr td.der table.prod_info tr td .tarjetaCredito{}

table.tabla_det tr td.der table.prod_info tr.envios td{color:black}
table.tabla_det tr td.der table.prod_info tr.compra_segura td{color:#909090;line-height: 1.1em;font-size: 15px}
table.tabla_det tr td.der table.prod_info tr td.ic .iconos{font-size: 17px}

.formas_pago_cont{float:left;width: 100%;margin:15px 0}
.formas_pago_cont .iconos{font-size: 35px;margin-right: 5px}

table.tabla_det tr td a.masInfo{color:#468efa;font-size: 16px}
table.tabla_det tr td a.masInfo:hover{color:black;}

div.producto_detalle_img_cont{width: 100%;float: left;margin-right: 2%;overflow: hidden}
div.producto_detalle_img_cont .img_cont{width:100%;float:left;
         padding-bottom:80%;position: relative;margin-bottom:10px;
         background-repeat: no-repeat;
         background-size: contain;
         background-position: center center
}
div.producto_detalle_img_cont .img_cont img{position: absolute;left: 0;right: 0;width: 100%;margin: 0 auto;visibility: hidden}
div.producto_detalle_img_cont .img_cont.or{}
div.producto_detalle_img_cont .img_cont.or img{width:auto;visibility:visible}
div.producto_detalle_img_cont div.img_chica_cont{width:100%;float:left;margin:15px 0}
div.producto_detalle_img_cont div.img_chica_cont a{
    float: left;
    margin:1%;
    width: 30.6%;
    text-align: center;
    border:1px solid #d3d3d3;
    position:relative;
    padding-bottom: 30%;
    overflow:hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}
div.producto_detalle_img_cont div.img_chica_cont a img{position:absolute;width:100%;left:0;top:0}
div.producto_detalle_desc_cont{width: 100%;float: left;}
div.producto_detalle_desc_cont h1{font-size:22px}
div.producto_detalle_desc_cont, div.producto_detalle_desc_cont p{font-size:17px}
div.producto_detalle_desc_cont table.tabla_ampl{
    
}
div.producto_detalle_desc_cont table.tabla_ampl tr td{vertical-align:top;padding-right: 0px;padding-left: 0}
div.producto_detalle_desc_cont table.tabla_ampl tr td.der{width:30%;padding-left: 0px;padding-right: 0}
div.producto_detalle_desc_cont table.tabla_ampl tr td.sepr{width:1px;background-color: red;padding:0}

div.producto_detalle_img_cont.vista2{}
div.producto_detalle_img_cont.vista2 .img_cont{padding-bottom:66%;margin-bottom: 5px}


table.tabla_carrito{width: 100%;float: left;text-align: center;border-collapse: separate;border-spacing: 2px;}
table.tabla_carrito tr th{background-color: #888888;color:white; font-weight: bold;vertical-align: middle;padding: 10px 3px;font-size: 14px}
table.tabla_carrito tr th.left{text-align: left !important}
table.tabla_carrito tr td.left{text-align: left !important}
table.tabla_carrito tr td:first-child{width: auto !important}
table.tabla_carrito tr td.center{text-align: center}
table.tabla_carrito tr td.der{text-align: right !important}
table.tabla_carrito tr td{vertical-align: middle !important;padding: 3px;text-align: center !important}
table.tabla_carrito tr td input[type="text"]{margin: 0px !important;text-align: center !important;width: 40px !important; line-height: 18px !important}
table.tabla_carrito tr.gris{background-color:#F3F3F3;padding: 3px 0px !important}
table.tabla_carrito td.gris{background-color:#F3F3F3;font-weight: bold}
table.tabla_carrito td.gris.oscuro{background-color:#888888;font-weight: bold;padding: 5px !important}
table.tabla_carrito td.gris.oscuro a{color:white !important;font-size: 14px;}
table.tabla_carrito td.gris.oscuro a:hover{color:#b5680e !important}
table.tabla_carrito td a{font-weight: bold;font-size: 13px}
table.tabla_carrito td div.control-group{float: none;display: inline-block}

table.tabla_totales{width:100%;text-align: right;margin-top: 15px}
table.tabla_totales tr td:first-child{width: auto !important}
table.tabla_totales tr td{text-align: right !important}

.mousepointer{cursor:pointer}
table.tabla_formaspago{float:left;width:100%}
table.tabla_formaspago tr td{width:45% !important}
table.tabla_formaspago tr td.sep{width:10% !important}
table.tabla_formaspago tr td.brou{background-color:#1067a7}
table.tabla_formaspago tr td.paypal{background-color:#b7daf0}
table.tabla_formaspago tr td.discount{background-color:#62bd18}
table.tabla_formaspago tr td.itau{background-color:#FF6100}
table.tabla_formaspago tr td.abitab{background-color:#00146B}
table.tabla_formaspago tr td.creditel{background-color:#01499b}
table.tabla_formaspago tr td.visa{background-color:#E69804}
table.tabla_formaspago tr td.wu{background-color:black}
table.tabla_formaspago tr td.h10{height:10px !important}

table.tabla_opciones{width: 100%; float: left;border-collapse: separate; border-spacing: 5px}
table.tabla_opciones tr td{padding: 5px;background-color:#f2f2f2; height: 30px;vertical-align: middle !important;text-align: center}
table.tabla_opciones tr td:first-child{width:5px !important;text-align: center !important}
table.tabla_opciones tr td.izq{text-align: left}

img.img_mp{width:100%;max-width: 500px}

table.tabla_info_facturas{float: left;border-collapse: separate; border-spacing: 5px;width:100%}
table.tabla_info_facturas tr td{padding: 5px;text-align: left; height: 30px;vertical-align: top}

table.tabladatos_admin.carrito{margin: 0px 0px 15px 0px;width: 100%;background:white}
table.tabladatos_admin.carrito tr td{text-align: left;padding: 7px;vertical-align: middle}
table.tabladatos_admin.carrito tr th.w170{width:170px;text-align: right}
table.tabladatos_admin.carrito tr td.centrar{text-align:center}
table.tabladatos_admin.carrito tr td.der{text-align:right}
table.tabladatos_admin.carrito tr td input[type='text']{width: 50px;text-align: center;padding: 5px 1%;margin: 0px;border: 0px;}
table.tabladatos_admin.carrito tr td.sbb{border-bottom:0px;border-left: 0px;background-color: transparent}
table.tabladatos_admin.carrito tr td.totales{font-weight: bold;color:#161618;text-align: right;}
table.tabladatos_admin.carrito tr td.sinpadd{padding: 1px 0px}
table.tabladatos_admin.carrito tr th.descuentos{width:120px}

a.quitar_carro{width:16px;height: 15px;display: inline-block;background: url(/themes/default/images/carrito/borrar.png) no-repeat center center;margin-right: 5px}
div.btns_content{width:100%;float:left;text-align: center;margin-top: 10px}
div.btn_agregar_content{
    display:inline-block;
    margin:15px 0 15px 0;
    text-align:center;
    transition: 0.5s;
    left:0;
    right:0;
    margin: auto;
    z-index: 1;
}
div.btn_agregar_content.detalle{
    text-align:left;display:inline-block;
    transform: none;
    position: relative;
    visibility: visible;
    opacity: 1;
    width: auto;
    height: auto;
    bottom: 0;
}
#content .producto_cont.carusel div.btn_agregar_content{
    /*width:auto*/
}

div.btn_agregar_content{
    width:100%;
}
a.agregar_carro{
    width:100%;
    padding:0 1.2em;
    color:white;
    background-color: #009ac2;
    font-size:.75rem;
    border:1px solid #f4f4f4;
    height: 36px;
    line-height: 34px;
    min-width: 36px;
    height: 36px;
    line-height: 34px;
    min-width: 36px;
    display: inline-block;
    text-transform: uppercase
}

a.agregar_carro.soloIcono{
    width:50px;
    height: 50px;
    border-radius: 100%;
    background-color: white;
    padding:0;
    min-width: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
a.agregar_carro.soloIcono::before{
    font-family: 'Font Awesome 5 Solid';
    content: '\f217';
    color:black;
    font-size:20px;
    left:12px;
    top:6px
}
a.agregar_carro.soloIcono:hover{
    background-color: black;
}
a.agregar_carro.soloIcono:hover::before{
    color: white;
}

a.agregar_carro.lnkProd{margin-left: 5px}
a.agregar_carro.lnkProd::before{
    content: '\f002';
    left:16px;
    top:6px
}

a.agregar_carro.ver{
    min-width: 0;
    margin-top:15px;
    margin-left:10px;
    float:left
}

a.agregar_carro.ver.soloVer{
   margin-left:0
}



#content .producto_cont.carusel a.agregar_carro{
    /*padding:0 13px*/
}


a.agregar_carro.prod_desc{width:100%;
          box-sizing: border-box;text-align: center;
          height:50px; line-height: 50px
}

a.agregar_carro::before{
        position: absolute;
        content: "";
        z-index: -1;
        top: 0;
        background-color: #0050A5 ;
        left: 0;
        width: 0%;
        height: 100%;
        transition: all 0.4s ease 0s
}

a.agregar_carro.actualizar{
    background-color:#0050A5;
    
}
a.agregar_carro.actualizar,
a.agregar_carro.actualizar::before{
    color:white
}

a.agregar_carro.actualizar:hover{background-color:#0050A5}
a.agregar_carro.actualizar:hover::before{
    color:black
}

div.btn_agregar_content.detalle a.agregar_carro{
    padding: 0 39px;
    height: 44px;
    width: 200px;
    color:white;
    position: relative;
    line-height: 44px
}
div.btn_agregar_content.detalle a.agregar_carro::before{
    content:"AGREGAR AL CARRITO";
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    color:white;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    background-color: black;
    cursor: pointer
}
div.btn_agregar_content.detalle a.agregar_carro.actualizar::before{
    content:"IR AL CARRITO";
    background-color: #0050A5;
}
div.btn_agregar_content.detalle a.agregar_carro:hover::before{
    background-color:#0050A5;
    cursor: pointer
}

.txt_cat_info_cont {
    width:100%;
    display: inline-block;
    margin-bottom: 30px;
    padding-left:10px
}

.txt_cat_info_cont, .txt_cat_info_cont p{
    font-size:14px;
}

.producto_cont:hover{
    box-shadow: 0 5px 25px 0px rgba(0, 0, 0, .08);
    background-color:white
}
/*.producto_cont:hover a.agregar_carro{color:#fff;}
.producto_cont:hover a.agregar_carro::before{width:100%;}
.producto_cont:hover a.agregar_carro.ver::before{width:0;}
.producto_cont:hover a.agregar_carro.ver.soloVer::before{width:100%;}*/
.producto_cont:hover a.agregar_carro{
   background-color: #FDB040
}


.btn_detalles{padding: 0px 10px;font-weight: normal !important;height:27px;float: left;line-height: 27px;background-color: #f1f1f1;color:#4b4a45;text-align: center}
a.btn_volver{padding: 0px 10px;font-weight: normal !important;font-size: 14px;height:32px;float: left;line-height: 32px;background-color: #DB2321;color:white;text-align: center}
a.btn_volver:hover{background-color:#02337f}
a.continuar_compra{padding: 0px 10px;font-weight: normal !important;font-size: 14px;height:32px;
                 float: right;line-height: 32px;background-color:#DB2321;color:white !important;text-transform: none !important;text-align: center
}
a.continuar_compra.fl{float: left}
a.continuar_compra:hover{background-color:black}
a.clave_registro{font-size:12px}
a.registrarse{font-size:15px;font-weight:bold}
a.registrarse,a.clave_registro{
    
}
div#load_cont_conf{float: right;width: auto;height: 35px;margin-top: 0px}
div#widget_shopcart{display:inline-block;width:auto;box-sizing:border-box;margin-right:0px;}
div#widget_shopcart *{vertical-align: middle}
div#widget_shopcart a.img{display:inline-block;margin-left:10px;width:45px; height: 96px; 
    background: url(/themes/default/images/carrito/carro.jpg) center center no-repeat}
textarea#comentarios_carrito{
    width: 100%; 
    height: 150px;
    box-sizing: border-box;
    line-height: 1.1em;
    margin-bottom:20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border:1px solid #c3c3c3;
    padding: 10px;
}

div.carrito{text-align: left;position: relative}
div.carrito img.carro{position: relative;top: 2px;margin-right: 10px}
div.carrito img.usuario{float: right;margin-left: 10px;position:relative;top:3px}
div.carrito a{display: inline-block}
div.carrito .iconos{margin-right:3px}
div.carrito .iconos::before{
    font-size:22px;
    transition:all 0.4s ease 0s
}
div.carrito .iconos:hover{
    color:#0050A5
}

div.carrito .cant_items{
    width: 16px;
    height: 16px;
    background-color: #ff5b5b;
    border: none;
    position: absolute;
    right: -5px;
    top: 9px;
    font-size: 9px;
    line-height: 16px;
    border-radius: 100%;
    color: white;
    text-align: center;
}

#content table.tabla_fp{
    width:100%
}
#content table.tabla_fp tr{}
#content table.tabla_fp tr td{text-align:left;vertical-align:top;padding:0px}
#content table.tabla_fp tr td.der{width:300px;background:#f5f5f5;text-align:center;padding:20px}
#content table.tabla_fp tr td h2{color:black}
#content .cuadro_fp{width:100%;float:left;background:white;margin:0}
#content .cuadro_fp h3{
    color:white;background:#0288d1;font-size:15px;
    width:100%;padding:10px;box-sizing: border-box;
    text-transform: uppercase ;margin:0
}
#content .cuadro_fp .cuadro_cont{
    width:100%;float:left;
    padding:0px;
    box-sizing: border-box;
    border:1px solid #dcdcdc;
    font-size:15px;
}

#content .cuadro_fp .cuadro_cont h4{
    color:#444444;
    font-size:16px;
    padding:10px 10px 10px 25px;
}
#content .cuadro_fp .cuadro_cont h4.ui-accordion-header-active{color:white;background-color:black;border-color:black}
#content .cuadro_fp .cuadro_cont .ui-accordion .ui-accordion-content{
    padding:15px 25px;
    color:#7F7F7F
}
#content .cuadro_fp .cuadro_cont table.tabla_opc{}
#content .cuadro_fp .cuadro_cont table.tabla_opc tr{}
#content .cuadro_fp .cuadro_cont table.tabla_opc tr td{padding:10px 0}
#content .cuadro_fp .cuadro_cont table.tabla_opc tr td:first-child{padding-right: 10px}

ul.ul_fpago{float: left; margin: 10px 0;width:100%}
ul.ul_fpago li{font-weight:bold;font-size:18px;line-height:1.5em}
.mercadopago-button{display:inline-block}
.mercadopago-button.der{margin-left: 10px}

@media only screen and (max-width:1279px){
    #content .producto_cont{width:22.7%}
    #content .producto_cont.col5{margin-right:3%}
    #content .producto_cont.col5.esIni{display:none}
    #content .producto_cont.col4{margin-right:0}
    #content .producto_cont.col2{}
}

@media only screen and (max-width:1200px){
    div#widget_shopcart{}
    
    
}
@media only screen and (max-width:1023px){
    
    
}
@media only screen and (max-width:1000px){
    
}

@media only screen and (max-width:979px){
    
}

@media only screen and (max-width:799px){
    #content .producto_cont{width: 48.5%}
    #content .producto_cont.col4{margin-right:3%}
    #content .producto_cont.col2{margin-right:0%}
}

@media only screen and (max-width:767px){
    #content .producto_cont{margin-bottom:20px}
}

@media only screen and (max-width:640px){    
    div.producto_detalle_desc_cont{width: 100%}
    div.producto_detalle_img_cont{width: 100%}
    #content .producto_cont{width: 100%}/*1 por fila*/
}

@media only screen and (max-width:500px){        
    
    table.tabladatos_admin.carrito tr td,
    table.tabladatos_admin.carrito tr th{padding:7px 2px;font-size: 12px}
}

@media only screen and (max-width:500px){        
    table.tabladatos_admin.carrito tr td,
    table.tabladatos_admin.carrito tr th{padding:7px 0px;font-size: 11px}
    
}

@media only screen and (max-width:400px){
    table.tabladatos_admin.carrito tr td,
    table.tabladatos_admin.carrito tr th{font-size: 9px}
    table.tabla_direcciones tr td textarea{width:200px}
    textarea#comentarios_carrito{}
    table.tabla_formaspago tr td img{width:100%}
}

/*****************************NUEVO********************************/

.gm_ecommerce_cont{width:100%;
    position:relative;background-color:#ebeced;
    padding:20px;box-sizing: border-box;
    
}

.contFlex{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.gm_ecommerce_cont .bloq{
    width:100%;
    padding:10px;
    background-color:white; 
}

.gm_ecommerce_cont .bloq.btnsCont{
    text-align:center;
    padding: 20px 0 30px 0
}

.gm_ecommerce_cont .bloq.padd0{
    padding:0;
}

.gm_ecommerce_cont .bloq.w50{
    width:50%; 
}
.gm_ecommerce_cont .bloq.w70{
    width:70%; 
}
.gm_ecommerce_cont .bloq.w70.info{
    background-color:transparent;
    padding:0;
}

.gm_ecommerce_cont .bloq.w70.info h1{
    margin-top:20px
}

.gm_ecommerce_cont .bloq.w30{
    width:30%; 
}
.gm_ecommerce_cont .bloq.w30.totales{
    padding:0 0 0 30px;
    background-color:transparent;
}

.gm_ecommerce_cont .bloq.direOpt{
    width:auto;
    padding:0;
}

.gm_ecommerce_cont .bloq.direOptCont{
    justify-content: space-between;
    padding:0;
}

.gm_ecommerce_cont .bloq.direOpt input{
    margin:0;
}

.gm_ecommerce_cont .bloq.direTa{
    padding:0;
    width: 95%;
}

.gm_ecommerce_cont .bloq input[type="text"]{
    width:50%;
    max-width: 300px;
    padding: 10px
}

.gm_ecommerce_cont .bloq.empresa input[type="text"]{
    width:49.5%;
    max-width: none
}

.gm_ecommerce_cont h1{
    /*text-transform:none;*/
    margin: 10px 0 20px 0;
    font-size: 18px;
    color:#444444;
}
.gm_ecommerce_cont h2{
    margin: 0px 0 20px 0;
    font-size: 18px;
    /*color:#444;*/
    color:white;
    /*background-color:white;*/
    /*background-color:#4c4c4c;*/
    background-color:black;
    padding:10px;
    width:100%;
    box-sizing: border-box;
    display: inline-block;
    /*border-top:3px solid #d2d2d2;*/
}
.gm_ecommerce_cont h1.sec{
    margin-top:40px;
    border-bottom:1px solid #4c4c4c;
    padding-bottom: 10px;
    padding-left: 0;
    width:100%;
    color:#4c4c4c
}
.gm_ecommerce_cont table.tabla_detalle_carrito{width:100%;}
.gm_ecommerce_cont table.tabla_detalle_carrito tr{}
.gm_ecommerce_cont table.tabla_detalle_carrito tr td{
    vertical-align: top;
}
.gm_ecommerce_cont table.tabla_detalle_carrito tr td.dire{
    width:100%;
    display: inline-block
}
.gm_ecommerce_cont table.tabla_detalle_carrito tr td.items{
    background-color: white;padding: 10px
}
.gm_ecommerce_cont table.tabla_detalle_carrito tr td.totales{width:360px;}
.gm_ecommerce_cont table.tabla_detalle_carrito tr td.td_sep{
    width:15px;background-color: transparent}


.gm_ecommerce_cont .tabla_items_cont,
.gm_ecommerce_cont .cupon_descuento_cont{
    width:100%;
    float: left;
    overflow-x: auto;
}

.gm_ecommerce_cont .cupon_descuento_cont{
    padding:0 7px
}
.gm_ecommerce_cont .cupon_descuento_cont h1{
    margin-top: 0
}
.gm_ecommerce_cont .cupon_descuento_cont input[type="text"]{
    width:191px;
    max-width: none;
    padding:6px 10px;
    text-align:center
}
.gm_ecommerce_cont .cupon_descuento_cont .btns{
    
}

.gm_ecommerce_cont table.tabla_items{
    width:100%;margin: 0px 0 0px 0;
    min-width: 650px
}
.gm_ecommerce_cont table.tabla_items.conf{
    min-width: 800px
}

.gm_ecommerce_cont table.tabla_items tr{}
.gm_ecommerce_cont table.tabla_items tr.borde{
    border-bottom:1px solid #cdcdcd;
}
.gm_ecommerce_cont table.tabla_items th{
    background-color:#ebecee;
    text-transform: uppercase;
    color:#898a8c;
    border-bottom:1px solid #cdcdcd;
    border-top:1px solid #cdcdcd;
    font-size:15px
}

.gm_ecommerce_cont table.tabla_items th.izq{
    width:200px;
}

.gm_ecommerce_cont table.tabla_items th.cants{
    width:125px
}

.gm_ecommerce_cont table.tabla_items th.imp{
    width:75px
}

.gm_ecommerce_cont table.tabla_items th.prec{
    width:100px
}

.gm_ecommerce_cont table.tabla_items th.total{
    width:130px
}

.gm_ecommerce_cont table.tabla_items th.borrar{
    width:40px
}

.gm_ecommerce_cont table.tabla_items th,
.gm_ecommerce_cont table.tabla_items td{text-align:center;
               padding:7px;vertical-align:middle !important;
               color:#898a8c;
}
.gm_ecommerce_cont table.tabla_items td{
    font-size:17px;
    padding-top:10px;
    padding-bottom: 10px
}

.gm_ecommerce_cont table.tabla_items td .desc_col{
    display: inline-block;
    margin-top: 5px;
    line-height: 1.1em
}

.gm_ecommerce_cont table.tabla_items th.izq,
.gm_ecommerce_cont table.tabla_items td.izq{text-align:left}

.gm_ecommerce_cont table.tabla_items th.der,
.gm_ecommerce_cont table.tabla_items td.der{text-align:right}

.gm_ecommerce_cont table.tabla_items th.cen,
.gm_ecommerce_cont table.tabla_items td.cen,
.gm_ecommerce_cont table.tabla_detalle_carrito tr td.cen{text-align:center}


.gm_ecommerce_cont .sel_cantidad_cont{display:inline-block;min-width:75px}
.gm_ecommerce_cont .sel_cantidad_cont.error{
    border:1px solid red
}
.gm_ecommerce_cont .sel_cantidad_cont .item{
    width:23px;
    height: 23px;
    text-align: center;
    line-height: 21px;
    padding: 0;margin: 0;
    float: left;
    font-size: 16px;
    cursor:pointer;
    border-radius: 0px;
    border:1px solid #d2d2d2;
    box-sizing: border-box;
    color:#44494c
}
.gm_ecommerce_cont .sel_cantidad_cont .item.cant{
    background-color: #eff3f6;
    width:50px;cursor:default;
    border-left: 0;border-right: 0;
    font-size: 12px;
}
.gm_ecommerce_cont .sel_cantidad_cont .unidad{
    display:inline-block;
    font-size:11px;margin-left: 5px;
}
.gm_ecommerce_cont .sel_cantidad_cont .item:hover{background-color: #eff3f6;}
.gm_ecommerce_cont .iconos.cerrar{cursor: pointer;line-height: 20px}
.gm_ecommerce_cont .iconos.cerrar::before{font-size:13px;color:#898a8c}
.gm_ecommerce_cont .iconos.cerrar:hover::before{color:black}

.gm_ecommerce_cont table.tabla_items table.tabla_img{}
.gm_ecommerce_cont table.tabla_items table.tabla_img tr{}
.gm_ecommerce_cont table.tabla_items table.tabla_img tr td{padding:0}
.gm_ecommerce_cont table.tabla_items table.tabla_img tr td.img{}
.gm_ecommerce_cont table.tabla_items table.tabla_img tr td.img .img_content{
    width:80px;
    display: inline-block;
    height: 80px;
    position: relative;margin-right:15px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gm_ecommerce_cont table.tabla_items table.tabla_img tr td.img .img_content img{
    width: 100%
}

.gm_ecommerce_cont table.tabla_items tr.totales{}
.gm_ecommerce_cont table.tabla_items tr.totales td,
.gm_ecommerce_cont table.tabla_items tr.totales th{
    text-align: right;
    font-size: 16px;
    color:#444;
}

.gm_ecommerce_cont .prod_desc, .gm_ecommerce_cont .prod_desc a{
    font-size:19px;
    color:#898a8c;
    text-align: left
}
.gm_ecommerce_cont .prod_desc a:hover{
    text-decoration: underline
}

.gm_ecommerce_cont .sep_fin{
    width:100%;
    float:left;
    height: 4px;
    background-color:#ccc;
    margin:18px 0
}
.gm_ecommerce_cont .btns{
    display:inline-block;
    color:#888888;
    border:1px solid #888888;
    border-radius: 3px;
    text-align: center;
    padding: 7px 40px;
    background: none;
    cursor: pointer;
    box-sizing:border-box;
    min-height: 38px
}
.gm_ecommerce_cont .btns.color{
    background-color:#0050A5;
    color:white;border-color:#0050A5
}
.gm_ecommerce_cont .btns.color:hover{
    background-color:#4c4c4c;color:white
}

.gm_ecommerce_cont .btns.color1{
    background-color:black;
    color:white;
    border-color:black
}
.gm_ecommerce_cont .btns.color1:hover{
    background-color:#0050A5;
    color:white
}

.gm_ecommerce_cont .btns.realizarPedido{
    width:100%;
    font-size: 18px;
    text-transform: uppercase;
    padding: 8px 10px;
    
}
.gm_ecommerce_cont .btns.realizarPedido.sc{
    margin-top:15px;
    text-transform: none
}
.gm_ecommerce_cont .btns.confirmarPedido{
    width:auto;
    font-size: 18px;
    text-transform: uppercase;
    padding: 8px 10px
}

.gm_ecommerce_cont .btns.der{float:right}
.gm_ecommerce_cont .btns.izq{float:left}

.gm_ecommerce_cont .btns:hover{
    background-color: #d2d2d2;
    border-color: #d2d2d2;
    color:#666666
}
.gm_ecommerce_cont .btns .iconos{
    font-size:13px;
    margin-right: 3px;
    color:#888888;
    line-height: 1em;
    vertical-align: middle
}
gm_ecommerce_cont .btns:hover .iconos{
    color:#666666
}

.gm_ecommerce_cont .totales_carrito_cont{
    width:100%;float:left;
    background-color: white;
    border-top: 10px solid #4c4c4c;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    box-sizing: border-box;
    padding: 10px 10px 18px 10px;
    position: relative;
    font-size:14px;line-height: 1.2em;
    color:#898a8c;
    margin-bottom:23px;
    
}

.gm_ecommerce_cont .totales_carrito_cont::before{
    background-image: url(/themes/default/images/carrito/bg-ticket-pago.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    content:"";
    position: absolute;
    left:0;
    bottom:-5px;
    height: 5px;
    z-index: 1;
    width:100%;
    
}

.gm_ecommerce_cont .totales_carrito_cont .sep_fin{
    height: 1px;
}
.gm_ecommerce_cont .totales_carrito_cont table.totales{
    width:100%;
}
.gm_ecommerce_cont .totales_carrito_cont table.totales tr{}
.gm_ecommerce_cont .totales_carrito_cont table.totales tr td{
    width:50%;text-align: right;
    color:#444444;
    font-size: 18px;
    
    padding:5px 0
}
.gm_ecommerce_cont .totales_carrito_cont table.totales tr td:first-child{text-align: left}

.gm_ecommerce_cont .monedas_carrito{display:inline-block;color:#444444}
.gm_ecommerce_cont .monedas_carrito.dn{display:none}

/******************************DETALLE******************************/
.gm_ecommerce_cont.detalle{background-color: white;padding: 0;margin-bottom: 30px}
.gm_ecommerce_cont.detalle .btn_volv{
    background-color: black;
    margin-bottom:15px;
    color:white;
}

.gm_ecommerce_cont.detalle .btn_volv .iconos{
    color:white;
    font-size:15px;
    top:7px;
    margin-right: 5px
}

.gm_ecommerce_cont.detalle .btn_volv:hover{
    background-color: #0050A5
}

.gm_ecommerce_cont .prods_detalle_cont{
    width:100%;
    display: flex;
    flex-wrap: nowrap;
    /*justify-content: flex-start;
    align-items: flex-start;*/
}

.gm_ecommerce_cont .prods_detalle_cont .bloq{
    min-height: 200px;
    /*background-color: red;*/
}

.gm_ecommerce_cont .prods_detalle_cont .bloq.imgs_cont{
    width:50%;
    margin-right: 30px;
    position:relative
}

.gm_ecommerce_cont .prods_detalle_cont .bloq.imgs_cont .img_cont{
    width:100%;
    display: inline-block;
    padding-bottom: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.gm_ecommerce_cont .prods_detalle_cont .bloq.imgs_cont .img_cont.conCarusel {
    margin-bottom: 20px;
}

.gm_ecommerce_cont .prods_detalle_cont .bloq.desc_cont{
    flex-grow:2;
    width:45%
}

.gm_ecommerce_cont .prods_detalle_cont .bloq.desc_cont h1{
    color: black;
    font-size: 24px;
    width: 100%;
    margin: 0;
    text-transform: none
}

.gm_ecommerce_cont .prods_detalle_cont .costos_cont{
    width:100%;
    display:inline-block;
    font-size:20px;
    padding-bottom: 30px;
    border-bottom: 1px solid black
}

.gm_ecommerce_cont .prods_detalle_cont .costos_cont span{
    display: inline-block
}

.gm_ecommerce_cont .prods_detalle_cont .costos_cont .precio{
    
}

.gm_ecommerce_cont .prods_detalle_cont .costos_cont .iva{

    font-size:14px;
    margin-right: 10px
}
.gm_ecommerce_cont .prods_detalle_cont .costos_cont .oferta{
    color:#ccc;
    text-decoration:line-through
}

.gm_ecommerce_cont .prods_detalle_cont .costos_cont .umedida{
    font-size:14px;
    margin-left: 10px;
    
}

.gm_ecommerce_cont .prods_detalle_cont .bloq.desc_cont .desc{
    width:100%;
    display: inline-block
}

.gm_ecommerce_cont .prods_detalle_cont .bloq.desc_cont .desc.mov{
    display:none
}

.gm_ecommerce_cont .prods_detalle_cont .bloq.desc_cont .desc p{margin:0;padding: 0
}
.gm_ecommerce_cont .prods_detalle_cont .bloq.desc_cont .desc,
.gm_ecommerce_cont .prods_detalle_cont .bloq.desc_cont .desc p{
    font-size:15px;
    text-align: left;
    line-height: 2em
}

.gm_ecommerce_cont .prods_detalle_cont .bloq.desc_cont .cant_cont{
    width:100%;
    display: inline-block
}

.gm_ecommerce_cont .prods_detalle_cont .bloq.desc_cont .cant_cont input{
    width:50px;
    text-align: center;
    padding: 10px 5px;
    border:1px solid #ccc
}

.gm_ecommerce_cont .prods_detalle_cont .bloq.desc_cont .cant_cont.kg input{
    width:100px;
}

.gm_ecommerce_cont .prods_detalle_cont .bloq.desc_cont h1,
.gm_ecommerce_cont .prods_detalle_cont .costos_cont,
.gm_ecommerce_cont .prods_detalle_cont .bloq.desc_cont .desc,
.gm_ecommerce_cont .prods_detalle_cont .bloq.desc_cont .cant_cont,
.gm_ecommerce_cont.detalle .prod_caract_cont
{
    margin-bottom: 30px;
}

.gm_ecommerce_cont .prods_detalle_cont .bloq.desc_cont .desc,
.gm_ecommerce_cont .prods_detalle_cont .bloq.imgs_cont .desc{
    margin-top:30px;
}

.gm_ecommerce_cont .prods_detalle_cont .bloq.desc_cont .cant_sel_cont{
    display: inline-block;
    width: 80px;
    height: 44px;
    border: 2px solid #000;
    margin-right: 15px;
    vertical-align: top;
}

.gm_ecommerce_cont .prods_detalle_cont .bloq.desc_cont .cant_sel_cont input[type="text"]{
    width: 35px;
    padding: 0;
    height: 40px;
    text-align: center;
    font-size: 20px;
    color: #232529;
    font-weight: 600;
    border:none;
    border-right: 1px solid #232529;
    border-radius: 0;
    float: left;
    box-sizing: border-box
}
.gm_ecommerce_cont .prods_detalle_cont .bloq.desc_cont .cant_sel_cont .sels_cont{
    float: left;
    width:41px;
}
.gm_ecommerce_cont .prods_detalle_cont .bloq.desc_cont .cant_sel_cont .btn_sel{
    width: 100%;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 12px; 
    font-weight: 600;
}
.gm_ecommerce_cont .prods_detalle_cont .bloq.desc_cont .cant_sel_cont .btn_sel:first-child{
    border-bottom: 1px solid black;
    
}
.gm_ecommerce_cont .prods_detalle_cont .bloq.desc_cont .cant_sel_cont .btn_sel::before{
    content: "\f068";
    font-family:'Font Awesome 5 Solid';
    font-size: 12px;
}
.gm_ecommerce_cont .prods_detalle_cont .bloq.desc_cont .cant_sel_cont .btn_sel:first-child::before{
    content: "\f067";
}

.gm_ecommerce_cont .imgs_prods_carusel_cont{width:100%;display: inline-block}
.gm_ecommerce_cont .imgs_prods_carusel_cont .imgs_prods{
    width:100%;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom:80%;
}

.gm_ecommerce_cont .prods_detalle_cont .bloq.desc_cont .cant_sel_cont .btn_sel:hover{
    cursor: pointer
}
.gm_ecommerce_cont .prods_detalle_cont .bloq.desc_cont .cant_sel_cont .btn_sel:hover::before{
    color:#0050A5
}
.gm_ecommerce_cont .form_cnt{
    
}
.gm_ecommerce_cont .form_cnt label.input-custom-file input[type=file] {
  display: none;
}

.gm_ecommerce_cont .form_cnt .mdl-textfield{float:left}
.gm_ecommerce_cont .form_cnt .mdl-textfield.w100{width:100%;margin-right: 0}
.gm_ecommerce_cont .form_cnt .mdl-textfield.col2{
    width:45%;
    margin-right: 10%;
}
.gm_ecommerce_cont .form_cnt .mdl-textfield.mr0{
    margin-right:0 
}
.gm_ecommerce_cont .form_cnt .mdl-textfield.col3{
    width:26.6%;
    margin-right: 10%;
}
.gm_ecommerce_cont .form_cnt .mdl-textfield.tag{
    width:53%;
    margin-right: 0
}
.gm_ecommerce_cont .form_cnt .mdl-textfield.pre{
    margin-right: 0;
    margin-left:5%;
    width:42%
}
.gm_ecommerce_cont .form_cnt .mdl-textfield.nroIdent{
    width:45%;
    margin-right: 0
}
.gm_ecommerce_cont .form_cnt .mdl-textfield.codTag{
    margin-right: 0;
    margin-left:7%;
    width:48%
}

.gm_ecommerce_cont .form_cnt .mdl-textfield.is-disabled.oscuro input,
.gm_ecommerce_cont .form_cnt .mdl-textfield.is-disabled.oscuro label{
    color:rgba(0,0,0, 0.96)
}

.gm_ecommerce_cont .sel_formapago_cont{
    width:100%;
    float: left;
    box-sizing: border-box;
    background-color: white;
    padding: 10px;
    margin-bottom: 20px;
}

.gm_ecommerce_cont .sel_formapago_cont .item_sel{
    width:100%;
    display: inline-block;
    background-color: #ebeced;
    color:#898a8c;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    font-size: 15px;
    padding: 5px;
    box-sizing: border-box;
    cursor: pointer;
    
}

.gm_ecommerce_cont .sel_formapago_cont .item_sel input{display:none}

.gm_ecommerce_cont .sel_formapago_cont .item_sel:hover{
    background-color: #4c4c4c;
    color:white
}
.gm_ecommerce_cont .sel_formapago_cont .item_sel.sel{
    background-color: #0050A5;
    color:white
}

.gm_ecommerce_cont.detalle .prod_caract_cont{
    width:100%;
    display: inline-block;
    text-align: left;
}

.gm_ecommerce_cont.detalle .prod_caract_cont .caract_items_cont{
    width:100%;
    display: inline-block;
}

.gm_ecommerce_cont.detalle .prod_caract_cont .caract_items_cont select{
    width:auto;
    max-width: 300px;
    min-width:150px
}

.gm_ecommerce_cont.detalle .prod_caract_cont h3{
    font-size: 13px;
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
    letter-spacing: .1em;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    margin-right:20px;
    margin-bottom: 15px;
}

.gm_ecommerce_cont.detalle .prod_caract_cont .color_cont{
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1px;
    border:2px solid #ccc
}
.gm_ecommerce_cont.detalle .prod_caract_cont .color_cont:hover,
.gm_ecommerce_cont.detalle .prod_caract_cont .color_cont.sel{
    border-color: black;
    cursor: pointer
}

.gm_ecommerce_cont.detalle .prod_caract_cont .tx_cont{
    display: inline-block;
    vertical-align: middle;
    margin-right: 1px;
    border:1px solid #ccc;
    padding:0px 20px;
    color:#ccc;
    font-size: 13px;
    margin-bottom: 5px
}

.gm_ecommerce_cont.detalle .prod_caract_cont .tx_cont:hover,
.gm_ecommerce_cont.detalle .prod_caract_cont .tx_cont.sel{
    color:white;
    background-color: black;
    border-color: black;
    cursor: pointer
}

.gm_ecommerce_cont.detalle .prod_caract_cont .variante_cont{
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 5px;
    border:1px solid #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.gm_ecommerce_cont.detalle .prod_caract_cont .variante_cont:hover,
.gm_ecommerce_cont.detalle .prod_caract_cont .variante_cont.sel{
    border-color:black;
    cursor:pointer
}

.gm_ecommerce_cont.detalle .prod_caract_cont .variantes_toolt_cont{
    width:100px;
    display: inline-block;
    border:1px solid #ccc;
    background-color: white;
    text-align: center;
    padding: 15px 10px;
    box-sizing: border-box;
    color:#999;
    font-size:15px;
}
.gm_ecommerce_cont.detalle .prod_caract_cont .variantes_toolt_cont .img_cont{
    width:70px;
    height: 70px;
    display: inline-block;
    border:1px solid #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
}


.gm_ecommerce_pag{}
.gm_ecommerce_pag .tit_cont{
    width:100%;
    float: left;
    text-align: center;
    /*padding-bottom: 20px;
    margin-bottom: 50px;*/
    margin-bottom: 30px;
}

.gm_ecommerce_pag .centrar{
    padding:0
}

.gm_ecommerce_pag .tit_cont h2{
    margin-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Poppins-Regular';
    color: #00529b;
    font-weight: 700;
}

.gm_ecommerce_pag .tit_cont .ordenacion{
    float:right;
    color:#555555;
}

.gm_ecommerce_pag .tit_cont .ordenacion .mdl-textfield{
    width:200px;
}

.gm_ecommerce_pag .filtros_sel_cont{
    width:100%;
    float: left;
    text-align: left;
    padding: 0;
    margin: 30px 0;
}

.gm_ecommerce_pag .filtros_sel_cont span{
    display:inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.gm_ecommerce_pag .filtros_sel_cont span.quitar{
    font-size: 12px;
    text-decoration: underline;
    color: #999999;
    cursor:pointer;
    
}
.gm_ecommerce_pag .filtros_sel_cont span.quitar:hover{
    color:black
}
.gm_ecommerce_pag .filtros_sel_cont .filtro{
    display:inline-block;
    vertical-align: middle;
    color: #999999;
    margin-right: 15px;
    margin-bottom: 5px;
    position: relative;
    padding: 2px 20px 2px 5px;
    position: relative;
    text-align: center;
    border:1px solid rgba(237,237,237,1);
    font-size: 12px;
    cursor:pointer
    
}

.gm_ecommerce_pag .filtros_sel_cont .filtro::before {
    content: 'x';
    position: absolute;
    top: 0;
    right: 5px;
    color: #999999;
}
.gm_ecommerce_pag .filtros_sel_cont .filtro:hover{
    background-color: rgba(0,0,0,0.1);
}


.gm_ecommerce_pag .filtros_sel_cont,
.gm_ecommerce_pag .tit_cont{
    /*border-bottom: 1px solid #ededed;*/
}

.gm_ecommerce_pag .col_filtros{
    float:left;
    width: 20%;
}

.gm_ecommerce_pag .col_filtros .filtros_content{
    
}

.gm_ecommerce_pag .col_filtros .btnCerrar{
    width:15px;
    height: 20px;
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
    display: none
}

.gm_ecommerce_pag .col_filtros .btnCerrar::before{
    font-family:'Font Awesome 5 Solid';
    content: '\f00d';
}

.gm_ecommerce_pag .col_filtros.mostrar{
    left:0;
}

.gm_ecommerce_pag .col_filtros h3{
    font-size:16px;
    text-transform: uppercase;
    margin-bottom: 30px;
    width:100%;
    display:inline-block;
}

.gm_ecommerce_pag .col_filtros .bloque_cont{
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ededed;
    width:100%;
}

.gm_ecommerce_pag .col_filtros .bloque_cont a{
    color:#999;
    margin-bottom: 10px;
}

.gm_ecommerce_pag .col_filtros .bloque_cont a .muestra{
    width:10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
    border:1px solid black;
    transition:all 0.3s ease 0s;
}

.gm_ecommerce_pag .col_filtros .bloque_cont a .iconos{
    color:black;
    width: 20px;
    height: 20px;
    font-size: 14px;
}

.gm_ecommerce_pag .col_filtros .bloque_cont a:hover,
.gm_ecommerce_pag .col_filtros .bloque_cont a:active{
    color:#999;
}

.gm_ecommerce_pag .col_filtros .bloque_cont a:hover .muestra{
    /*width: 13px;
    height: 13px;*/
}

.gm_ecommerce_pag .col_filtros .bloque_cont .input_cont{
    width: 50%;
    float: left;
    box-sizing: border-box;
    position: relative
}
.gm_ecommerce_pag .col_filtros .bloque_cont .input_cont:nth-child(2) {
    padding-right:10px;
}
.gm_ecommerce_pag .col_filtros .bloque_cont .input_cont:nth-child(2)::before {
    position: absolute;
    content: '';
    bottom: 14px;
    right: -4px;
    width: 6px;
    height: 1px;
    background-color: #999999;
}
.gm_ecommerce_pag .col_filtros .bloque_cont .input_cont:nth-child(3) {
    padding-left:10px;
}
.gm_ecommerce_pag .col_filtros .bloque_cont input[type="text"]{
    height: 30px;
    padding: 9px;
    width: 100%;
    box-sizing: border-box;
    background-color:transparent;
    border:1px solid #ededed;
    color:#999;
}
.gm_ecommerce_pag .col_filtros .bloque_cont input[type="text"]:focus{
    border-color:black
}
.gm_ecommerce_pag .col_filtros button{
    margin-top:15px;
    font-size:13px
}

.gm_ecommerce_pag .col_filtros .bloque_cont .getmdl-select input[type="text"]{
    border:none;
    padding-left:0
}

.gm_ecommerce_pag .col_filtros .bloque_cont .getmdl-select.is-focused .mdl-icon-toggle__label{
    color:black
}


.gm_ecommerce_pag .col_filtros .bloque_cont select{
   width:100%;
   color:#999;
   border:1px solid #ededed
}

.gm_ecommerce_pag .listado_cont{
    width:80%;
    padding-left: 50px;
    box-sizing: border-box;
    float: left
}

.gm_ecommerce_pag .col_filtros .bloque_cont ul.cats{}
.gm_ecommerce_pag .col_filtros .bloque_cont ul.cats li ul{
    padding-left:15px;
    display:none
}
.gm_ecommerce_pag .col_filtros .bloque_cont ul.cats li ul li a{
    font-size:14px
}
.gm_ecommerce_pag .col_filtros .bloque_cont ul.cats li ul li ul{
    padding-left:25px;
}

.gm_ecommerce_pag .col_filtros .bloque_cont ul.cats.sel,
.gm_ecommerce_pag .col_filtros .bloque_cont ul.cats.sel > ul{
    display: list-item;
}

.gm_ecommerce_pag .listado_cont .cont_prods{
    width:100%;display: inline-block;
}

.gm_ecommerce_pag .lnk_filtros{
    display: none;
    padding-left: 20px;
    position: relative;
    margin-left: 20px;
    cursor: pointer;
    
}
.gm_ecommerce_pag .lnk_filtros::before{
    content: "\f0b0";
    font-family:'Font Awesome 5 Solid';
    position: absolute;
    left: 0;
    top:0;
}

.gm_ecommerce_pag .lnk_filtros:hover{
    text-decoration: underline
}


.gm_ecommerce_cont textarea{
    width: 100%; 
    height: 100px; 
    resize:none;
    font-size: 14px;
    line-height: 1.1em;
    padding:10px;
    box-sizing:border-box;
    margin:0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border:1px solid #c3c3c3
}

/*******************************************************************/


/*******************************************************************/

.formasdepago_contenedor{
    width:100%;display: flex;
    flex-wrap: wrap;
    margin-bottom:0px
}
.formasdepago_contenedor .cols{
    width:50%;
    box-sizing: border-box;
}

.formasdepago_contenedor .cols.sep{
    border-right: 10px solid white
}

.formasdepago_contenedor .cols h2{
    margin-bottom: 0px;
    border-bottom: 1px solid #4b4a45
}
.formasdepago_contenedor.opcCompra .cols h2{
    margin-bottom: revert
}


.formasdepago_contenedor .cols h2.der{
    text-align:right
}
.formasdepago_contenedor .cols h2 span{
    background-color: #f1f1f1;
    color: #4b4a45;
    display: inline-block;
    padding: 10px 20px;
}

.formasdepago_contenedor .items{
    width:100%;
    padding: 20px 10px 20px 0;
    display:flex;
    align-items:center;
    border-bottom: 1px solid #4b4a45;
    box-sizing: border-box;
    color:#7a7a7a;
    min-height: 100px;
}

.formasdepago_contenedor .items.dn{
    display:none
}

.formasdepago_contenedor .items:hover{
    background-color: #f1f1f1;
    cursor: pointer
}

.formasdepago_contenedor .items input{
    margin-top: 0;
    margin-left: 10px
}

.formasdepago_contenedor .items .pago_img{
    width:200px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width:100px
}

.formasdepago_contenedor .items .pago_img.abitab{
    background-image: url(/themes/default/images/formas_pago/abitab.png);  
}
.formasdepago_contenedor .items .pago_img.redpagos{
    background-image: url(/themes/default/images/formas_pago/redpagos.jpg);  
}
.formasdepago_contenedor .items .pago_img.brou{
    background-image: url(/themes/default/images/formas_pago/brou.png);  
}
.formasdepago_contenedor .items .pago_img.itau{
    background-image: url(/themes/default/images/formas_pago/itau.png);  
}
.formasdepago_contenedor .items .pago_img.santander{
    background-image: url(/themes/default/images/formas_pago/santander.png);  
}
.formasdepago_contenedor .items .pago_img.mercadopago{
    background-image: url(/themes/default/images/formas_pago/mercadopago2.png);  
}

.formasdepago_contenedor .items .pago_img.delivery{
    background-image: url(/themes/default/images/formas_pago/delivery.png);  
}

.formasdepago_contenedor .items .pago_img.tienda{
    background-image: url(/themes/default/images/formas_pago/tienda.png);  
}

.formasdepago_contenedor .items .pago_img.camion{
    background-image: url(/themes/default/images/formas_pago/camion.png);  
}

.formasdepago_contenedor .items input,
.formasdepago_contenedor .items .pago_img{
    margin-right: 20px
}

.formasdepago_contenedor .items .aviso{
    color:red;
    display: contents
}
.formasdepago_contenedor .items .aviso.dn{
    display:none
}

.formasdepago_contenedor .botones_cont{
    width:100%;
    float: left;
    text-align: left;
    margin: 20px 0 0 0
}

.formasdepago_contenedor h2.formasEnvio{
    display:none
}

.lnk_filtros{
    display: none;
    padding-left: 20px;
    position: relative;
    margin-left: 20px;
    cursor: pointer;
    float:right
    
}
.lnk_filtros::before{
    content: "\f0b0";
    font-family:'Font Awesome 5 Solid';
    position: absolute;
    left: 0;
    top:0;
}

.lnk_filtros:hover{
    text-decoration: underline
}

/************************************************************************/


@media only screen and (max-width:1279px){
    
}

@media only screen and (max-width:1200px){
    #content .producto_cont{
        width:21%;
    }
}

@media only screen and (max-width:1023px){
    .formasdepago_contenedor .cols{
        width:100%;
        margin-bottom: 20px
    }
    
    .formasdepago_contenedor h2.formasEnvio{
        display:inline-block;
    }
    
    #content .producto_cont{
        width:31%;
    }
    
    #content .producto_cont.col4{
        width:32%;
    }
    
    #content .centrar{margin:0}
    .gm_ecommerce_cont{padding:10px}
    
    .gm_ecommerce_cont table.tabla_detalle_carrito tr, 
    .gm_ecommerce_cont table.tabla_detalle_carrito tr td.items,
    .gm_ecommerce_cont table.tabla_detalle_carrito tr td.sep,
    .gm_ecommerce_cont table.tabla_detalle_carrito tr td.totales
    {display: inline-block;width: 100%;box-sizing: border-box}
    
    .gm_ecommerce_cont table.tabla_detalle_carrito tr td table tr{display:table-row}
    .gm_ecommerce_cont table.tabla_detalle_carrito tr td table tr td{display: table-cell}
   
    .gm_ecommerce_cont .form_cnt .mdl-textfield.col2,
    .gm_ecommerce_cont .form_cnt .mdl-textfield.col3{
        width:100%;
        margin-right: 0%;
        margin-left: 0
    }
    .gm_ecommerce_pag .col_filtros{
        left:-500px;
        position: fixed;
        top:0;
        z-index: 1000;
        background-color:white;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
        padding: 30px 10px 30px 20px;
        box-sizing: border-box;
        transition:all 0.3s ease 0s;
        width:220px;
        height:100%
    }
    .gm_ecommerce_pag .listado_cont{
        padding-left: 0;
        width:100%
    }
    
    .gm_ecommerce_pag .lnk_filtros{
        display: inline-block
    }
    
    .gm_ecommerce_pag .col_filtros .filtros_content{
        display: inline-block;
        overflow-y: scroll;
        max-height: 800px;
        box-sizing: border-box;
        padding-right: 20px
    }
    .gm_ecommerce_pag .filtros_sel_cont{
        margin-bottom: 20px
    }
    .gm_ecommerce_pag .col_filtros .btnCerrar{
        display:inline-block
    }
    
    .gm_ecommerce_cont .bloq.w70,
    .gm_ecommerce_cont .bloq.w70.info,
    .gm_ecommerce_cont .bloq.w30{
        width:100%;  
    }
    .gm_ecommerce_cont .bloq.w30.totales{
        padding-left: 0;
        margin-top: 20px
    }
    
    .gm_ecommerce_cont .prod_desc, .gm_ecommerce_cont .prod_desc a,
    .gm_ecommerce_cont .prod_desc, .gm_ecommerce_cont .prod_desc{
        font-size:16px
    }
    
    .formasdepago_contenedor .cols,
    .formasdepago_contenedor .cols.sep{
        width:100%;
        margin-bottom: 20px;
        border:none
    }
    .formasdepago_contenedor .cols h2.der{
        text-align: left
    }
    .formasdepago_contenedor .cols.facturaRut{
        margin-bottom: 0
    }
}
@media only screen and (max-width:979px){
    /*#content .producto_cont{width:31.2%;margin:0 1% 30px 1%}*/
}
@media only screen and (max-width:900px){
    #content .producto_cont{
        width:30.5%;

    }
}
@media only screen and (max-width:799px){
    .gm_ecommerce_cont table.tabla_items table.tabla_img tr td.img{display:none}
    
    table.tabla_det tr.tr_prods{width:100%;display: inline-block}
    table.tabla_det tr.tr_prods td.imgs,
    table.tabla_det tr td.cen,
    table.tabla_det tr td.der{width:100%;padding:0;display: inline-block;border:0}
    
    #content .producto_cont.col3{
        margin: 0px 10px 10px 0;
        width: calc(1/3*100% - (1 - 1/3)*10px);
    }
    
    
    .gm_ecommerce_cont .prod_desc, .gm_ecommerce_cont .prod_desc{
        max-width: 150px;
        display: inline-block
    }
    
}

@media only screen and (max-width:767px){
    #content .producto_cont{
        width:30%;
    }
    
    .gm_ecommerce_cont .prods_detalle_cont{
        display: inline-block
    }
    .gm_ecommerce_cont .prods_detalle_cont .bloq.imgs_cont,
    .gm_ecommerce_cont .prods_detalle_cont .bloq.desc_cont{
        width:100%;
        margin-right: 0;
        display: inline-block
    }
    .gm_ecommerce_cont .prods_detalle_cont .bloq.imgs_cont{
        margin-bottom: 20px
    }
    .gm_ecommerce_cont .imgs_prods_carusel_cont{display: none}
    
    .gm_ecommerce_cont .prods_detalle_cont .costos_cont{margin-bottom: 10px}
    
    .gm_ecommerce_cont .prods_detalle_cont .bloq.imgs_cont .desc{
        display: none
    }
    .gm_ecommerce_cont .prods_detalle_cont .bloq.desc_cont .desc.mov{
        display:inline-block
    }
    
    
}

@media only screen and (max-width:650px){
    
    #content .producto_cont{
        width:29.8%;
    }

    .gm_ecommerce_cont .btns{
        padding-left:10px;
        padding-right: 10px
    }
    
    .gm_ecommerce_cont .btns.confirmarPedido{margin-bottom:10px}
}

@media only screen and (max-width:600px){
    #content .producto_cont,#content .producto_cont.col3{
        width:100%;margin:0 0 20px 0
    }
    
    .gm_ecommerce_cont .prods_detalle_cont .bloq.desc_cont .cant_sel_cont{
        margin-bottom: 20px
    }
    
}

@media only screen and (max-width:500px){
    .gm_ecommerce_cont .bloq.empresa input[type="text"]{
        width:100%;
        
    }
    .gm_ecommerce_cont .bloq.empresa input[type="text"]:first-child{
        margin-bottom: 10px;
    }
    
}