html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body { 
    font-family: 'Raleway', sans-serif;
    background: #fff; 
    font-weight: normal; 
    font-size: 16px; 
    color: #555;
}
a, a:hover, a:focus { 
    text-decoration: none; 
    color: #233E34;
    border: none;
    outline: none;
}
img { 
    max-width: 100%; 
}
.container-fluid { 
    width: 1170px; 
    max-width: 100%; 
    margin: 0 auto; 
}
.clear, .clearfix {
    display: block;
    clear: both;
}
.right { 
    text-align: right; 
}
.left { 
    text-align: left; 
}
.justify { 
    text-align: justify; 
}
.center { 
    text-align: center; 
}
.alert { 
    padding: 10px 15px; 
}
.green, .yellow {
	color: #233E34;
}
.bg-green, .bg-yellow {
	background: #233E34;
}
.brown {
	color: #B5B792;
}
.bg-brown {
	background: #B5B792;
}
.white {
	color: #fff;
}
.bg-white {
	background: #fff;
}
a.white, a.white:hover, a.white:focus {
    color: #fff;
}
h1, h2, h3, h4 { 
    color: #233E34; 
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
}
.height10 {
    height: 10px;
}
.height20 {
    height: 20px;
}
.height30 {
    height: 30px;
}
.height50 {
    height: 50px;
}
.boton {
    display: inline-block;
    background: #233E34;
    color: #fff !important;
    text-transform: uppercase;
    padding: 10px 30px;
    border: none;
    letter-spacing: 1px;
    white-space: nowrap;
}
strong {
    font-weight: 600;
}
.botongris {
    display: inline-block;
    background: #b5b792;
    color: #fff !important;
    text-transform: uppercase;
    padding: 10px 30px;
    border: none;
    letter-spacing: 1px;
    white-space: nowrap;
}
.botonbrown {
    display: inline-block;
    background: #B5B792;
    color: #fff !important;
    text-transform: uppercase;
    padding: 10px 30px;
    border: none;
    letter-spacing: 1px;
    white-space: nowrap;
}
input[type="number"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

/** HEADER **/
header {
    position: relative;
    width: 100%;
    z-index: 100;
    background: #fff;
}
header .logo img {
	
}
.top {
    padding-top: 8px;
    padding-bottom: 8px;
}
.top .favoritos img, .top .user img {
	width: 28px;
	margin-left: 8px;
}
.top .logo {
    text-align: center;
}

.top .cartlogin {
    position: absolute;
    top: 20px;
    right: 0;
}
.cart-top {
    display: inline-block;
    width: auto;
    height: 30px;
    padding: 0 0 0 8px;
    margin-top: 8px;
}
ul.sinestilo, .login > a {
    display: inline-block;
    margin: 0;
    padding: 0;
}
ul.sinestilo {
    list-style-type: none;
    margin-right: 19px;
}
ul.sinestilo span#loadCart {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    background: #B5B792;
    position: absolute;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    top: -7px;
    left: 23px;
    font-weight: normal;
}
.mainmenu {
    background: #233E34;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li a {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
    border-bottom: 4px solid transparent;
    color: #fff;
}
.navbar-default .navbar-nav li.active a {
    background: none !important;
    border-bottom: 4px solid #B5B792;
    color: #fff;
}
.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus {
    background: none !important;
    color: #fff;
}
.navbar-default .navbar-nav li {
    padding-right: 11px;
    padding-left: 11px;
}
.navbar-right {
    padding-top: 0;
}
.dropdown-menu {
    list-style-type: none !important;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover {
    color: #fff !important;
    background-color: transparent !important;
    border-bottom: 4px solid #B5B792;
}
.clearfixmenu {
    clear: both;
}
.megamenu a {
    display: block;
    padding: 2px 0 !important;
}
.megamenu a.nombrepadre {
    font-weight: normal !important;
}
.megamenu a, .megamenu a:hover, .megamenu a:focus {
    color: #555 !important;
}
.megamenu .categoriaprincipal {
    margin-bottom: 4px;
}
.imagenesmenu img {
    margin-bottom: 6px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

@media(min-width: 1100px) {
    .menu-large {
        position: static !important;
    }
    .megamenu {
        margin-top: -1px !important;
        padding: 20px 0px 20px 0;
        width: 100%;
        border-radius: 0;
        border: none;
        background: #f8f8f8;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
    }
    .megamenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .clearfixmenu {
        display: none;
    }
    .megamenu .categoriaprincipal {
        display: inline-block;
        float: left;
        padding-right: 20px;
        width: 33.33%;
    }
}


/** Breakpoint menu **/
@media (max-width: 1100px) {
    .cartlogin {
        padding-top: 18px;
    }
    header .logo img {
        width: 50px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
          float: none!important;
          margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-default .navbar-toggle {
        border-color: none;
        border: none;
        padding-right: 0;
        background: none !important;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: none;
        box-shadow: none;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 0 !important;
        margin-left: -15px !important;
        margin-right: -15px !important;
        background: #f8f8f8 !important;
    }
    .navbar-default .navbar-nav li a {
        color: #333 !important;
        border-bottom: 1px solid #B5B792;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .navbar-default .navbar-nav li.active a {
        border-bottom: 1px solid #B5B792;
        color: #333 !important;
    }
    .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus {
        color: #333 !important;
    }
    .nav.navbar-right {
        display: none;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent !important;
    }
    .navbar-default .navbar-nav > .open > a, 
    .navbar-default .navbar-nav > .open > a:focus, 
    .navbar-default .navbar-nav > .open > a:hover,
    .dropdown-menu > .active > a, 
    .dropdown-menu > .active > a:focus, 
    .dropdown-menu > .active > a:hover {
        color: #333 !important;
        border-bottom: 1px solid #B5B792;
    }
    .navbar-nav > li > .dropdown-menu {
        border: none;
        background: #f8f8f8;
    }
    .imagenesmenu {
        display: none;
    }
    .megamenu li {
        padding: 0;
    }
    .megamenu ul {
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
    }
    .megamenu a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        font-size: 14px !important;
        padding-left: 20px !important;
    }
    .dropdown-menu.megamenu {
        position: relative;
        left: inherit;
        top: inherit;
        right: inherit;
        box-shadow: none;
        padding: 0;
        margin: 0;
        float: none;
    }
    .elementosmenu {
        float: none; 
        width: 100%;
    }
}


/** HOME **/
.modal-dialog {
    border-radius: 0;
}
.modal-content {
    border-radius: 0;
}
button.cerrarmodal {
    position: absolute;
    right: 0;
    top: 0px;
    border: none;
    background: #fff;
    font-size: 32px;
    padding: 0 10px;
    height: auto;
    line-height: 32px;
}
.modal-body h3 {
    margin-bottom: 20px;
    padding-bottom: 0;
}
.modal-body form {
    position: relative;
}
.modal-body form input {
    display: block;
    width: 100%;
    padding: 11px 15px;
    height: 42px;
    border: 1px solid #f0f0f0;
    background: #f8f8f8;
}
.modal-body form button {
    height: 42px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    width: 42px;
    text-align: center;
    background: #233E34;
    color: #fff;
}
#carousel-home img {
    border-top: 3px solid #fff;
    width: 100%;
}
#carousel-home img.responsive {
    display: none;
}
#carousel-home .item {
    position: relative;
}
.banner {
    width: 100%;
    height: 240px;
    text-align: center;
    color: #fff;
}
.banner .overlay {
    opacity: 0;
    padding: 90px 20px 0 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 35, 30, 0.7);
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
}
.banner:hover .overlay {
    opacity: 1;
}
.banner .overlay h4 {
    color: #fff;
    font-size: 24px;
}
.owl-nav {
    display: none !important;
}
.owl-dots {
    display: none !important;
}
.parallax {
    position: relative;
    background: #f1eae4;
}
.parallax .foto {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}
.parallax .contenidos {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(images/bg2.png) no-repeat bottom right;
    background-size: 200px;
}
.parallax2 {
    position: relative;
}
.parallax2 .foto2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}
.parallax2 .contenidos {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 200px;
}
.parallax3 {
    position: relative;
}
.parallax3 .foto3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}
.parallax3 .contenidos {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 200px;
}
.home-productos {
    background-image: url(images/bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #fff;
}
.fichaproducto {
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    background: #fff;
    border: 1px solid #e9e9e9;
}
.imagenproducto {
    display: block;
    width: 100%;
    height: 250px;
    margin-bottom: 12px;
}
.fichaproducto a.nombre {
    text-align: center;
    color: #233E34;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    display: block;
    min-height: 30px;
}
.fichaproducto .precioproducto {
    color: #666;
    font-size: 18px;
    margin: 5px 0 10px 0;
    font-weight: 600;
}
.fichaproducto .botonagregar {
    display: block;
    background: none;
    background: #B5B792;
    color: #fff !important;
    padding: 10px;
    border: none;
    text-transform: uppercase;
}
.fichaproducto .botonagregar img, .detalle .botonagregar img {
    width: 26px;
    margin-left: 5px;
    position: relative;
    top: -2px;
}
.procedimiento {
    background: #F1EAE4;
}
.paso .imagen {
    text-align: center;
    font-weight: 600;
    color: #fff;
    background: #b5b792;
    border-radius: 6px;
    padding: 30px 20px 20px 20px;
    min-height: 250px;
    margin-bottom: 30px;
}
.paso .imagen img {
    margin-bottom: 20px;
}
.procedimiento h3 {
    font-size: 19px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #333;
    margin-bottom: 20px;
}
footer {
    background: #233E34;
    padding-top: 30px;
    color: #fff;
    font-size: 15px;
}
footer h4 {
    color:#B4B792;
    font-weight: 600;
}
footer a {
    color: #fff !important;
}
.copyright {
    background: #162721;
    padding-top: 15px;
    padding-bottom: 15px;
}
ul.menufooter {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
ul.menufooter li {
    display: inline-block;
    float: left;
    width: 50%;
}
.socialfooter a {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #B5B792;
    color: #233E34;
    text-align: center;
    line-height: 38px;
}
.logofooter {
    position: relative;
    padding-left: 100px;
}
.logofooter img {
    position: absolute;
    left: 15px;
    top: 0;
    width: 70px;
}
.iframemap iframe {
    width: 100%;
    height: 277px;
}
.formulario input, .formulario textarea, .formulario select {
    background: #f5f0eb;
    border: none;
    width: 100%;
    padding: 10px;
    height: 44px;
    margin-bottom: 15px;
}
.formulario textarea {
    height: 100px;
}
.noticia {
    margin-bottom: 30px;
}
.imgnoticia {
    display: block;
    width: 100%;
    height: 250px;
}
.noticiaprincipal .imgnoticia {
    height: 340px;
    border: 4px solid #f0f0f0;
}
.fecha {
    color: #999;
}
h4 {
    line-height: 1.4em;
}
.detallenoticia img {
    border: 4px solid #f0f0f0;
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
    max-width: 50%;
}
.alert.alert-danger {
    background: #fff;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 5px solid #DB5646;
    color: #DB5646;
    padding: 15px;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
    text-transform: uppercase;
    font-size: 15px;
}
.alert.alert-info, .alert.alert-success {
    background: #fff;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 5px solid #233E34;
    color: #233E34;
    padding: 15px;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
    text-transform: uppercase;
    font-size: 15px;
}
.paginacion {
    text-align: center;
}
.paginacion a, .paginacion span {
    display: inline-block;
    margin: 0 2px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f0f0f0;
    text-align: center;
    line-height: 26px;
}
.paginacion a.current, .paginacion span.current {
    background: #B5B792;
    color: #fff;
}
.pagelistado {
    min-height: 300px;
    background-image: url(images/bg.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}
/*** DETALLE ***/
a.ns-img {
    display: inline-block;
    float: left;
    width: 90px;
    height: 80px;
    border: 3px solid #fff;
}
#imagenprincipal img {
    width: 100%;
    border: 4px solid #f0f0f0;
}
h2.nombreprod {
    margin-top: 0;
    padding-top: 0;
}
.precioprod {
    font-weight: 600;
    font-size: 24px;
    color: #233e34;
}
.precioprod span {
    display: inline-block;
    font-size: 16px;
    position: relative;
    top: -4px;
}
.cantidad {
    display: inline-block;
}
.cantidad button {
    width: 30px; 
    font-weight: 400;
    background: #fcfcfc !important; 
    padding: 0; 
    box-shadow: none; 
    border: none; 
    display: inline-block; 
    color: #111 !important;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    text-align: center;
    float: left;
    z-index: 1;
    position: relative;
}
.cantidad button:hover {
    font-weight: 500;
    color: #000;
    background: #f8f8f8 !important;
}
.cantidad input { 
    width: 80px;
    height: 40px;
    display: inline-block; 
    padding: 7px 20px; 
    text-align: right;
    box-shadow: none; 
    border-radius: 0;
    float: left;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
    margin-left:-2px;
    margin-right: -2px;
}
.detalle .botonagregar {
    display: inline-block;
    background: #233e34;
    color: #fff !important;
    text-transform: none;
    padding: 8px 30px;
    border: none;
    border-radius: 6px;
}
/*** Minicart ****/
.dropdown-menu.dropdown-cart {
    padding: 12px 12px 5px 12px;
    font-size: 14px;
    text-align: left;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.15);
    box-shadow: 0 6px 12px 
    rgba(0,0,0,.15);
    border-radius: 0;
    left: inherit !important;
    right: 0 !important;
    min-width: 285px !important;
    background: #fff;
    z-index: 9999;
}
.dropdown-menu.dropdown-cart li {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.dropdown-menu.dropdown-cart li.minicart-total {
    font-size: 16px;
    text-align: right;
    color: #222;
}
.dropdown-menu.dropdown-cart li.divider {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.dropdown-menu.dropdown-cart li.last {
    border-bottom: none;
}
.dropdown-menu.dropdown-cart li.last a {
    display: block;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #233e34;
    padding: 9px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    border-radius: 4px;
}
.minicart-item .item-left img {
    float: left;
    width: 76px;
    margin-right: 10px;
}
.minicart-item .item-info {
    white-space: nowrap;
    width: 162px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
}
.minicart-item .item-info {
    font-weight: 300;
    color: #666;
}
.minicart-item .item-info strong {
    font-weight: normal;
}
.preciominicart {
    text-align: right;
    color: #233e34;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 15px;
}
.minicart-total {
    color: 444;
}
.minicart-total .right {
    float: left;
    width: 60%;
    text-align: right;
    color: #233e34;
    font-size: 15px;
    font-weight: 600;
    padding-right: 10px;
}
.minicart-total .left {
    float: left;
    width: 40%;
    text-align: left;
    color: #444;
}
/** CARRO **/
table {
    width: 100%;
}
.grandtotal table td {
    border-bottom: 1px dashed #ccc;
    padding-top: 6px;
    padding-bottom: 6px;
}
.table.tablacarro > tbody > tr > td, 
.table.tablacarro > tbody > tr > th, 
.table.tablacarro > tfoot > tr > td, 
.table.tablacarro > tfoot > tr > th, 
.table.tablacarro > thead > tr > td, 
.table.tablacarro > thead > tr > th {
    padding: 12px 10px;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.actualizarcantidad {
    margin-left: 10px;
    display: inline-block;
}
.actualizarcantidad .fa {
    font-size: 20px;
    line-height: 36px;
}
.accionescarro {
    display: inline-block;
    text-align: left;
    opacity: 0.7;
    color: #cc0000 !important;
}
div.cupon {
    background: #fafafa;
    padding: 20px;
}
.cuponaplicado {
    background: #fafafa;
    color: #333;
    display: inline-block;
}
.formdescuento {
    display: block;
    position: relative;
}
.formdescuento input {
    height: 46px;
    padding: 8px;
    width: 100%;
    border: 1px solid #ddd;
}
.formdescuento button {
    position: absolute;
    right: 0;
    border: 1px solid #b5b792;
    color: #fff;
    padding: 8px 30px;
    top: 0;
    height: 46px;
    background: #b5b792;
}
.formdescuento button::before {
    content: '';
    position: absolute;
    top: -1px;
    height: 46px;
    width: 7px;
    background: #f8f8f8;
    border-left: 1px solid #ddd;
    left: -1px;
}
.formlogin {
    padding-right: 7%;
}
.formlogin1 {
    border-right: 1px solid #f0f0f0;
}
.formlogin2 {
    padding-left: 7%;
}
.formlogin strong {
    font-weight: 600;
}
#form-registro label.error {
    font-weight: normal;
    font-size: 13px;
    color: #ff0000;
    position: relative;
    right: inherit;
    bottom: inherit;
    margin-top: -10px !important;
    display: block;
    margin-bottom: 15px !important;
}
label.terminos {
    display: inline-block;
    font-weight: normal;
    position: relative;
    padding-left: 20px;
}
label.terminos input{
    margin: 0;
    width: auto;
    height:auto;
    padding: 0;
    position: absolute;
    top: 6px;
    left: 0;
}
.modal-content {
    border-radius: 0;
    text-align: left;
}
.modal-content button.cerrarmodal {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    font-size: 30px;
    font-weight: 300;
    top: 0;
    color: #999;
    padding: 0;
}
.modal-header {
    padding: 20px 15px 0 15px;
    border-bottom: none;
    margin-bottom: 0;
}
.modal-header p {
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
}
.modal-body {
    padding-top: 15px;
}
label.error {
    font-weight: normal;
    font-size: 13px;
    color: #ff0000;
    position: absolute;
    right: 25px;
    bottom: 14px;
}
label#formapago-error {
    right: inherit;
    left: 15px;
    bottom: 30px;
}
.step {
    display: inline-block;
    color: #ccc;
    font-weight: 600;
    margin-right: 20px;
    margin-bottom: 15px;
}
.step.activo {
    color: #233e34;
    font-weight: 600;
}
.step .number {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 34px;
    background: #ccc;
}
.step.activo .number {
    background:#233e34;
}
.containerradio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
}
.containerradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.containerradio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.containerradio input:checked ~ .checkmark {
  background-color: #233e34;
}
.containerradio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.containerradio input:checked ~ .checkmark:after {
  display: block;
}
.containerradio .checkmark::after {
    top: 8px;
    left: 8px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: white;
}
.formapago {
    display: inline-block;
    text-align: center;
    width: 230px;
    color: #666;
    margin-bottom: 40px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 30px 15px;
    margin-right: 10px;
}
.formapago a {
    color: #666 !important;
}
.formapago img {
    margin-bottom: 12px;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    cursor: pointer;
}
.formapago.activa img {
    filter: none;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.formapago.activa a {
    color: #1e9c8f !important;
}
.modalformapago img {
    float: left;
    margin-right: 12px;
}
.modalformapago span.black {
    font-weight: 600;
}
.containercheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.containercheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.containercheck .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
}
.containercheck input:checked ~ .checkmark {
    background-color: #fff;
}
.containercheck .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.containercheck input:checked ~ .checkmark:after {
    display: block;
}
.containercheck .checkmark::after {
    left: 7px;
    top: 2px;
    width: 9px;
    height: 16px;
    border: solid #233e34;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.whatsapp {
    color: #fff;
    background: #666;
    font-size: 16px;
    font-weight: 500;
    width: 315px;
    max-width: 100%;
    padding: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    border-radius: 4px;
}
.cajacomentarios {
    width: 100%;
    padding: 10px;
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
}
#whatsappToggle {
    position: fixed;
    bottom: 12px;
    right: 15px;
    z-index: 1000;
}
.alerta {
    color: #fff;
    background: #e34938;
    padding-top: 10px;
    padding-bottom: 10px;
}
.tarjetas {
    margin-bottom: 10px;
}
.tarjetas img {
    width: 180px;
}
.menuusuario {
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0 0;
}
.menuusuario li {
    display:block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #f8f8f8;
}
.menuusuario li a {
    display:block;
    margin-bottom: #f2f2f2;
    padding: 12px 12px;
    background: #fff;
    color: #444;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.menuusuario li a.active, .menuusuario li a:hover {
    background: #233e34;
    color: #fff;
}
.mainbanner-image {
    position: relative;
}
.mainbanner-image img {
    width:  100%;
}
.mainbanner-image .bordes {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.mainbanner-image .bordes::after {
    content:  '';
    display:  block;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 0;
    height: 100%;
    border: 4px solid #8F9657;
    position: absolute;
}
.mainbanner-image a.boton {
    position: absolute;
    bottom: 30px;
    right: 60px;
    background: #233E34;
    color: #fff;
    text-transform: none;
    font-weight: normal;
    font-size: 15px;
    padding-left: 40px;
    padding-right: 40px;
}
.mainbanner-text {
    padding-left: 15px;
    padding-right: 15px;
}
.mainbanner-text .bordes {
    padding-top: 15px;
    padding-bottom: 30px;
    border-left: 4px solid #8F9657;
    border-right: 4px solid #8F9657;
    border-bottom: 4px solid #8F9657;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
}
.mainbanner-text a.boton {
    display: none;
}
.miselect {
    border: 1px solid #e0e0e0;
    padding: 11px;
    width: 300px;
    max-width: 100%;
    background: #fff;
}

@media(min-width: 767px) {
    .textos-izquierda {
        padding-right: 40px;
    }
    .textos-derecha {
        padding-left: 40px;
    }
}

@media(min-width: 767px) { /** Min width !! **/
    .parallax .contenidos {
        padding-left: 40px;
    }
    .developer {
        text-align: right;
    }
}

@media only screen and (max-width: 800px) {
    td.colpadding {
       padding-top: 6px !important;
    }
    .td-producto img {
        display: none;
    }
    #no-more-tables tbody tr { 
        margin-bottom: 15px;
    }
    #no-more-tables table, 
    #no-more-tables thead, 
    #no-more-tables tbody, 
    #no-more-tables th, 
    #no-more-tables td, 
    #no-more-tables tr { 
        display: block; 
    }
    #no-more-tables thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables tr { 
        border: 1px solid #ccc;
    }
     #no-more-tables td { 
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 15px; 
        white-space: normal;
        text-align:left;
        vertical-align: center !important;
        padding-right: 15px;
    }
    #no-more-tables td:before { 
        /****
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
        ****/
    }
    #no-more-tables td:before { 
        content: attr(data-title);
    }
}

@media(max-width: 767px) {
    #carousel-home img.responsive {
        display: block;
    }
    #carousel-home img.desktop {
        display: none;
    }
    .parallax .foto {
        position: relative;
        left: inherit;
        top: inherit;
        height: 300px;
        width: 100%;
    }
    .parallax .contenidos {
        padding-top: 20px;
    }
    .parallax2 .foto2 {
        position: relative;
        left: inherit;
        top: inherit;
        height: 300px;
        width: 100%;
    }
    .parallax2 .contenidos {
        padding-top: 20px;
    }
    .parallax3 .foto3 {
        position: relative;
        left: inherit;
        top: inherit;
        height: 300px;
        width: 100%;
    }
    .parallax3 .contenidos {
        padding-top: 20px;
    }
    .top .logo {
        text-align: left;
    }
    .top .cartlogin {
        position: relative;
        top: inherit;
        right: inherit;
    }
}

@media(max-width: 498px) {
    .banner {
        height: 140px;
    }
    .banner .overlay {
        opacity: 0;
        padding: 50px 15px 0 15px;
    }
    .banner .overlay h4 {   
        font-size: 20px;
    }
    .full498 {
        width: 100%;
        float: none;
    }
    .totalrow .full498 {
        text-align: center;
    }
    .totalrow a.botongris {
        margin-bottom: 20px;
    }
    .botontiendas1 {
        display: none !important;
    }
    .hide498 {
        display: none !important;
    }
    .mainbanner-image a.boton {
        display: none;
    }
    .mainbanner-text a.boton {
      display: inline-block;
      margin-top: 20px;
      font-weight: normal;
      font-size: 15px;
      text-transform: none;
    }
}