.indent {
    display: inline;
    margin-left: 10px;
}
.indent2 {
    display: inline;
    margin-left: 20px;
}
#btn-categorias {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4em;
}
#owl-outlet .item {
    background: #3fbf79;
    padding: 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
#owl-ofertas .item {
    background: #3fbf79;
    padding: 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.customNavigation {
    text-align: center;
}
/*use styles below to disable ugly selection*/

.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ofertas {
    float: left !important;
    width: 50% !important;
}
.ofertas .caption h3 {
    padding: 0px !important;
}
.thumbnail .caption h3 {
    font-size: 1.25em;
    height: auto;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.thumbnail .caption h3 a {} span.paragraph-end {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0), #fff) repeat scroll 0 0;
    bottom: 0;
    height: 20px;
    max-height: 100%;
    position: absolute;
    right: 0;
    width: 60px;
}
.order-item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #72C5BD;
}
.product-essential .descripcion {
    float: left;
    margin-top: 20px;
    width: 66.6666%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    background-color: #fff;
}
@media (max-width: 990px) {
    .product-essential .descripcion {
        width: 50%;
    }
    .product-essential .overview {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .product-essential .descripcion {
        width: 100%;
    }
    .product-essential .overview {
        width: 100%;
    }
}
.descripcion .attributes {
    margin-top: 50px;
    margin-bottom: 10px;
}
a.learn-more {
    color: #fff;
}
a.learn-more:hover {
    color: #008D7D;
}
@media (max-width: 520px) {
    .hidden-custom {
        display: none !important;
    }
}
@media (max-width: 460px) {
    .hidden-custom2 {
        display: none !important;
    }
}
@media (max-width: 390px) {
    body .navbar-inverse {
        height: 51px !important;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.1);
        -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.1);
        box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.1);
    }
    body .navbar-inverse .navbar-header .navbar-brand {
        height: 50px !important;
    }
    body .navbar-inverse .navbar-header .navbar-brand img {
        height: 50px !important;
    }
    .btn-wishlist,
    .btn-flycart {
        height: 50px !important;
        line-height: 3 !important;
        width: 50px !important;
        font-size: 10px !important;
    }
    .btn-flysearch,
    .btn-flycustomer {
        height: 50px !important;
        line-height: 3 !important;
        width: 50px !important;
        font-size: 10px !important;
    }
    body .navbar-inverse .navbar-toggle {
        height: 50px !important;
        line-height: 3 !important;
        width: 50px !important;
        font-size: 10px !important;
    }
}
@media screen and (max-width: 46em) {
    /*-------map-------*/
    
    .map-address,
    .map-tlf,
    .map-mail {
        margin: 2px;
        font-size: 11px;
        display: inline-block;
        width: 78%;
    }
    .map-title {
        font-family: 'sansationbold';
        font-size: 13px;
    }
    a.map-mail {
        color: #5992D6;
    }
    a.map-mail:hover {
        color: #000000;
    }
    .map-info {
        width: 250px;
        text-align: center;
    }
    .shopmania {
        position: absolute;
        margin-top: 66px;
    }
    .googleplus {
        margin-left: 137px;
        margin-top: 64px;
        position: absolute;
    }
    .googleplus a img {
        width: 36px;
    }
}
.center {
    text-align: center;
}
.centered {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.input-validation-error{
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 119, 108, 0.9) !important;
}
.field-validation-error{
    color:red;
}
.customer-service i{
    font-size:14px;
}
ul li a span.sub-arrow:before {
    content: "\e770";
	font-family: 'nop-icomoon';
	speak: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    display:inline-block;
}

ul li ul li a span.sub-arrow:before{
    content: "\e762" !important;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    display:inline-block;
}