/*
        =====================================
        =====================================
        ====    ¡¡ A T E N C I Ó N !!    ====
        ====    NO TOCAR ESTE CÓDIGO     ====
        =====================================
        =====================================
*/




















/* =============
   === LINKS ===
   ============= */
  
<link href="https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">


/* ===============
   === GENERAL ===
   =============== */
   
/* === Whatsapp Widget == */
/*
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:30px;
	right:30px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:35px;
    z-index:100;
    color: fff;
    box-shadow: 0px 0px 10px #0004;
}

.float:hover{
	background-color:#2def75;
    color: #fff;
}

.my-float{
	margin-top:12px;
}
*/
/* === Fin de Whatsapp Widget == */
   
/* == FLOTANTE == */
/*
.flotante {
    width: 250px;
    right: 0;
    position: fixed;
    bottom: 0px;
    z-index: 1;
} 

body.navegando-a-ancla:after {
    display:none;
}


.flotante a img:hover {
    opacity: 1 !important;
}
*/
/* == FIN DE FLOTANTE == */
   
/* == BOTONES == */

.btn-inverse {
    color: #fff;
    background-color: transparent;
    border-color: #333 #333 #0d0d0d;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border: 1px solid #fff !important;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500 !important;
    border-radius: 5px;
}

.btn-inverse:hover {
    color: #fff;
    background-color: #D5B26A !important;
    border: 1px solid #D5B26A !important;
}

.btn-info {
    color: #5B5B5F;
    background-color: transparent;
    border: 1px solid #5B5B5F !important;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500 !important;
    border-radius: 5px;
}

.btn-info:hover {
    color: #fff;
    background-color: #D5B26A !important;
    border: 1px solid #D5B26A !important;
}

.politica .btn-inverse {
    color: #000;
    background-color: transparent;
    border-color: #000;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border: 1px solid #000 !important;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500 !important;
    border-radius: 5px;
}

.politica  .btn-inverse:hover {
    color: #e46c0a;
    background-color: transparent;
    border: 1px solid #e46b09 !important;
}

.btn-primary {
    color: #d5b269;
    background-color: transparent;
    border: 1px solid #d5b36a !important;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500 !important;
    text-transform: uppercase;
    margin: 10px 1px 0 0;
    border-radius: 5px;
}

.btn-primary:hover {
    color: #fff;
    background: #D5B26A;
    border: 1px solid #D5B26A !important;
}

.listado-productos .btn-primary {
    color: #d5b269;
    background-color: transparent;
    border: 1px solid #d5b36a !important;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 500 !important;
    text-transform: uppercase;
    margin: 0px;
    border-radius: 5px;
}

.listado-productos .btn-primary:hover {
    color: #fff;
    background: #D5B26A;
    border: 1px solid #D5B26A !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #fff;
    background-color: #d5b26a;
}

.botones-compra-consulta button {
    color: #d5b269;
    background-color: transparent;
    border: 1px solid #d5b36a !important;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500 !important;
    text-transform: uppercase;
    margin: 0px;
    border-radius: 5px;
}

.botones-compra-consulta button:hover {
    color: #fff;
    background-color: #d5b269;
    border: 1px solid #d5b36a;
}

   
/* == BODY == */

* {
    font-family: 'Poppins', sans-serif;
}

a {
    color: #e46c0a;
    text-decoration: none !important;
}

a:hover, a:focus {
    color: #e46b09;
    text-decoration: underline;
}

table a {
    color: #484848;
}

h4 {
    color: #5B5B5F;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}

body {
    margin-top: 9px !important;
}
   
/* == LOGO == */

.navbar .brand {
    padding: 20px 5px 10px;
}

.navbar .logo-market {
    margin: -5px 0 0px;
    height: 64px !important;
    width: auto !important;
    max-width: none;
    vertical-align: top;
}





/* == HEADER == */

.page-header {
    display:none;
}

/* == MENÚ == */

.navbar-inner {
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgb(255, 255, 255);
    border: 0px solid #fff !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0px 0px 30px #0000002b;
}

.navbar .navbar-inner .container .nav {
    background-color: transparent !important;
    float: right;
}

.navbar .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    display: none !important;
}
/*
.cartCount {
    display: none !important;
}
*/
.navbar .navbar-inner .nav > li > a {
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 37px 5px;
    font-weight: 400 !important;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
    color: #D5B26A !important;
    text-decoration: none;
    background-color: #fff;
}

.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
    background-color: transparent;
    color: #D5B26A;
    text-decoration: none;
}





/* == EXTRAS == */


/* ==================
   === BIENVENIDO ===
   ================== */
   
/* == SLIDER  == */   

.carousel a.carousel-control {
    border-radius: 10%;
    border: none;
    background: transparent !important;
    height: 50px;
    width: 50px;
    top: 50%;
    margin-top: -25px;
    font-size: 26px;
    color: #fff;
    line-height: 50px;
    opacity: .3;
}

.carousel .carousel-indicators li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #000;
    background-color: rgb(158, 158, 158);
    border-radius: 7px;
    border: none !important;
    cursor: pointer;
}

.carousel .carousel-indicators .active {
    background-color: #fff;
    border: none !important;
}

/* == CONTENIDO  == */   


   
/* =================
   === NOSOTROS ===
   ================ */
   
   
/* ================
   === CATALOGO ===
   ================ */
/*
.control-group {
    margin-bottom: 20px;
    margin-top: -47px;
}
*/ 

.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child>.dropdown-toggle {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    border: 1px solid #989898;
}

.breadcrumb {
    padding: 28px 15px 10px;
    margin: 0 0 20px;
    list-style: none;
    background-color: transparent !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.input-append .btn:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    border: 0px solid #989898;
    background: transparent;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #D5B26A;
}

.dropdown-menu>li>a:hover {
    background-color: #D5B26A;
    background-image: none;
}

.dropdown-menu>li>a {
    padding: 9px 20px;
    font-size: 13px;
    font-weight: 400;
}

.breadcrumb>li {
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    font-weight: 500;
    color: #D5B26A !important;
}

.breadcrumb a {
    color: rgb(138, 139, 142);
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.sidebar {
    word-wrap: break-word;
    overflow: hidden;
    /*box-shadow: 0px 0px 20px #dedede; */
    background: #F7F7F7;
    border-radius: 5px;
}

.nav-tabs.nav-stacked>li>a {
    border: 0px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav-tabs.nav-stacked>li>a:hover, .nav-tabs.nav-stacked>li>a:focus {
    border-color: #fff;
    z-index: 2;
}

.nav-tabs.nav-stacked>li:first-child>a {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 0px;
}

.nav-tabs.nav-stacked>li:last-child>a {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 0px;
}

a {
    color: rgb(138, 139, 142);
    text-decoration: none;
}

a:hover {
    color: rgb(138, 139, 142);
    text-decoration: none;
}

.categorias-y-productos .listado-categorias ul.nav>li>a {
    position: relative;
    padding-right: 30px;
    font-weight: 500;
    color: #1D1D1D;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    border-left: solid 0px;
    border-right: solid 0px;
    background: #f7f7f7;
}

.categorias-y-productos .listado-categorias ul.nav>li>a:hover {
    position: relative;
    padding-right: 30px;
    font-weight: 500;
    color: #1D1D1D;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    border-left: solid 0px;
    border-right: solid 0px;
    background: #d5b269;
}

.muted {
    color: #9c9c9c;
    font-weight: 400;
}

.sidebar {
    word-wrap: break-word;
    overflow: hidden;
   /* box-shadow: 0px 0px 20px #ececec;*/
}

.categorias-y-productos .listado-categorias ul.nav>li:last-child {
    margin-bottom: -20px;
}

.wdg-producto .figure .producto-imagen {
    width: 100%;
    border-radius: 5px;
}

   
.listado-productos ul.thumbnails>li {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  /*  box-shadow: 0px 0px 20px #ececec;*/
}

.listado-productos img {
    padding: 0px 0 10px;
}

.listado-productos .btn-primary {
    color: #d5b269;
    background-color: transparent;
    border: 1px solid #d5b36a !important;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 500 !important;
    text-transform: uppercase;
    margin: 2px;
    border-radius: 5px;
    width: 100%;
}

.wdg-producto .caption .precio .precio-final {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #d5b36a;
    float: none;
    text-align: center;
    margin-top: -14px;
}

.listado-productos .thumbnail {
    padding: 0;
    border: 0px solid #ddd;
    border-radius: 5px;
    display: block;
    line-height: 20px;
    margin-bottom: 0px;
    padding-bottom: 15px;
    background: #F7F7F7;
}

.listado-productos .thumbnail h5 a {
    color: #5b5b5e;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}


.listado-productos .thumbnail .caption {
    padding: 0 9px 9px 9px;
    color: #878787;
    position: relative;
    background-color: transparent;
}

.listado-productos .caption p {
    z-index: -10;
    bottom: 2px;
    min-height: 42px;
    font-size: 13px;
    text-align: center;
    color: #a2a2a2;
    margin: 13px 0px;
    line-height: 17px;
}

.wdg-producto .caption>div {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.wdg-producto .caption .precio {
    line-height: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 10%;
    margin-top: 16px;
    float: none;
}

.listado-productos .thumbnail h3 small {
    color: #d5b36a;
    font-weight: 600;
}

.listado-productos .thumbnail h5 {
    font-size: 16px;
    min-height: 48px;
    font-weight: 700;
    line-height: 18px;
    margin: 15px 0px 4px;
    padding: 0px 0px 0px;
    border-top: 0px solid rgba(128,128,128,0.29);
    text-align: center;
}

.text-success {
    color: #41922d;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 500;
    background: transparent;
    padding: 4px 8px;
    border-radius: 2px;
}

.text-error {
    color: #b94a48;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 500;
    background: transparent;
    padding: 4px 8px;
    border-radius: 2px;
}




.wdg-producto .caption .producto-acciones {
    margin: 0 auto;
}

.wdg-producto .producto-stock {
    margin-bottom: 0px;
    text-align: center;
}

.pagination ul>.active>a, .pagination ul>.active>span {
    color: #5b5b5f;
}

.precio-tachado {
    font-size: 80%;
    position: relative;
    opacity: .5;
    display: inline-block;
    color: #d5b26a;
    font-weight: 500;
    margin-bottom: 20px;
}

.wdg-producto .atributos-a-eleccion {
    font-style: italic;
    font-size: 90%;
    opacity: .8;
    display: none;
}



/* =========================
   === FICHA DE PRODUCTO ===
   ========================= */
   
.categorias-y-productos .detalle .producto-descripcion-parcial {
    margin-bottom: 30px;
    color: #131313;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 41px;
    text-transform: uppercase;
}

.categorias-y-productos .detalle .producto-descripcion-parcial .producto-descripcion-corta {
    display: block;
    color: #737373;
    line-height: 22px;
}

.producto-agregar-al-carro .agregar-a-carro .precio-completo {
    margin-bottom: 20px;
    color: #131313;
}

.tab-content {
    overflow: auto;
    margin-bottom: 50px;
}

.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
    color: #878787;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
    font-family: 'Raleway', sans-serif;
}

.clearfix .controls .btn {
    color: #5A5A5F;
    background-color: #fff !important;
    border: 1px solid #5A5A5F !important;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500 !important;
    text-transform: uppercase;
    margin: 10px 1px 0 0;
}

.clearfix .controls .btn:hover {
    color: #fff;
    background-color: #D5B26A !important;
    border: 1px solid #D5B26A !important;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500 !important;
    text-transform: uppercase;
    margin: 10px 1px 0 0;
}

.categorias-y-productos .detalle .galeria-detalle-producto.galeria-zoom .thumbnail .vista-previa {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 28% 0;
    background: #fff;
}

.uneditable-input, .uneditable-textarea {
    color: #d5d5d5;
    background-color: #fcfcfc;
    border-color: #fff;
    cursor: not-allowed;
}

ul.options-label>li.active {
    border-color: #5b5b5e;
}

ul.options-label>li.active>a {
    border-color: #fff;
    color: #fff;
    background-color: #5b5b5f;
}
   
/* ================
   === CONTACTO ===
   ================ */

.mensajecontacto .input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 170px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: transparent;
    border: 1px solid #ccc;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}

form strong {
    display: none;    
}

.popup-box-message form strong {
    display: block;    
}
   
select.input-block-level {
    display: inline-block;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-radius: 0px;
}

textarea {
    height: 130px;
}

/* ===============
   === FOOTER ===
   ============== */
   
.modal-footer {
    padding: 30px 15px 0px;
    margin-bottom: 0;
    text-align: right;
    background-color: #1d1d1d !important;
    border-top: 0px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 0px 0px;
    border-bottom: 6px solid #707073 !important;
}

div.site-footer.modal-footer .container .span4:last-child {
     background-image: url(https://ss-static-01.esmsv.com/id/95843/galeriaimagenes/obtenerimagen/?width=238&height=64&id=sitio_logo&ultimaModificacion=2018-08-15+17%3A08%3A48);
    background-repeat: no-repeat;
    height: 160px;
    background-position: right;
    margin-bottom: -30px;
    margin-top: -12px;
}

.site-footer [data-widget=sitemap], .site-footer [data-widget=socialsharer] {
    color: #D5B26A;
}

.modal-footer .btn-link {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
}


.modal-footer .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #D5B26A;
}



.table-bordered {
    border: 0px solid #e6e6e6;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: transparent;
}

.table-bordered th, .table-bordered td {
    border-left: 0px solid #e6e6e6;
}

.modal-footer strong {
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
}

.rapidssl-verified {
    display:none;
}

/* BOTON WHATSAPP ORIGINAL */ 
.background-ws .fa {
    background: transparent !important;
    color: #fff;
}


/* ===============
   === POP UP ===
   =============== */


.popup-box-wrap .modal-footer {
    padding: 15px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #fff !important;
    border-top: 0px solid #ddd;
    -webkit-border-radius: 6px;
    -moz-border-radius:6px;
    border-radius: 6px;
    border-bottom: 0px solid #707073 !important;
    /* background: #96c037 !important; */
}


.popup-box-wrap .modal-footer .btn-link {
    color: #5A5A5F;
    background-color: transparent;
    border: 1px solid #5A5A5F !important;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500 !important;
    text-transform: uppercase;
    margin: 10px 1px 0 0;
    border-radius: 5px;
}

.btn-primary[disabled] {
    color: #fff;
    background-color: #e46c0a;
}




/* ==================
   === RESPONSIVE ===
   ================== */
@media (min-width: 1200px){
   
.navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 100% !important;
}
}
   
@media (max-width: 979px){
/*
.flotante {
    width: 80px;
    right: 0;
    position: fixed;
    bottom: 0px;
    z-index: 1;
} 
*/
.site-header, .site-body, .site-footer {
    margin-left: -30px !important;
    margin-right: -30px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.logo-market {
    margin-top: -3px !important;
}

.navbar .logo-market {
    margin: -10px 0 0px;
    height: 54px !important;
    width: auto !important;
    max-width: none;
    vertical-align: top;
}

body {
    margin-top: 3px !important;
}
    
.carousel a.carousel-control.left {
    display: block !important;
}

.carousel a.carousel-control.right {
    display: block !important;
}
   
    

.nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
    padding: 9px 15px !important;
    font-weight: bold;
    color: #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: right;
    font-size: 24px !important;
}

.navbar .nav.pull-right>li>a:hover {
    background-color: #96c037;
    padding-top: 15px;
}

.navbar .btn-navbar {
    margin-top: 4px;
    padding: 27px 4px;
}

.navbar .btn-navbar .icon-bar {
    background-color: #1d1d1d;
    width: 21px;
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    margin-top: 4px;
}

.navbar .nav>li>a {
    float: none;
    padding: 10px 15px;
    color: #1D1D1D !important;
    text-decoration: none;
    text-shadow: 0 1px 0 transparent;
    /* text-transform: none; */
    font-weight: 300 !important;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
    color: #D5B26A !important;
    background-color: #ffffff !important;
}

.table-bordered thead:last-child tr:last-child>th:first-child, .table-bordered tbody:last-child tr:last-child>td:first-child, .table-bordered tbody:last-child tr:last-child>th:first-child, .table-bordered tfoot:last-child tr:last-child>td:first-child, .table-bordered tfoot:last-child tr:last-child>th:first-child {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    display: none;
}

.control-group {
    margin-bottom: 20px;
    margin-top: 0px;
}


.navbar .nav.pull-right>li>a {
    line-height: 16px;
    border: 0;
    box-shadow: none;
    color: #ffffff;
    padding-top: 15px;
    margin-top: 17px;
    font-size: 20px;
}

.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
    background-color: rgba(255, 255, 255, 0.39);
}

.navbar .nav.pull-right>li>a:hover {
    background-color: #ffffff;
    padding-top: 15px;
}

.navbar .navbar-inner .nav > li > a {
    font-weight: 300 !important;
}



.catalogo .listado-productos .thumbnail {
    border: 0px solid #ddd;
    border-radius: 0;
    display: block;
    line-height: 20px;
    margin: 10px 3px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
}

.catalogo .listado-productos ul.thumbnails>li {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 50%;
    margin: 0px;
}

.catalogo .listado-productos .btn-primary {
    color: #d5b269;
    background-color: transparent;
    border: 1px solid #d5b36a !important;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500 !important;
    text-transform: uppercase;
    margin: 2px;
    border-radius: 5px;
    width: 100%;
}

.sidebar {
    word-wrap: break-word;
    overflow: hidden;
    /* box-shadow: 0px 0px 20px #dedede; */
    background: #ffffff;
    border-radius: 5px;
}


}