/* Custom Elastislide Styling */

/*Videos del catalogo*/
#videoProduct {
    max-width: 100%;
}

.border-bottom-imgVideo {
    border-bottom: 2px solid;
}

.cursor-pointer {
    cursor: pointer !important;
}

.img-selected::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    padding: inherit;
    background-color: #111;
    background-clip: content-box
}
/*END Videos*/

.demo-1 .elastislide-horizontal {
    padding: 10px 37px;
    border-radius: 10px/90px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset -2px 0 3px 2px rgba(255, 255, 255, 0.6), inset 2px 0 3px 2px rgba(255, 255, 255, 0.6), inset -10px 0 10px 1px rgba(155, 155, 155, 0.1), inset 10px 0 10px 1px rgba(155, 155, 155, 0.1);
}

.demo-1 .elastislide-wrapper:before,
.demo-1 .elastislide-wrapper:after {
    content: '';
    position: absolute;
    z-index: -2;
    bottom: 15px;
    left: 20px;
    width: 50%;
    height: 20%;
    border-radius: 10px/90px;
    box-shadow: 0 15px 10px rgba(0,0,0,0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.demo-1 .elastislide-wrapper:after {
    right: 20px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.demo-2 .elastislide-vertical {
    max-width: 170px;
    padding: 37px 10px;
    border-radius: 90px/10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset -2px 0 3px 2px rgba(255, 255, 255, 0.6), inset 2px 0 3px 2px rgba(255, 255, 255, 0.6), inset 0 -10px 10px 1px rgba(155, 155, 155, 0.1), inset 0 10px 10px 1px rgba(155, 155, 155, 0.1);
}

    .demo-2 .elastislide-vertical:before {
        top: 30px;
        bottom: 30px;
        left: 0;
        right: 0;
        content: " ";
        position: absolute;
        z-index: -2;
        box-shadow: 0 0 15px rgba(0,0,0,0.6);
        border-radius: 20px/160px;
    }

    .demo-2 .elastislide-vertical:after {
        content: " ";
        position: absolute;
        z-index: -2;
    }

.demo-3 .elastislide-horizontal {
    background-color: #000;
    padding: 30px 60px;
}

.no-touch .demo-3 .elastislide-horizontal {
    opacity: 0.8;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

    .no-touch .demo-3 .elastislide-horizontal:hover {
        opacity: 1;
    }

.demo-3 .elastislide-wrapper nav span {
    background-color: #000;
}

.demo-3 .elastislide-carousel ul li a {
    padding: 0 10px;
}

    .demo-3 .elastislide-carousel ul li a img {
        border-radius: 10px;
        border: none;
    }

.demo-4 .elastislide-horizontal {
    background-color: transparent;
    border-radius: 20px 20px 0 0;
}

    .demo-3 .elastislide-horizontal.elastislide-loading,
    .demo-4 .elastislide-horizontal.elastislide-loading {
        background-image: url(../images/loading_dark.gif);
    }

.demo-4 .elastislide-carousel ul li a {
    padding: 2px;
}

    .demo-4 .elastislide-carousel ul li a img {
        border-radius: 10px;
        border: none;
        box-shadow: 0 1px 2px #000;
    }

.demo-4 .elastislide-wrapper nav span {
    background-color: #666;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
}

.demo-4 .image-preview img {
    border-radius: 0 0 20px 20px;
    max-width: 100%;
    display: block;
}

.demo-4 .elastislide-carousel ul li.current-img a img {
    box-shadow: 0 0 3px 2px rgba(62,235,255,0.8);
}

@media screen and (max-width: 460px) {
    .demo-3 .elastislide-horizontal {
        padding: 10px 40px;
    }

    .card-badge {
        right: 0% !important;
        top: 1% !important;
        padding-right: 6px !important;
    }

        .card-badge .bg-badge {
            padding: 4px 10px !important;
        }

    #product-container-two .card-badge .bg-badge {
        font-size: small !important;
    }

    #product-container-four .color-rounder {
        width: 20px !important;
        height: 20px !important;
        border-radius: 5px !important;
    }

    .two-column.d-block .color-rounder {
        width: 26px !important;
        height: 26px !important;
    }

    .ekko-lightbox .ekko-lightbox-container {
        height: 299px !important
    }
}

@media screen and (min-width: 461px) {
    .card-badge {
        right: 3% !important;
        top: 2% !important;
        font-size: x-small !important;
    }

    #product-container-two .card-badge {
        font-size: small !important;
    }
}


.search-icon, .cart-icon {
    width: 22px !important;
    height: 22px !important;
}

.icon-feature {
    width: 41px !important;
    height: 41px !important;
}

.bestPicks-header {
    background-color: #000;
    height: 64px;
    margin-top: 25px
}

    .bestPicks-header div p {
        padding-left: 15px;
        font-size: 19px;
        padding: 20px;
    }

@media (max-width: 575px) {
    .top-info {
        font-size: 12px
    }

    #scrollTop {
        bottom: 1.5rem !important;
    }

    #WAButton {
        bottom: 1.5rem !important
    }

    .font-size-12 {
        font-size: 11px !important
    }
}

.bg-badge {
    padding: 5px 15px !important;
    border-radius: 10px;
    border: solid 1px black;
    letter-spacing: 0px;
    background-color: #fff !important;
    font-weight: bold;
    text-align: center !important;
}

.btn-outline-dark:hover {
    color: #fff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.border-right-radius-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.border-left-radius-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1.4px solid transparent !important
}

.font-size-12 {
    font-size: 12px !important
}

.fa-facebook, .fa-instagram {
    font-size: 24px;
}

#scrollTop {
    border-radius: 50%;
    background-color: #000 !important;
    color: #f8f8f8 !important;
    bottom: 3rem !important;
    border: 1px solid white !important;
    right: 3.6rem !important;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
    cursor: pointer;
    line-height: 45px;
}
    #scrollTop span {
        font-size: 20px;
        margin-bottom: 3px;
        color: white;
        display: block;
        line-height: 1;
    }

    #WAButton {
        bottom: 3rem !important
    }

    #WAButton img, #WAButton .floating-wpp-button {
        width: 35px !important;
        height: 35px !important
    }

.navbar {
    box-shadow: 0px 0px 10px 0px #11111138;
}

@media (min-width: 450px) and (max-width: 768px) {

    #product-container-four .fs-md {
        font-size: 2rem !important
    }

    #product-container-two .fs-md {
        font-size: 1.3rem !important
    }
}

/* Estilos seccin instagram */
@media screen and (max-width: 450px) {
    .instagramContainer {
        padding: 0 24px 0 15px;
    }

    #product-container-four .fs-md {
        font-size: 1.35rem !important
    }

    .fs-md {
        font-size: 1rem !important
    }
    .modal-form-newsletter {
        right: -15% !important;
    }
}

@media screen and (min-width: 451px) {
    .instagramContainer {
        padding: 0;
    }
}

@media screen and (min-width: 769px) {
    #product-container-two .fs-md {
        font-size: 2rem !important
    }
} 

.fs-md {
    font-size: 1.3rem;
}

#img-instagram {
    object-fit: cover;
    width: 24.2%;
    height: 0;
    margin-right: 1%;
    overflow: hidden;
    padding-top: 43.2%;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.images-instagram {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    text-align: center;
}

.lastImage {
    margin-right: 0px !important;
}

@media screen and (max-width: 750px) {
    #img-instagram {
        object-fit: cover;
        width: 50% !important;
        height: 0;
        margin: 0;
        overflow: hidden;
        padding-top: 50% !important;
    }
}
/* Fin seccin instagram*/

@media screen and (min-width: 991px) {
    .mw-90 {
        max-width: 90% !important
    }

    .category:hover .options {
        display: block;
    }

    .fs-lg-2 {
        font-size: 1rem
    }
}

@media (max-width: 992px) {
    h2.split-screen-heading {
        font-size: 1.5rem !important;
    }

    .fs-product-name {
        font-size: 1.4rem !important
    }
}

.navbar-icon-link i {
    color: black !important;
    font-size: 16px !important;
}

@media (max-width: 575px) {

    .navbar-icon-link i {
        color: black !important;
        font-size: .8rem !important;
    }

    .w-xs-100 {
        width: 100%
    }

    .fs-xl {
        font-size: 3rem !important;
    }

    .modal-content-popup-home .modal-body {
        text-align: center
    }

    .modal-form-newsletter {
        bottom: 1rem !important;
    }

        .modal-form-newsletter div {
            justify-content: center;
        }

    .navbar-icon-link-badge {
        font-size: 0.65rem !important;
    }
}

.modal-form-newsletter {
    bottom: 11%;
    right: -1%;
    position: absolute;
    color: #fff;
    padding: 1.5em 2em;
}

.modal-form-newsletter input,
.modal-form-newsletter button {
    height: 30px; /* Ajusta la altura a la que necesites */
    font-size: 14px; /* Puedes ajustar el tamaño de la fuente si es necesario */
    padding: 5px 5px; /* Ajusta el padding si necesitas reducir aún más la altura */
}

@media (max-width: 768px) {
    .modal-form-newsletter input,
    .modal-form-newsletter button {
        padding: 15px 5px !important; /* Ajusta el padding */
        line-height: 0px !important; /* Centra verticalmente el texto en el botón */
        margin-top: -5px !important; /* Mueve hacia arriba ambos elementos */
        margin-right: 10px !important;
    }

    .modal-form-newsletter button {
        text-align: center !important; /* Asegura que el texto esté centrado */
    }
}



.container-sections {
    max-width: 95vw !important
}

.fs-xl {
    font-size: 6rem
}

.bt-black {
    border-top: 1px solid #000 !important
}

.size-table th, .size-table td {
    border: 1px solid #000000 !important;
}

.size-table thead th {
    border-bottom: 2px solid #000000 !important;
}

button[aria-expanded="false"] span.show-icon {
    display: inline-block !important;
}

button[aria-expanded="true"] span.hide-icon {
    display: inline-block !important;
}

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%
}

.max-width {
    max-width: 1250px !important
}

.fs-product-name {
    font-size: 2rem
}

.mw-600 {
    max-width: 600px
}

.display-n {
    display: none
}

#contactMessage {
    height: 191px !important
}

.btn-facebook-login i {
    font-size: .9rem !important;
}

.bg-cover {
    background-size: cover !important;
}

.go-back .fa-caret-left {
    font-size: 1.5rem;
}

a[name="addToWishlistModal"] .fa-heart {
    font-size: 1.1rem;
}

.custom-control-img .custom-control-input:checked ~ .custom-control-label, .product-preview.active img {
    border: 1px solid #000;
    opacity: 1
}

.breadcrumb-item .breadcrumb {
    font-size: .9rem !important;
}

.custom-control-img .custom-control-label, .product-preview {
    opacity: .8
}

.breadcrumb-texts li a {
    font-size: .9rem !important;
}

.two-column.d-block .color-rounder {
    width: 30px;
    height: 30px;
}

.wholesale-img, .contact-img {
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-color-yw {
    background: #000;
}

button.owl-thumb-item.detail-thumb-item.active img {
    border: 1px solid #000;
}

.product-footer .price {
    font-size: medium
}

#product-container-two .price, .best-sellers .product-footer .price {
    font-size: large !important
}

.product-footer del.price {
    font-size: smaller !important;
}

#product-container-two .product-footer del.price, .best-sellers .product-footer del.price {
    font-size: medium !important
}

.product-footer .title, product-footer .price {
    line-height: normal;
}

.bg-badge {
    font-style: normal !important;
}

.apply-filter ~ button {
    border: 1px solid #000000 !important;
}

.color-rounder {
    border-radius: 7px
}

.card-badge div {
    font-weight: bold;
    font-size: .9rem;
}

.product-buttons .btnAddToCart {
    width: 73% !important
}

.product-buttons .modalWishList {
    width: 23% !important
}

.ekko-lightbox .modal-header .close span {
    top: -28px !important;
}

.ekko-lightbox .modal-body {
    padding: 0 !important
}

h1.product-title {
    line-height: 0.9;
}

.modal-header .close {
    padding: 1.5rem 1rem !important;
    margin: -1.5rem -1.6rem -1.5rem auto !important;
}

.header-newsletter {
    font-size: 1.6rem;
}

@media (max-width: 768px) {
    .modal-form-newsletter {
        bottom: 1rem !important;
        top: auto !important;
        right: -10%;
    }
    span.info {
        display: block !important;
    }

    .carousel-indicators {
        bottom: -18px;
    }
    #newsletterModalForm {
        bottom: 15% !important;
    }
    .custom-container-text-mp {
        width: 100% !important;
        flex-direction: column;
    }
    .custom-container-text-mp .text-mp-desc{
        width: 100% !important;
    }
    .container-icons-wrapper {
        width: 80% !important;
    }
    .title-btn-mp {
        font-size: 13px !important;
    }
}

.modal-content .close {
    top: 1rem;
    z-index: 10;
    position: absolute;
    color: black !important;
    opacity: .8;
    right: 0.7rem;
}

.bg-cover {
    padding: 2.5rem !important
}

.navbar-icon-link-badge {
    line-height: 15px !important;
}

.btn-yellow {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

    .btn-yellow:hover {
        color: #fff;
        background-color: #000;
        border-color: #000;
        opacity: .9;
    }

#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 9999;
}

.account .fa-user {
    color: #000;
}

.account .svg-icon {
    --layer1: #000;
    --layer2: #000;
}

.account .return-exchange-icon {
    --layer1: #fff !important;
    --layer2: #000;
}

.text-decoration-underline {
    text-decoration: underline !important
}

.main-footer {
    clear: both;
    bottom: 0;
    left: 0;
    right: 0;
}

.checkout-page {
min-height: 100vh;
}


.divider-text p {
    width: fit-content;
    margin: 1rem auto 1rem auto;
    padding: 0 1rem;
    color: #989898;
}

.divider-text hr {
    width: 100%;
    transform: translateY(-50%);
    bottom: 45%;
    margin: 0;
}


footer .list-unstyled li {
    text-transform: uppercase;
}

.video-responsive a:hover {
    opacity: 1 !important;
}

.video-js .vjs-big-play-button {
    height: 1.63332em !important;
    left: 50% !important;
    top: 50% !important;
    transform: translateX(-50%) translateY(-50%);
}

.video-js video {
    position: relative !important;
}

.video-js {
    background-color: transparent !important;
    line-height: 0 !important;
}

.vjs-paused .vjs-control-bar {
    display: none !important;
}

.vjs-paused .vjs-big-play-button {
    display: block !important;
}

#ImgBuyMP, #printPayment {
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: bold;
    letter-spacing: 0px;
    padding: 0.6rem 0.75rem;
    line-height: 1.5;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff !important;
    background-color: #000;
    border-color: #000;
    transition: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    flex-grow: 1;
}

.simple-navbar-z-index {
    z-index: 145;
}

.grecaptcha-badge{
    visibility: hidden;
}

.PaymentType.selected {
    border: 1px solid black;
    color: black;
    box-shadow: none;
    padding: 10px 0;
}

    .PaymentType.selected .icon > img:not(.cash-metod) {
        filter: invert(1);
    }

.card-type-img {
    width: 40px;
}


.shipping_tracking_link {
    color: #000;
    text-decoration-line: revert;
}
.container-icons-wrapper {
    display: flex;
    justify-content: space-between;
    width: 32%;
    margin: 0 auto;
    padding: 20px 0 40px 0;
}
.container-icons-wrapper div {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 3px;
}
.custom-container-text-mp {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 0 30px;
    width: 66%;
    margin: 0 auto;
}
@media (max-width: 1400px) {
    .custom-container-text-mp {
        width: 79%;
    }
    .container-icons-wrapper {
     
        width: 40%;
       
    }
}
@media (max-width: 768px) {
    .modal-content .close {
        top: .7rem;
        font-size: 20px !important;
    }

}
.close-newsletter:hover{
    background-color: transparent !important;
}
.input-newslet-home,
.input-newslet-home:focus {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    .input-newslet-home:-webkit-autofill,
    .input-newslet-home:-webkit-autofill:hover,
    .input-newslet-home:-webkit-autofill:focus,
    .input-newslet-home:-webkit-autofill:active {
        -webkit-text-fill-color: #000 !important;
        -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
        transition: background-color 9999s ease-in-out 0s;
        background-color: transparent !important;
    }
    .input-newslet-home::placeholder {
        color: #666 !important;
        opacity: 1 !important;
    }
#btnNewsletterPopup, #btnNewsletterPopup:disabled {
    background-color: transparent !important;
}