.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%;
    margin-right: 10px;
    text-align: center;
}

.certificaciones{
    display: inline-block;
}

.precio-anterior {
    text-decoration: line-through;
}

.product-details-content {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px 10% 15px 10%;
    margin-bottom: 3%;
    background: white;
}

#form-producto .lSSlideWrapper{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 2%;
    background: white;
}

#form-producto .lSAction > a  {
    filter: brightness(0.1);
}

#form-producto .lSPager {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 5%;
    background: white;
}

#form-producto .lSSlideWrapper .preferredHeight{
    position: relative;
    left: 50%;
    transform: translate(-50%);
    padding: 5%;
}

.lSGallery li{
    padding: 30px;
}

.lSGallery .preferredHeight{
    border: 1px solid black;
    border-bottom: 1px solid;
}

#form-producto-gallery .lSGallery .active{
    opacity: 0.5;
}

#form-producto-gallery .lSGallery .active img{
    border: 1px solid var(--color-empresa);
}

.lSAction > .lSNext {
    right: 40px;
}

.lSAction > .lSPrev {
    left: 40px;
}

@media (min-width: 992px) {

    .col-content {
        height: 70px !important;
        padding: 5px 0 !important;
    }

    .col-content>p {
        line-height: 60px !important;
        margin-bottom: 0 !important;
    }
} 

.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;
    width: 100%;
    max-width: 300px;
    background-color: #282828;
    color: #fff;
    border-radius: 5px;
    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 */
    }

    .lSAction > .lSNext {
        right: 10px;
    }
    
    .lSAction > .lSPrev {
        left: 10px;
    }
}

.flickity-viewport {
    min-height: 500px;
}

@media only screen and (max-width: 768px) {
    .flickity-viewport {
        min-height: 290px;
    }
}

.btn-agregar-cart button {
    border-radius: 2px !important;
}

.product-details-area h1 {
    font-weight: 600 !important;
    border-bottom: 0px solid #efefef !important;
}

.title-sec-1 {
    float: left;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    margin-top: 0em;
}

.title-sec-2 {
    float: right;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0em;
}

.title-sec-3 {
    float: left;
    margin-top: 0.5em;
    width: 100%;
    text-transform: capitalize;
    margin-bottom: 0.6em;
    color: #000000;
    font-weight: 500;
    font-size: 20px;
}

.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;
}

.box-left-details-2 {
    padding: 0px;

}

.box-left-img {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px;
    margin-right: 2%;
    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: 40px !important;
    border-radius: 2px !important;
    width: 120px !important;
    border: 1px solid #ababab;
    border-radius: 8px !important;
}

.product-details-content .pro-details-quality .cart-plus-minus input.cart-plus-minus-box {
    width: 120px !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: 1% !important;
}

@media (min-width: 281px) and (max-width: 767px) {

    .box-left-img {
        margin: 0%;
    }

    ul.pasos-compra {
        display: none;
    }

    .img-product-title {
        margin-bottom: 20px;
    }

    .breadcrumb-area {
        margin-top: 5% !important;
        margin-bottom: -25px !important;
    }

    .lSGallery li{
        padding: 5px;
    }
}

.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;
}

.title-precio-variable {
    font-size: 30px;
    color: black;
    font-weight: bold;
    float: left;
}

.title-precio-variable-decimal {
    font-size: 30px; /* 16px */
    color: black;
    font-weight: bold;
    float: left;
    margin-top: 0px; /* -5px */
}


.conjunto-precios {
    float: left;
    width: 70%;
}

.conjunto-precios span{
    font-size: 14px;
    vertical-align: middle;
}

.conjunto-ficha-tecnica {
    float: left;
    width: 50%;
}

.conjunto-precio-fijo {
    float: left;
    width: 100%;
}


.title-inc-igv {
    font-size: 10px;
    color: black;
    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: 0px; /*77px*/
    text-decoration: line-through;
    color: #777777;
    float: left;
    font-size: 13px;
    width: 100%;
}

.title-precio-fijo {
    font-size: 12px;
    color: black;
    float: left;
    width: 50%;
}

.title-no-hay-stock {
    width: 50%;
    float: left;
    font-size: 13px;
    color: red;
    font-weight: bold;
}

.qty-title {
    font-size: 17px;
    color: black;
    font-weight: bold;
    float: left;
    /*width: 0%;*/
    padding-top: 12px;

}

.lSSlideWrapper #image-gallery img{
    width: 100%;
}


@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: 20% !important;
        right: 50px !important;
        width: 265px !important;
        position: fixed !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: 34%;
}

.btn-agregar-cart {
    float: left;
    width: 50%;
    padding-bottom: 2.5em;
}

.seguir-comp {
    float: left;
    width: 100%;
    font-size: 14px;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    margin-bottom: 1.5em;
}

.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: 5px !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;
}

.span-escribenos {
    color: #ffffff;
    font-size: 13px;
    text-transform: none;
    line-height: 18px;
    margin-right: 12%;
    margin-bottom: 0%;
    margin-left: 10px;

}

.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 var(--color-empresa);
    background-color: transparent;
    color: #000;
}

.titulo-valor-especificaciones{
    font-weight: 500;
    color: #9e9e9e;
    font-size: 14px;
}

.valor-especificaciones{
    text-transform: capitalize; 
    font-size: 14px;
    float: right;
}

@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: 100%;
    }

    .especificaciones_derecha {
        width: 50%;
    }

    #btn_cotizar {
        width: 60% !important;

    }
}

.title-ficha-tecnica-pdf a:hover {
    color: var(--color-empresa) !important;
}

.product-details-area .container-inner {
    margin-bottom: 0%;
}

#btn_agregar_cart {
    text-transform: none;
    width: 60%;
    margin: 0%;
    padding: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0px;
    border-radius: 8px !important;
}

#btn_cotizar {
    text-transform: none;
    width: 30%;
    margin: 0%;
    padding: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0px
}

.posicion_toast {
    position: absolute;
    top: 150px;
    right: 30px;
    width: 280px;
    text-align: center;
}

.ficha-tecnica-style{
    display: flex;
    align-items: center;
}

.ficha-tecnica-style .text {
    flex: 1;
    margin-right: 20px;
}
.ficha-tecnica-style .image {
    flex-shrink: 0; /* La imagen no se encogerá */
}

.titulo-especificaciones-tecnicas{
    font-weight: bolder !important;
    font-size: 17px;
    color: black; 
    padding-bottom: 10px;
    margin-top: 30px !important;
}

.especificaciones_izquierda{
    margin-bottom: 25px !important;
}

.items-especificaciones{
    margin-bottom: 12px;
    border-bottom: 1px solid #cdcdcd;
}

.product-details-area {
    margin-bottom: 40px;
    margin-top:  40px;
}

/* PRODUCTO RELACIONADO */
#mas-opciones{
    min-height: 320px;
}

#productos-relacionados .list-product:hover .product-decs a{
    color: var(--color-empresa);
}

#productos-relacionados .list-product{
    background-color: white;
    padding: 10px 5px 10px 5px !important;
    margin-left: 8px;
    margin-right: 8px;
}

#productos-relacionados .title-sec-1 {
    float: left;
    font-size: 12px;
    font-weight: 600;
    color: #6c727b;
    margin-left: 8px;
}

#productos-relacionados .title-sec-2 {
	float: right;
	font-size: 10px;
	font-weight: 400;
}

#productos-relacionados .title-sec-3 {
	float: left;
	margin-top: 1px;
	width: 100%;
	font-size: 10px;
    margin-bottom: 0px;
}

#productos-relacionados .title-sec-3:hover{
	color: var(--color-empresa);
}

#productos-relacionados .title-sec-3-1 {
	color: #ff0404;
	border-radius: 4px
}

#productos-relacionados .title-sec-3-2 {
	padding: 0px;
}

#productos-relacionados .tipo-moneda {
	float: left;
	font-size: 12px;
	font-weight: 600;
	color: #282828;
}

#productos-relacionados .precio-entero {
	float: left;
	font-size: 19px;
	font-weight: 600;
	color: #282828;
}

#productos-relacionados .precio-decimal {
	float: left;
	font-size: 12px;
	font-weight: 600;
	color: #282828;
}

#productos-relacionados .entero {
    color: #777777 !important;
    text-decoration: line-through;
}

#productos-relacionados .borderArticle:hover .btn-comprar {
	opacity: 1;
}

#productos-relacionados .title-sec-4 {
	float: left;
	margin-top: 2px;
	width: 100%;
	/* margin-left: 11%; */
	font-size: 14px;
	display: flex;
	justify-content: center;
}

#productos-relacionados .borderArticle{
	margin-top: 15px;
}

/**** IMG PRODUCTO  ****/
#productos-relacionados .imagen-secundaria {
	display: none;
}

/**** BTN ****/
#productos-relacionados  .btn-stock-movil{
	
}

#productos-relacionados  .btn-comprar-movil{
	display: none;
}

/********** BTN COMPRAR ************/
#productos-relacionados .btn-comprar{
	position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
	border-radius: 8px;
}
/**************** Boton de stock **************/
#productos-relacionados .btn-sin-stock:hover {
	color: #ffffff !important;
}

#productos-relacionados .btn-sin-stock {
	width: 100%;
	max-width: 130px;
    border-radius: 8px;
    padding: 7px;
	display: none;
	line-height: 15px;
	text-align: center;
	background-color: var(--color-empresa);
	color: #ffffff
}

/**************** fin de boton de stock **************/

#productos-relacionados .btn-comprar {
	padding: 11px;
	opacity: 0;
	background-color: var(--color-empresa);
	color: var(--color-categ-texto-btn);
	padding: 8px 10px 8px 10px;
    font-size: 13px;
}

#productos-relacionados .btn-comprar:hover {
	color: var(--color-categ-texto-btn);
}

.btn-stock-movil{
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    position: relative;
    margin-top: 15px;
}

.spacio-lateral-stock{
    width: 50%; 
    float: left;
}

@media only screen and (max-width: 600px) {
	#productos-relacionados .title-sec-4 {
		float: left;
		margin-top: 2px;
		width: 100%;
		/* margin-left: 11%; */
		font-size: 14px;
		display: flex;
		justify-content: center;
	}
}

@media (min-width: 1280px) and (max-width: 1389px) {

}

@media (min-width: 1025px) and (max-width: 1280px) {
	#productos-relacionados .title-sec-1 {
		font-size: 12px;
	}

    .span-escribenos{
        font-size: 10px;
        line-height: 15px;
        margin-right: 20%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
	#productos-relacionados .title-sec-1 {
		font-size: 11px;
	}	

    #productos-relacionados .btn-comprar{
        display: none;
    }

    #productos-relacionados .btn-sin-stock{
        display: block;
    }
}

@media (min-width: 281px) and (max-width: 767px) {
	#productos-relacionados .title-sec-1 {
		font-size: 11px;
	}
    
    #productos-relacionados .btn-comprar{
        display: none;
    }

    #productos-relacionados .btn-sin-stock{
        display: block;
    }

    .list-product .product-inner{
        padding: 0px 2px; 
    }

    .conjunto-precios{
        float: left;
        width: 100%;
    }

    .spacio-lateral-stock{
        width: 0%; 
        float: left;
    }

    .product-details-content{
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        padding: 15px 5% 15px 5%;
        margin-bottom: 5%; 
    }

    #productos-relacionados .btn-sin-stock{
        max-width: 100px;
        padding: 5px;
    }
    
}

@media (min-width: 1025px) {
	.sin_stock_list span, .sin_stock_list a{
		color: rgb(160, 160, 160) !important;
	}
	
	.sin_stock_list .product-inner img{
		opacity: 0.5;
	}
	
	.sin_stock_list .product-inner .btn-comprar{
		color: white !important;
		background-color: rgb(160, 160, 160) !important;
	}
}

@media (min-width: 281px) and (max-width: 1024px) {
	.sin_stock_list span, .sin_stock_list a{
		color: rgb(160, 160, 160) !important;
	}
	
	.sin_stock_list .product-inner img{
		opacity: 0.5;
	}

	.sin_stock_list .product-inner .btn-sin-stock{
		color: white !important;
		background-color: rgb(160, 160, 160) !important;
	}
}

