/* PESTAÑAS FLOTANTES DERECHA */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Anton);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);

a {
    color: rgb(246,139,31);
}
body {
    font-family: 'Roboto', sans-serif;
}
#wrapper {
    background: #fff;
}
.bg_gray {
    background-color: #f2f4f6;
}
.confirmation table {
    margin: 1.3em 0;
}
.confirmation table.nonborde *, .confirmation table.nonborde {
    border: 0 solid transparent !important;
    padding: 2px; }

.confirmation .btns-actions {
    margin-top: 2em; }
.bg_gray.bg_mod {
    box-shadow: inset 0 45px #333;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-15 .input-group {
    margin-bottom: 0;
}
#toolsLinks-bar {
    position: fixed;
    right: 0;
    top: 72px;
    z-index: 999;
}
#toolsLinks-bar .open-bar {
    position: relative;
    background: white;
    padding: 3px 16px;
    /* box-shadow: inset 0px -1px 0 rgba(0,0,0,0.3); */
    font-size: 16px;
    z-index: 9;
    top: -68px;
    right: 0px;
}
#toolsLinks-bar .open-bar:hover {
    cursor: pointer;
}
ul#toolsLinks {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0px 0 1px rgba(0,0,0,0.3);
    padding: 0;
    position: absolute;
    right: -200px;
    top: -37px;
    z-index: 999;
    /* border-radius: 5px 0 0 5px; */
    width: 200px;
    transition: all linear .1s;
}
#toolsLinks-bar .open-bar:hover + ul#toolsLinks,
ul#toolsLinks:hover {
    right: 0;
}
#toolsLinks li {
    cursor: pointer;
    float: left;
    box-shadow: 1px 1px #f1f1f1;
    /* position: relative; */
    width: 50px;
}
#toolsLinks li a {
    border-radius: 0;
    color: #626262;
    display: block;
    font-size: 23px;
    height: 45px;
    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 rgb(246,139,31);
    color: #fff;
    margin-top: 0;
    padding: 5px;
    position: absolute;
    right: 0;
    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); */
    z-index: 9;
    bottom: -29px;
    /* left: 0; */
    width: 100%;
}

.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: rgb(246,139,31);
    border-width: 5px;
    margin-top: -5px;
}
.ttip_pd {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    animation-duration: .5s;
    -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;
}
.detail-header{
    font-size: 14px;
    color: #888888;
    overflow: hidden;
}
.detail-header .propiedad-detail{
    padding: 8px 6px;
    width: 40%;
    background: #eeeeee;
    border-right: 2px solid rgb(246,139,31);
    display: block;
    float: left;
    /*box-shadow: inset 0 -2px 0px 0px #d2c5c5;*/
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.detail-header .valor-detail{
    width: 60%;
    display: block;
    float: left;
    padding: 8px 6px;
    box-shadow: inset 0 0 0 1px #d6cbcb;
    border-top: 0px;
    min-height: 37px;
}
@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;

    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes bounceInRight {
    0% {
        opacity: 0;

    }
    100% {
        opacity: 1;
    }
}

#toolsLinks li:hover .bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
#toolsLinks:hover a{
    width:50px;
}
#toolsLinks li:hover a {
    color: rgb(246,139,31);
    /* border-right: 5px solid #EEEEEE; */
}
#toolsLinks li:hover .ttip_pd {
    display:block;
}

.header-box a:hover {
    color: #f55f00;
}
.header6 #inner-header .logo-container {
    margin-bottom: 0;
    margin-top: -2px;
}
.logo {
    margin: 0 0 8px;
}
.header6 #main-nav-container {
    border-top: none;
    border-bottom: none;
}
#inner-header {
    margin-bottom: 5px;
    margin-top: 5px;
}
#header {
    background: #FFF;
    border-bottom: 4px solid rgb(246,139,31);
}
.header-inner-right-wrapper {
    padding-top: 10px;
}
#slider-rev-container {
    margin-top: 10px;
}
.header-box {
    padding-right: 15px;
}
.header6 .dropdown-cart-menu-container{
    margin-top: 20px !important;
}
.user-box, .transp-box {
    top: 11px;
    position: relative;
    padding-left: 50px;
}
.header6 .user-box{
    top: 13px;
}
.user-box .header-box-icon,
.transp-box .header-box-icon {
    width: 42px;
    height: 41px;
    top: 47%;
    left: 3px;
    margin-top: -18px;
}
.user-box .header-box-icon,
.transp-box .header-box-icon,
.contact-phones .header-box-icon {
    /* box-shadow: 5px 0px white, 6px 0px #d0d0d0; */
    /* -webkit-box-shadow: 5px 0px white, 6px 0px #d0d0d0; */
}
.header-box.user-box ul li,
.header-box.transp-box ul li {
    padding-left: 0;
}
.btn-custom.bg-btn-cart {
    background-color: #eee;
    color: #444;
    font-size: 12px;
    text-align: left;
    min-height: 50px;
    border-radius: 5px !important;
}

.user-box .header-box-icon-earphones {
    background: url(../images/pallomaro/user-top.png) no-repeat center top;
}
.transp-box .header-box-icon-earphones {
    background: url(../images/pallomaro/trans-top.png) no-repeat center top;
}


#quick-access .quick-search-form .form-control {
    width: 229px;
}
#header-top {
    border-top: 4px solid rgb(246,139,31) !important;
    background: #333;
}
#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 rgb(246,139,31);
}
#main-nav-container {
    background: #fff;
}
#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: rgb(246,139,31);
    border-radius: 18px 18px 0 0;
}
#main-nav > ul > li.dropdown.active > ul > li > a {
    background: none !important;
    color: #333 !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: rgb(246,139,31) !important;
}
.multilevel-menu li a,
.dropdown-menu li a {
    color: #333 !important;
}
.multilevel-menu li a:hover,
.dropdown-menu li a:hover {
    color: #ffffff !important;
}
.multilevel-menu li a:hover,
.multilevel-menu li:hover a,
.dropdown-menu li a:hover,
.dropdown-menu li a:hover a {
    color: #ffffff !important;
    background: rgb(246,139,31) !important;
    border-radius: 0 !important;
    font-weight: 400;
    border-radius: 0;
}
#main-nav-container #main-nav .menu li a{
    width: 100%;
}
#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: none !important;
}
.multilevel-menu li i {
    color: rgb(246,139,31);
}
#main-nav-container #main-nav .menu li a {
    color: #333;
    font: 400 13px/15px 'Roboto', sans-serif;
}

#main-nav-container.fixed {
    left: 0;
    -webkit-backface-visibility: hidden;
    width: 100%;
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.2);
    max-width: inherit;
}
#main-nav-container #main-nav #responsive-nav ul li ul li {
    background: #eee;
}
.sidebar #category-filter.acc-nuestros-productos h3 {
    font: 400 13px/38px "Oswald",Arial,sans-serif !important;
    background: #333;
    padding: 7px 35px;
    letter-spacing: 1px;
    box-shadow: inset 25px 0px #272727;
    border-radius: 15px 15px 0 0;
}
#category-filter h3 a {
    color: #313131 !important;
}
.accordion-btn {
    background-color: rgb(246,139,31) !important;
    border: transparent !important;
    border-radius: 4px;
}
a.accordion-btn:after {
    left: 6px;
    top: -5px;
}
.content-title h2 span::after,
#footer h3 span:after {
    background: none;
}
#footer {
    background: #333;
    border-top: 10px solid #272727;
    color: #959597;
    font: 400 14px/1.6 "Open Sans" !important;
}
#footer a {
    color: #959597;
}
#footer a:hover {
    color: rgb(246,139,31);
}
#footer h3 {
    color: #dedede;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    font-size: 1.1em;
    line-height: 1.2;
}
#footer h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #f68b1f;
    display: inline-block;
    width: 40px;
    height: 3px;
}
#footer .links.fa-ul {
    margin: 0;
}
#footer .links li {
    line-height: 1.1;
    background: none;
    padding: 0;
}
#footer .links li i{
    padding-right: 8px;
}
.derechos {
    background: #333333;
}
div#pie-social-pago {
    display: none;
}
a.item-add-btn,
.lista-categorias .item-add-btn {
    border-radius: 0;
    box-shadow: none;
    background: rgb(246,139,31);
    border: 1px solid;
}
.lista-categorias .item-add-btn {
    display: none;
}
a.item-add-btn:hover,
.lista-categorias .item-add-btn:hover {
    background: #fff;
    color: rgb(246,139,31);
    border: 1px solid;
}
.item-add-btn:hover,
.item-add-btn:focus,
.item-add-btn:active,
.item-add-btn.active {
    background: rgb(246,139,31);
    border-color: rgb(246,139,31);
}
.lista-categorias .item-add-btn:hover,
.lista-categorias .item-add-btn:focus,
.lista-categorias .item-add-btn:active {
    background: rgb(246,139,31);
    color: #fff;
}
.btn-custom,
.modal-header {
    background-color: #555;
}
.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: #a94c07;
    border-color: transparent;
}
.pagination > .active > a {
    background-color: rgb(246,139,31) !important;
}
.btn-custom-4 {
    background-color: rgb(246,139,31);
    border-color: rgb(246,139,31);
}
.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: rgb(246,139,31) !important;
    border-color: rgb(246,139,31) !important;
}
.select-dropdown:hover .dropdown-toggle {
    background: rgb(246,139,31);
    border-color: #db8d10;
}
.related-product .btn:hover {
    color: #ffffff !important;
}
.datos-sucursal .ver-mapa {
    background: rgb(246,139,31);
}
.carousel-btn:hover {
    background-color: transparent;
    border-color: transparent;
}

.txt-logo-footer p {
    font-size: 14px;
    line-height: 1.3;
    padding-left: 0;
    /* text-align: justify; */
}
#category-breadcrumb .breadcrumb a:hover, #breadcrumb-container.light .breadcrumb a:hover, #breadcrumb-container.transparent .breadcrumb a:hover {
    color: rgb(246,139,31);
}
#category-header {
    background-color: transparent;
}
#category-header img.img-bg-category-header {
    border-bottom: transparent;
}
.sidebar .widget .panel a:hover {
    color: rgb(246,139,31);
}
ul.tabs li.active {
    color: rgb(246,139,31);
}
.tab-style-2 li.active:after,
.related h3 span:after {
    background: rgb(246,139,31);
}
.datos-sucursal ul.address li:first-child {
    color: #2D2D2D;
    font-size: 15px;
}
#inner-footer {
    padding: 20px 0 0;
}
#top-links .mi-cuenta-top a {
    background: rgb(246,139,31);
}
#top-links .mi-cuenta-top a:hover {
    background: #e2902e;
}
#top-links li a {
    color: #F2F2F2;
}
#top-links li a:hover {
    color: #cacaca;
}
#top-links .mi-carrito-top {
    border-left: 1px solid #5A5A5A;
}
.box-panel div.item-pcontrol:nth-child(2) {
    background: rgb(246,139,31);
}
.box-panel div.item-pcontrol:nth-child(3) {
    background: #ec6f13;
}
.box-panel div.item-pcontrol:nth-child(4) {
    background: #fd7e21;
}
.box-panel div.item-pcontrol:nth-child(5) {
    background: rgb(246,139,31);
}
.box-panel div.item-pcontrol:nth-child(6) {
    background: #f9aa4c;
}
.box-panel div.item-pcontrol:nth-child(7) {
    background: #f7b668;
}
.box-panel div.item-pcontrol:nth-child(8) {
    background: rgb(246,139,31);
}
.box-panel div.item-pcontrol:nth-child(9) {
    background: rgb(246,139,31);
}
.box-panel div.item-pcontrol:nth-child(10) {
    background: #ec6f13;
}
.ratings-container {
    display: none;
}
.logo-footer {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0px;
}
.copy{
    border-top: 1px solid #898989;
    padding-top: 15px;
    text-align: left;
}
.copy, .copy a {
    color: #aaa !important;
}
.sidebar h4 {
    background-color: rgb(246,139,31) !important;
    border-radius: 9px;
}
.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;
}
#actualizacion-usuario .nav-pills > li.active > a {
    background: rgb(246,139,31);
}
.informacion-cotizantes .accordion-header {
    background: #adadad !important;
    box-shadow: 0px 1px 1px #5f5f5f;
    border-bottom: 2px solid #d2d2d2 !important;
}
.imagen-categoria {
    height: 109px !important;
    display: none !important;
}
.paginador-cotizacion .paginador-pp {
    float: right;
}
.resumen-cotizaciones div {
    margin-bottom: 15px;
}
table.table.cart-table.tb>thead>tr.fila-campos>th:first-child {
    width: 30%;
}
table.table.cart-table.tb>thead>tr.fila-campos>th:nth-child(2) {
    width: 9%;
}
table.table.cart-table.tb>thead>tr.fila-campos>th:nth-child(3) {
    width: 5%;
}
table.table.cart-table.tb>thead>tr.fila-campos>th:nth-child(4) {
    width: 8%;
}
table.table.cart-table.tb>thead>tr.fila-campos>th:nth-child(5) {
    width: 13%;
}
table.table.cart-table.tb>thead>tr.fila-campos>th:nth-child(6) {
    width: 13%;
}
table.table.cart-table.tb>thead>tr.fila-campos>th:nth-child(7) {
    width: 7%;
}
table.table.cart-table.tb>thead>tr.fila-campos>th:last-child {
    width: 15%;
}

.cart-select-items{

}

table.table.cart-table.tb>thead.cart-select-items>tr.fila-campos>th:first-child {
    width: 3%;
}
table.table.cart-table.tb>thead.cart-select-items>tr.fila-campos>th:nth-child(2) {
    width: 30%;
}
table.table.cart-table.tb>thead.cart-select-items>tr.fila-campos>th:nth-child(3) {
    width: 9%;
}
table.table.cart-table.tb>thead.cart-select-items>tr.fila-campos>th:nth-child(4) {
    width: 5%;
}
table.table.cart-table.tb>thead.cart-select-items>tr.fila-campos>th:nth-child(5) {
    width: 8%;
}
table.table.cart-table.tb>thead.cart-select-items>tr.fila-campos>th:nth-child(6) {
    width: 12%;
}
table.table.cart-table.tb>thead.cart-select-items>tr.fila-campos>th:nth-child(7) {
    width: 12%;
}
table.table.cart-table.tb>thead.cart-select-items>tr.fila-campos>th:nth-child(8) {
    width: 7%;
}
table.table.cart-table.tb>thead.cart-select-items>tr.fila-campos>th:last-child {
    width: 14%;
}


table.table.cart-table.tb>thead>tr.fila-campos>th.edit-pedido-table:nth-child(5) {
    width: 7%;
}
table.table.cart-table.tb>thead>tr.fila-campos>th.edit-pedido-table:nth-child(6) {
    width: 13%;
}
table.table.cart-table.tb>thead>tr.fila-campos>th.edit-pedido-table:nth-child(7) {
    width: 10%;
}
.canasta-pedido .table .table-title{
    vertical-align: middle;
}
.only_print{
    display: none;
}

#order-form .valores-calculados {
    display: none;
}
.info-cookie {
    text-align: center;
}

/*PRELOADER INICIAL*/
.preloader{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 999999;
}

.preloader .loader-inner{
    position: absolute;
    top: 50%;
    left: 50%;
}

@-webkit-keyframes ball-triangle-path-1 {

    33% {

        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px); }

    66% {

        -webkit-transform: translate(50px, 0px);
        transform: translate(50px, 0px); }


    100% {

        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-1 {

    33% {

        -webkit-transform: translate(25px, -50px);

        transform: translate(25px, -50px); }

    66% {
        -webkit-transform: translate(50px, 0px);
        transform: translate(50px, 0px); }

    100% {

        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px); } }

@-webkit-keyframes ball-triangle-path-2 {

    33% {

        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px); }

    66% {

        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px); }

    100% {

        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-2 {

    33% {

        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px); }

    66% {

        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px); }

    100% {

        -webkit-transform: translate(0px, 0px);

        transform: translate(0px, 0px); } }


@-webkit-keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0px);
        transform: translate(-50px, 0px);
    }

    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}


@keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0px);
        transform: translate(-50px, 0px);
    }
    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}


.ball-triangle-path {
    position: relative;
    -webkit-transform: translate(-25px, -25px);
    -ms-transform: translate(-25px, -25px);
    transform: translate(-25px, -25px);
}

.ball-triangle-path > div:nth-child(1) {
    -webkit-animation-name: ball-triangle-path-1;
    animation-name: ball-triangle-path-1;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.ball-triangle-path > div:nth-child(2) {
    -webkit-animation-name: ball-triangle-path-2;
    animation-name: ball-triangle-path-2;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.ball-triangle-path > div:nth-child(3) {
    -webkit-animation-name: ball-triangle-path-3;
    animation-name: ball-triangle-path-3;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.ball-triangle-path > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #404040;
}
.ball-triangle-path > div:nth-of-type(1) {
    top: 50px;
}
.ball-triangle-path > div:nth-of-type(2) {
    left: 25px;
}
.ball-triangle-path > div:nth-of-type(3) {
    top: 50px;
    left: 50px;
}

/* END PRELOADER */

.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);
}
.carousel-fade .carousel-control {
    z-index: 2;
}


#pqrs-form .row.contenido-registro {
    margin-bottom: -20px;
}

.detail-header .valor-detail select{
    border-color: transparent;
}
.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 18px/46px "Roboto", Arial, sans-serif;
}
.modal-footer {
    background-color: #8c8c8c !important;
}
.seccion-banners {
    display: none;
}
#content {
    padding-bottom: 40px;
    /*overflow: hidden !important;*/
}
.content-title h2 {
    border-bottom: none;
    background: #333;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-weight: 500;
    padding: 4px 22px 0;
}
.content-title.modulo-nuevo h2 {
    background: rgb(246,139,31);
}
.content-title.brands h2 {
    background: transparent;
    color: #f55f00;
    text-shadow: none !important;
}
.purchased-items-container.carousel-wrapper h2 {
    font-size: 19px;
    text-shadow: 0px 1px 4px rgba(16, 15, 15, 0.43);
    font-weight: 600;
    letter-spacing: 1px;
}
.owl-item .item-marca {
    box-shadow: none !important;
    min-height: 85px !important;
    margin: 0 10px !important;

}
.owl-item .item-marca img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.8;
    filter: alpha(opacity=80);
    margin: 0 auto;
}
.owl-item .item-marca img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.carousel-controls.btns-brands {
    margin-right: 15px;
}
.brandbtn {
    background-color: #f2f4f6 !important;
    border-radius: 0;
}
.carousel-btn.brandbtn.carousel-btn-prev {
    background-position: -13px -205px !important;
}
.carousel-btn.brandbtn.carousel-btn-next {
    background-position: -66px -205px !important;
}
.informacion-producto .icon-button.icon-like {
    background-color: transparent !important;
}
.noUi-connect {
    background: rgb(246,139,31);
}
ul.datos-operaciones li i {
    color: #333 !important;
}

.informacion-producto .product-valor span {
    color: #6d6d6d !important;
}
.new-rect {
    background: #f55f00;
}


.carousel-btn.carousel-btn-prev {
    background-position: -12px -245px;
}
.carousel-btn.carousel-btn-next {
    background-position: -66px -245px;
}
.carousel-btn.carousel-btn-next:hover {
    background-position: -65px -205px;
}
.carousel-btn.carousel-btn-prev:hover {
    background-position: -12px -205px;
}



.cantainer-nav {
    position: relative;
    padding-right: 3em;
}
.cantainer-nav:before, .cantainer-nav:after {
    content: '';
    display: table;
}
.cantainer-nav:after {
    clear: both;
}

.search-button {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 9;
}

.search-toggle {
    position: relative;
    display: block;
    height: 15px;
    width: 15px;
    top: 5px;
    padding: 15px;
}
.search-toggle::before, .search-toggle::after {
    content: '';
    position: absolute;
    display: block;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}
.search-toggle::before {
    /*--adjust as necessary--*/
}
.search-toggle::after {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #828282;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: -3px;
    left: 5px;
    font-size: 20px;

}
.search-toggle.active::before {
    /* width: 0; */
    /* border-width: 1px; */
    /* border-radius: 0; */
    /* -webkit-transform: rotate(45deg); */
    /* transform: rotate(45deg); */
    /* top: -2px; */
    /* left: 4px; */
    display: none;
}
.search-toggle.active::after {
    content: "\f057";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;  /*--adjust as necessary--*/
    color: #828282;
    padding-right: 0.5em;
    position: absolute;
    top: -3px;
    left: 5px;
    font-size: 20px;
    width: 0;
    height: 0;
}

.search-input:focus {
    outline: none;
}

#main-nav-container {
    border-bottom: 2px solid #0097bf;
}
#main-nav-container .search-box {
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 40%;
    height: 100%;
    max-height: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background-color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
    overflow: hidden;
}

#main-nav-container .search-box .search-input {
    width: 100%;
    height: 100%;
    padding: 0 1em;
    border: 0;
    background-color: transparent;
    opacity: 0;
    color: #fff;
}
#main-nav-container .search-box .search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}
#main-nav-container.show .search-box {
    max-height: 40px;
}
#main-nav-container.show .search-box .search-input {
    opacity: 1;
}
#main-nav-container .search-box #search-button {
    position: absolute;
    top: 0px;
    right: 0;
    background: rgb(246,139,31);
    color: #fff;
    border: 0;
    font-size: 10px;
    height: 40px;
    width: 47px;
    outline: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#main-nav-container .search-box #search-button:hover {
    background: #d6811c;
}

.banners.bloque_1-home {
    overflow: auto;
}

.banners.bloque_1-home .banner-box {
    position: relative;
}

.banners.bloque_1-home .banner-box.sup {
    margin-top: 10px;
}
.banners.bloque_1-home .banner-box.inf {
    margin-top: 28px;
}
.banners.bloque_1-home img{
    border-radius: 20px;
}
.bloque_1-home-desc {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    padding: 5px 10px 10px;
    border-radius: 20px;
}
.bloque_1-home-desc h2 {
    color: #fff;
    font-family: 'Anton', sans-serif;
    text-align: center;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.bloque_1-home-desc a {
    float: right;
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
    padding: 5px;
    background: #f68b1f;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
}
.welcome_message {
    background: url(../images/bg_slider.png) no-repeat center top #fff;
    padding: 40px 0;
    background-size: 50%;
}
.welcome_message-content {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
.welcome_message-content h2 {
    font-family: 'Anton';
    font-size: 33px;
}

.welcome_message-content p {
    font-size: 15px;
    color: #666;
}

.barwhith {
    position: relative;
}
.barwhith:after {
    content: '';
    height: 45px;
    position: absolute;
    width: 100%;
}
.barwhith.grey:after {
    background: #333;
}
.barwhith.yellow:after {
    background: rgb(246,139,31);
}
.carousel-controls {
    background: transparent;
}
.carousel-btn {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.owl-item .item {
    background: #fff;
    border: none;
    margin: 10px;
    box-shadow: 0px 5px 12px 1px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
    transition: transform ease-in .1s;
    -webkit-transition: transform ease-in .1s;
}
.banners_block-home,
.marcas_destacadas {
    background: #fff;
    padding: 30px 0;
}
.marcas_destacadas {
    padding-bottom: 5px;
    position: relative;
}

.newsletter {
    position: absolute;
}

.newsletter-inner {
    position: relative;
    background: #4c443e;
    overflow: inherit;
    right: 15px;
    padding: 15px;
    color: #eee;
    font-weight: 100;
    line-height: 18px;
    top: -30px;
    min-height: 70px;
}
.newsletter-inner strong {
    color: rgb(246,139,31);
    font-size: 15px;
}
.newsletter-inner:after {
    content: url(../images/newsletter-shadow-der.png);
    position: absolute;
    right: -23px;
    top: 7px;
}

.newsletter-inner:before {
    content: url(../images/newsletter-shadow-izq.png);
    position: absolute;
    left: -21px;
    top: 4px;
}

form.suscribirse input {
    background: transparent;
    border-radius: 0;
    /*width: 250px !important;*/
    height: 33px;
    border-color: #bbbbbb;
    color: #eee;
}
form.suscribirse button {
    padding: 6px 15px;
    box-shadow: none;
    border-radius: 0;
    color: #2b2b2b;
}
.redes-footer {
    /* text-align: left; */
    /* top: 13px; */
    /* position: relative; */
}
.redes-footer a {
    margin-right: 8px;
    border: 2px solid;
    padding: 11px;
    width: 40px;
    display: inline-block;
    text-align: center;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
}
.redes-footer a:last-child{
    margin-right: 0px;
}
a.compartir_pagina {
    border: 2px solid;
    display: block;
    text-align: center;
    padding: 7px;
    border-radius: 15px;
}

a.compartir_pagina i {
    font-size: 18px;
}
#compartir_pagina a {
    text-align: center;
    background: #E49204;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    color: #fff;
    transition: all ease-in .1s;
}
#compartir_pagina a:hover {
    color: #fff;
    opacity: .5;
    transform: scale(.9);
}
#compartir_pagina h3 {
    color: #f68b1f;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #f68b1f;
    margin: 0 0 15px;
    text-transform: capitalize;
}
#compartir_pagina h3 span {
    background: white;
    padding: 0 15px;
    position: relative;
    top: 15px;
    font-size: 18px;
    font-weight: 300;
}
#compartir_pagina .modal-body {
    display: flex;
    justify-content: space-around;
}
#compartir_pagina button.close {
    color: #414141;
    position: absolute;
    right: 10px;
    top: 5px;
}
#compartir_pagina button.close:focus {
    outline: none;
    color: #f68b1f;
}
#compartir_pagina .header-modal {
    text-align: center;
    font-size: 17px;
    margin: 20px 0 0;
    font-weight: 300;
}
#compartir_pagina a.facebook {
    background: #3b5998;
}
#compartir_pagina a.twitter {
    background: #55acee;
}
#compartir_pagina a.google-plus {
    background: #dd4b39;
}
#compartir_pagina a.linkedin {
    background: #0177b5;
}
#compartir_pagina a.digg {
    background: #1b5891;
}
#compartir_pagina a.stumbleupon {
    background: #eb4924;
}
#compartir_pagina a.envelope {
    background: #555555;
}
#compartir_pagina a.print {
    background: #555555;
}



.item-reference {
    font-size: 12px !important;
    color: #9c9c9c;
    margin-bottom: 10px;
    margin-top: 1px;
}
.item-price-container {
    font: 600 14px/20px "Roboto", Arial, sans-serif;
    color: rgb(246,139,31);
    margin-top: 5px;
}
/*.item-product span.precio-regular {
    font-weight: 400;
}*/
.item-product .item-price-regular,
.item-product span.precio-regular {
    font-size: 14px;
    color: #b5b5b5;
    font-weight: 400;
    text-decoration: line-through;
}
.item-name a:hover {
    color: rgb(246,139,31);
}
.wrapper-filtros-atributos .filter {
    width: inherit !important;
}
.wrapper-filtros-atributos {
    background: #fff;
}
.informacion-producto .product-valor {
    color: #f55f00 !important;
}

.informacion-producto {
    padding: 15px 0 35px;
    border-radius: 10px;
}
.product-add .custom-quantity-input {
    margin-right: 16px;
}
.custom-quantity-input .quantity-btn:hover {
    border-color: rgb(246,139,31);
    background: rgb(246,139,31);
}
.product-list.product-accion .product-add .btn {
    left: 5px;
    position: relative;
}
.item-price i {
    display: none;
}
.featured-slider .featured-product .featured-price,
.related-slider .related-product .related-price {
    color: #f55f00;
}
.related-product .btn {
    color: #ffffff;
    font-weight: 400;
    background: rgb(246,139,31);
}
.sidebar h3 {
    font: 400 15px/40px "Roboto", Arial, sans-serif;
}
.item-product .precio-internet {
    color: rgb(103, 103, 103) !important;
}

.item-product .icon-button.icon-like,
.item-product a.item-add-btn,
.item-product .icon-button.icon-compare {
    border: none;
    background-image: url(../images/icons-items-actions.png);
    background-size: auto;
    background-color: transparent;
}
.item-product a.item-add-btn {
    background-position: 0px 0;
}
.item-product .icon-button.icon-like {
    background-position: -34px 0px;
}
.item-product .icon-button.icon-compare {
    background-position: -70px 0px !important;
}
.item-product .icon-button.icon-compare.producto-a-comparar {
    background-position: -70px -34px !important;
}
.item-product .item-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.item-action.ofertas-icons {
    display: inherit;
    width: inherit;
}
a.masinfo i {
    font-size: 26px;
    /*top: 7px;*/
    position: relative;
    margin-left: 3px;
    color: #c5cccf;
}
h3.item-name {
    margin-bottom: 5px;
}
.featured-slider .featured-product h5 a:hover, .related-slider .related-product h5 a:hover {
    color: #f55f00;
}
.btn-comparar {
    background: #f55f00;;
    position: inherit;
    margin-left: 15px;
}
.btn-comparar:hover, .btn-comparar:focus, .btn-comparar:active {
    background: rgb(246,139,31) !important;
}
.btn-comparar.fixed {
    position: fixed;
    top: 44px;
    right: 0;
    background: #f55f00;
    margin: 7px;
}
.producto-favorito {
    background-color: transparent !important;
    background-position: -32px -36px !important;
}
.item .item-action .item-action-inner {
    padding-left: 0;
}

/*USUARIOS PAGINA*/

#user-tabs-content {
    overflow: hidden;
    border: 1px solid #eeeeee;
    padding: 20px 5px;
    padding-bottom: 40px;
}
#user-tabs-list li.active a {
    background: #f55f00;
}
#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-header:after {
    content: "\f0d7";
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 58px;
    line-height: 0;
    color: #008533;
    z-index: 9;
}
.modal-design .modal-header i {
    text-align: center;
    font-size: 50px;
    background: white;
    display: block;
    width: 75px;
    height: 75px;
    margin: 0px auto 15px;
    border-radius: 50%;
    line-height: 80px;
    color: #008533;
}
.modal-design .modal-dialog {
    border: 6px solid #008533;
    box-shadow: -9px 9px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}
.modal-design .modal-content {
    box-shadow: none;
    border: 0;
    border-radius: 5px;
}
.modal-design .modal-header {
    background: #008533;
    background: -moz-linear-gradient(-148deg, #03752f 50%, #008533 50%, #008533 50%, #008533 100%);
    background: -webkit-linear-gradient(-148deg, #03752f 50%,#008533 50%,#008533 50%,#008533 100%);
    background: linear-gradient(-148deg, #03752f 50%,#008533 50%,#008533 50%,#008533 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#057b33', endColorstr='#008533',GradientType=1 );
    position: relative;
}
.modal-design.op2 .modal-header {
    background: #008533;
}
.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: #008533;
    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: #f55f00;
    -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: #f55f00;
}
.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: #f55f00;
}
.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: #e08416;
    color: #fff;
    font-weight: 500;
    border: 1px solid #b77323 !important;
    border-bottom: 6px solid #b36100 !important;
    line-height: 16px;
    text-shadow: 0 1px 0px rgba(125, 78, 21, 0.42);
}
.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;
}

#toolsuser {
    color: #ffffff;
    font-size: 23px;
    position: absolute;
    border-left: 1px solid #777;
    right: 36px;
    border-right: 1px solid #777;
    padding: 5px 10px 2px;
}
#main-nav-container #main-nav #responsive-nav ul {
    border-top: 4px solid rgb(246,139,31);
}
#main-nav-container #main-nav #responsive-nav ul li a {
    padding: 6px 0 6px 14px;
    font-size: 14px;
}
#main-nav-container #main-nav #responsive-nav ul li .menu-button {
    height: 39px;
    background-position: 0 -365px;
}
#main-nav-container #main-nav #responsive-nav ul li .menu-button.active {
    background-position: -40px -365px;
}
#main-nav-container #main-nav #responsive-nav ul li ul a {
    padding: 7px 0 7px 35px !important;
    text-align: left;
    font-size: 13px;
}
/*.menu-button {
    background-image: none;
}
.menu-button:after {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    top: 15px;
    position: relative;
}
.menu-button:hover {
    color: #f55f00;
}*/
div#filter-wrapper a.accordion-btn:after {
    top: -10px !important;
}
.category-item-container {
    margin-top: 10px;
    overflow: initial;
    border: none;
}
#modal-seleccion-sucursal-usuario-b2b-logueado > div {
    margin: 0 auto;
    width: inherit !important;
    max-width: 400px;
}
.product .labels-product-details {
    right: 15px;
}

.listado-carga-rapida .product-discount-tag {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px;
    background: #d4811e;
    color: white;
    font-size: 11px;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cartera-vencida {
    color: #d81d1d;
    font-size: 14px;
}

.dropdown-cart-total.peso-total {
    border-top: solid 1px #c1c1c1;
    padding-top: 10px;
    margin-top: 0px;
}
.novedades-del-producto .ribbon-novedades.nuevo {
    background-color: #d51a03;

}
.novedades-del-producto .ribbon-novedades.descuento {
    background-color: #d4811e;
}

.vista-1 .boton-acciones-producto {
    display: inherit;
}

.message-alert-page{
    padding: 15px;
    background: #f7f7f7;
    margin-top: 25px;
    border-top: 3px solid #ef9033;
}
.message-alert-page h4{
    font-size: 16px;
    font-weight: bold;
}
.message-alert-page.notacoment{
    overflow: hidden;
}
.message-alert-page.notacoment h4{
    display: inline-block;
    vertical-align: middle;
    float: left;
}
.message-alert-page.notacoment > div{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 60px);
    float: right;
}
.message-alert-page ol{
    list-style: decimal;
    padding-left: 20px;
    font-weight: bold;
}
.message-alert-page ol li{
    padding-left: 5px;
    text-align: justify;
    font-size: 14px;
    position: relative;
    margin-bottom: 12px;
}
.message-alert-page ol li span{
    font-weight: initial;
}
.basic-text{
    font-size: 15px;
    text-align: justify;
    margin: 20px 0px 10px 0px;
}
table.listado thead tr th .form-control {
    height: 25px !important;
    padding: 3px 8px;
    font-weight: 400;
    min-height: initial !important;
}
table.listado tbody tr td {
    line-height: 1.3;
    vertical-align: middle;
}
table.listado tr th{
    background: #575a59;
    border-color: #808080;
    border-bottom-color: #575a59;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 11px;
    text-align: center;
    vertical-align: middle;
    line-height: 16px;
    text-shadow: none !important;
}
table.listado thead tr.ng-table-filters th {
    padding: 4px 10px 9px !important;
}
table.listado tr th.sortable.sort-desc, table.listado tr th.sortable.sort-asc {
    background-color: rgb(87, 90, 89) !important;
}
table.listado tr th table.listado thead.ng-scope {
    border-bottom: 3px solid #a7abaf !important;
}
table.listado tr td .btn-success{
    /*background-color: #f68b1f !important;
    border-color: #f68b1f;*/
    margin: 0px;
    margin-right: 4px;
    vertical-align: top;

}
.float-right{
    float: right;
}
.just-text{
    display: inline-block;
    margin: 0px;
    margin-right: 10px;
    margin-top: 9px;
    font-weight: bold;
    font-size: 13px;
}
.marg-bot-12{
    margin-bottom: 12px;
}

.pdf-boton{
    background-color: #d40a0a;
    border-color: #d40a0a;
}
.pdf-boton:hover{
    background-color: #D4D3D3 !important;
    border-color: #d40a0a !important;
    color: #d40a0a;
}
.excel-boton{
    background-color: #02723b;
    border-color: #02723b;
}
.excel-boton:hover{
    background-color: #D4D3D3 !important;
    border-color: #02723b !important;
    color: #02723b;
}

/*-------------------------------------CANASTA-------------------------------------*/
.config-pedido-box h5 {
    height: 28px;
}
/*-------------------------------------CANASTA-------------------------------------*/

.button-load-notification{
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: 6px;
}
.button-load-notification i{
    vertical-align: middle;
}
.button-load-notification span{
    vertical-align: middle;
}
.mrg-bottom-20{
    margin-bottom: 20px;
}
.tabla-mis-cotizaciones table tbody tr:nth-child(2n+1){
    background-color: #f3eeee
}
.imagen-responsiva{
    width: 100%;
    height: auto;
}
.buscar .boton-busqueda-productos{
    width: 160px;
    border-radius: initial;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border: 1px solid #f68b1f;
}
.toolbox-pagination .separator{
    color: #151515;
    font-weight: bold;
}
.vistas-pp ul li a:hover{
    border: 1px solid #f68b1f;
}
.vistas-pp ul li.activa a{
    border: 1px solid #f68b1f;
}
.listado-carga-rapida > div > .table-responsive{
    border-top: 1px solid #f68b1f;
    border-bottom: 1px solid #f68b1f;
}
.listado-carga-rapida table thead tr th{
    border-bottom: 2px solid #f68b1f;
    background: #626262;
    color: white;
}
.carga-rapida-intro hr{
    border-top: 1px solid #f68b1f;
}
.carga-rapida-productos .toolbox-filter .vistas-pp ul{
    display: none !important;
}
#main-nav-container #main-nav #responsive-nav ul li{
    overflow: hidden;
}
.table-container table + div{
    overflow: hidden;
}
.custom-inputfile{
    position: relative;
}
.custom-inputfile input{
    position: absolute;
    z-index: -999999;
}
.margin-bot-20{
    margin-bottom: 20px;
}
.opciones-producto-usuario .add-favoritos{
    top: 0px !important;
}
.canasta-pedido .table .datos-prod{
    width: 100%;
}
.cant-en-xs{
    text-align: left;
}
.table-custom-italcol thead tr th{
  border-bottom: 2px solid #f68b1f;
  font-weight: bold !important;
}
#login-tabs .tab-content .input-group-addon{
  min-width: 120px !important;
  max-width: 120px !important;
}
#login-tabs .tab-content .input-group-addon .input-text{
  font-size: 1.1em;
}
.tips-recuperar i{
  color: #f68b1f;
  font-size: 1.35em;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.tips-recuperar .input-desc-box{
  position: relative;
  box-shadow: 3px 2px 3px rgba(220, 220, 220, 0.57);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 2px solid #f68b1f;
  border-bottom: 2px solid #eaeaea;
  margin-top: 15px;
}
.tips-recuperar .input-desc-box i{
  position: absolute;
  display: table;
  top: -15px;
  left: -10px;
  min-width: initial;
  width: auto;
  font-size: 2em;
  background: white;
  border-radius: 50%;
  color: #525151;
}
.big-border-radius{
    border-radius: 20px;
}
.small-border-radius{
    border-radius: 20px;
}
.item-pcontrol{
    border-radius: 10px;
}
.iconooo{
    color: #a47e1c !important;
}
#category-filter a[href="./#/PT-ACUICULTURA-"] {
    color: #2f8fc5;
    font-weight: bold;
}
#category-filter a[href="./#/PT-EQUINOS-"] {
    color: #321d1b;
    font-weight: bold;
}
#category-filter a[href="./#/PT-ITALSAL-"] {
    color: #63318a;
    font-weight: bold;
}
#category-filter a[href="./#/PT-CUNICULTURA-"] {
    color: #284294;
    font-weight: bold;
}
#category-filter a[href="./#/PT-AVICULTURA-"] {
    color: #a27c1c;
    font-weight: bold;
}
#category-filter a[href="./#/PT-PORCICULTURA-"] {
    color: #d3135a;
    font-weight: bold;
}
#category-filter a[href="./#/PT-GANADERIA-"] {
    color: #68b32e;
    font-weight: bold;
}

#category-filter .panel .accordion-title span{
    display: inline-block;
    position: relative;
    padding-left: 40px;
}
#category-filter .panel .accordion-title span img{
    position: absolute;
    display: table;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 25px;
    height: 25px;
}
#category-filter .ver-mas-cat,
#category-filter .ver-menos-cat{
    font-weight: bold;
    color: #f58634;
    font-size: 15px;
    text-shadow: 1px 1px 3px white;
}
#category-filter .ver-mas-cat i,
#category-filter .ver-menos-cat i{
    color: #f58634;
    font-size: 22px;
}
#category-filter.acc-nuestros-productos .accordion-header{
    border-bottom: 1px solid #f58634;
    padding: 10px 28px 10px 10px;
}

#slider-rev-container{
    background: transparent !important;
}
#mainSliderBanner .carousel-control{
    border-radius: 20px;
}
#mainSliderBanner .item img,
.banner_block img,
#mainSliderBanner .carousel-control,
.banner-slider img{
    border-radius: 20px;
}
.punto-paso{
    font-size: 20px;
    color: #00a65a;
}
.tabla-mis-cotizaciones table tbody tr:nth-child(2n+1) > td i{
    color: red !important;
}



/* MODULO DE PAGOS 30/03/2017 */

.header-box-botton.pull-right {
    margin: 6px 15px;
    position: relative;
}
.header-box-botton a.btn {
    padding: 10px 10px 15px !important;
}
.header-box-botton .pagos-icon {
    background: url(../images/icon-pagos-enlinea.png) no-repeat;
    width: 30px;
    height: 20px;
    top: 2px;
    left: 1px;
    display: inline-block;
    position: relative;
}
.header-pagos {
    /* margin-top: 18px; */
    margin-bottom: 20px;
}
.header-pagos h2 {
    margin-bottom: 10px;
}
.header-pagos h2 span {
    display: block;
    font-size: 25px;
    margin-bottom: 2px;
    font-weight: bold;
    color: #dd6228;
}
.header-pagos p {
    font-size: 15px;
    line-height: 20px;
}
.info-pagos h3 {
    background: #333333;
    font-size: 15px;
    padding: 10px;
    color: #fff;
}
.info-pagos label {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
}
.info-pagos .form-group {
    margin-bottom: 5px;
}
.info-pagos .form-group hr {
    margin: 0;
}
.info-pagos .tooltip,
.normal-tooltips + .tooltip {
    font-size: inherit;
    font-weight: 100;
}
.info-pagos .tooltip .tooltip-inner,
.normal-tooltips + .tooltip .tooltip-inner{
    padding: 3px 8px;
    background-color: #111;
}
.info-pagos .tooltip.top .tooltip-arrow,
.normal-tooltips + .tooltip.top .tooltip-arrow {
    border-top-color: #111;
}
.info-pagos .tooltip.in,
.normal-tooltips + .tooltip.in {
    filter: alpha(opacity=80);
    opacity: .9;
}
.btns-accion-modal .btn {
    min-width: 60px;
}
.info-pagos.confirmacion ul {
    padding-left: 15px;
}
.info-pagos.confirmacion li {
    list-style-type: initial;
    line-height: 20px;
}
.info-pagos .btn-success {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.info-pagos .btn-success:focus,
.info-pagos .btn-success.focus {
  background-color: #449d44;
  border-color: #255625;
}
.info-pagos .btn-success:hover {
  background-color: #449d44;
  border-color: #398439;
}
.btns-accion .btn[disabled] {
    background: #888;
    border-color: #676363;
}
.custom-checkbox.seleccion {
    position: relative;
    display: block;
    width: 20px;
    margin: 0 auto;
    padding: 0;
}
.custom-checkbox.seleccion [type="checkbox"]:checked ~ label {
  background-position: 0 0;
}
.custom-checkbox.seleccion label {
  background-image: url("../images/icon-check-estados.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  padding-left: 20px;
  cursor: pointer;
  display: block;
  height: 21px;
  margin: 0;
}
td.no-border-side {
    border-left: none;
    border-right: none !important;
    padding: 15px 0 !important;
}
tr.total-table {
    border: 2px solid #ffffff;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
td.fontstrong {
    font-size: 15px !important;
    color: #444;
}
input.input-editable {
    width: inherit;
    text-align: right;
    padding-right: 5px;
}
.totales-tabla-float {
    display: block;
    padding: 0px 60px;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    left: 0;
    margin: 0;
}
table.no-border {
    border: none;
    margin: 0;
}
table.no-border > tbody > tr > td {
    border: none !important;
}
.info-pagos.confirmacion td {
    padding: 5px;
}
.totales-tabla-float td.fontstrong {
    padding: 10px 0;
    text-align: right;
}
.asistente-pagos img {
    width: 70%;
}
.check-confirmacion {
    color: #00adbe;
}
.consultas.consultas-pago-resumen .table-responsive > .table tbody tr td {
    padding: 1px 5px;
    vertical-align: middle;
}

.consultas-abono-resumen th, .consultas-abono-resumen td {
    padding: 10px;
    vertical-align: middle;
    text-align: left !important;
    margin-left: 20px !important;
}

.consultas-abono-resumen td {
    padding-left: 15px !important;
}

.table-tada-desing{
    display: flex;
    flex-wrap: nowrap;
    border-radius: 10px;
    overflow: hidden;
}

.table-tada-desing > div:first-child{
  background-color: #f68b1f !important;
  color: white;
}
.table-tada-desing > div:first-child h3{
  color: white;
}
.table-tada-desing > div:first-child .leicon{
  color: #e7e6e6;
}
.table-tada-desing > div:first-child:hover .leicon{
  color: rgb(214, 211, 211);
}

.table-tada-desing > div:nth-child(2n+1){
    background-color: #f5f4f4;
    padding-top: 10px;
    padding-bottom: 10px;
}
.table-tada-desing > div:nth-child(2n+2){
    background-color: #E7E6E6;
    padding-top: 10px;
    padding-bottom: 10px;
}
.table-tada-desing > div{
    position: relative;
}
.table-tada-desing > div .leicon{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    display: table;
    z-index: 0;
    right: 15px;
    font-size: 70px;
    color: rgba(246, 139, 31, 0.7);
}
.table-tada-desing > div:hover .leicon{
    color: rgba(246, 139, 31, 0.9);
    transform: scale(.9);
}
.table-tada-desing ul{
    list-style: none;
}
.table-tada-desing ul li{
    position: relative;
    display: table;
    padding-left: 20px;
    margin-bottom: 10px;
    width: 100%;
}
.table-tada-desing ul li i{
    display: table;
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    left: 0;
    font-size: 1.1em;
}
.table-tada-desing ul li span{

}
.dark-title-table tr th{
    background: #575a59 !important;
}
.th-exs-green{
    background-color: #bfff8e;
}
.th-exs-red{
    background-color: #ff9c9c;
}
.menu-especial-option a{
    color: #FFFFFF !important;
    background: #626262;
    box-shadow: inset 0 0 0 1px rgb(246,139,31);
    border-radius: 18px 18px 0 0;
}
.color-red{
    color: #dc0505 !important;
}

.parent-flex-div-anotaciones{
display: flex;
flex-wrap: wrap;
margin-bottom: 15px;
}
.anotaciones {
border: 1px solid #E0E0E0;
margin: 0 0 15px 0;
padding: 0 0 5px;
text-align: center;
height: 100%;
}
.anotaciones.cli-ven{
text-align: left;
}
.anotaciones strong {
display: block;
background-color: #f68b1f;
padding: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #DDDDDD;
font-weight: 600;
color: white !important;
text-align: center;
}
.anotaciones.edit-37,
.anotaciones.edit-33{
padding-bottom: 0px;
}
.anotaciones.cli-ven span {
padding: 8px;
display: block;
margin-bottom: 15px;
}
.icon-float-right{
    float: right;
    cursor: pointer;
    margin-top: 2px;
}
#inner-footer .fa-ul > li{
    margin-bottom: 5px;
}
.links-pie{
    line-height: 1.3;
}

.sibarleft-container{
  display: flex;
  flex-wrap: nowrap;
}
.sibarleft-container .sidebar{
  position: relative;
}
#aceptar-politicas {
    padding: 0 15px 15px;
    background: #efefef;
    border-radius: 5px;
    position: absolute;
    top: 0px;
    width: 100%;
}
#aceptar-politicas h5 {
    background: #535353 !important;
    padding: 0 10px;
    font: 500 15px/38px "Oswald",Arial,sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    box-shadow: 15px 0 #535353, -15px 0 #535353;
}
.cortar-col{
    clear: both;
    float: none;
}
.mrg-bot-15{
    margin-bottom: 15px;
}
.proveedores p {
    margin: 15px 0;
    font-size: 15px;
    line-height: 1.5;
}
.btnSearch {
    vertical-align: bottom;
    position: relative;
    top: 24px;
}
table.pago-detallado + div .ng-table-counts.btn-group,
table.pago-detallado + div ul.pagination.ng-table-pagination {
    position: absolute;
    margin: 15px;
    margin-top: 5px;
}
table.pago-detallado + div .ng-table-counts.btn-group {
    right: 0;
}
table.pago-detallado + div ul.pagination.ng-table-pagination {
    left: 0;
}
.btns-accion.btn-pago-detallado {
    margin-top: 60px;
}
/*.table-responsive.tabla-ordenes{
    overflow-x: initial !important;
    overflow-y: initial !important;
}*/

.clear-both{
    clear: both;
}
.small-box {
    margin-bottom: 15px;
}
@media (min-width: 992px){
  .table-responsive.orders-table{
    overflow-x: initial !important;
    overflow-y: initial !important;
  }
}
.mrg-bot-15{
    margin-bottom: 15px;
}

/* Base for label styling */
.checkbox-canasta:not(:checked),
.checkbox-canasta:checked {
  position: absolute;
  left: -9999px;
}
.checkbox-canasta:not(:checked) + label,
.checkbox-canasta:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
.checkbox-canasta:not(:checked) + label:before,
.checkbox-canasta:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
.checkbox-canasta:not(:checked) + label:after,
.checkbox-canasta:checked + label:after {
  content: '✔';
  position: absolute;
  top: .1em; left: .3em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
}
/* checked mark aspect changes */
.checkbox-canasta:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.checkbox-canasta:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
a.categoria-principal.black{
    color: #474849;
    font-weight: 600;
}
.dont-striped > tbody > tr:nth-child(even) > td{
    background-color: white;
}
.border-bot-naj thead{
    border-bottom: 4px solid #d4811e;
}