/* Nuevo Look 2018 */
html, body {
    margin: 0 auto;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    cursor: default;
}
#menu .popover{
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0 #0003;
    box-shadow: 0 0 0 #0003;

    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

}

#menu.navbar{
    border-radius: 0;
    min-height: 40px;
    padding-bottom: 10px;
    border: 0 none;
    margin-top: 10px;
}
.navbar-default#menu  {
    background-color: transparent;
    border: 0 none;

}
#menu .navbar-brand{
    float: left;
    padding: 0px 80px 0px 10px;
    font-size: 18px;
    line-height: 20px;
    margin-top: -10px;
}
#menu .nav.nav-justified li {
    width: auto;
}
#menu .nav.nav-justified li a {
    position: relative;
    display: block;
    padding: 0px 10px 0px 10px;
    color:#928c8c;
    font-family: 'hindregular';
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
    cursor: pointer;
}
#menu .navbar-sub{
    display: block;
    color:#928c8c;
    font-size: 11px;
    text-align: left;
}
#menu .navbar-sub-red{
    display: inline-block;
}
#menu .navbar-sup{
    top: 17px;
}

#menu .nav.nav-justified ul.dropdown-menu li a {
    color:#928c8c;
    font-family: 'hindregular';
    font-size: 13px;
}
#menu .nav.nav-justified ul.dropdown-menu > li > a {
    padding: 11px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
#menu .nav.nav-justified ul.dropdown-menu {
    padding: 5px;
    margin: 0;
    font-size: 13px;
    text-align: left;
    background-color: #fff;
    border-radius: 6px 0px 0px 6px;
    /*border: 0 none;*/
}
#menu .nav.nav-justified ul.dropdown-menu > li > a:hover,
#menu .nav.nav-justified ul.dropdown-menu > li > a:focus,
#menu .nav.nav-justified ul.dropdown-submenu:hover > a,
#menu .nav.nav-justified ul.dropdown-submenu:focus > a {
    color: #333333;
    text-decoration: none;
    border-top: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right center;
}
#menu .caret {
    margin-left: 5px;
    margin-bottom: 5px;
}
.content-caret{
    position: absolute;
    right: 2px;
    top: 16px;
}
.navtop{
    background-color: #eee;
    min-height: 30px;
    width: 100%;
}
.navtop ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.navtop li{
    float: left;
    color: #666;
    line-height: 28px;
    font-size: 11px;
    font-family: Arial;
}

.navtop li a {
    display: block;
    color: #666;
    text-align: center;
    padding: 5px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Arial;
    line-height: 20px;
}
.navtop li a:hover {
    color:black;
}

.navtools{
    position: relative;
    width: 800px;
    float: right;
    margin-top: 10px;
}
.navtools .input-group{
    float: left;
    min-width: 350px;
    position: relative;
}
.container-get-in{
    position: relative;
    float: left;
    width: 90px;
    text-align: center;
    cursor: pointer;
    color:#928c8c;
    font-family: 'hindregular';
    font-size: 12px;
    text-transform: uppercase;
    line-height: 34px;
    margin: 0;
}
.container-get-in p{
    margin: 0;
}
.container-account{
    position: relative;
    float: left;
    width: 90px;
    margin-top: 5px;
    cursor: pointer;

}
.container-cart{
    position: relative;
    float: left;
    width: 50px;
    margin-top: 5px;
    cursor: pointer;
    min-height: 30px;
}
.container-cart .fa-shopping-cart{
    color:#999;
    font-size: 25px;
}
.fa-layers-counter{
    -webkit-transform: scale(.8);
    transform: scale(.8);
    left: 0px;
    right: auto;
    top: -4px;
}
.navtools .form-control{
    border: 0 none;
    background-color: #e9e9e9;
    color: #999;
    height: 33px;
    font-size: 12px;
    font-style: italic;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.navtools .form-control:focus, .navtools .form-control:hover {
    border-color: #333;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
}
.navtools .btn.btn-default.dropdown-toggle{
    color: #999;
    background-color: #ececec;
    border: 0 none;
    border-radius: 3px 0px 0px 3px;
    padding: 8px 12px;
    font-size: 12px;
    max-width: 120px;
}
.navtools .btn.btn-default.dropdown-toggle #nav-search-in-content{
    max-width: 120px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.navtools #btn_buscador.btn.btn-default{
    border: 0 none;
    border-radius: 0px 4px 4px 0px;
    line-height: 30px;
    padding: 0px 10px;
}
.navtools .search-txt{
    font-family: Arial;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 30px;
}
.navtools .user{
    color:#b7b7b7;
    font-family: 'hindregular';
    font-size: 10px;
    display: block;
    line-height: 13px;
    text-transform: uppercase;
}
.navtools .account{
    color:#928c8c;
    font-family: 'hindregular';
    font-size: 12px;
    display: block;
    line-height: 13px;
    text-transform: uppercase;
}
.navtools .glyphicon.glyphicon-search{
    font-size: 15px;
    color: rgba(250, 250, 250, .5);
    padding: 6px 0px 0px 4px;
}
#myCarousel .glyphicon-chevron-left::before {
    content: '';
    background: url(../images/sliders/arrows-48-48-3.png) no-repeat scroll left top;
    height: 48px;
    width: 48px;
    display: block;
}
#myCarousel .glyphicon-chevron-left:hover::before {
    content: '';
    background: url(../images/sliders/arrows-48-48-3.png) no-repeat scroll left bottom;
    height: 48px;
    width: 48px;
    display: block;
}
#myCarousel .glyphicon-chevron-right::before {
    content: '';
    background: url(../images/sliders/arrows-48-48-3.png)  no-repeat scroll right top;
    height: 48px;
    width: 48px;
    display: block;
}
#myCarousel .glyphicon-chevron-right:hover::before {
    content: '';
    background: url(../images/sliders/arrows-48-48-3.png)  no-repeat scroll right bottom;
    height: 48px;
    width: 48px;
    display: block;
}
#myCarousel .carousel-control{
    opacity: 0;
}
#myCarousel .carousel-control:hover{
    opacity: 1;
    -webkit-transition:opacity .3s linear; /* Safari */
    transition: opacity .3s linear;
}
.banner-1{
    margin-top: 20px;
}
.banner-2{
    border-bottom: 10px solid #999999;
    min-height: 300px;
    margin-top: 40px;
    background: url(../images/banners/libro_f1.png) no-repeat 90% 100% #e3e3e3;
    padding-top: 60px;
}

.banner-2 h1 {
    text-align: right;
    color: black;
    font-size: 45px;
    font-family: Arial;
    line-height: 1;
    margin: 30px 0 0 0;
}
.banner-2 h2  {
    text-align: right;
    color: #AAAAAA;
    font-size: 30px;
    font-family: Arial;
    line-height: 1;
    margin: 0;
}
.banner-2 p{
    color: #666;
    text-align: right;
}
.section-title h1{
    position: relative;
    font: 500 32px/1 'hindregular', sans-serif;
    text-align: center;
    padding: 10px 0 0 0;
    text-transform: uppercase;
    margin: 0;
}
.single-product-home{
    position: relative;
    cursor: pointer;
    margin: 40px 0 60px 0;
    min-height:385px;
}
.single-product{
    position: relative;
    cursor: pointer;
    margin: 40px 0 60px 0;
}
.single-name{
    min-height: 55px;
}
.single-product-home img,
.single-product img{
    max-width: 100%;
    height: auto;
}
.single-product-bottom-home{
    bottom: -10px;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
}

.single-product-bottom-home h1,
.single-product-bottom h1{
    font: 500 18px/1 'hindregular', sans-serif;
    text-align: center;
    margin: 0;
    padding: 10px 0;
}
.single-product-bottom-home p,
.single-product-bottom p{
    font: 500 13px/1 Arial;
    text-align: center;
    color:#666;
    margin: 0;
    padding: 0;
   

}
.btn-primary.active.btn-add-cart{
    border: 0 none;
    border-radius: 5px;
    font:  14px/1 'hindregular', sans-serif;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 10px;
    margin: 4px auto 20px auto;
    width: 90%;
}

.btn-primary:hover.active.btn-add-cart{
    background-color: black;
}
.producto-price{
    font: 500 15px/1 Arial;
    text-align: center;
    padding: 10px 0;
}
.producto-iva{
    right: 18px;
    font-size: 10px;
    position: absolute;
    bottom: 45px;
}
.btn-primary.active.btn-more{
    background-color: black;
    border: 0 none;
    border-radius: 5px;
    font:  14px/1 'hindregular', sans-serif;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 10px;
    margin: 0 auto;
    position: relative;
    width: 300px;
}
.btn-primary:hover.active.btn-more{
    background-color: #333333;
}
.banner-section{
    margin: auto;
}
.banner-section-4{
    background-color: #ff7f00;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.background-footer{
    width: 100%;

    min-height: 400px;
    margin-top: 20px;
    padding-top: 50px;
    padding-bottom: 30px;
}
.footer-section h1{
    position: relative;
    font: 500 12px/1 'hindregular', sans-serif;
    color: #FF0000;
    text-align: left;
    padding: 15px 0 10px 0;
    margin: 0;
}
ul.footer-direction, ul.footer-menu{
    list-style: none;
    padding: 0;
}
.footer-direction li {
    color: white;
    font: 12px/1 'hindregular', sans-serif;
    padding-left: 15px;
    text-indent: -15px;
    margin: 7px 0;
    text-decoration: none;
}
.footer-menu li{
    color: white;
    font: 12px/1 'hindregular', sans-serif;
    margin: 7px 0;
    text-decoration: none;
    cursor: pointer;
}
.footer-menu li:first-child{
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
}
.footer-direction .fa-map-marker-alt, .footer-direction .fa-phone, .footer-direction .fa-envelope{
    margin-right: 5px;
}
.footer-direction a{
    color: white;
    text-decoration: none;
}
.footer-direction a:hover, .footer-direction a:focus, .footer-menu li:hover, .footer-menu a:hover{
    text-decoration: none;
}
.newsletter-sign .btn-danger, .newsletter-sign .btn-danger:active, .newsletter-sign .btn-danger.active, .newsletter-sign .open .dropdown-toggle.btn-danger, .newsletter-sign .btn-success:active:hover, .newsletter-sign .btn-success.active:hover, .newsletter-sign .open .dropdown-toggle.btn-success:hover, .newsletter-sign .btn-success:active:focus, .newsletter-sign .btn-success.active:focus, .newsletter-sign .open .dropdown-toggle.btn-success:focus, .newsletter-sign .btn-success:active.focus, .newsletter-sign .btn-success.active.focus, .newsletter-sign .open .dropdown-toggle.btn-success.focus,.newsletter-sign .btn-success:active,.newsletter-sign .btn-success.active, .newsletter-sign .open .dropdown-toggle.btn-success{
    background-color:black;
    border: 0 none;
}
.btn-danger:active:hover, .btn-danger.active:hover, .open  .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open  .dropdown-toggle.btn-danger.focus, .btn.btn-default.submit:hover {
    color: #fff;
    background-color: black !important;
    border-color: black !important;
}

.newsletter-sign .btn-group-justified{
    width: 140px;
}
.newsletter-sign .btn.btn-default{
    border-radius: 3px;
    border: 0 none;
    background-color: transparent;
    color: white;
}
.newsletter-sign .btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;

}
.newsletter-sign .btn-group .btn:last-child:not(:first-child), .newsletter-sign .btn-group .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.checkbox-gender{
    position: relative;
    float: left;
    margin-top: 6px;
    color: white;
    padding-right: 10px;
}
.newsletter-sign .form-control.mail{
    margin-bottom: 20px;
    border-radius: 3px;
    border: 0 none;
    color: white;
    background-color: rgba(0,0,0,0.5);
}
.newsletter-sign .form-control.mail:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(203, 46, 56, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(203, 46, 56, .6);
}
.newsletter-title{
    color: white;
    text-transform: uppercase;
    margin-top: 15px;
}
.btn.btn-default.submit{
    padding-left: 35px;
    padding-right: 35px;
}
.secure{
    position: relative;
    float: left;
    width: 130px;
    height: 80px;
}
.secure-title{
    position: relative;
    width: 100%;
    min-height: 20px;
    font: 14px/1 'hindregular', sans-serif;
    color: white;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sprite_full {
    background-image: url(../images/sprite_full.png);
}


.icono_paypal {
    background-position: -41px -307px;
    width: 80px;
    height: 35px;
    position: relative;
    float: left;
}

.icono_visa {
    background-position: -135px -309px;
    width: 40px;
    height: 35px;
    position: relative;
    float: left;
}

.icono_mastercard {
    background-position: -174px -309px;
    width: 48px;
    height: 35px;
    position: relative;
    float: left;
}
.icono_americanexpres {
    background-position: -221px -309px;
    width: 26px;
    height: 35px;
    position: relative;
    float: left;
}

.icono_safetypay {
    background-position: -255px -309px;
    width: 80px;
    height: 35px;
    position: relative;
    float: left;
}

.icono_seven {
    background-position: -366px -309px;
    width: 37px;
    height: 35px;
    position: relative;
    float: left;
}

.icono_oxxo {
    background-position: -405px -309px;
    width: 46px;
    height: 35px;
    position: relative;
    float: left;
}

.icono_referenciado {
    background-position: -248px -281px;
    width: 121px;
    height: 37px;
    position: relative;
    float: left;
}
.footer-bottom{
    width: 100%;
    min-height: 40px;
    padding-top: 15px;
    background-color: #111;
    padding-bottom: 10px;
}
.footer-bottom a{
    color: #333333;
    padding: 0 5px;
}
.footer-bottom a:hover{
    color: white;
    padding: 0 5px;
}
.powerby{
    text-align: right;
}
.header-section{
    min-height: 37px;
    color: white;
    width: 100%;
}
.header-section h1{
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
}
.breadcrumb-section .breadcrumb{
    margin-bottom: 15px;
}
.breadcrumb-section .breadcrumb li a{
    color: rgba(255, 37, 58, 1);
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1;

}
.breadcrumb-section .breadcrumb .active{
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
}
.sidebar-nav{
    position: relative;
    min-height: 50px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCC;
}
.sidebar-nav .link-menu{
    font-family: 'hindregular';
    color: #444;
    font-size: 13px;
    line-height: 1;
    padding: 3px 0 3px 10px;
    cursor: pointer;
}
.account-new-user .sidebar-nav .link-menu{
    font-family: Arial;
    color: #444;
    font-size: 13px;
    line-height: 1;
    padding: 3px 0 3px 10px;
    cursor: pointer;
}
.account-new-user .sidebar-nav .first{
    text-transform: uppercase;
    font-size: 14px;
    font-family: Arial;
    color: #111;
}
.sidebar-nav .link-menu span, .link-menu-checkbox-label span{
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #888;
}
.sidebar-nav .link-menu:hover, .sidebar-nav .link-menu:focus, .sidebar-nav .link-menu:hover span, .sidebar-nav .link-menu.active, .sidebar-nav .link-menu.active span, .link-menu-checkbox-label.active span, .link-menu-checkbox-label.active, .link-menu-checkbox-label:hover, .link-menu-checkbox-label:hover span{

    cursor: pointer;
}
.sidebar-nav .first{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'hindregular';
    color: #111;
}
.link-menu-checkbox{
    position: relative;
    float: left;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #CCC;
    line-height: 10px;
    text-align: center;
    font-size: 12px;
    color: white;
}
.link-menu-check:hover .link-menu-checkbox{
    background-color: rgba(255, 37, 58, 1);
    border: 1px solid rgba(255, 37, 58, 1);
    color: white;
}

.link-menu-checkbox.active{
    background-color: rgba(255, 37, 58, 1);
    border: 1px solid rgba(255, 37, 58, 1);
    color: white;
    font-size: 12px;
    text-align: center;
}

.link-menu-checkbox-label{
    position: relative;
    float: left;
    font-family: 'hindregular';
    color: #444;
    font-size: 13px;
    line-height: 1;
    margin-left: 5px;
}
.link-menu-check{
    position: relative;
    width: 100%;
    height: 20px;
    padding: 3px 0;
}
.link-menu-check:hover{
    color: rgba(255, 37, 58, 1);
}
.sidebar-nav .form-inline .form-control{
    width: 35px;
    font-size: 12px;
    height: 28px;
    padding: 2px 4px;
}
.sidebar-nav .form-inline .form-control:focus{
    border-color: #ff7070;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);

}
.sidebar-nav .form-inline .form-group, .sidebar-nav .form-inline .form-group label{
    font-size: 12px;
    color: #444;
    font-weight: normal;
    font-family: Arial;
}

.sidebar-nav .form-inline .btn-default{
    padding: 3px 4px;
}
.sidebar-nav .form-inline .btn-default:hover{
    border-color: #ff7070;
    color: rgba(255, 37, 58, 1);
    background-color: white;
}

.product-description h4{
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #333;
    line-height: 1;
}
.product-big img{
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.product-zoom span{
    position: relative;
    font-size: 11px;
    color:#9A9A9A;
    font-family: Arial, sans-serif;

}
.product-zoom .fa-search-plus{
    color:#9A9A9A;
    font-size: 22px;
    cursor: pointer;

}
.zoomContainer{
    z-index: 2;
}
.product-thumb{
    position: relative;
    float: left;
    width: 74px;
    height: 74px;
    margin: 10px 0;
    border: 2px solid white;
    text-align: center;
}
.product-thumb img{
    max-height: 100%;
    max-width: 100%;
}
.product-thumb:hover, .product-thumb:focus, .product-thumb:active{
    border: 2px solid orange;
}
.product-qualification-stars{
    position: relative;
    margin: 10px 0;
}
.product-qualification-stars p{
    font-size: 11px;
    color:#9A9A9A;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
.product-qualification-stars span, #contenedorPuntuacion .puntuation{
    color: orange;
}
.product-price{
    position: relative;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
    /*overflow: hidden;*/
}
.product-price-list{
    position: relative;
    font-size: 16px;
    color:rgba(255, 37, 58, 1);
    font-family: Arial, sans-serif;
    font-weight: bold;
    padding-bottom: 10px;

}
.product-price span:first-of-type , .product-price-list span{
    font-size: 12px;
    color:#9A9A9A;
    font-family: Arial, sans-serif;
}
.product-price .content{
    float: left;
    margin: 6px 0;
}
.product-price-through{
    position: relative;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    padding-top: 10px;
    overflow: hidden;
    text-decoration: line-through;
    color:#9A9A9A;
}
.product-price-through span:first-of-type{
    font-size: 12px;
    color:#9A9A9A;
    font-family: Arial, sans-serif;
}
.product-price-usd{
    font-size: 12px;
    color:#9A9A9A;
    font-family: Arial, sans-serif;
}
.product-price-through-usd{
    position: relative;
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    padding-top: 10px;
    overflow: hidden;
    text-decoration: line-through;
    color:#9A9A9A;
}
.product-iva{
    font-size: 12px;
    text-align: right;
}
.product-sku{
    position: relative;
    padding: 5px 0;
    color:#9A9A9A;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
.product-description p{
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.2;
}
.product-category{
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color:#666;
    line-height: 1.2;
}
.product-category a, .product-category a:hover{
    text-decoration: none;
}
.product-category-image{
    position: relative;
    cursor: pointer;
    padding: 10px 0;
}
.product-quantity{
    position: relative;
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #ccc;
}
.product-quantity p{
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #333;
    float: left;
    position: relative;
    padding-right: 15px;
    padding-top: 8px;
    margin-top: 10px;
    min-width: 75px;
}
.quantity-select{
    float: left;
    position: relative;
    width: 70px;
    margin-top: 10px;
}
.quantity-select .bootstrap-select .dropdown-toggle{
    width: 60px;
    border-color: #666;
    font-family: Arial, sans-serif;
}
.quantity-select .bootstrap-select.btn-group .dropdown-menu{
    min-width: 50px;
    font-family: Arial, sans-serif;
}
.quantity-select .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 50px;
}
.quantity-select2 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100px;
}
.monedatxt{
    float: left;
    width: 70px !important;
    height: 33px;
}
.quantity-select .bootstrap-select .dropdown-menu.inner{
    overflow-x: hidden;
}
#qv_outstock{
    font-weight: bold;
    padding: 15px 0;
}
.marca-select{
    float: left;
    position: relative;
    margin-top: 10px;
}
.suscripcion-select{
    float: left;
    position: relative;
    margin-top: 10px;
}
.add-cart{
    position: relative;
    float: left;
}
.add-cart .btn-default{
    font-size: 13px;
    border-color: #666;
    font-family: Arial, sans-serif;
    margin-top: 10px;
}
.add-cart-list .btn-default, .add-cart-list .btn-default:hover{
    position: relative;
    font-size: 13px;
    border-color: #999;
    font-family: Arial, sans-serif;
    margin-top: 10px;
    color: #999;
    background-color: white;
}

.add-cart .btn-default:hover{
    border-color: #666;
}
.add-cart .fa-plus{
    color: #444;
    margin-left: 3px;
}
#id_carga_carrito{
    padding: 9px;
    float: left;
}
.product-buy{
    position: relative;
    float: left;
}
.product-buy .btn-primary{
    border: 0 none;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 10px;
    padding: 7px 12px;
}
.comentario_opciones .btn-primary{
    border: 0 none;
}
.product-buy .btn-primary:hover, .comentario_opciones .btn-primary:hover{
    background-color: black;
}
.product-characteristics{
    position: relative;
    margin-top: 20px;
}
.product-review {
    position: relative;
    margin: 50px 0 20px 0;
}
.product-review small{
    text-transform: none;
    font-size: 12px;
    color: #9A9A9A;
}
.product-review .nav-tabs li{
    width: 100%;
}
.product-review .tab-content  .active{
    margin-top: 20px;
}
.product-review .nav-tabs li a{
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    border-bottom: 1px solid  #ccc;
}
.product-review .nav-tabs li a:hover{
    background-color: white;
    border-bottom: 1px solid #ccc;
}
.product-review .nav-tabs li a .fa-angle-down{
    color: #888;
    margin: 0 10px;
    float: right;
}
.product-review .nav-tabs li.active a, .product-review  .nav-tabs li.active a:hover, .product-review  .nav-tabs li.active a:focus{
    font-family: Arial, sans-serif;
    border:1px solid white;
    border-bottom: 1px solid  #ccc;
}
.comentario_bloque{
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    font-size: 13px;
}
.comentario_stars{
    color: orange;
}
.comentario_coment{
    color: #6a6a6a;
}
.content_paquetes{
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}
.comentario_evalua{
    padding: 15px;
}
.comentario_pregunta, .comentario_reportar{
    padding: 7px 10px;
    float: left;
}
.comentario_opciones{
    float: left;
}
.label-review{
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.puntuation{
    position: relative;
    float: left;
    width: 20px;
    height: 15px;
    margin-top: 5px;
    color: #ccc;
    text-align: center;

}
.result-count{
    position: relative;
    font-size: 13px;
    padding: 7px 0;
}
.result-count span{
    font-size: 15px;
    font-weight: bold
}
.show-search{
    position: relative;
    float: right;
    font-size: 13px;
    padding: 3px 5px 10px 5px;
}
.show-select{
    position: relative;
    float: right;
    width: 160px;
    margin: 2px 5px 5px 5px;
}
.show-select .bootstrap-select .dropdown-toggle{
    width: 160px;
}
.show-select .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
    width: 160px;
}
.show-select .btn{
    padding: 3px 12px;
    font-size: 12px;
}
.show-select .dropdown-menu > li a{
    font-size: 12px;
}
.show-select .bootstrap-select .dropdown-toggle:focus{
    outline: thin dotted transparent !important;
}
.show-select .btn-default:active, .btn-default.active, .show-select .open .dropdown-toggle.btn-default, .show-select .btn-default:hover, .show-select .open > .dropdown-toggle.btn-default:hover{
    background-color: #EEE;
}
.show-th, .show-th-list{
    position: relative;
    float: right;
    width: 30px;
    height: 30px;
    font-size: 25px;
    text-align: right;
    color: #ccc;
    margin: 0px 0px 5px 5px;
    cursor: pointer;
}
.show-th-list.active, .show-th.active, .show-th:focus, .show-th:active, .show-th:hover, .show-th-list:focus, .show-th-list:active, .show-th-list:hover{
    color: rgba(255, 37, 58, 1);
}
.product-small-grid{
    position: relative;
    min-height: 280px;
    cursor: default;
    margin: 20px 0;
}
.product-small-list{
    position: relative;
    min-height: 100px;
    cursor: pointer;
    margin: 30px 0;
}
.product-image-grid, .product-image-list{
    width: 130px;
    height: 130px;
    margin: 0 auto;
    text-align: center;
}

.product-title-grid{
    font-family: 'hindregular';
    text-align: center;
    color: #333;
    line-height: 1;
    font-size: 17px;
    cursor: default;
    margin: 10px 0;
    min-height: 52px;
}
.product-impuesto-grid{
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'hindregular';
    text-align: center;
    color: #333;
    line-height: 1;
    font-size: 17px;
    cursor: default;
    min-height: 25px;
}
.product-impuesto-grid h6{
    margin-top: 5px;
    margin-bottom: 5px;
}
.product-title-list h5{
    font-family: 'hindregular';
    text-align: left;
    color: #333;
    line-height: 1;
    font-size: 17px;
    cursor: default;
    margin: 10px 0;
}
.product-description-list p{
    font-family: 'hindregular';
    text-align: left;
    color: #666;
    line-height: 1;
    font-size: 13px;
    cursor: default;
    margin: 0;
}
.product-price-grid{
    position: relative;
    font-family: Arial;
    text-align: center;
    color: rgba(255, 37, 58, 1);
    line-height: 1;
    font-size: 15px;
    margin: 10px 0;
}

.product-qualifies-grid{
    position: relative;
    text-align: center;
    margin: 5px 0;
}
.product-qualifies-list{
    position: relative;
    text-align: left;
    margin: 5px 0;
}
.product-qualifies-grid .fa-star, .product-qualifies-grid span, .product-qualifies-list .fa-star, .product-qualifies-list span{
    font-size: 12px;
    color: #ff9900;
}
.product-category-grid{
    position: relative;
    font-family: Arial;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}
.product-category-list{
    position: relative;
    font-family: Arial;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    cursor:default;
    margin: 5px 0;
}
.product-grid-pagination{
    position: relative;
    margin: 20px 0 50px 0;
}
.product-grid-pagination .pagination li a, .product-grid-pagination .pagination li span{
    padding: 6px 8px;
    border: 0 none;
    color: #555;
    font-size: 18px;
    font-family: 'hindregular';
}
.product-grid-pagination .pagination li a, .product-grid-pagination .pagination li span.active{
    color: #ff253a;
}
a.pagination-prev:hover, .product-grid-pagination .pagination li a:hover, .product-grid-pagination .pagination li span:hover, .product-grid-pagination .pagination li a:active, .product-grid-pagination .pagination li a.active{
    color: rgba(255, 37, 58, 1);
    background-color: transparent;
}
.pagination-prev{
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding: 0;

}
.pagination-prev .fa-chevron-right{
    margin-left: 10px;
}
.account-container{
    position: relative;
    min-height: 600px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ADADAD;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;

}
.shopping-cart-container{
    position: relative;
    min-height: 400px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ADADAD;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding-bottom: 10px;
}
.account-controls{
    position: relative;
    min-height: 40px;
    background-color: #ADADAD;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-family: Arial, sans-serif;
    overflow: hidden;

}
.account-menu{
    position: relative;
    float: left;
    min-height: 40px;
    border-bottom: solid 5px #aaa;
    padding: 7px 20px 0px 20px;
    font-size: 16px;
    color: white;
    font-family: Arial, sans-serif;
}
.account-menu.active{
    position: relative;
    float: left;
    min-height: 40px;
    border-bottom: solid 5px rgba(255, 37, 58, 1);
    padding: 7px 20px 0px 20px;
    font-size: 16px;
    color: rgba(255, 37, 58, 1);
    font-family: Arial, sans-serif;
    background-color: #EEE;
}

.account-welcome, .account-address-shipping{
    position: relative;
    padding: 20px 10px 10px 10px;
    font-family: Arial, sans-serif;
    font-size: 1em;

}
.acount-name-detail .form-control{
    position: relative;
    width: 200px;
    height: 32px;
    margin: 5px 0;
}
.acount-name-detail .form-control:focus, .product-review .form-control:focus, .add-delivery .form-control:focus, .add-creditcart .form-control:focus, .account-new-user .form-control:focus, .add-delivery-address .form-control:focus {
    border-color: #ff7070;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 37, 58, .1), 0 0 8px rgbargba(255, 37, 58, 0.1);
    box-shadow: inset 0 1px 1px rgba(255, 37, 58, .1), 0 0 8px rgba(255, 37, 58, .1);
}
.account-separate{
    position: relative;
    width: 100%;
    height: 15px;
    border-color: #ccc;
    border-bottom-style: dotted;
    border-width: 1px;
    margin-bottom: 5px;
}
.ckeck-box-radio{
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 20px 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    font-family: Arial, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ckeck-box-radio span{
    display: block;
}
.ckeck-box-radio input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.ckeck-box-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: white;
    border: solid 1px #ADADAD;
}
.ckeck-box-radio:hover input ~ .checkmark {
    background-color: white;
}
.ckeck-box-radio input:checked ~ .checkmark {
    background-color: white;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.ckeck-box-radio input:checked ~ .checkmark:after {
    display: block;
}
.ckeck-box-radio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 37, 58, .9);
}
.account-add-address, a.account-add-address:hover{
    color: rgba(255, 37, 58, 1);
    text-align: right;
    text-decoration: underline;
    padding: 10px;
    line-height: 1;
}
.ckeckout-container{
    position: relative;
    width: calc(100% - 30px);
    min-height: 500px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ADADAD;
    font-family: Arial, sans-serif;
    margin: 15px auto;
}
.ckeckout-controls{
    position:relative;
    min-height: 40px;
    background-color: #24292d;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-family: Arial, sans-serif;
    padding: 10px 15px;
    overflow: hidden;

}
.ckeckout-controls-title{
    position:relative;
    float: left;
    color: #bebebc ;
    margin-right: 15px;
}
.ckeckout-controls-title .fa-shopping-bag{
    font-size: 15px;
    margin-right: 10px;
}
.ckeckout-controls-articule{
    position:relative;
    float: left;
    color: white;
    font-weight: bold;
}
.ckeckout-container p{
    font-size: 1em;
    padding: 10px 10px 10px 10px;
    margin: 0;
}
.ckeckout-buy-container{
    position: relative;
    padding: 10px;
    font-size: 1em;
}
.checkout-subtotal{
    position: relative;
    border-color: #ccc;
    border-bottom-style: dotted;
    border-width: 1px;
    margin-bottom: 15px;
    margin-top: 10px;
    overflow: hidden;
    min-height: 10px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1;
}
.checkout-total{
    position: relative;
    color: rgba(255, 37, 58, 1);
    text-align: right;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1;
    margin-bottom: 10px;
}
.continue-shopping .btn-default{
    position: relative;
    display: block;
    margin: 20px auto;
    width: 90%;
}
.proceed-checkout .btn-primary{
    position: relative;
    display: block;
    margin: 20px auto;
    width: 90%;
    border: 0 none;
    overflow: hidden;
    padding: 0;
}
.account-new-user .btn-primary{
    position: relative;
    display: block;
    margin: 20px auto;
    width: 100%;
    border: 0 none;
    overflow: hidden;
    padding: 0;
}
.account-order-return .btn-default{
    font-size: 13px;
}
.proceed-checkout .btn-primary .btn-text-left{
    background-color: rgba(230, 55, 70, 1);
    position: relative;
    float: left;
    width: 85%;
    height: 50px;
    padding: 10px;
    text-align: center;
    color: white;
    font-size: 1.2em;
    line-height: 1;
    font-family: Arial, sans-serif;
}

.proceed-checkout .btn-primary:hover .btn-text-left, .account-new-user .btn-primary:hover .btn-text-left, .account-user-address-edit .btn-primary:hover{
    background-color: rgba(225, 27, 48, 1);
}
.proceed-checkout .btn-primary .btn-text-icon{
    position: relative;
    float: right;
    width: 15%;
    background-color: rgba(200, 37, 58, 1);
    height: 50px;
    padding: 0;
}

.proceed-checkout .btn-primary .btn-text-icon .fa-chevron-right{
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
    color: rgba(250, 250, 250, .5);
}

.add-delivery .form-group{
    position: relative;
    min-height: 27px;
    margin: 15px 0;
}
.add-delivery-address .form-group{
    position: relative;
    min-height: 27px;
    margin: 15px 0;
}
.add-creditcart .form-group{
    position: relative;
    min-height: 27px;
    margin: 15px 0;
}
.add-creditcart .form-group-extra{
    position: relative;
    min-height: 27px;
    margin: 15px 0 15px 0;
}
.form-group-extra .short-label{
    margin-left: -15px;
    margin-right: 15px;
}
.add-delivery .control-label{
    font-size:  14px;
    padding-top: 7px;
    line-height: 1;
    font-weight: normal;
    display: block;
}
.add-delivery-address .control-label{
    font-size:  13px;
    padding-top: 7px;
    line-height: 1;
    font-weight: normal;
    display: block;
}
.add-creditcart .control-label, .account-new-user .control-label{
    font-size:  14px;
    padding-top: 7px;
    line-height: 1;
    font-weight: normal;
    display: block;
}
.account-new-user .form-group{
    margin: 0;
    min-height: 40px;

}
.account-delivery-shipping .control-label{
    font-size:  13px;
    padding-top: 20px;
    line-height: 1;
    font-weight: normal;
    margin-right: 10px;
}
.add-delivery .control-label span, .account-delivery-shipping .control-label span, .account-new-user .control-label span, .add-delivery-address .control-label span{
    color: rgba(255, 37, 58, 1);
    font-size: 16px;
}
.add-delivery .open .dropdown-toggle.btn-default.focus, .add-delivery .btn-default:hover, .add-delivery .btn-default:active:hover, .add-delivery .btn-default.active:hover, .add-delivery .open .dropdown-toggle.btn-default:hover, .add-delivery .btn-default:active:focus, .add-delivery .open .dropdown-toggle.btn-default:focus{
    background-color: #e6e6e6  !important;
}
.add-delivery .dropdown-menu{
    max-height: 90px;
    overflow: hidden;
    max-width: 180px;
}
.add-delivery-address .dropdown-menu{
    max-height: 90px;
    overflow: hidden;
    max-width: 180px;
}
.add-delivery-btn .btn-default{
    padding: 0 15px 0 0;
    margin-top: 10px;
    margin-bottom: 30px;
}
.add-delivery-btn .btn-default .btn-icon-left{
    position: relative;
    float: left;
    padding: 10px 10px;
    color: rgba(0,0,0,0.3);
    font-size: 25px;
    border-right: 1px solid rgba(0,0,0,0.2);
}
.add-delivery-btn .btn-default .btn-text-right{
    position: relative;
    float: left;
    padding: 15px 12px 0px 25px;
    text-align: center;
    font-size: 1em;
    line-height: 1;
    font-family: Arial, sans-serif;
}
.checkout-product-view{
    position: relative;
    min-height: 130px;
    border-bottom: dotted 1px #ccc;
    margin: 10px;
    padding-bottom: 10px;
}
.checkout-product-image{
    position: relative;
    margin: 10px auto;
    min-width: 75px;
    min-height: 75px;
}
.checkout-product-name{
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px 0 5px 0;
}
.checkout-product-sku, .checkout-product-category{
    position: relative;
    line-height: 1.2;
    font-size: 13px;
    color: #666;
}
.checkout-product-quantity{
    position: relative;
    margin: 10px 0;
}
.checkout-product-quantity .control-label{
    position: relative;
    font-size: 13px;
    color: #666;
    font-weight: normal;
}
.checkout-product-quantity .btn-group.bootstrap-select .btn{
    padding: 3px 12px ;
}
.checkout-product-price{
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    min-height: 10px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1;
}
.checkout-delete{
    position: relative;
    float: left;
    padding: 0 0 0 5px;
    font-size: 12px;
    color: #666;
    cursor: pointer;
}
.checkout-delete.active {
    color: rgba(255, 37, 58, 1);
}
.pay-info{
    position: relative;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
    color: #666;
    margin-bottom: 15px;
}
.creditcart-info{
    position: relative;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
    color: #666;
    margin-bottom: 15px;
}
.text-danger, .text-red {
    color: rgba(255, 37, 58, 1) !important;
}
.checkbox-cupon{
    display: inline-block;
    position: relative;
    padding-right: 30px;
    margin-bottom: 12px;
    margin-top: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    line-height: 1;
}
.polity-info{
    position: relative;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
    color: #666;
    margin-bottom: 15px;
    display: inline-block;
    margin-left: 10px;
}

.checkbox-cupon input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkbox-cupon .checkmark {
    position: absolute;
    bottom: -2px;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    border: 1px solid #ccc;
}
.checkbox-cupon:hover input ~ .checkmark {
    background-color: white;
}
.checkbox-cupon input:checked ~ .checkmark {
    background-color: rgba(255, 37, 58, 1);
    border: 1px solid rgba(255, 37, 58, 1);
}
.checkbox-cupon input:checked ~ .checkmark:after {
    display: block;
}
.checkbox-cupon .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(48deg);
    -ms-transform: rotate(48deg);
    transform: rotate(48deg);
}
.checkbox-cupo.btn.btn-warning{
    position: relative;
    margin-bottom: 10px;
}
.checkout-summary-name, .checkout-summary-delivery{
    position: relative;
    margin: 10px 0;
}
.cursor-pointer{
    cursor: pointer;
}
.underline{
    text-decoration: underline;
}
.paid-payment, .process-payment{
    text-align: center;
}
.paid-payment .fa-check{
    font-size: 25px;
    color: #28a745;
    margin: 0px 5px 0 5px;
    line-height: 1;
}
.process-payment .fa-check{
    font-size: 35px;
    color: #e78f08;
    margin: 0px 5px 0 5px;
    line-height: 1;
}
.process-payment .fa-times  {
    font-size: 35px;
    margin: 0px 5px 0 5px;
    line-height: 1;
}
.process-payment-container{
    position: relative;
    padding: 20px 15px 10px 15px;
}
.process-payment-container h3{
    text-align: center;
    margin: 0 0 5px;
}
.process-payment-container h4 {
    text-align: center;
    margin: 0 0 5px;
}
.process-payment-container  p {
    text-align: center;
    margin: 0 0 5px;
}
.process-payment-info-container {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ADADAD;
    min-height: 200px;
    margin: 15px;
    padding: 15px;
}
.process-payment-info-container a, .process-payment-info-container a:hover, .process-payment-info-container a:focus {
    color: #333 !important;
    text-decoration: underline;
}
.account-new-user h4{
    margin-top: 0;
}
.account-new-user .table th{
    font-size: 12px;
}
.account-new-user .table td{
    font-size: 12px;
}
.account-new-user  .table-hover tbody tr:hover {
    background-color: rgba(255, 37, 58, .3);
    cursor: pointer;
}
.account-new-user .fa-cart-arrow-down{
    color: #555;
    font-size: 14px;
}
.account-user-data{
    position: relative;
    margin: 10px 0;
}
.account-user-name, .account-order-detail{
    position: relative;
    font-size: 12px;
    border-bottom: solid 1px #dfdfdf;
    padding: 5px 0;
}
.account-order-purchase{
    position: relative;
    font-size: 12px;
    padding: 5px 0;
}
.account-order-total{
    position: relative;
    font-size: 12px;
    padding: 20px 0 5px 0;
    font-size: 15px;
}
.account-order-number{
    position: relative;
    float: left;
    padding-right: 10px;
}
.account-order-number h4, .account-order-resume h4{
    margin: 0;
}
.account-order-date{
    text-align: right;
    font-size: 12px;
}
.account-user-address{
    position: relative;
    font-size: 12px;
    border-bottom: solid 1px #dfdfdf;
    margin: 20px 0;
}
.account-user-address-edit .btn{
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}
.account-user-address-edit .btn-primary{
    background-color: rgba(230, 55, 70, 1);
    border: 0 none;
}
.pointer {
    cursor: pointer;
}
#menu .dropdown-menu{
    right: 0;
    left: auto;
}
.menu_lateral_detalle .side-nav{
    width: 100%;
}
.menu_lateral_detalle .side-nav li a {
    display: block;
    padding: 3px 0 3px 10px;
    text-decoration: none;
    font-size: 13px;
    font-family: 'hindregular';
    color: #111;
}
.menu_lateral_detalle .side-nav li a.active,
.menu_lateral_detalle .side-nav li a:hover{

    cursor: pointer;
}
.menu_lateral_detalle ul.side-nav ul {
    padding-left: 10px;
}
.menu_lateral_detalle .side-nav li {
    float: none;
    list-style-type: none;
}

@media (max-width: 1019px) {
    #menu .navbar-header {
        float: none;
    }
    #menu .navbar-left, #menu .navbar-right {
        float: none !important;
    }
    #menu .navbar-toggle {
        display: block;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    #menu .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    #menu .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    #menu .navbar-collapse.collapse {
        display: none!important;
    }
    #menu .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    #menu .navbar-nav li {
        float: none;
    }

    #menu .collapse.in{
        display:block !important;
    }
    #menu .navbar-brand{
        padding: 10px;
    }
    #menu .nav.nav-justified li a {
        padding: 10px;
    }
    .add-creditcart .form-group-extra{
        min-height: 65px;
    }
}
.divBanners{
    width: 100%;

    height: 42px;
    float: left;

    text-align: center;
    font-size: 21px;
    font-weight: bold;
    line-height: 44px;
}
.banner_modulos{
    cursor: pointer;
    margin-top: 10px;
}
.redesSociales{
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    margin-top: 10px;
}
.redesSociales-ttutlo{
    color: #ffffff;
    margin-left: 25%;
}
.redesSociales-contenedor{
    float: left;
    margin-left: 25%;
    margin-top: 10px;
}
.redesSociales-detalle{
    cursor: pointer;
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-top: 10px;
    background-size: cover;
}
.w-100{
    width: 100%;
}
.carousel-inner .item a{
    width: 100%;
    display: inline-block;
}
.left-slide-responsivo{
    background-image: url("../images/back.svg");
    width: 55px;
    height: 55px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: 100%;
}
.right-slide-responsivo{
    background-image: url("../images/next.svg");
    width: 55px;
    height: 55px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: 100%;
}
.carousel-control.modulo21{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1200px) {
    #menu .nav.nav-justified li a {
        padding: 5px;
        font-size: 13px;
    }
    #menu .navbar-sup {
        top: 12px;
    }
    .footer-bottom, .powerby {
        text-align: center;
    }
    #menu .dropdown-menu{
        right: auto;
        left: auto;
    }


}
@media (max-width: 768px) {
    #menu .navbar-sub{
        display: inline;
        padding-right: 5px;
        font-size: 14px;
    }
    #menu .nav.nav-justified li a{
        font-size: 14px;
    }
    .banner-2{
        border-bottom: 10px solid #999999;
        background: url(../images/banners/libro_f1.png) no-repeat 0% 100% #e3e3e3;
        padding-top: 10px;
    }
    .banner-2 h2{
        color: black;
    }
    .label-review{
        text-align: left;
    }
    .background-footer{
        width: 100%;

        background-attachment: scroll;
        min-height: 280px;
        text-align: center;
    }
    .footer-section h1{
        text-align: center;
    }
    .product-price-list {
        position: relative;
        text-align: center;
    }
    .add-cart-list .btn-default, .add-cart-list .btn-default:hover {

        margin: 0 auto;
        text-align: center;
        display: table;
    }
    .product-grid-pagination .pagination li span{
        display: none;
    }
    .show-search{
        display: none;

    }
    .show-result{
        position: relative;
        float: none;
        margin: 0 auto;
        display: table;
    }
    .result-count, .pay-info{
        text-align: center;
    }
    .pay-info-image{
        margin: 20px auto 0 auto;
        display: block;
    }
    .checkbox-cupo.btn.btn-warning{
        display: block;
        margin: 20px auto 10px auto;
        width: 100%;
    }

    .form-group-extra .short-label{
        margin-left: 0px;
        margin-right: 0px;
    }
}

/* carusel de imagenes */
.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
    margin-left: 0;
}

.carousel-showmanymoveone .carousel-control.right {
    margin-right: 0;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
    display: none;
}

.carousel .item .col-xs-12 {
    padding: 2px;
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .carousel .item .col-xs-6:nth-last-child(-n+2) {
        display: none;
    }
}

@media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -50%;
    }
    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 50%;
    }
    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -16.6%;
    }
    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 16.6%;
    }
    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(16.6%, 0, 0);
        transform: translate3d(16.6%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-16.6%, 0, 0);
        transform: translate3d(-16.6%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
/* carusel de imagenes */
.margin_top_10{
    margin-top: 10px;
}
.titulo-menu-lateral:first-line{
    font-weight: bold;
}
.menu_lateral_detalle-hijo{
    color: #8a8a8a !important;
}
.boton-micuenta{
    height: 25px;
    width: 70px;
}

.close {
    background-image: url(../images/btn_closed_goo.png);
    width: 16px;
    height: 17px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 3px;
}
.simplemodal-wrap, #iframeid, .simplemodal-container, .simplemodal-data{
    border-radius: 12px;
    background-color: #fff;
}

.single-name-tit {
    font-size:15px !important;
}


.menuContsup {
    margin-top: -17px;
    height: 47px;
}
.navCont .menuSup {
    position: absolute;
    z-index: 99999;
    background: #fff;
    margin-top: 16px;
    display: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.navCont:hover .menuSup {
    display: block;
}

.navCont .menuSup .subMenuLink{
    height:31px !important;
    text-align: left !important;
    padding: 3px 15px !important;
    color: #666 !important;
    border-bottom: 1px solid #e5e5e5;
    transition: 0.3s;
    font-size: 14px !important;
    font-family: 'NexaLight' !important;
    text-transform: unset !important;
    min-width: 181px;
    line-height: 1.42857143 !important;
}
.navCont .menuSup .subMenuLink:hover{
    padding: 3px 15px;
    color: #f37171 !important;
    background-color: #ffebeb !important;
    border-bottom: 1px solid #e5e5e5;
}

.navCont .menuSup .subMenuLink.lastitem{
    border-bottom: none;
}
.navCont .menuSup .subMenuLink.lastitem:hover{
    color: #f37171 !important;
    background-color: #ffebeb !important;
    border-bottom: none;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.background-safe {
    position: relative;
    width: 100%;
    min-height: 50px;
    background-color: #330066;
    overflow: hidden;
}
.banner-compra-segura {
    padding: 40px 30px 0px 30px;
    max-height: 200px;
    min-height: 180px !important;
}
.banner-compra-segura p {
    font: 14px/1 'Arial', sans-serif;
    color: rgba(255, 255, 255, .5);
    margin: 0 0 10px;
}
.banner-compra-segura h1 {
    font: 28px/1 'Arial', sans-serif;
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
    padding: 0;
    margin: 10px 0;
}
.banner-compra-segura-1 {
    padding: 40px 0 10px 0;
    max-height: 200px;
    min-height: 180px !important;
}
.banner-compra-segura-1 h3 {
    font: 16px/1 'Arial', sans-serif;
    color: rgba(255, 255, 255, 1);
    margin: 12px 0 5px 0;
    padding: 0;
}
.banner-compra-segura-1 h4{
    font: 12px/1 'Arial', sans-serif;
    color: rgba(255, 255, 255,.51);
    margin: 5px 0;
    padding: 0;
}
.icon-phone {
    position: relative;
    float: left;
    margin-right: 8px;
}



/* nuevo Estilo */
.tituloarreglo {
    font-size: 26px;
    text-align: center;
    color: #E94045;
    font-family: 'hockey_is_lifmedium' !important;
    position: relative;
    float: left;
    font-weight: 700;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
}
.descripcionarreglo {
    font-size: 14px;
    text-align: left;
    color: #525252;
    font-family: 'arial';
    position: relative;
    float: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    /* height: 60px; */
    height: 40px;


}

.descripcionarreglo{
    position: relative;
    max-height: 40px;
    overflow: hidden;
}
.pesos {
    color: #801D24;
    font-size: 20px;
    text-align: center;
    font-family: 'hockey_is_lifmedium' !important;
    font-weight: 700;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.precioarreglo {
    color: #801D24;
    font-size: 30px;
    text-align: center;
    font-family: 'hockey_is_lifmedium' !important;
    font-weight: 500;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.btn_comprar {
    font-family: 'hockey_is_lifmedium' !important;
    font-size: 21px;
    padding-top: 8px;
    font-weight: 500;
    background-color: #CB2E38;
    color: #ffffff;
    text-align: center;
    width: 100%;
    height: 40px;
    border-radius: 4px;
}

.background_flores {
    background-image: url(../images/picaflores/back_plantas.jpg);
    background-repeat: repeat-y;
    width: 100%;
    min-height: 500px;
    overflow: hidden;
}
.tituloseccionarreglos {
    font-size: 40px;
    color: #E94045;
    font-family: 'hockey_is_lifmedium' !important;
    position: relative;
    float: left;
    line-height: 40px;
    padding-left: 10px;
    font-weight: 700;
}
.subtituloseccionarreglos {
    font-size: 13px;
    color: #E94045;
    font-family: arial;
    position: relative;
    float: left;
    width: 100%;
    line-height: 13px;
    padding-left: 10px;
}
.spacer {
    width: 100%;
    height: 45px;
    position: relative;
    float: left;
}