strong {color:#1668a2}
.labelVcenter{ padding:0 0 10px 0; vertical-align:middle; font-weight:bold;}
.labelCenter{ padding:0; min-width:180px;font-weight:bold;}
.labelContenido{}
.img-thumbnail { border-radius: 0 }
code { border-radius: 0 }
pre { border-radius: 0 }
.form-control { webkit-box-shadow: none }
.form-control:focus {
    border-color: gray;
    -webkit-box-shadow: none;
    box-shadow: none
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.rightpadding5{
    padding-right: 5px;
}
.leftpadding5{
    padding-left: 5px;
}
.rightpadding10{
    padding-right: 10px;
}
.leftpadding10{
    padding-left: 10px;
}
/*--------------------------------------------------	MARGINS,PADDINGS---------------------------------------------------*/
.topspace0 {
    margin-top:0px !Important;
}
.topspace10 {
    margin-top:10px;
}
.topspace15 {
    margin-top:15px;
}
.topspace20 {
    margin-top:20px !important;
}
.topspace25 {
    margin-top:25px;
}
.topspace30 {
    margin-top:30px;
}
.topspace35 {
    margin-top:35px;
}
.topspace40 {
    margin-top:40px;
}
.topspace50 {
    margin-top:50px;
}
.bottomspace0 {
    margin-bottom:0px;
}
.bottomspace5 {
    margin-bottom:5px;
}
.bottomspace10 {
    margin-bottom:10px;
}
.bottomspace15 {
    margin-bottom:15px;
}
.bottomspace20 {
    margin-bottom:20px;
}
.bottomspace25 {
    margin-bottom:25px;
}
.bottomspace30 {
    margin-bottom:30px;
}
.bottomspace35 {
    margin-bottom:35px;
}
.bottomspace40 {
    margin-bottom: 40px;
}
.rightspace5 {
    margin-right:5px;
}
.rightspace10 {
    margin-right:10px;
}
.rightspace15 {
    margin-right:15px;
}
.rightspace20 {
    margin-right:20px;
}
.leftspace5 {
    margin-left:5px;
}
.leftspace10 {
    margin-left:10px;
}
.leftspace15 {
    margin-left:15px;
}
.leftspace20 {
    margin-left:20px;
}
.display
{
    display:none;
}

/**************************************/
input, button, select, textarea {
    background-image: none;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 7px;
    color: #333;
}

/*.input-sm { border-radius: 0 }
.input-lg { border-radius: 0 }
.btn { border-radius: 0 }
.btn-lg { border-radius: 0 }
.btn-sm,
.btn-xs { border-radius: 0 }*/
.dropdown-menu {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-group-xs > .btn { border-radius: 0 }
.btn-group-sm > .btn { border-radius: 0 }
.btn-group-lg > .btn { border-radius: 0 }
.btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 0 }
.btn-group-vertical > .btn:last-child:not(:first-child) { border-bottom-left-radius: 0 }
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn { border-radius: 0 }
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-lg > .input-group-btn > .btn { border-radius: 0 }
.input-group-addon { border-radius: 0 }
.input-group-addon.input-sm { border-radius: 0 }
.input-group-addon.input-lg { border-radius: 0 }
.nav-tabs > li > a { border-radius: 0 }
.nav-pills > li > a { border-radius: 0 }
@media (min-width: 768px) {
    .navbar { border-radius: 0 }
}
.navbar-toggle { border-radius: 0 }
.navbar-toggle .icon-bar { border-radius: 0 }

.icon-bar-login
{
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    color: white;
}
.breadcrumb { border-radius: 0 }
.pagination { border-radius: 0 }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.pager li > a,
.pager li > span { border-radius: 0 }
.label { border-radius: 0 }
.badge { border-radius: 0 }
.container .jumbotron { border-radius: 0 }
.thumbnail { border-radius: 0 }
.alert { border-radius: 0 }
.progress {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none
}
.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    /* text-transform: capitalize; */
}
.panel {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.panel-heading {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.panel-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.panel-group .panel { border-radius: 0 }
.well {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.well-lg { border-radius: 0 }
.well-sm { border-radius: 0 }
.close { text-shadow: none }
.modal-content {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
@media screen and (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}
.tooltip-inner { border-radius: 0 }
.popover {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.popover-title { border-radius: 0 }
.carousel-control { text-shadow: none }
.carousel-indicators li { border-radius: 0 }
.carousel-caption { text-shadow: none }

.btn:active,.btn:focus,a:active,a:focus{outline: 0}
.no-border-right{border-right: 0!important}
.no-border-left{border-left: 0!important}
.no-padding{padding: 0!important}
.hero-spacer {margin-top: 50px}
.hero-feature{margin-bottom: 30px;}
select{border:1px solid #ddd;padding:3px}
.green{ color: green }
.red{ color: red }
@font-face {
    font-family: 'open_sanscondensed_light';
    src: url('fonts/opensans-condlight-webfont.eot');
    src: url('fonts/opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans-condlight-webfont.woff') format('woff'),
        url('fonts/opensans-condlight-webfont.ttf') format('truetype'),
        url('fonts/opensans-condlight-webfont.svg#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_proregular';
    src: url('fonts/sourcesanspro-regular-webfont.eot');
    src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),
        url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
        url('fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DroidSansRegular';
    src: url('fonts/droidsans-webfont.eot');
    src: url('fonts/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/droidsans-webfont.woff') format('woff'),
        url('fonts/droidsans-webfont.ttf') format('truetype'),
        url('fonts/droidsans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'source_sans_proregular';
    color:#777;
    background: #f1f1f1
}
.main-container{
    padding: 30px 20px 40px 20px;
    background: #fff;
    /*box-shadow: 0 0 7px #384248*/
}
header{
    padding-top: 10px;
    background: #164364;
}
header .well{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding: 0;
    padding-top: 20px;
    border: 0;
    background: transparent;
}
.iconClient .well
{
    float:right;
}

header .logo {
    padding-left: 15px;
}
header .logo a {
    color: #333;
    font-size: 35px;
    font-family: 'open_sanscondensed_light';
}
header .logo a span{
    color: #428bca;
}
header .logo a:hover{
    text-decoration: none;
}
.slider{
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
}
ul.bxslider {
    list-style: none;
}
.bx-wrapper .bx-viewport {
    top: 0;
    left: 0;
    box-shadow: 0 0 0 1px #ddd
}
.bx-wrapper img {
    width: 100%;
}
.bx-viewport {
    max-height: 500px!important;
}
.input-search{
    position: relative;
    z-index: 1;
}
.btn-group-cart,.btn-group-cart .btn{
    width: 100%;
}
.btn-group-cart .btn{
    text-align: center;
}
.btn-group-cart .dropdown-menu{
    z-index: 1001;
    left: inherit;
    right: 0;
}
.btn-group-cart .icon-cart{
    margin-right: 5px;
}
ul.cart-content{
    min-width: 250px;
}
ul.cart-content b{
    font-weight: normal;
    display: block;
    font-family: 'DroidSansRegular';
    /*font-size: 16px;*/
    color: #0000ff;
}
.link-p{
    display: block;
    min-height: 250px;
    height: auto;
    width: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.first-p{
    min-height: 169px;
}
.def-img{
    position: inherit!important;
    width: auto!important;
    height: inherit!important;
    max-width: inherit!important;
    max-height: inherit!important;
    left: inherit!important;
    top: inherit!important;
}
.prod-caption{
    background: #fbfbfb;
    border-top: 1px solid #ddd;
}
.prod-caption h4{
    font-size: 16px;
    /*height: 32px;*/
    overflow: hidden;
}
span.title{
    display: block;
    font-size: 20px;
    border-bottom: 3px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-family: 'open_sanscondensed_light';
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
}
footer{
    color: #CCC;
    background: #164b73;
}
footer h4{
    border-bottom: 1px solid #5d5d5d;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}
footer .column ul{
    font-size: 13px;
    list-style: none;
    padding: 0;
    line-height: 22px;
}
footer .column ul a{
    color: #c3c6c8;
}
footer .copyright{
    padding: 10px;
    color: #ccc;
    background: #164364
}
.navbar{
    background: #164b73;
    margin-bottom: 0;
    border-color: #113a59
}
a.navbar-brand{
	margin: 5px 0 0 10px;
}
@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 17px;
        padding-bottom: 17px;
    }
}
.navbar li a{
    font-family: 'open_sanscondensed_light';
    font-size: 18px;
    text-transform: uppercase;
    color: #fff!important;
    -ms-transition: all 100ms ease-in-out 0s ;
    -moz-transition: all 100ms ease-in-out 0s ;
    -webkit-transition: all 100ms ease-in-out 0s ;
    -o-transition: all 100ms ease-in-out 0s ;
    transition: all 100ms ease-in-out 0s ;
}
.navbar li a:hover, .navbar li a.active{
    background-color: #1668a2!important;
}
.navbar li.nav-dropdown .caret{
    border-top-color: #fff;
    border-bottom-color: #fff;
}
@media (min-width: 768px) {
    .navbar li.nav-dropdown ul li a{
        font-family: Arial;
        font-size: 15px;
        color: #333!important;
        text-transform: inherit;
    }
    .navbar li.nav-dropdown ul li a:hover{
        background-color: #f1f1f1!important;
    }
}
.thumbnail:hover{
    border: 1px solid gray;
}
.catalogue-pagination{
    margin: 0;
    margin-bottom: 40px;
}
.catalogue-pagination li.disabled:hover a{
    cursor: default;
}
.catalogue-pagination li a{
    -ms-transition: all 100ms ease-in-out 0s ;
    -moz-transition: all 100ms ease-in-out 0s ;
    -webkit-transition: all 100ms ease-in-out 0s ;
    -o-transition: all 100ms ease-in-out 0s ;
    transition: all 100ms ease-in-out 0s ;
    padding: 3px 12px;
}
.back-top{
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 30px;
    background: #384248;
    color: #fff;
    height: 23px;
}
.back-top:hover, .back-top:focus, .back-top:active{
    color: #fff;
}
.back-top:hover{
    -ms-transition: all 100ms ease-in-out 0s ;
    -moz-transition: all 100ms ease-in-out 0s ;
    -webkit-transition: all 100ms ease-in-out 0s ;
    -o-transition: all 100ms ease-in-out 0s ;
    transition: all 100ms ease-in-out 0s ;
    background: #263238;
}
.tbl-cart thead{
    background: #f8f8f8
}
.tbl-cart .td-qty{
    white-space: normal !important;
    width: 50px;
}
.btns-cart .btn{
    margin-right: 3px;
}
.tbl-checkout tbody tr td:nth-child(odd){
    background: #f8f8f8;
}
.input-qty-detail .bootstrap-touchspin{
    float: left;
    margin-right: 5px;
    width: 130px;
}

.product-thumb-image{ padding: 2px }
.product-main-image, .product-thumb-image .thumbnail{ margin-bottom: 0 }
.product-main-image{ cursor: zoom-in; cursor: -webkit-zoom-in; cursor: -moz-zoom-in }
.product-main-image-container{ position: relative }
.product-loader{
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 1;
    width: 60px;
    height: 9px
;
}
.product-short-detail label{ font-weight: normal }
.product-short-detail .col-xs-8:before{
    margin-right: 3px;
    content: ':'
}
.the-list{
    float: left;
    margin: 10px 0;
    width: 100%
}
.the-list h3{ margin: 0 }
.the-list select{
    display: inline;
    width: auto
}
.input-qty-detail .bootstrap-touchspin{
    float: left;
    margin-right: 5px;
    width: 115px
}
.add-to-detail a{
    color: #333;
    font-size: 12px
}
.product-detail-tab .nav-tabs a:focus, .product-detail-tab .nav-tabs a:active{ outline: 0 }
.product-detail-tab .well{
    border-top: 0;
    background: #fff
}
#detail table tr td:first-child, .comparison tbody tr td:first-child, .compare-product{ background: #f8f8f8 }
.comparison{ text-align: center }
.comparison tbody tr td:first-child{ text-align: left }
.product-rating {
    margin-top: 5px;
    color: #FFCC00;
    font-size: 12px
}
.media a.pull-left:hover{ text-decoration: none }
#review .media{ padding-bottom: 10px }
.tbl-cart .td-qty{ width: 130px }
.tbl-cart label{ font-weight: inherit }
.tbl-cart thead{ background: #f8f8f8 }
.login-form { max-width: 400px; margin-top: 10px }
.loginNuevoClienteWeb-form { max-width: 800px; margin-top: 10px }

.login-form .panel, .loginNuevoClienteWeb-form .panel
{
    border: 1px solid #ddd;
    background-color: #fff;
}

.login-form .panel, .loginNuevoClienteWeb-form .panel
{
        border: 1px solid #ddd;
        background-color: rgba(245,245,245,0.8);
}

.loginNuevoClienteWeb-form .input-group-addon
{
    min-width: 150px;
}
.btn-login-social{ width: 30px }
@media (min-width: 992px) {
    .product-detail{ float: right }
}
.white-container {
    position: relative;
    padding: 15px;
    background-color: #fff;
}
.list-group-submenu {
    margin-left:20px;
}
.panel-cat {
    border: 0
}
.panel-cat > a {
    background: #f5f5f5
}
.panel-cat i.fa-caret-down {
    margin-left: 10px
}
.panel-cat .list-group-sub > a {
    padding-left: 25px
}
.panel-cat .list-group-sub a:last-child {
    border-bottom: 0
}
.panel-cat .list-group-sub:last-child a:last-child {
    border-bottom: 1px solid #ddd
}

.precioAnt{
    margin-top: -10px;
    color: #999;
    text-decoration: line-through;
}

@media screen and (max-width:767px) {
    .marginPhone {
        margin: -15px 0;
    }
}
.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.elementoCabecera {
    padding: 10px 3px !important;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    text-transform: uppercase;
}
.cabecera
{
    font-weight: bold;
}
.elemento {
    padding: 10px 2px 10px 5px !important;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 63px;
    font-size: 14px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    background-color: #F3F3F3;
}
.cabHid {
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 0 !important;
}
.clearCarrito {
    height: 10px;
    margin: 5px 0;
}

.infoLateral {
    padding: 10px;
}

div#dataUser > span.title {
    margin-bottom: 0;
}
div#dataUser > h5 {
    line-height: 20px;
}
.optionCart {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: -1px;
}
@media  screen and (min-width:768px) {
    .elementoCarrito {
        vertical-align: middle;
        min-height: 62px;
    }
}
.totalCarrito{
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #CCC;
    padding: 10px 2px 10px 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
/* Accordion Simple 1 (Valentiono)================================================== */
#accordion-container {
    font-size:15px;
    background:#ffffff;
}
.accordion-header {    
    font-family: 'open_sanscondensed_light';
    text-align: left;
    font-size:20px;
    background:#e5e5e5;
    margin:5px 0 0 0;
    padding:15px 20px;
    border:1px solid #ebebeb;
    cursor:pointer;
    color:#666666;
    font-weight:500;
}
.active-header {
    background:#f0f0f0;
    background-repeat:no-repeat;
    background-position:right 50%;
    color:#666;
}
.active-header:hover {
    background:#f0f0f0;
    color:#666;
    background-repeat:no-repeat;
    background-position:right 50%;
}
.inactive-header {
    background:#fff;
    background-repeat:no-repeat;
    background-position:right 50%;
}
.inactive-header:hover {
    background:#f5f5f5;
    background-repeat:no-repeat;
    background-position:right 50%;
}
.accordion-content {
    display:none;
    padding:20px;
    background:#ffffff;
    border:1px solid #ebebeb;
    border-top:0;
    width: auto !Important;
}
/* Responsive Tabs================================================== */
ul.resp-tabs-list,ul.resp-tabs-list p {
    margin:0px;
    padding:0px;
}
.resp-tabs-list li {
    color:#333;
    font-weight:300;
    font-size:14px;
    display:inline-block;
    padding:13px 15px;
    margin:0;
    list-style:none;
    cursor:pointer;
    float:left;
}
.resp-tabs-container {
    padding:0px;
    background-color:#fff;
    clear:left;
}
h2.resp-accordion {
    cursor:pointer;
    padding:5px;
    display:none;
}
.resp-tab-content {
    display:none;
    padding:15px;
}
.resp-tab-active {
    border:1px solid #ebebeb;
    border-bottom:none;
    margin-bottom:-1px !important;
    padding:12px 14px 14px 14px !important;
}
.resp-tab-active {
    border-bottom:none;
    background-color:#fff;
}
.resp-content-active,.resp-accordion-active {
    display:block;
}
.resp-tab-content {
    border:1px solid #ebebeb;
}
h2.resp-accordion {
    font-size:13px;
    border:1px solid #ebebeb;
    border-top:0px solid #ebebeb;
    margin:0px;
    padding:10px 15px;
}
h2.resp-tab-active {
    border-bottom:0px solid #ebebeb !important;
    margin-bottom:0px !important;
    padding:10px 15px !important;
}
h2.resp-tab-title:last-child {
    border-bottom:12px solid #ebebeb !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float:left;
    width:30%;
}
.resp-vtabs .resp-tabs-list li {
    display:block;
    padding:15px 15px !important;
    margin:0;
    cursor:pointer;
    float:none;
}
.resp-vtabs .resp-tabs-container {
    padding:0px;
    background-color:#fff;
    border:1px solid #ebebeb;
    float:left;
    width:69.6%;
    min-height:157px;
    border-radius:4px;
    clear:none;
}
.resp-vtabs .resp-tab-content {
    border:none;
}
.resp-vtabs li.resp-tab-active {
    border:1px solid #ebebeb;
    border-right:none;
    background-color:#fff;
    position:relative;
    z-index:1;
    margin-right:-1px !important;
    padding:14px 15px 15px 14px !important;
}
.resp-arrow {
    width:0;
    height:0;
    float:right;
    margin-top:3px;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-top:12px solid #ebebeb;
}
h2.resp-tab-active span.resp-arrow {
    border:none;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-bottom: 12px solid #9B9797;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background:#DBDBDB !important;
}
.resp-easy-accordion h2.resp-accordion {
    display:block;
}
.resp-easy-accordion .resp-tab-content {
    border:1px solid #ebebeb;
}
.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom:1px solid #ebebeb !important;
}
.resp-jfit {
    width:100%;
    margin:0px;
}
.resp-tab-content-active {
    display:block;
}
h2.resp-accordion:first-child {
    border-top: 1px solid #ebebeb !important;
}
/*Here your can change the breakpoint to set the accordion,when screen resolution changed*/
@media only screen and (max-width:768px) {
    ul.resp-tabs-list {
        display:none;
    }
    h2.resp-accordion {
        display:block;
    }
    .resp-vtabs .resp-tab-content {
        border:1px solid #ebebeb;
    }
    .resp-vtabs .resp-tabs-container {
        border:none;
        float:none;
        width:100%;
        min-height:initial;
        clear:none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #ebebeb !important;
    }
}
textarea:disabled, input[type="text"]:disabled {
    background: #f2f2f2;
}
/*--------------------------------------------------	MARGINS,PADDINGS---------------------------------------------------*/
.topspace0 {
    margin-top:0px !Important;
}
.topspace10 {
    margin-top:10px;
}
.topspace15 {
    margin-top:15px;
}
.topspace20 {
    margin-top:20px !important;
}
.topspace25 {
    margin-top:25px;
}
.topspace30 {
    margin-top:30px;
}
.topspace35 {
    margin-top:35px;
}
.topspace40 {
    margin-top:40px;
}
.topspace50 {
    margin-top:50px;
}
.bottomspace0 {
    margin-bottom:0px;
}
.bottomspace10 {
    margin-bottom:10px;
}
.bottomspace15 {
    margin-bottom:15px;
}
.bottomspace20 {
    margin-bottom:20px;
}
.bottomspace25 {
    margin-bottom:25px;
}
.bottomspace30 {
    margin-bottom:30px;
}
.bottomspace35 {
    margin-bottom:35px;
}
.bottomspace40 {
    margin-bottom: 40px;
}
.rightspace5 {
    margin-right:5px;
}
.rightspace10 {
    margin-right:10px;
}
.rightspace15 {
    margin-right:15px;
}
.rightspace20 {
    margin-right:20px;
}
/**************************************/


.tagNumArticulos {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: url(../img/numArticulos.png) no-repeat;
    z-index: 120;
}
.tagNumArticulos p {
    margin:0;
    padding: 9px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 12px;
    text-align: right;
}

.tagOutlet{
    position: absolute;
    top: -1px;
    left: -1px;
    background: url(../img/outlet.png) no-repeat;
    width: 70px;
    height: 71px;
    z-index: 2;
}
.tagOferta{
    position: absolute;
    top: -1px;
    left: -1px;
    background: url(../img/oferta.png) no-repeat;
    width: 70px;
    height: 71px;
    z-index: 100;
}

#LboxGenerico {
  display: none;
  position: absolute;
  top: 25%;
  left: 25%;
  right: 25%;
  width: 40%;
  height: auto;
  padding: 1%;
  border: 2px solid #666;
  background-color:#f2f2f2;
  z-index: 1002;
  overflow: auto;
}
@media (max-width: 992px) {
#LboxGenerico {
  display: none;
  position: absolute;
  top: 25%;
  left: 10%;
  right: 10%;
  width: 80%;
  height: auto;
  padding: 20px;
  border: 2px solid #666;
  background-color:#f2f2f2;
  z-index:1002;
  overflow: auto;
  margin: 0 auto;
}
}

#overlay
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 999;
	background: rgba(22,67,100,0.9);
}

/**
* TABLAS RESPONSIVE
*/
table#responsiveTable {
  margin: 0 auto;
  border-collapse: collapse;
  font-family: Agenda-Light, sans-serif;
  font-weight: 100;
  background: #333;
  color: #fff;
  text-rendering: optimizeLegibility;
  border-radius: 5px;
  width: 90%;
}


table#responsiveTable caption { 
  font-size: 1.4rem;
  color: #444;
  margin: 1rem;
}
table#responsiveTable thead th {
    font-weight:600;
    text-align:left;
}
table#responsiveTable thead th, table#responsiveTable tbody td { 
  padding: .6rem;
  font-size: 1.2rem;
}
table#responsiveTable tbody
{
    overflow-y: auto;
    height: 200px;
}
table#responsiveTable tbody td { 
  padding: .5rem;
  font-size: 1.25rem;
  color: #444;
  background: #eee; 
}

table#responsiveTable tbody tr:not(:last-child) { 
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;  
}

@media screen and (max-width: 600px) {
  table#responsiveTable caption { background-image: none; }
  table#responsiveTable thead { display: none; }
  table#responsiveTable tbody td { 
    display: block;
	padding: .6rem;
	font-size: 1rem;
  }
  table#responsiveTable tbody tr td:first-child { 
  /**
      background: #666;
	color: #fff; 
  */
  }
  
	table#responsiveTable tbody td:before { 
    content: attr(data-th); 
    font-weight: bold;
    display: inline-block;
    width: 6rem;  
  }
}
/**
* FIN TABLAS RESPONSIVE
*/

/**
* INPUT TIPE DATE
*/
input[type=date] {
  height: 35px;
  width: 100%;
  margin: 0 auto;
  font-family: arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #eee;
  outline: none;
  border: 0;
  border-radius: 3px;
  padding: 0 3px;
  color: #000; 
}
/**
* FIN INPUT TIPE DATE
*/

@media screen and (min-width:350px) and (max-width:768px) {
    #rowEqual {
        display: inherit;
    }
}
@media(min-width:769px) {
    #rowEqual {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
}
/*icons fontAwesome*/
[class^="icon-"],[class*=" icon-"] {
	font-family:FontAwesome;
	font-weight:normal;
	font-style:normal;
	text-decoration:inherit;
	-webkit-font-smoothing:antialiased;
	*margin-right:.3em;
}
.icon-large:before {
	vertical-align:-10%;
	font-size:1.3333333333333333em;
}

.icon-2x {
	font-size:2em;
}
.icon-2x.icon-border {
	border-width:2px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.icon-ok:before {
	content:"\f00c";
}
.icon-remove:before {
	content:"\f00d";
}

/*fin cons font awesome*/


.lightBox{
    color:#1668a2;
    font-weight: 700;
    font-family: 'open_sanscondensed_light';
    font-size: 22px;
    
}

.btn-cerrar {
    color: black;
    background-color: white;
    border-color: white;
}

.btn-aceptar {
    color: black;
    background-color: white;
    border-color: white;
}

@media (min-width: 768px) {
    .modal-dialog { width: 0 }
    .marT{margin-top:10px}
}

@media screen and (max-width:768px) {
    .modal-dialog { width: 100% } 
    .btn-masmenos{width:34px;}
    .listMenu1{margin-left: -15px;}
    .padL0Max768{padding-left: 0px}
    .marT{margin-top:20px}
    .sizeInput{width:70px;}
    .sizeBtn{width:34px;}
}

@media screen and (min-width:768px) and (max-width:991px) {
    .modal-dialog { width: 70% } 
    .btn-masmenos{width:34px;}
    .padL0Max768{padding-left: 0px}
    .sizeInput{width:70px;}
    .sizeBtn{width:25px;}
}

@media screen and (min-width:991px) and (max-width:1200px) {
    .modal-dialog { width: 45% } 
    .btn-masmenos{}
    .sizeInput{width:70px;}
}
.infoLista .btn-menos
{
    height:34px;
    padding:0px;
    font-size: 22px;
    border-radius:0;
}
.infoLista .btn-menos1
{
    border-radius: 4px 0 0 4px;
}
.infoLista .btn-menos .fa.fa-minus
{
    font-size: 14px;
}
.infoLista .btn-unidades
{
    width:50px; 
    height:34px; 
    /*background-image:url(img/unidades.jpg); */
    border-radius:0;
}

.infoLista .btn-mas
{
    height:34px;
    padding:2px;
    font-size: 20px;
    margin-right:1px;
    border-radius: 0 4px 4px 0;
}
.infoLista .btn-mas .fa.fa-plus
{
    font-size: 14px;
}
.infoLista .btn-add
{
    width:80px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media screen and (min-width: 768px)
{
.infoLista .btn-add {
    float: right;
}
}


@media screen and (max-width:1200px) {
    
    .btn-menos{width:34px;}
    .btn-menos1
    {
        
        margin-left: 30px;
        width:34px;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 4px;  
    }
    .btn-mas{
        margin-right: 30px;
       width:34px;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 0px;
    }
    
}

@media screen and (min-width:1200px) 
{
    .modal-dialog 
    { 
        width: 30% 
    }
    .rowPrecioProducto
    {
        width: 248px;
        margin-left: -9px;
    }
    .btn-menos
    {
        width:24px;
    }
    .btn-menos1
    {
        
        margin-left: 30px;
        width:24px;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 4px;  
    }
    .btn-mas{
        margin-right: 12px;
        width:24px;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 0px;
    }
    .sizeBtn{width:34px;}
    .sizeInput{width:70px;}
}

/****************
DATETIMEPICKER
****************/
.bootstrap-datetimepicker-widget.dropdown-menu.picker-open.bottom{
    z-index: 999999999!important;
}
@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.picker-open.bottom { margin-left: -227px; }
}
@media (max-width: 767px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.picker-open.bottom { margin-left: -227px; }
}

img.cargando
{
	position: relative;
	max-width: 80%;
	
	left: 10%;
	border-radius: 3px;
	width: 40px;
}

img.cargando:empty
{
	
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}






.formRegistro {
  padding: 40px;
  /*max-width: 600px;*/
  
  border-radius: 5px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.formRegistro .tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.formRegistro .tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.formRegistro .tab-group li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: rgba(160, 179, 176, 0.25);
  color: #a0b3b0;
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  transition: .5s ease;
}
.formRegistro .tab-group li a:hover {
  background: #5cb85c;
  color: #ffffff;
}
.formRegistro .tab-group .active a {
  background: #5cb85c;;
  color: #ffffff;
}

.formRegistro .tab-content > div:last-child {
  display: none;
}
/*
h1 {
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  margin: 0 0 40px;
}*/
/*
label {
  position: absolute;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  left: 13px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size: 22px;
}*/
.formRegistro label .req {
  margin: 2px;
  color: #1ab188;
}
/*
label.active {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  left: 2px;
  font-size: 14px;
}
label.active .req {
  opacity: 0;
}

label.highlight {
  color: #ffffff;
}*/

.formRegistro input, textarea {
  font-size: 22px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  background: none;
  background-image: none;
  /*border: 1px solid #a0b3b0;*/
  color: black;
  border-radius: 0;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.formRegistro input:focus, textarea:focus {
  outline: 0;
  border-color: #1ab188;
}
/*
textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}
*//*
.field-wrap {
  position: relative;
  margin-bottom: 40px;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}
*/
.formRegistro .button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #5cb85c;;
  color: #ffffff;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.formRegistro .button:hover, .button:focus {
  background: #5cb85c;
}

.formRegistro .button-block {
  display: block;
  width: 100%;
}

.formRegistro .forgot {
  margin-top: -20px;
  text-align: right;
}

.formRegistro input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 1) inset;
    font-size: 50px;
}

.formRegistro input:-webkit-autofill {
    -webkit-text-fill-color: black;
        font-size: 50px;
}

.imgLista
{
    
    margin:0px 0px 0px 0px;
    
    border-top: 1px solid #ddd;
    
    /*display: table-cell;
    float: none !important;*/
    vertical-align: middle;

    text-align: center;
    text-align: -webkit-center;

}
.imgLista img
{
    vertical-align: text-top;
    z-index: 9999999;
    max-width: 300px;
    width: 100%;
    /*max-width: inherit;*/
    max-height: 100%;
    background: white;
}
.infoLista
{
    
    margin-bottom: 4px; 
    margin:0px 0px 0px 0px; 
    background: #fbfbfb;
    border-top: 1px solid #ddd;

}
.infoListaFoto
{
    
    
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top:5px;
    /*display: table-cell;
    float: none !important;*/
    vertical-align: middle;
}
.infoLista .caption.prod-caption
{
    border:none;
}
.caption.prod-caption h4 p
{
    text-align: justify;
}
.prod-caption 
{
    background: none;
}

.infoLista .caption.prod-caption
{
    margin:0 15px;
}
.infoLista .caption.prod-caption h4,
.infoLista .caption.prod-caption .infoProducto
{
    padding-left: 0px;
    height: auto;
    font-weight: bold;
    margin-bottom: 6px;
}
.infoLista .caption.prod-caption p
{
    float: none;
}
.infoLista .caption.prod-caption h4.infoListaMedida
{
    padding-right:0px; 
    margin-top:0px; 
    margin-bottom:0px;
}

@media screen and (max-width:767px) {
    
    
    .imgLista
    {
        background: white !important;
        display: block;
        float: none;
    }
    
    .infoLista
    {
        
        /*border-top: none;*/
        display: block;
    float: none;

    }
        
}




.idiomas
    {
        float: right;
        display: flex;
    }
    .idiomas .ingles
    {
        padding-right:15px;
    }


@media (max-width: 767px) 
{
    .xs-center
    { 
        text-align: center; 
    }
    
    .imgLista img 
    {
        max-width: 230px;
    }
    
}
    
.rowPrecioProducto {
   /* height: 40px;*/
    padding-right: 0 !important;
}
.infoListaFoto .rowPrecioProducto
{
    padding-left: 25px;
}
.infoLista .infoPrecio
{
    border-radius:  4px  0 0 4px;
    height:34px;
    width:60px;
}
.infoLista .infoPrecio4
{
    border-radius:  4px;
    height:34px;
    width:60px;
    margin-right: 5px;
}

.infoLista .infoUnidades
{
    margin:0px 0 0 -2px;
    padding:0;
    height:40px; 
    display:inline-block;
}


@media screen and (min-width:768px) 
{
    .btn-group.rowPrecioProducto 
    {
        /*padding-top: 20px; */
    }
}


@media (min-width: 992px) {
    #toggle-button
    {
        display: none;
    }
    


}

@media (max-width: 991px) {

.section {
  overflow:hidden;
  transition:max-height 0.3s ease-out;
  height:auto;
  max-height:600px; 
}
.section.collapsed {
  max-height:0;
}

#toggle-button {
  display:block;
  
  
border-radius: 4px;
   border: 1px solid transparent;
  background: #cf2026 !important;
    opacity: 0.9;
  color:white;
  margin-bottom: 5px;
  cursor:pointer;
  
  transition:box-shadow 0.2s ease-out;
  
  &:hover {
    box-shadow:0px 0px 15px lightgrey;
  }
  &:active {
    box-shadow:0px 0px 10px lightgrey;
  }
  &:focus {
    outline:none;
  }
}
.panel-cat {

    text-align: center;
}
}

.input-group-addon:last-child
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-minus, .btn-plus
{
    width: 18px;
    height: 18px;
    padding: 2px;
    line-height: 15px;
    border-radius: 0;
}
.btn-minus
{
    margin: -12px 0 0 0;
}
.btn-plus
{
    margin: -4px 0 0 0;
}
    

@media (max-width: 767px) {
   .dropdown-divider {
   padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    
    border-color: #101010;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
   
}
    


}


@media (min-width: 767px) {
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333!important;
    white-space: nowrap;
    text-transform: capitalize;
}
}


.totalesFinalizarPedido {
  border-top: 1px solid black;
  background-color: rgba(223, 223, 223, 0.3);
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/


.contact .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
    padding: 10px 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #37517e;
}
.contact .info p
{
    text-align: left;
    padding: 0 0 0 60px;
    margin-bottom: -10px;
}
.contact form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact form .error-message {
  margin-top: 25px;
}

.contact form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact form #BSubmitContacto {
background-image: none;
background-color: transparent;
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 7px;
    color: #333;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.contact .form-group input, 
.contact .form-group textarea {
    width: 100%;
}


.productoConfiguracion
{
    height:30px;
    margin:0 0 2px 0;
    overflow: hidden;
        font-style: italic;
}

/*############## entrada salida empleados #################*/
@media (max-width: 768px) 
{
    .btnsEntradaSalidaEmpleado .btnAceptar 
    {
        margin-top: 10px;
    }
    
}

.tagPromo
{
position: absolute;
    top: -1px;
    left: -1px;
    
    width: 60px !important;
    height: 61px;
    z-index: 100;
    background: transparent !important;
    z-index: 1 !important;
}


button.btn.btn-default.bootstrap-touchspin-down
{
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}

@media (max-width: 991px) 
{
 #main_menu1 .list-group.panel.panel-cat.active
{
    overflow-y: scroll;
    height: 158px;
}
#main_menu .list-group.panel.panel-cat.active
{
    overflow-y: scroll;
    height: 290px;
}
}