strong {color:#c32a22}
.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;
}
.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;
}
/**************************************/
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 }
.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*/
    border:none;
    background-color: #fff;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    /* text-transform: capitalize; */
}



a.list-group-item, button.list-group-item,a.list-group-item:hover, a.list-group-item:focus
{
    border:none;
    background-color: #fff !important;
    color:#000;
}

.list-group-sub a.list-group-item
{
    border:none;
    background-color: #fff !important;
    color:#C7C7C7;
}


.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: 10px;}
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;
}
@font-face {
    font-family: 'AvenirNextLTProBold';
    src: url('fonts/AvenirNextLTProBold.eot');
    src: url('fonts/AvenirNextLTProBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirNextLTProBold.woff') format('woff'),
        url('fonts/AvenirNextLTProBold.ttf') format('truetype'),
        url('fonts/AvenirNextLTProBold.svg#AvenirNextLTProBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirNextLTProRegular';
    src: url('fonts/AvenirNextLTProRegular.eot');
    src: url('fonts/AvenirNextLTProRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirNextLTProRegular.woff') format('woff'),
        url('fonts/AvenirNextLTProRegular.ttf') format('truetype'),
        url('fonts/AvenirNextLTProRegular.svg#AvenirNextLTProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirNextLTProUltLt';
    src: url('fonts/AvenirNextLTProUltLt.eot');
    src: url('fonts/AvenirNextLTProUltLt.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirNextLTProUltLt.woff') format('woff'),
        url('fonts/AvenirNextLTProUltLt.ttf') format('truetype'),
        url('fonts/AvenirNextLTProUltLt.svg#AvenirNextLTProUltLt') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    /*font-family: 'source_sans_proregular';*/
    font-family: 'AvenirNextLTProRegular';
    color:#777;
    background: #f1f1f1
}
.main-container{
    padding: 30px 20px 40px 20px;
    background: #fff;
    /*box-shadow: 0 0 7px #384248*/
}
header{
    padding-top: 10px;
    background: #DA291C;
}
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;
}
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: auto;
    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, .prod-caption a
{
    /*background: #fbfbfb;*/
    border-top: none;
    color:#2D2D2D;
    font-family: 'AvenirNextLTProRegular';
}
.prod-caption h4{
    font-size: 16px;
    height: 34px;
    overflow: hidden;
    margin: 2px auto;
}
span.title{
    display: block;
    font-size: 20px;
    border-bottom: 1px solid #E1292A;
    padding-bottom: 8px;
    margin-bottom: 20px;
    /*font-family: 'open_sanscondensed_light';*/
    font-family: 'AvenirNextLTProUltLt';
    font-size: 22px;
    color: #343434;
    text-transform: uppercase;
}
span.titleRelacionados
{
display: block;
    font-size: 20px;
    border-bottom: 1px solid #C8C8C8;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-family: 'open_sanscondensed_light';
    font-size: 22px;
    color: #282828;
    text-transform: uppercase;
    font-weight: bold;
}

footer{
    color: #CCC;
    background: #DA291C;
    
}
#login footer{
    color: #CCC;
    
    background: #000;
}
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: #c32a22
}

#login footer .copyright{
    padding: 10px;
    color: #ccc;
    background: #000;
}

.navbar{
    background: #C8C9C7;
    margin-bottom: 0;
    border-top-color: #c32a22;
    border: 0;
}
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: #DA291C!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;
}
.row-product-thumb{margin-left: -2px; margin-right: -2px;}
.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%;
    text-transform: uppercase;
}
.the-list h3{ margin: 0 }
.the-list select{
    display: inline;
    width: auto
}
.input-qty-detail .bootstrap-touchspin{
    float: left;
    margin-right: 30px;
    width: 100px;
    margin-left: 15px;
}
.input-qty-detail button.label-success
{
    background-color:#E1292A;
    border: 1px solid #E1292A;
}
.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: 800px!important; margin-top: 10px }
.login-form .panel{
    border: 1px solid #ddd;
    background-color: #fff;
}
.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;
    border:none;
}
.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;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    text-transform: uppercase;
}
.elemento {
    /*padding: 10px 2px 10px 2px;*/
    padding: 10px 10px 10px 10px;
    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;
}
.cabHid {
    font-weight: 600;
    text-transform: uppercase;
}
.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;
}
.tagNumArticulos2 {
    
    width: 80px;
    background: url(../img/numArticulos-2.png) no-repeat;
    z-index: 120;
}
.tagNumArticulos2 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: 0px;
    left: 0px;
    background: url(../img/oferta2.png) no-repeat;
    background-size: 60px;
    width: 71px;
    height: 71px;
    z-index: 100;
}

.tagNovedad{
    position: absolute;
    top: -0px;
    left: 0px;
    background: url(../img/newProducto.png) no-repeat;
    background-size: 60px;
    width: 71px;
    height: 71px;
    z-index: 100;
}

.tagProxEntrada{
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../img/proximaEntrada.png) no-repeat;
    background-size: 60px;
    width: 71px;
    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);
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    /*color: #000;*/
    background-color: #fff;
    color: #555;
    border: none;
}
/**
* 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;
    }
}

@media (min-width:991px)
{
    .iconClient2 .well 
    {
    width: 95%;
    }

}

@media  (min-width:768px)
{
    .iconLogo , .iconLogo .logo
    {
    padding-left: 0;
    }
    .iconClient
    {
        padding-right: 0;
    }
    .iconClient .btnIconClient, .iconClient .well, .iconClient .well .input-group
    {
        width:100%;
    }
    @media  (max-width:991px)
    {
        .buscador
        {
            padding-left: 0
        }
    }
}

.well.product-short-detail .btn {
    border-radius: 0px;
    
}

.well.product-short-detail .bootstrap-touchspin-down 
{
    border-right: none;
    padding-left: 10px;
    padding-right: 10px;
    
}
.well.product-short-detail .bootstrap-touchspin-up 
{
    border-left: none;
    padding-left: 10px;
    padding-right: 10px;
}

.well.product-short-detail input
{
        border-right: none;
        border-left: none;
        webkit-box-shadow: none;
        box-shadow:none;
        padding-left: 0px;
        padding-right: 0px;

}

.price
{
    color:#000;
    font-family: 'AvenirNextLTProBold';
}
.refProduct
{
    color:#8d8d8d;
    height: 20px !important;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover
{
    background-color: #c32a22;
    border-color: #c32a22;
}
.pagination>li>a, .pagination>li>span
{
    color: #c32a22;
}

@media (min-width: 1200px)
{
.container {
    width:95%;
    max-width: 2000px;
}
}


.imgProductoSlide img, .imgProducto img
{
    position: relative !important;
    /*height: inherit !important;
    max-height: inherit !important;*/
    
    
}
.imgProducto , .imgProducto img
{
    max-height: none !important;
    left:0px !important;
    width: 100% !important;
}
.swiper-container
{
    /*top: 17px !important;*/
    margin-bottom: -0.5px;
    
}

.imgProducto .swiper-container, .imgProducto .swiper-slide, .imgProducto .imgProductoSlide
{
    padding-left: 0;
    padding-right: 0;
}
.imgProducto img
{
    top:0px !important;
}

.swiper-prev,
.swiper-next,.swiper-prev1,
.swiper-next1 
{
    width: 20% !important;
    height: 60px !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 9999 !important;
    
}

.swiper-prev,.swiper-prev1 
{
    background: url(../img/arrow-left.png) no-repeat left center;
    background-size: 45px;
    opacity: 0!important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.swiper-next,.swiper-next1
{
    right: 0px !important;
    background: url(../img/arrow-right.png) no-repeat right center;
    background-size: 45px;
    opacity: 0 !important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.swiper-next1
{
    right: -12px !important;
}
.swiper-prev1 
{
    left: -12px !important;
}
.btn-plus-minus
{
    float:left;
    
}
.btn-minus, .btn-plus
{
    
    padding: 0px;
    border: 0;
    width: auto;
    height: auto;
    line-height: normal;
    margin: auto;
    font-size: 12px;
    color: #777 !important;
    background-color: rgba(255,255,255,0);
}

.btn-unidades
{
    border:none;
    background-color: transparent;
}
.btn-add a
{
   background-color: transparent;
   color:#282828;
   border:none;
}

.btn-add a:hover
{
   background-color: #E1292A !important;
   
   border:none;
}

.hero-feature .btn-group
{
    opacity: 0;
    height: auto;
    width: 100%;
    position:absolute;
    margin-top:-54px;
    z-index: 99;
    background-color: rgba(255,255,255,0.8);
    padding: 10px 50px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.hero-feature:hover  .swiper-next, .hero-feature:hover .swiper-prev,
.hero-feature:hover  .swiper-next1, .hero-feature:hover .swiper-prev1, 
.hero-feature:hover .btn-group{
    opacity:1 !important;
}

.well.product-short-detail .btn 
{
    border-radius: 0px;
}

.well.product-short-detail .bootstrap-touchspin-down 
{
    border-right: none;
    padding-left: 10px;
    padding-right: 10px;
    
}
.well.product-short-detail .bootstrap-touchspin-up 
{
    border-left: none;
    padding-left: 10px;
    padding-right: 10px;
}

.well.product-short-detail input
{
        border-right: none;
        border-left: none;
        webkit-box-shadow: none;
        box-shadow:none;
        padding-left: 0px;
        padding-right: 0px;

}
.cabecera
{
    font-weight: bold;
}


.panel-default .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.deleteFlechasInputNumber input[type=number] {
  -moz-appearance: textfield !important;
}
.deleteFlechasInputNumber input[type=number]::-webkit-inner-spin-button,
.deleteFechasInputNumber input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.deleteFlechasInputNumber input[type=number]::-ms-clear {
  display: none;
}
.deleteFlechasInputNumber input[type=number]::-moz-focus-inner {
  border: 0;
}


#FPeticionRegistro .form-group {
    padding-right: 5px;
}



@media (max-width: 767px)
{
    footer .right, footer .left 
    {
        text-align: -webkit-center;text-align: center;text-align-last: center;
    }
    footer .left 
    {
        padding-bottom: 20px;
    }
}
@media (min-width: 768px)
{
footer .right {
    text-align: -webkit-right;text-align: right;text-align-last: right;
}
}
