.pro-details-cart button:hover {
    color: #ffffff !important;
}

.pro-details-cart button {
    color: #ffffff !important;
    background-color: #ffcd01 !important;
}

.product-details-area {
    background-color: #fff;
}

.cuttent-price>small {
    display: inline-block;
    font-size: 16px;
    text-decoration: line-through;
    line-height: 16px;
}

.current-price-unitario {
    font-size: 16px;
    line-height: 24px;
}

#main-carousel .carousel-cell {
    width: 100%;
    /*height: 288px;*/
    margin-right: 10px;
    text-align: center;
}

#main-carousel .carousel-cell>img {
    width: auto;
    max-width: 100%;
    height: auto;
}

#main-carousel-nav .carousel-cell {
    max-width: 53px;
    margin-bottom: 5px;
    cursor: pointer;
}

#main-carousel-nav .carousel-cell>img {
    width: 100%;
    height: auto;
    border: 1px solid #B3B3B3;
    border-radius: 3px;
}

#main-carousel-nav .carousel-cell.active>img {
    border: 1px solid #FFCB07;
}

.precio-anterior {
    /* color: #777777 !important; */
    text-decoration: line-through;
}

.product-details-content {
    width: 100%;
    /* max-width: 846px; */
    min-width: 172px;
    /* margin: 0 auto; */
    margin-top: 20px;
}


@media (min-width: 576px) {
    #main-carousel .carousel-cell {
        max-width: auto;
    }

    #main-carousel .carousel-cell>img {
        /*max-width: none;*/
    }

    #main-carousel-nav .carousel-cell {}

    #main-carousel-nav .carousel-cell>img {}
}

@media (min-width: 768px) {
    #main-carousel .carousel-cell {}

    #main-carousel .product-details-area {
        background-color: transparent;
    }

    #main-carousel-nav .carousel-cell {}

    #main-carousel-nav .carousel-cell>img {}

}

@media (min-width: 992px) {
    #main-carousel .carousel-cell {}

    #main-carousel-nav .carousel-cell {}

    #main-carousel-nav .carousel-cell>img {}

    .col-content {
        height: 70px !important;
        padding: 5px 0 !important;
    }

    .col-content>p {
        line-height: 60px !important;
        margin-bottom: 0 !important;
    }
}

@media (min-width: 1200px) {
    #main-carousel .carousel-cell {}

    #main-carousel-nav .carousel-cell {}

    #main-carousel-nav .carousel-cell>img {}
}

@media (min-width: 1400px) {
    #main-carousel .carousel-cell {}

    #main-carousel-nav .carousel-cell {
        max-width: 80px;
    }

    #main-carousel-nav .carousel-cell>img {}
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.col-header {
    background-color: #FFCB07;
    color: #fff;
}

.col-header,
.col-content {
    display: block;
    text-align: center;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.btn-comprar-x {
    font-size: 16px;
    /* 18px */
    width: 100%;
    max-width: 300px;
    background-color: #282828;
    color: #fff;
    border-radius: 5px;
    /* 25px */
    padding: 10px 15px;
    display: block;
    line-height: 15px;
    text-align: center;
}

.btn-llamada,
.btn-whatsapp {
    color: #58595b;
}

.btn-llamada>i,
.btn-whatsapp>i {
    color: #f36f21;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
}

.btn-whatsapp>i {
    color: #00c55f;
}

/* CSS */
.ficha_tecnica_btn {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 13px 20px 13px;
    outline: 0;
    border: 1px solid #000000;
    cursor: pointer;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    z-index: 2;
    color: #000000 !important;
}

.ficha_tecnica_btn:after {
    content: "" !important;
    background-color: #bfbfbf !important;
    width: 100% !important;
    z-index: -1 !important;
    position: absolute !important;
    height: 100% !important;
    top: 7px !important;
    left: 7px !important;
    transition: 0.2s !important;
    color: #000000 !important;
}

.ficha_tecnica_btn:hover:after {
    top: 0px !important;
    left: 0px !important;
    color: #000000 !important;
}

@media (min-width: 768px) {
    .ficha_tecnica_btn {
        padding: 13px 50px 13px !important;
    }
}

.btn-close,
.btn-close-2,
.btn-close-3 {
    font-size: 20px;
}

.style-title-pdf {
    font-size: 15px !important;
    font-weight: 500 !important;
    cursor: pointer;
    text-align: right;
}

.style-title-pdf a:hover {
    color: #ffcd00 !important;
}

.style-title-pdf a i {
    transition: none;
}

h1 .style-title-pdf {
    float: right;
}

.mobile-only {
    display: none;
    /* Oculta el elemento en pantallas por defecto */
}

@media only screen and (max-width: 768px) {
    .mobile-only {
        display: block;
        /* Hace visible el elemento solo en dispositivos móviles con un ancho de pantalla máximo de 768px */
    }
}

/* .flickity-viewport {
    min-height: 500px;
} */

@media only screen and (max-width: 768px) {
    .flickity-viewport {
        min-height: 290px;
    }
}

/* .pd-details {
    font-size: 13px;
    color: #1d1d1d;
    font-weight: 300;
    margin: 0 0 12px;
    line-height: 19px;
    padding: 3px;
} */

/* .qty-title {
    margin-right: 10%;
    display: contents;
    vertical-align: middle;
} */

/* .cart-plus-minus {
    vertical-align: middle;
} */



.btn-agregar-cart button {
    border-radius: 50px !important;
}

.product-details-area h1 {
    font-weight: 600 !important;
    border-bottom: 0px solid #efefef !important;
}

.title-sec-1 {
    float: left;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
    /* margin-top: 1.5em; */
}

.title-sec-2 {
    float: right;
    font-size: 14px;
    font-weight: 400;
    padding-right: 10px;
    /* margin-top: 1.5em; */

}

.title-sec-100 {
    /* float: right;
    font-size: 15px;
    font-weight: 400; */
}

.title-sec-3 {
    float: left;
    margin-top: 1.5em;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 1em;
    color: #484847;
    font-weight: bold;
    font-size: 14px;
}

.title-sec-4 {
    float: left;
    /* margin-top: 1.5em; */
    width: 100%;
    text-transform: none;
    margin-bottom: 1.5em;
    color: #000000;
    font-size: 14px;
    text-align: justify;
}

.box-left-details-1 {
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    /* background: white; */
    margin-bottom: 33px;
}



.box-left-img {
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    padding: 15px;
    margin-right: -3%;
    background: white;
}

/* DETALLES */
details {
    max-width: 100%;
    margin: 1rem auto;
    background-color: #fff;
    border-radius: 0rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

    &:not([open]) {
        animation-name: fold-in;
        animation-duration: .2s;
    }

    .collap-summary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 500;
        padding: 1.5rem;
        font-size: 17px;
        color: black;
    }

    .collap-summary::-webkit-details-marker,
    .collap-summary::marker {
        content: "";
        display: none;
    }

    .collap-summary::after {
        content: "+";
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1;
        margin-right: 1rem;
        cursor: pointer;
    }

    .content-collapse {
        padding: 0 1.5rem 1.5rem;
    }
}

details[open] {
    .collap-summary::after {
        content: "−";
    }

    .content-collapse {
        animation-name: fold-out;
        animation-duration: .2s;
    }
}

@keyframes fold-out {
    0% {
        opacity: 0;
        margin-top: -1rem;
    }

    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes fold-in {
    0% {
        padding-bottom: 1rem;
    }

    100% {
        padding-bottom: 0;
    }
}

.cont-relacionados {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 30px;
    margin-bottom: 5%;
    background: white;
}

.especificaciones-tecnicas-title {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 25px 0px 25px 30px;
    margin-bottom: 0%;
    background: white;
    font-weight: bold;
}


.contenido-especificaciones-tecnicas {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 30px;
    margin-bottom: 0%;
    background: white;
}

.seguir-comp:hover {
    color: #FFCB07;
    text-decoration: underline;
}

#modal-confirm .modal-header {
    border-bottom: 0px;
}

#modal-confirm .modal-footer {
    border-top: 0px;
}

#modal-confirm .modal-title {
    font-weight: 400;
    font-size: 19px;
}

.btn-comprar-x {
    border-radius: 50px;
    width: auto;
}

.img-product-title {
    margin-bottom: 25px;
}

.item-rel {
    text-align: center;
}

.btn-product-rel {
    visibility: hidden !important;
    background-color: black !important;
    color: white !important;
    width: auto !important;
    padding: 1px 10px 1px 10px !important;
    font-size: 11px !important;
    border-radius: 30px !important;
}

.item-rel:hover .btn-product-rel {
    visibility: visible !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px !important;
}

.product-details-content .pro-details-quality .cart-plus-minus {
    height: 49px !important;
    border-radius: 9px !important;
    width: 80px !important;
    border: 1px solid #ababab;
}

.product-details-content .pro-details-quality .cart-plus-minus input.cart-plus-minus-box {
    width: 75px !important;
    border: 0px solid !important;
}

.product-details-content .pro-details-quality .cart-plus-minus .inc.qtybutton {
    border-right: 0px solid !important;
}

.breadcrumb-area {
    margin-top: 0% !important;
    margin-bottom: 0.5% !important;
}

.class_menu_lineal{
    margin-top: 6%;
    margin-bottom: 1%;
}


@media (min-width: 281px) and (max-width: 767px) {
    .icon-shopping-cart {
        color: #ffffff !important;
    }

    .box-left-img {
        margin: 0%;
    }

    ul.pasos-compra {
        display: none;
    }

    .img-product-title {
        margin-bottom: 20px;
    }

    .breadcrumb-area {
        margin-top: 0px !important;
        margin-bottom: -25px !important;
    }
}

.carousel-cell img {
    max-height: 440px;
}

.product-details-area h1 {
    text-transform: none;
}

.product-details-area .title-h1::first-letter {
    text-transform: uppercase !important;
}

/* Manipulacion de estilos Productos */

.title-precio {
    font-size: 17px;
    color: black;
    font-weight: bold;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.title-ficha-tecnica {
    font-size: 20px;
    color: black;
    font-weight: bold;
    float: left;
    width: 50%;
    padding-bottom: 10px;
}

.title-tipo-moneda {
    font-size: 16px;
    color: black;
    font-weight: bold;
    float: left;
    /* width: 4%; */
}

.title-precio-variable {
    font-size: 30px;
    color: #484847;
    font-weight: bold;
    float: left;
    /* width: 8%; */
}

.title-precio-variable-decimal {
    font-size: 16px;
    color: #484847;
    font-weight: bold;
    float: left;
    margin-top: -5px;
    /* width: 34%; */
}


.conjunto-precios {
    float: left;
    width: 100%;
}

.conjunto-ficha-tecnica {
    float: left;
    width: 50%;
}

.conjunto-precio-fijo {
    float: left;
    width: 100%;
}


.title-inc-igv {
    font-size: 10px;
    color: #484847;
    font-weight: bold;
    float: left;
    width: 30%;
    padding-bottom: 10px;
}

.title-ficha-tecnica-pdf {
    float: left;
    width: 100%;
}

.title-precio-descuento {
    padding-top: 0px;
    padding-left: 77px;
    text-decoration: line-through;
    color: #777777;
    float: left;
    font-size: 12px;
    width: 100%;
}

.title-precio-fijo {
    font-size: 12px;
    color: black;
    float: left;
    width: 50%;
    /* padding-top: 5px; */
}

.title-no-hay-stock {
    width: 40%;
    float: left;
    font-size: 13px;
    color: red;
    /* padding-top: 2.5em; */
    font-weight: bold;
}

.qty-title {
    font-size: 17px;
    color: black;
    font-weight: bold;
    float: left;
    width: 25%;
    padding-top: 12px;

}

@media screen and (max-width: 768px) {
    .qty-title {
        font-size: 17px;
        color: black;
        font-weight: bold;
        float: left;
        width: 100%;
        padding-bottom: 12px;
    }

    .interaccion_qty {
        float: left !important;
        width: 47% !important;
    }

    .title-no-hay-stock {
        padding-top: 0px;
    }

    .title-precio-fijo {
        padding-bottom: 12px;
    }

    .btn-agregar-cart {
        padding-bottom: 21px !important;
    }

    .title-precio-variable {
        font-size: 28px;
    }

    .posicion_toast {
        top: 704px !important;
        right: 64px !important;
        width: 265px !important
    }

}

@media (min-width: 281px) and (max-width: 1400px) {
    .qty-title {
        font-size: 20px;
        color: black;
        font-weight: bold;
        float: left;
        width: 100%;
        padding-bottom: 12px;
    }

    .interaccion_qty {
        float: left !important;
        width: 47% !important;
    }

    .title-no-hay-stock {
        padding-top: 0px;
    }

    .title-precio-fijo {
        padding-bottom: 12px;
    }

    .btn-agregar-cart {
        padding-bottom: 21px !important;
    }

}

.interaccion_qty {
    float: left;
    width: 27%;
}

.btn-agregar-cart {
    float: left;
    width: 40%;
    padding-bottom: 1em;
}

.seguir-comp {
    float: left;
    width: 100%;
    font-size: 14px;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    margin-bottom: 1.5em;

}

.separador {
    font-size: 17px;
    color: black;
    float: left;
    width: 100%;
    font-weight: bold;
    /* margin-bottom: 16px */
}

.separador_dos {
    color: #F37021;
    width: 75%;
    background: white;
    margin-top: -47px
}

.despacho_productos {
    font-size: 17px;
    color: black;
    float: left;
    width: 100%;
    font-weight: bold;
    /* margin-bottom: 16px */
}

.img_despecho {
    font-size: 17px;
    color: black;
    float: left;
    width: 15%;
    font-weight: bold;
}

.detalle_despacho {
    font-size: 17px;
    color: black;
    float: left;
    width: 85%;
    font-weight: bold;
}

.titulo_despacho {
    font-size: 17px;
    color: black;
    float: left;
    width: 100%;
    font-weight: bold;
    margin: 0px;
}

.descripcion_despacho {
    font-size: 17px;
    color: black;
    float: left;
    width: 100%;
    font-weight: bold;
}


.title_certificado {
    font-size: 17px;
    color: black;
    float: left;
    width: 100%;
    font-weight: bold;
    margin-bottom: 16px
}

/***************** Fin */

.product-details-content .pricing-meta li.cuttent-price {
    color: #5C5C5C;
    font-weight: 600;
}



.class-sin-stock button {
    background-color: #00D853 !important;
    border-radius: 2px !important
}

.class-sin-stock button:hover {
    color: #ffffff !important;
    background-color: #00D853 !important;
}

.img_whatsapp {
    height: 28px;
    width: 28px;
    margin-left: 21px;
}

.img_ficha_tecnica {
    height: 14px;
    /* width: 28px; */
    /* margin-left: 21px; */

}

.span-escribenos {
    /* position: relative;
    top: -10px;
    color: #ffffff;
    font-size: 12px;
    padding-right: 38px;
    text-transform: none; */

    color: #ffffff;
    font-size: 20px;
    text-transform: none;
    line-height: 18px;
    margin-right: 12%;
    margin-bottom: 3%;

}

/* .span-whatsapp {
    position: relative;
    top: -32px;
    left: 16px;
    color: #ffffff !important;
    font-size: 23px !important;
    text-transform: none;

} */

/* .product-details-content p { */
/* color: #777777; */
/* font-weight: normal;
    font-size: 13px;
} */


.product-details-content .pro-details-quality .pro-details-more a {
    border: solid 1px #B3B3B3;
    border-left: solid 1px #B3B3B3;
    border-right: solid 1px #B3B3B3;
    max-width: 160px;
    border-radius: 5px;
}

.product-details-content .pro-details-quality .pro-details-more a.active,
.product-details-content .pro-details-quality .pro-details-more a:hover {
    border: solid 3px #FFCB07;
    background-color: transparent;
    color: #000;
}

@media (min-width: 281px) and (max-width: 990px) {

    .col-especificaciones-tecnicas {
        padding-right: 0px;
    }

    .col-certificado {
        padding-left: 0px;
    }

    #btn_agregar_cart {
        width: 100% !important;
    }

    .especificaciones_izquierda {
        width: 50%;
    }

    .especificaciones_derecha {
        width: 50%;
    }

    #btn_cotizar {
        width: 40% !important;

    }
}

.title-ficha-tecnica-pdf a:hover {
    color: #ffcd00 !important;
}

.product-details-area .container-inner {
    margin-bottom: 0%;
    margin-top: 1%;
}


#btn_cotizar {
    text-transform: none;
    width: 40%;
    margin: 0%;
    padding: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0px
}

.posicion_toast {
    position: absolute;
    top: 581px;
    right: 330px;
    width: 280px;
    text-align: center;
}

.contenedor_segundo_nivel {
    max-width: 100%;
    margin: 1rem auto;
    background-color: #fff;
    border-radius: 0rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.contenedor_segundo_nivel .content-collapse {
    padding: 0px 23px 3px 23px;
}

.contenedor_tercer_nivel {
    max-width: 100%;
    margin: 1rem auto;
    background-color: #fff;
    border-radius: 0rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.li_imagenes_certificado {
    margin-left: 10px;
    margin-right: 10px;
}

.img_certificado {
    width: 25%;
    padding-bottom: 15px;
}


/* #################### NUEVO #################### */

#btn_agregar_cart {
    text-transform: none;
    width: 100%;
    margin: 0%;
    padding: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0px;
    border-radius: 5px !important;
    background-color: #F37021 !important;
}

/* ####### ESTILOS PARA EL NUEVO CARRUSEL VERTICAL ####### */


.titulo {
    padding:15px 0px 7px 12px;
    font-size: 14px;
    color: black;
    font-weight: bold;
}

.slick-list {
    height: 400px !important;
}

.vertical-carousel {
    background: white;
    margin: 1rem auto;
}

.grid {
    display: grid;
    grid-template-columns: 30% 70%;
    padding: 10px 10px 0px 10px;
}

.img_estilos {
    width: auto;
    height: 80px;
    border: 1px solid #737371;
}

.titulo_producto {
    font-size: 10px;
    font-weight: bold;
    color: #343434;
    padding: 0px 0px 0px 5px;
}

.descripcion {
    font-size: 10px;
    text-align: justify;
    padding: 0px 0px 0px 5px;
}

.precio {
    font-size: 18px;
    color: #f37021;
    font-weight: bold;
    padding: 0px 0px 0px 5px;
}

.boton {
    background: #f37021;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    width: 50%;
    text-align: center;
}

.boton:hover {
    color: #fff;
}

.slider_paginas {
	display: none;
}

@media only screen and (max-width: 768px) {
    /* MOVIL -RESPONSIVE */

    .slider_paginas{
        display: block;
        margin-top: -87px;
    }

    .slider_productos_movil {
		height: 250px;
	}

    .box-left-details-2 {
        margin: 0%;
        background: white;
    }
}

.flickity-viewport {
    min-height: 380px;
}

@media only screen and (max-width: 768px) {
    .flickity-viewport {
        min-height: 245px;
    }
}