@import url('https://fonts.googleapis.com/css?family=Playball');
/*font-family: 'Playball', cursive;*/

/* PESTAÑAS FLOTANTES DERECHA */

*:focus {
    outline: none;
}
a {
    color: #24578f;
}
#pestana_der {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 2px 0 7px rgba(0,0,0,0.3);
    padding: 0;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 999;
    border-radius: 5px 0 0 5px;
}

#pestana_der li {
    cursor: pointer;
}
#pestana_der li a {
    border-radius: 0;
    border-right: 5px solid #97999C;
    color: #626262;
    display: block;
    font-size: 23px;
    height: 50px;
    padding: 5px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    width: 50px;
    text-align: center;
}
.ttip_pd {
    background: none repeat scroll 0 0 #b9782b;
    color: #fff;
    margin-top: -45px;
    padding: 14px 10px;
    position: absolute;
    right: 50px;
    text-align: center;
    display: none;
    white-space: nowrap;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.2);
}

.ttip_pd:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(208, 10, 19, 0);
    border-left-color: #b9782b;
    border-width: 5px;
    margin-top: -5px;
}
.ttip_pd { 
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    -moz-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: ease-in-out; 
    -moz-animation-timing-function: ease-in-out; 
    animation-timing-function: ease-in-out; 
} 
@-webkit-keyframes bounceInRight { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(200px); 
    } 
    40% { 
        opacity: 1; 
        -webkit-transform: translateX(-30px); 
    } 
    60% { 
        -webkit-transform: translateX(10px); 
    } 
    100% { 
        -webkit-transform: translateX(0); 
    } 
}
@-moz-keyframes bounceInRight { 
    0% { 
        opacity: 0; 
        -moz-transform: translateX(200px); 
    } 
    40% { 
        opacity: 1; 
        -moz-transform: translateX(-30px); 
    } 
    60% { 
        -moz-transform: translateX(10px); 
    } 
    100% { 
        -moz-transform: translateX(0); 
    } 
}
@keyframes bounceInRight { 
    0% { 
        opacity: 0; 
        transform: translateX(200px); 
    } 
    40% { 
        opacity: 1; 
        transform: translateX(-30px); 
    } 
    60% { 
        transform: translateX(10px); 
    } 
    100% { 
        transform: translateX(0); 
    } 
} 

#pestana_der li:hover .bounceInRight { 
    -webkit-animation-name: bounceInRight; 
    -moz-animation-name: bounceInRight; 
    animation-name: bounceInRight; 
}
#pestana_der:hover a{ 
    width:50px;
}
#pestana_der li:hover a {
    color: #b9782b;
    border-right: 5px solid #EEEEEE;
}
#pestana_der li:hover .ttip_pd { 
    display:block;
}
#header-top {
    background: #313131;
}
.header6 #inner-header .logo-container {
    margin-bottom: 0;
    margin-top: 25px;
}
.header6 #main-nav-container {
    border-top: none;
    border-bottom: none;
}
#inner-header {
    margin-bottom: 8px;
}
#quick-access .quick-search-form .form-control {
    width: 200px;
}
#header {
    -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3), 0 -43px #FBFBFB inset, 0 -44px rgb(238, 238, 238) inset;
    -moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3), 0 -43px #FBFBFB inset, 0 -44px rgb(238, 238, 238) inset;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3), 0 -43px #ffffff inset, 0 -44px rgb(238, 238, 238) inset;
    background: #F5F5F5;
}
#header-top {
    border-top: 4px solid #b9782b !important;
}
#header-top .header-link a {
    color: #DADADA;
}
.header-top-left {
    color: #FFF;
    font-size: 11px;
}
#header-top .header-link a:hover {
    color: #FFFFFF;
}
#header .dropdown-cart .dropdown-cart-menu {
    border-top: 3px solid #a5a5a5;
}
.redes-header {
    top: 2px;
    right: 15px;
}
.redes-sociales a {
    background: #b9782b;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #fff !important;
    border-radius: 50%;
    font-size: 16px;
}
.redes-sociales a:hover {
  background: #9a5c12 !important;
}
.redes-sociales a i {
    display: block;
    line-height: 31px;
}
#main-nav-container {
    background: #fff;
}
#main-nav-container.fixed {
    left: 0;
    -webkit-backface-visibility: hidden;
    width: 100%;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
    max-width: inherit;
}
#main-nav-container #main-nav .menu li:hover > a, 
#main-nav-container #main-nav .menu li > ul li > ul li:hover > a {
    color: #FFFFFF;
    background: #b9782b;
    border-radius: 10px 10px 0 0;
}
#main-nav > ul > li.dropdown.active > ul > li > a {
    background: none !important;
    color: #a5a5a5 !important;
}
#main-nav > ul > li.dropdown.active > ul > li > a:hover {
    color: #444 !important;
}
#header .dropdown-menu > li > a:hover, 
#header .dropdown-menu > li > a:focus {
    background-color: #fff !important;
    color: #a5a5a5 !important;
}
.multilevel-menu li a, 
.dropdown-menu li a {
    color: #333 !important;
}
.multilevel-menu li a:hover, 
.dropdown-menu li a:hover {
    color: #a5a5a5 !important;
}
.multilevel-menu li a:hover, 
.multilevel-menu li:hover a,
.dropdown-menu li a:hover,
.dropdown-menu li a:hover a {
    background: transparent !important;
    border-radius: 0 !important;
    font-weight: 400;
    border-radius: 0;
}
#main-nav-container #main-nav .menu li ul li, 
#main-nav-container #main-nav .menu li ul li ul li {
    border-bottom: 1px solid #EDEDED !important;
}
#main-nav-container #main-nav .menu li ul, 
#main-nav-container #main-nav .menu li ul li ul {
    background: #FFFFFF !important;
}
li.dropdown ul {
    border-bottom: 3px solid #a5a5a5 !important;
}
.multilevel-menu li i {
    color: #a5a5a5;
}
#main-nav-container #main-nav .menu li a {
    color: #5a5a5a;
    font: 600 13px/17px 'Open Sans', sans-serif;
}
.accordion-btn {
    background-color: #a5a5a5 !important;
    border: transparent !important;
    border-radius: 4px;
}
a.accordion-btn:after {
    left: 6px;
    top: -5px;
}
.header6 #main-nav-container #main-nav .menu > li:first-child a {
    padding-left: 15px !important;
}
#quick-access .btn-custom {
    background-color: #626262;
}
#quick-access .btn-custom:hover {
    background-color: #b9782b;
}
.sidebar #category-filter.acc-nuestros-productos h3,
.sidebar h4 {
    font: 700 14px/38px "Open Sans",Arial,sans-serif!important;
    background: #b9782b;
    text-transform: uppercase;
}

#category-filter h3 a {
    color: #313131 !important;
}
.content-title h2 span::after,
#footer h3 span:after {
    background: #b9782b none repeat scroll 0 0;
}
#footer {
    background: #EEEEEE;
    border-top: 7px solid #F7F7F7;
}
#footer,
#footer a {
    color: #373737;
}
#footer a:hover {
    color: #a5a5a5;
}
#footer h3 {
    font: 16px/26px 'Open Sans', Arial, sans-serif;
    border-bottom: 1px solid #DDD;
    margin: 10px 0 10px;
    color: #6F6B6B;
}
#footer .links li {
    line-height: 22px;
}
.redes-footer {
    text-align: left;
    margin-top: 10px;
}
.derechos {
    background: #373737;
}
div#pie-social-pago {
    display: none;
}
a.item-add-btn,
.lista-categorias .item-add-btn {
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    border: none;
}
a.item-add-btn:hover,
.lista-categorias .item-add-btn:hover {
    background: transparent;
    border: none;
}
.item-add-btn:hover, 
.item-add-btn:focus, 
.item-add-btn:active, 
.item-add-btn.active {
    background: #a5a5a5;
    border-color: #a5a5a5;
}
.btn-custom,
.modal-header {
    background-color: #5a5a5a;
}
.btn-custom:hover,
.btn-custom:focus, 
.btn-custom:active, 
.btn-custom.active, 
.open .dropdown-toggle.btn-custom,
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus {
    background-color: #2f2e2e;
    border-color: transparent;
}
.pagination > .active > a {
    background-color: #a5a5a5 !important;
}
.btn-custom-4 {
    background-color: #19518b;
    border-color: #19518b;
}
.btn-custom-4:hover, 
.btn-custom-4:focus, 
.btn-custom-4:active, 
.btn-custom-4.active, 
.open .dropdown-toggle.btn-custom-4,
.related-slider.sidebarslider 
.flex-direction-nav a:hover {
    background-color: #a5a5a5 !important;
    border-color: #313131 !important;
}
#modal-categoria-productos-slider {
    z-index: 999999 !important;
}
.datos-sucursal .ver-mapa {
    background: #a5a5a5;
}
.carousel-btn:hover {
    background-color: #f9a005;
    border-color: #e49204;
}
.carousel-inner {
    border-bottom: 8px solid #b9782b;
}

.carousel-inner>.item {
    border: 0;
}
a.left.carousel-control, 
a.right.carousel-control {
    background: none;
}
.carousel-control {
    color: #616161;
    text-shadow: none;
    filter: alpha(opacity=80);
    opacity: .8;
}
.carousel-control:hover, 
.carousel-control:focus {
    color: #a06219;
    filter: alpha(opacity=100);
    opacity: 1;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.purchased-items-container.carousel-wrapper h2 {
    font-size: 16px;
    font-weight: 600;
}
.txt-logo-footer p {
    font-size: 11px;
    line-height: 1.4em;
    padding-left: 0;
}
#category-header img.img-bg-category-header {
    border-bottom: 4px solid #5A5A5A;
}
.welcome-message {
    margin: 30px 0;
}
.welcome-message h2 {
    font-family: 'Playball', cursive;
    font-size: 40px;
    line-height: 41px;
}
.welcome-message h2 span {
    font-size: 32px;
    color: #f0aa58;
}
.sidebar .widget .panel a:hover {
    color: #a5a5a5;
}
ul.tabs li.active {
    color: #a5a5a5;
}
.tab-style-2 li.active:after,
.related h3 span:after {
    background: #a5a5a5;
}
#inner-footer {
    padding: 5px 0 10px;
}
#top-links .mi-cuenta-top a {
    background: #b9782b;
}
#top-links .mi-cuenta-top a:hover {
    background: #9a5c12;
}
#top-links li a {
    color: #F2F2F2;
}
#top-links li a:hover {
    color: #cacaca;
}
#top-links .mi-carrito-top {
    border-left: 1px solid #5A5A5A;
}

.datos-sucursal ul.address li:first-child {
    color: #2D2D2D;
    font-size: 15px;
}

.box-panel div.item-pcontrol:nth-child(2) {
    background: #424141;
}
.box-panel div.item-pcontrol:nth-child(3) {
    background: #5a5a5a;
}
.box-panel div.item-pcontrol:nth-child(4) {
    background: #424141;
}
.box-panel div.item-pcontrol:nth-child(5) {
    background: #5a5a5a;
}
.box-panel div.item-pcontrol:nth-child(6) {
    background: #424141;
}
.box-panel div.item-pcontrol:nth-child(7) {
    background: #5a5a5a;
}
.box-panel div.item-pcontrol:nth-child(8) {
    background: #424141;
}
.ratings-container {
    display: none;
}
.logo-footer {
    border-bottom: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.logo-footer:before {
   content: '';
   background: white;
   height: 5px;
   position: absolute;
   width: 99%;
   top: -5px;
   left: 1px;
}
.logo-footer:after {
   content: '';
   background: white;
   height: 10px;
   position: absolute;
   width: 99%;
   bottom: -10px;
   left: 1px;
}
.copy a {
    color: #EEEEEE !important;
}
.sidebar h4 {
    background-color: #b9782b !important;
}
.pasos-pedido .accordion-header {
    background: #EEEEEE !important;
}
.pasos-pedido .accordion-header .accordion-title span {
    color: #fff !important;
}
.pasos-pedido .accordion-header .accordion-title {
    color: #ffffff !important;
}
.redes-header a img,
.redes-footer a img {
    margin: 0 -2px;
}
.txt-logo-footer p {
    font-size: 11px;
    line-height: 1.4em;
    padding-left: 0;
}
#category-header img.img-bg-category-header {
    border-bottom: 4px solid #b9782b;
}
.datos-sucursal ul.address li:first-child {
    color: #2D2D2D;
    font-size: 15px;
}
#actualizacion-usuario .nav-pills > li.active > a {
    background: #a5a5a5;
}
.informacion-cotizantes .accordion-header {
    background: #adadad !important;
    box-shadow: 0px 1px 1px #5f5f5f;
    border-bottom: 2px solid #d2d2d2 !important;
}
.imagen-categoria {
    height: 109px !important;
}
.paginador-cotizacion .paginador-pp {
    float: right;
}
.resumen-cotizaciones div {
    margin-bottom: 15px;
}
table.table.cart-table.tb>thead>tr>th:first-child {
    width: 38%;
}
table.table.cart-table.tb>thead>tr>th:nth-child(2) {
    width: 9%;
}
table.table.cart-table.tb>thead>tr>th:nth-child(3) {
    width: 5%;
}
table.table.cart-table.tb>thead>tr>th:nth-child(4) {
    width: 13%;
}
table.table.cart-table.tb>thead>tr>th:nth-child(5) {
    width: 10%;
}
table.table.cart-table.tb>thead>tr>th:nth-child(6) {
    width: 7%;
}
table.table.cart-table.tb>thead>tr>th:last-child {
    width: 15%;
}
.only_print{
    display: none;
}
#order-form .valores-calculados {
  display: none;
}
#pqrs-form .row.contenido-registro {
    margin-bottom: -20px;
}
.close {
    color: #fff;
    font-weight: 500;
    filter: alpha(opacity=70);
    opacity: .7;
}
.modal-body {
    padding: 20px 15px;
}
.modal-header h3.modal-title {
    background: transparent;
    margin: 0;
    color: #fff;
    font: 600 15px/23px "Open Sans", Arial, sans-serif;
}

.seccion-banners {
    display: none;
}
#content {
    padding-bottom: 40px;
}
.informacion-producto .icon-button.icon-like {
    background-color: transparent !important;
}
.noUi-connect {
    background: #a5a5a5;
}
.info-cookie a {
    color: #dddddd;
    text-decoration: underline;
}
.info-cookie a:hover {
    color: #808080;
}
.info-cookie {
    text-align: center;
}
.aceptar-cookies.btn {
    padding: 2px 7px;
    border-radius: 50%;
    color: #1b242d;
    margin-left: 10px;
    font-size: 16px;
    background: #eeeeee;
}
.aceptar-cookies.btn:hover {
    color: #eeeeee;
    background: rgba(238, 238, 238, 0.31);
}
.informacion-producto .product-list li span {
    color: #444 !important;
}
.informacion-producto .product-list li span.precio_valor,
.precio_valor {
    float: right;
    top: initial !important;
    font: 500 25px/18px 'Playball', cursive;
    color: #b9782b !important;
    margin: 0;
}









.table.ultimos-comprados thead th:nth-child(1) {
    width: 15%;
}
.table.ultimos-comprados thead th:nth-child(2) {
    width: 40%;
}
.table.ultimos-comprados thead th:nth-child(3) {
    width: 10%;
}
.table.ultimos-comprados thead th:nth-child(4) {
    width: 15%;
}
.table.ultimos-comprados thead th:nth-child(5) {
    width: 20%;
}
.custom-quantity-input .quantity-btn:hover {
    border-color: #b9782b;
    background: #b9782b;
}
.btn-custom-4.disabled, .btn-custom-4[disabled], fieldset[disabled] .btn-custom-4, .btn-custom-4.disabled:hover, .btn-custom-4[disabled]:hover, fieldset[disabled] .btn-custom-4:hover, .btn-custom-4.disabled:focus, .btn-custom-4[disabled]:focus, fieldset[disabled] .btn-custom-4:focus, .btn-custom-4.disabled:active, .btn-custom-4[disabled]:active, fieldset[disabled] .btn-custom-4:active, .btn-custom-4.disabled.active, .btn-custom-4[disabled].active, fieldset[disabled] .btn-custom-4.active {
    background-color: #ca777b;
    border-color: #ffffff;
}
#category-breadcrumb .breadcrumb a:hover, #breadcrumb-container.light .breadcrumb a:hover, #breadcrumb-container.transparent .breadcrumb a:hover {
    color: #b9782b;
}


/*USUARIOS PAGINA*/

#user-tabs-content {
    overflow: hidden;
    border: 1px solid #eeeeee;
    padding: 20px 5px;
    padding-bottom: 40px;
}
#user-tabs-list li.active a {
    background: #b9782b;
}
#user-tabs-list li a {
    border: 0;
    text-transform: inherit;
    font-size: 15px;
    padding: 10px 25px 10px 45px;
    position: relative;
}
#user-tabs-list li a i {
    position: absolute;
    left: 0px;
    font-size: 18px;
    color: #ffffff;
    padding: 11px 10px 11px 8px;
    top: 0px;
    background: rgba(46, 46, 46, 0.4);
    border-radius: 0 50% 0 0;
    text-shadow: 0px 2px 2px rgba(49, 49, 49, 0.41);
}
#user-tabs-list li a:hover {
    background: #7d7f7f;
}

.modal-design .modal-content {
    box-shadow: none;
    border: 0;
    border-radius: 5px;
}

.modal-design.op2 .modal-body {
    padding-top: 23px;
}
.modal-design .modal-body {
    background: #fff;
}
.modal-design .modal-header p {
    color: #fff;
    font: 100 14px/18px 'Roboto', sans-serif;
    margin: 14px 0 10px;
}

.modal-design .modal-header h5 {
    font: 500 18px/18px 'Roboto', sans-serif;
    text-align: center;
    text-transform: inherit;
}
.modal-design .product-add .btn-custom-2 {
    background: #313131;
    border: none;
    padding: 11px;
    font-size: 15px;
    font-weight: 400;
}


.switch-user {
   position: relative;
   display: inline-block;
   width: 119px;
   height: 39px;
   color:#fff;
   cursor: pointer;
}
.switch-user input {
   display:none;
}
.slider-switch {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: #18ab15;
   -webkit-transition: .4s;
   transition: .4s;
}
.slider-switch:before {
   position: absolute;
   content: "";
   height: 80%;
   width: 46%;
   background-color: white;
   -webkit-transition: .4s;
   transition: .4s;
   top:10%;
   left: 4%;
   z-index:10;
}
input:checked + .slider-switch {
   background-color: #505050;
}
input:focus + .slider-switch {
   box-shadow: 0 0 5px #15f;
}
input:checked + .slider-switch:before {
   left: 51%;
}
label.switch-user span{
   position:absolute;
   line-height: 40px;
   width:50%;
   text-align:center;
   z-index:1;
}
label.switch-user span:first-child{
   right: 5px;
}
label.switch-user span:nth-child(2) {
    left: 3px;
}
.slider-switch,.slider-switch:before {
   border-radius: 20px;
}

.acordeon-user .panel-heading {
    padding: 6px 12px;
}
.acordeon-user .panel {
    margin: 0 !important;
    border-radius: 0;
    border-bottom: 0;
}
.acordeon-user .panel:last-child {
    border-bottom: 1px solid #dddddd;
}
.acordeon-user .panel-heading h4 {
    font-size: 13px;
}
.acordeon-user .panel-heading h4 a {
    display: block;
}


.acordeon-user .panel-heading {
    position: relative;
}

.acordeon-user .panel-heading:before {
    position: absolute;
    top: 6px;
    right: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0fe";
    font-size: 18px;
    color: #575a59;
}
.acordeon-user .panel-heading.active:before {
    position: absolute;
    top: 6px;
    right: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f146";
    font-size: 18px;
    color: #575a59;
}
.discount-rect {
    background: #d4811e;
    font-size: 16px !important;
    width: 69px;
    font-weight: 500 !important;
}
button:disabled {
  background-color: #CCC !important;
  border: #CCC !important;
}
table.users-list {
    font-size: 14px;
}
table.users-list thead th {
    padding: 10px;
}
table.users-list tr.filtrar-users td input {
    border: 1px solid #eaeaea;
    max-width: 150px;
    margin: 5px;
}
.table.users-list td {
    vertical-align: middle;
}
table.users-list tr.th-users th {
    background: #575a59;
    color: #fff;
    font-weight: 200;
    font-size: 16px;
}
.table.users-list td span.activo i {
    color: #16c527;
}
.table.users-list td span.inactivo i{
    color: #a54b12;
}
.table.users-list td i {
    font-size: 18px;
    color: #8e8e8e;
}
.table-list-users-admin thead tr th.header {
    padding: 8px 19px 8px 8px;
    vertical-align: middle;
}
.table-list-users-admin thead tr th.header {
    padding: 10px 20px 10px 10px;
    vertical-align: middle;
    background: #757575;
    color: #fff;
    font-weight: 500;
    border: 1px solid #585858 !important;
    border-bottom: 6px solid #585858 !important;
    line-height: 16px;
    text-shadow: 0 1px 0px rgba(53, 52, 50, 0.51);
}
.table-list-users-admin thead tr th.sortable .sort-indicator {
    padding-right: 0;
}
.table-list-users-admin thead tr th.sortable .sort-indicator:after,
.table-list-users-admin thead tr th.sortable .sort-indicator:before {
    right: -15px;
}

.table-list-users-admin thead tr th.sortable.sort-desc, 
.table-list-users-admin thead tr th.sortable.sort-asc {
    background-color: rgb(220, 90, 8);
    text-shadow: none;
}

.table-list-users-admin tbody tr td {
    vertical-align: middle;
}
.table-list-users-admin tbody tr td .btn-default {
    color: #fff;
    background-color: #575a59;
    border-color: #464848;
    box-shadow: none;
    padding: 4px 10px;
}
.table-list-users-admin thead tr th.filter {
    padding: 10px;
    border-left: 1px solid #d6d2d2;
}
.table-list-users-admin thead tr th.filter input, 
.table-list-users-admin thead tr th.filter select {
    height: 29px;
    padding: 5px;
    font-weight: 400;
    font-size: 12px;
}
.table-list-users-admin thead tr th.header:nth-child(1) {
    width: 15%;
}

.table-list-users-admin thead tr th.header:nth-child(2) {
    width: 5%;
}

.table-list-users-admin thead tr th.header:nth-child(3) {
    width: 10%;
}

.table-list-users-admin thead tr th.header:nth-child(4) {
    width: 15%;
}

.table-list-users-admin thead tr th.header:nth-child(5) {
    width: 15%;
}

.table-list-users-admin thead tr th.header:nth-child(6) {
    width: 15%;
}

.table-list-users-admin thead tr th.header:nth-child(7) {
    width: 25%;
}

.table-list-users-admin thead tr th.header:nth-child(8) {
    width: 5%;
}

.table-list-users-admin thead tr th.header:nth-child(9) {
    width: 10%;
    padding: 8px;
}
#slider-rev-container {
    background: none;
}

.about-home.ng-scope {
    margin-top: 25px;
    margin-bottom: 25px;
}
.about-right {
    padding: 30px 50px;
}
.about-left {
    background: url(../images/bg-somos.jpg) top right no-repeat;
    min-height: 310px;
    background-size: contain;
}

/* --- BOTON ANIMADO CONOCER MAS --- */

.noo-button-creative {
    text-align: center;
}
.noo-button-creative a {
    height: 40px;
    position: relative;
    display: inline-block;
    padding: 10px 55px;
    background: #f5a64a;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.noo-button-creative a .three, .noo-button-creative a {
    background: #f5a64a;
    font-weight: 600;
    font-size: 14px;
}
.noo-button-creative a span.first {
    background: #f5a64a;
}
.noo-button-creative a span.first:before {
    border-left: 17.5px solid transparent;
    border-bottom: 17.5px solid #f5a64a;
    content: '';
    position: absolute;
    left: -17px;
    bottom: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.noo-button-creative a .three:before {
    border-right: 17.5px solid transparent;
    border-top: 17.5px solid #f5a64a;
    content: '';
    position: absolute;
    right: -17px;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.noo-button-creative a span.first:before {
    border-left: 17.5px solid transparent;
    border-top: 17.5px solid #f5a64a;
    content: '';
    position: absolute;
    left: -17px;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.noo-button-creative a .three:after {
    border-right: 17.5px solid transparent;
    border-bottom: 17.5px solid #f5a64a;
    content: '';
    position: absolute;
    right: -17px;
    bottom: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.noo-button-creative a span.first {
    position: absolute;
    left: -13px;
    bottom: -12px;
    background: #f5a64a;
    content: '';
    width: 10px;
    height: 35px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.noo-button-creative a span.second {
    position: absolute;
    left: -5px;
    bottom: -12px;
    content: '';
    width: 40px;
    height: 8px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.noo-button-creative a span.second:before {
    border-left: 27px solid #f5a64a;
    border-top: 8px solid transparent;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.noo-button-creative a span.second:after {
    border-right: 27px solid #f5a64a;
    border-bottom: 8px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.noo-button-creative a .three {
    position: absolute;
    right: -13px;
    bottom: -12px;
    background: #f5a64a;
    content: '';
    width: 10px;
    height: 35px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.noo-button-creative a .four {
    position: absolute;
    right: -5px;
    bottom: -12px;
    content: '';
    width: 40px;
    height: 8px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.noo-button-creative a .four:before {
    border-left: 27px solid transparent;
    border-bottom: 8px solid #f5a64a;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.noo-button-creative a .four:after {
    border-right: 27px solid transparent;
    border-top: 8px solid #f5a64a;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.noo-button-creative a:hover span.first {
    background: #f5a64a;
    bottom: 2.5px;
}
.noo-button-creative a:hover span.second {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.noo-button-creative a:hover .three {
    bottom: 2.5px;
    background: #f5a64a;
}
.noo-button-creative a:hover .four {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.banner-bottom {
    background: url(../images/banner-bottom.jpg) center bottom no-repeat;
    height: 300px;
    background-size: cover;
    position: relative;
    bottom: -40px;
    border-bottom: 10px solid #b9782b;
    display: inline-table;
    width: 100%;
    padding-bottom: 50px;
}
.banner-bottom h2 {
    color: #fff;
    font-size: 43px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 45px;
    display: table-cell;
    vertical-align: bottom;
}

.banner-bottom h2 span {
    font-family: 'Playball', cursive;
    font-size: 48px;
    font-weight: 300;
}



.productos-no-users .item {
    display: inline-block;
    padding: 0;
    width: 49%;
}
.productos-no-users .item:nth-child(1) {
    margin-right: 10px;
}
.productos-no-users .item:nth-child(2) {
    margin-left: 10px;
}
.productos-no-users .item-action {
    position: initial;
    float: right;
}
.productos-no-users .item .item-image-container img {
    max-width: 575px !important;
    max-height: 100%;
}
.productos-no-users .item.item-product {
    max-height: inherit;
}
.productos-no-users .item-datos {
    padding: 10px 0;
}
.productos-no-users h3.item-name {
    margin-bottom: 8px;
    font: 100 23px/24px 'Playball', cursive;
    text-transform: capitalize;
}
.productos-no-users h3.item-name a {
    color: #505050;
}
.productos-no-users .item-price-container {
    top: initial !important;
    font: 500 29px/24px 'Playball', cursive;
    color: #cc8635;
}
a.masinfo {
    right: 5px;
    position: relative;
}
a.masinfo i {
    font-size: 24px;
    position: relative;
    margin: 0 7px;
    color: #c5cccf;
}
.item-datos a.masinfo i {
    font-size: 37px;
}

.icon-button.icon-like,
.icon-button.icon-compare {
    background-color: transparent;
    border: none;
}
.icon-button {
    transition: none;
}
.productos-no-users .icon-button {
    width: 40px;
    height: 40px;
    margin: 10px;
}

.productos-no-users .icon-button.icon-add {
    background-position: -7px -70px;
    background-image: url(../images/pallomaro/cart-icon-big.png);
}
.productos-no-users .icon-button.icon-like {
    background-position: -8px -70px;
    background-image: url(../images/pallomaro/icono-favorito-sprite-big.png);
}
.productos-no-users .icon-button.icon-like.producto-favorito {
    background-position: -9px -9px !important;
}
.productos-no-users .item-price-container > span {
    display: block;
}

.icon-button.icon-add {
    background-position: 0px -38px;
    background-image: url(../images/cart-icon.png);
    background-size: auto;
    background-color: transparent;
    border: none;
}
