﻿/*PARA ESTILOS PERSONALIZADOS POR CLIENTE*/

/*Videos del catalogo*/
#videoProduct {
    max-width: 100%;
}

.cursor-pointer {
    cursor: pointer !important;
}

/*Estilos para los videos en ficha de producto*/
.border-bottom-imgVideo {
    border-bottom: 2px solid;
}


.img-selected::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    padding: inherit;
    background-color: #111;
    background-clip: content-box
}

.flickity-nav .is-nav-selected {
    opacity: 0.8;
}

.opacity-1 {
    opacity: 1 !important;
}

/*END: Estilos para los videos en ficha de producto*/

/*Carrousel de imagenes de video/img de producto en ficha de producto*/
@media (max-width: 3500px) and (min-width:1200px) {

    .img-imageProduct .flickity-viewport {
        height: 525px !important;
    }
}

@media (max-width: 1199px) and (min-width:992px) {
    .img-imageProduct .flickity-viewport {
        height: 500px !important;
    }
}

@media (max-width: 991px) and (min-width:768px) {
    .img-imageProduct .flickity-viewport {
        height: 505px !important;
    }
}

@media (max-width: 767px) and (min-width:500px) {
    .img-imageProduct .flickity-viewport {
        height: 525px !important;
    }
}

@media (max-width: 767px) and (min-width:250px) {
    .img-imageProduct .flickity-viewport {
        height: 410px !important;
    }
}

.carruselImagenes .flickity-slider {
    display: flex !important
}

/*.flickity-slider div {
    position: relative !important;
    left: 0 !important
}
*/

.flickity-nav .is-nav-selected::after {
    height: 0px !important;
}

img.metodo-pago {
    width: 50px
}

.btn.facebook {
    background: #3b5998 !important;
    color: #fff;
    font-weight: 300;
    margin: 0;
}

.btn.google {
    background: #fff !important;
    border: 1px solid #DB4437 !important;
    color: #000;
    font-weight: 300;
    margin: 0;
}

.card-img {
    width: 100% !important;
    height: 100% !important;
}

img.input-tarjeta {
    width: 28px;
    max-width: 28px !important;
}

.item {
    padding: 5px;
    min-height: 133px
}

.PaymentProcessor .item {
    padding: 15px 0 0
}

.item:hover {
    background: #f7f7f9
}

.item .icon {
    max-width: 85px;
    min-height: 60px;
    margin: 13px auto 4px
}

.item .icon img {
        width: 70%;
        transition: .5s ease;
        -moz-transition: .5s ease;
        -webkit-transition: .5s ease;
        -o-transition: .5s ease
}

.item:hover .icon img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08)
}

.item .text {
    width: 100%;
    min-height: 40px;
    margin-top: 5px;
    position: relative
}

.item .text span {
        left: 0;
        width: 100%;
        transform: translateY(-50%);
        text-decoration: none
    }

div.PaymentMethod {
    min-height: 190px;
    cursor: pointer
}

div.PaymentProcessor, div.PaymentType {
    min-height: 152px;
    cursor: pointer;
    padding-top: 5px
}

.selected{
    border:1px solid #000;
    border-radius:4px;
}

.PaymentMethod img, .PaymentProcessor img {
    max-width: 100%;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    margin-bottom: 10px
}

.PaymentMethod:hover img, .PaymentProcessor:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08)
}

.PaymentMethod.checked, .PaymentProcessor.checked {
    border: solid;
    border-width: 2px;
    background-color: rgba(228,228,228,.6);
    border-radius: 3px
}

.breadcrumb-item.active {
    color: inherit;
    color: black;
}

label.custom-control-label.text-nowrap {
    color: #111 !important;
    font-weight: 400;
    font-size: 1rem;
    vertical-align: middle;
}

.col-lg-12.row.p0-mb10 {
    padding: 0px;
    margin-bottom: 10px;
}


@media (max-width:425px){
    .breadcrumb {
        display: block!important;
        flex-wrap: wrap;
        padding: 0 0;
        margin-bottom: 1.5rem;
        list-style: none;
        background-color: transparent;
    }

    .shop .breadcrumb {
        display: flex !important;
    }
    .top-sellers .tab-content {
        max-height: 350px !important;
    }

    .top-sellers .badge-white, .related_products .badge-white {
        font-size: x-small !important
    }
}

.custom-scrollbar::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 2px solid #555;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background-color: #ddd;
}

/*AM::25/08/2020:: Esto es para solucionar el glitch del flickity slider*/
.flickity-slider > a.is-selected {
    opacity: 1 !important;
}


select {
    font-family: 'Overpass', sans-serif !important;
}

option#diff {
    font-family: 'Ubuntu', sans-serif !important;
}

option#muli {
    font-family: 'Muli', sans-serif !important;
}

option#over {
    font-family: 'Overpass', sans-serif !important;
}

/*color red*/
.color-red {
    color: #f00 !important
}

/****   74  *****/


.social a {
    color: white;
    color: #41c5b4 !important;
}

.logo {
    width: 100%;
    text-align: center;
    padding: 0;
}

.logo img {
 width: 300px;
}




.text-primary {
    color: #41c5b4 !important;
}

.p-5-1 {
    padding: .5rem 1rem;
}

body {
    font-family: 'Maven Pro', sans-serif !important;
}

.top-bar {
    font-size: 0.86rem;
}

a {
    color: #41c5b4;
    text-decoration: none;
    background-color: transparent;
}

@media screen and (max-width: 992px) {
    .d-xs-none {
        display: none;
    }

    .img-imageProduct .flickity-viewport {
        height: 328px !important;
    }
}

@media screen and (max-width: 767px) {
    .logo img {
        width: 230px;
    }
}

.social a {
    font-size: 12px;
    border-radius: 50%;
    background-color: #41c5b4;
    padding: 0.5px;
    color: #ffffff !important
}

.social i {
    font-size: 12px;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}

.twitter i, .instagram i, .youtube i {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.menu {
    color: #363636 !important;
}
[data-cart-items]::before {
    background: #41c5b4 !important;
}

@media (min-width:992px) {
    .big-nav .container .logo {
        justify-content: center !important
    }

    .img-imageProduct .flickity-viewport {
        height: 500px !important;
    }
}

@media (min-width:1200px) {

    .img-imageProduct .flickity-viewport {
        height: 808px !important;
    }
}

@media (max-width: 768px) {
    .inputs-div .row div {
        padding: 0 !important;
    }

    .checkout-details {
        margin-top: 5rem !important;
    }
}

.carruselImagenes .flickity-slider {
    display: flex !important;
}

    .carruselImagenes .flickity-slider div {
        position: relative !important;
        left: 0 !important;
    }

.carruselImagenes .flickity-viewport {
    height: 97px !important
}

.flickity-nav .is-nav-selected::after {
    height: 0;
}

.product-short-description p {
    color: #525252 !important;
    margin-bottom: 1.25rem !important;
    margin-top: 1.25rem !important;
    margin-top: 5rem !important;
}

@media (max-width: 991.98px) {
    .flickity-button {
        display: flex !important;
    }

    .top-sellers .flickity-prev-next-button.previous, .related_products .flickity-prev-next-button.previous {
        left: -1.5rem !important;
        padding: 0 !important
    }

    .top-sellers .flickity-prev-next-button.next, .related_products .flickity-prev-next-button.next {
        right: -1.5rem !important;
        padding: 0 !important
    }
}

.bg-cover:hover .card-body {
    display: block !important
}

input[type="radio"]:checked + div {
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
}

.top-sellers .flickity-prev-next-button.previous, .related_products .flickity-prev-next-button.previous {
    left: -2rem;
}

.top-sellers .flickity-prev-next-button.next, .related_products .flickity-prev-next-button.next {
    right: -2rem;
    right: -2rem;
}

.top-sellers * .flickity-viewport {
    max-height: 500px;
}

.divImagen .flickity-page-dots .dot:not(.is-selected) {
    background: #D0CECE !important;
    opacity: 1;
}

.product .flickity-slider {
    position: relative !important;
}

@media (min-width:2000px) {
    .bg-height {
        min-height: 1104px !important;
    }
}


#accountYear, #accountDate, #accountMonth {
    padding: .6rem .75rem !important;
}

.custom-select {
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpolyline fill='none' stroke='%23525252' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' points='6 9 12 15 18 9'/%3e%3c/svg%3e") no-repeat right 0.5rem center/1rem 1rem !important;
}

.facebook-login {
    border: 1px solid #3B5998 !important;
}

.inst-section .logo{
    width: 80% !important
}

#modalProductConfirmation {
    overflow-y: scroll;
}

.modalCuotasDisponibles {
    color: #B81B1A !important;
}
.promocode_discount_totals spam {
    color: #B81B1A !important;
}

.text-red {
    color: #B81B1A !important;
}

.max-w-90 {
    max-width: 90vw !important;
}

@media screen and (max-width: 480px) {
    #price-off {
        font-size: 14px;
    }

    .mobile-font{
        font-size: 12px !important;
    }
}

@media (min-width: 993px) {
    #price-off {
        font-size: 12px !important;
    }
}

.badge-red {
    background-color: #B81B1A;
    padding: 3px
}
.text-gray-500[href]:hover {
    color: #41c5b4 !important;
}

.sticker {
    max-width: 6rem;
    font-weight: 700;
}

.sticker div{
    padding: 3px;
}

@media (max-width: 1400px) {
    .sticker {
        font-size: .5rem !important;
    }
}

@media (min-width: 1400px) {
    .sticker {
        font-size: .75rem !important;
    }
    .sticker div {
        padding: 4px;
    }
}

.product-description{
    margin: 0 !important
}

.product-item:hover {
    z-index: 1;
    border-radius: 10px;
    box-shadow: 8px 8px 14px 0px #1111118a;
}

.btn-circle {
    box-shadow: 8px 8px 14px 0px #1111118a;
}

.divider-text p {
    width: fit-content;
    margin: 1rem auto 1rem auto;
    padding: 0 1rem;
    color: #989898;
}

.divider-text hr {
    width: 93%;
    transform: translateY(-50%);
    bottom: 45%;
    margin: 0;
}

#hplAddOtherProductToChange_xs {
    pointer-events: all !important

}

.mp-iframe-field{
    padding: 0;
}

.mp-iframe-field iframe{
    padding: 0 1.25rem;
}

.checkout-form-control{
    outline: none;
}

.grecaptcha-badge {
    visibility: hidden;
}