@font-face {
    font-family: 'molla';
    src: url('../fonts/molla.eot?74273691');
    src: url('../fonts/molla.eot?74273691#iefix') format('embedded-opentype'),
         url('../fonts/molla.woff2?74273691') format('woff2'),
         url('../fonts/molla.woff?74273691') format('woff'),
         url('../fonts/molla.ttf?74273691') format('truetype'),
         url('../fonts/molla.svg?74273691#icon') format('svg');
    font-weight: normal;
    font-style: normal;
  }
    .whatsapp {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    background-color: #4dc247;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.whatsapp-icon {
    /*margin-top: 13px;*/
    font-size: 36px;
}

.whatsapp:hover, .whatsapp:focus {
    opacity: 0.8;
    box-shadow: none;
}


.grecaptcha-badge {
    bottom: 80px !important;
}

.alerta {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 2rem;
    margin-top: 1rem;
    box-sizing: border-box;
}


.alerta-ok {
    color: #721c24;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 2rem;
    margin-top: 1rem;
    box-sizing: border-box;
}

.hidebutton {
    display: none;
}

@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #responsive-view table,
    #responsive-view thead,
    #responsive-view tbody,
    #responsive-view th,
    #responsive-view td,
    #responsive-view tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    #responsive-view thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #responsive-view tr {
        border: 1px solid #ccc;
    }

    #responsive-view td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    #responsive-view td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    /*
    Label the data
    */
    #responsive-view td:before {
        content: attr(data-title);
    }
}


.grecaptcha-badge {
    opacity: 0;
}

.card-img {
    margin: 5px;
    box-shadow: 0 0 0 1px #d4d4d4;
    border-radius: 5px;
    width: 49px;
}

.widget-list social-icons {
    width: 25px;
    border: 5px solid black;
}

.labelcheck {
    margin-top: 0.1rem !important
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.notification {
    background-color: #c96;
}

.otrocolormenu {
    color: #c96 !important;
}


.product-nav-dots a, .product-nav-dots span {
    display: block;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    border: .2rem solid #fff;
    margin: 0 auto;
    transition: box-shadow .35s ease;
    background-repeat: no-repeat;
    background-position: center center;
}

    .product-nav-dots a.active, .product-nav-dots a:hover, .product-nav-dots a:focus, .product-nav-dots span.active, .product-nav-dots span:hover, .product-nav-dots span:focus {
        box-shadow: 0 0 0 0.1rem #cccccc;
    }

.product-details .product-nav-dots a, .product-details .product-nav-dots span {
    width: 1.5rem;
    height: 1.5rem;
}

.disponibilidad, .disponibilidad .row {
    width: 100%;
}

    .disponibilidad a {
        background-color: #fff;
        border: 1px solid #ff9e19;
    }

        .disponibilidad a.active, .disponibilidad a:hover {
            background-color: #ff9e19;
        }

    .disponibilidad p {
        margin-top: 0.5rem;
        font-size: 1.2rem;
        line-height: 1.2rem;
        text-align: center;
        margin-bottom: 1rem;
    }

.product-nav-dots a, .product-nav-dots span {
    display: block;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    border: .1rem solid #ddcece;
    margin-right: .5rem;
    transition: box-shadow .35s ease;
    background-repeat: no-repeat;
    background-position: center center;
}
.product-details .product-nav-dots a, .product-details .product-nav-dots span {
    width: 2rem;
    height: 2rem;
}
.product-nav-dots a.active, .product-nav-dots a:hover, .product-nav-dots a:focus, .product-nav-dots span.active, .product-nav-dots span:hover, .product-nav-dots span:focus {
    box-shadow: 0 0 0 0.2rem #cccccc;
}

/*tamaño de logo*/
.logo img {
    display: block;
    max-width: 50%;
    height: auto;
}

/*AGREGADO CUPONES DE DESCUENTO*/
.cart-bottom {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5rem;
}

.cart-discount {
    flex: 0 0 80%;
    max-width: 326px;
}
.cart-discount .form-control {
    margin-right: 1.1rem;
}

.cart-discount .btn {
    min-width: 40px;
    padding-left: 0;
    padding-right: 0;
}
.product-label+.product-label {
    top: 5rem;
}
.product-label+.product-label+.product-label  {
    top: 8rem;
}
.product-label+.product-label+.product-label+.product-label  {
    top: 11rem;
}

/*sociales*/
.social-icon.social-facebook {
    color: #3b5998!important;
}
.social-icon.social-instagram {
    color: #dd6d9a!important;
}
.social-icon.social-whatsapp {
    color: #00bb2d!important;
}
.social-icon.social-youtube {
    color: #e66262!important;
}
.social-icon.social-twitter {
    color: #79c8ed!important;
}
/*envio gratis*/
.product-label.label-out {
    color: #000;
    background-color: #fef900;
}


/* Makes the animation pause on hover */
        .moving-text:hover{
            animation-play-state: paused;
			
        }
.moving-text {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: .05em;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
}
 
        /* The animation */
@media only screen and (max-width: 800px) {
    @keyframes marquee {
        0% {
            transform: translateX(80%);
        }

        100% {
            transform: translateX(-100%);
        }
    }
}

@media only screen and (min-width: 801px) {
    @keyframes marquee {
        0% {
            transform: translateX(280%);
        }

        100% {
            transform: translateX(-250%);
        }
    }
}

    /* media query to enable animation for only those who want it */
    @media (prefers-reduced-motion: no-preference) {
        .moving-text {
            animation: marquee 25s linear infinite;
            display:flex;
        }
    }