.conten-banner .banner .content-informacion .informacion {
    max-width: 810px;
}

.conten-banner .banner .content-informacion .informacion .text1 {
    font-size: 50px;
    font-weight: 700;
}

.conten-banner .banner .content-informacion .informacion .text2 {
    font-size: 21px;
    letter-spacing: 1px;
}

.conten-max>h2 {
    margin-top: 40px;
    font-weight: 400;
}

.label_siniva {
    width: 54px;
    /*height: 24px;*/
    /*margin-top: 9px;*/
    margin-left: 6px;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    border-radius: 10px;
    padding: 3px 12px;
    text-transform: uppercase;
    background: #FF0000;
    color: #FFFFFF;
}

.products-list {
    margin: 40px 0;
    padding: 0;
}

.products-list .col-md-4 {
    padding: 0 5px;
}

.product {
    padding: 10px 0;
    cursor: pointer;
    overflow: hidden;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.product.featured-product {
    padding: 0;
    height: 385px;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
}

.product:not(.featured-product):hover {
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
}

.product-image {
    height: 350px;
    padding: 30px;
}

.product-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.featured-product-image {
    height: 270px;
    overflow: hidden;
}

.featured-product-image img {
    object-fit: cover;
    object-position: top;
    height: 100%;
    width: 100%;
}

.product-info {
    padding: 20px 30px;
    transition-duration: 300ms;
}

.product-discount {
    display: flex;
    justify-content: flex-end;
    padding: 0 30px;
    font-size: 15px;
    margin-top: 20px;
    align-items: center;
}

.product-tagline {
    font-weight: 600;
    text-transform: uppercase;
}

.featured-product-discount {
    display: flex;
    margin-top: -40px;
    justify-content: flex-end;
}

.product-discount span,
.featured-product-discount span {
    background: #fd0;
    border-radius: 50px;
    padding: 5px 15px;
    font-weight: 700;
}

.product-info h4 {
    font-weight: 700;
    margin-bottom: -2px;
    font-size: 18px;
    line-height: 22px;
}

.product-info>span {
    margin-bottom: 10px;
    display: inline-block;
}

.product-info>p {
    font-size: 14px;
    line-height: 19px;
    padding: 25px 0;
    display: none;
    transition-duration: 300ms;
}

.product.featured-product:hover .product-info>p {
    display: block;
}

.product-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-price p {
    text-transform: uppercase;
    font-size: 12px;
}

.product-price-box {
    display: flex;
    align-items: center;
    position: relative;
}

.product-price-box span:first-child {
    color: #afaeae;
    text-decoration: line-through;
    margin-right: 7px;
}

.product-price-box span:last-child {
    font-weight: 700;
    font-size: 21px;
}

.product-price-box .bloque_iva {
    display:inline-flex;
    position: relative;
    
}



.product.best-seller-product {
    background: #fd0;
}

.product.best-seller-product .product-info {
    background: none;
}

.product.best-seller-product .product-discount {
    justify-content: space-between;
}

.product.best-seller-product .product-discount span {
    background: #000;
    color: #fff;
}

.title-centered {
    text-align: center;
    margin-top: 80px;
    display: block;
    margin-bottom: 50px;
}

.title-centered h2 {
    font-weight: 700;
}

.title-centered p {
    font-weight: 500;
    font-size: 17px;
}

.deals-container {
    background: linear-gradient(0deg, rgba(255, 221, 0, 1) 60%, rgba(255, 255, 255, 1) 40%);
    padding-bottom: 50px;
    position: relative;
}

.deals-label {
    display: flex;
    justify-content: flex-end;
    padding: 0 30px;
    font-size: 15px;
    margin-top: 20px;
    align-items: center;
}

.deals-label span {
    background: #fd0;
    border-radius: 50px;
    padding: 5px 15px;
    font-weight: 700;
}

.deals-label.label-sale span {
    background: #000;
    color: #FFF;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
    top: 37%;
    margin: 0 10%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 28px;
}

.swiper-pagination {
    margin-top: 30px;
    position: relative;
}

.swiper-pagination-bullet {
    background: none;
    border: 1px solid #202020;
    opacity: 1;
    width: 15px;
    height: 15px;
    margin: 8px !important;
}

.swiper-pagination-bullet-active {
    background: #202020 !important;
    padding: 3px !important;
}

.swiper-slide {
    padding: 8px;
}

.filters-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

.price-slider-filter {
    display: flex;
    align-items: center;
    align-content: center;
}

.price-slider-filter > span {
    margin-right: 14px;
    font-size: 13px;
}

.price-range-data {
    font-size: 12px;
    font-weight: 600;
    margin-left: 25px;
}

#price-range-slider {
    width: 180px;
}

.price-slider-filter .noUi-target {
    flex: 1;
    position: relative;
    background: #000;
    border-radius: 50px;
}

.price-slider-filter .noUi-target.noUi-horizontal {
    height: 5px;
}

.price-slider-filter .noUi-target .noUi-connects .noUi-connect {
    height: 5px;
}

.price-slider-filter .noUi-target .noUi-base,
.price-slider-filter .noUi-target .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.price-slider-filter .noUi-target .noUi-connects {
    border-radius: 3px;
    overflow: hidden;
    z-index: 0;
}

.price-slider-filter .noUi-target .noUi-connects .noUi-connect {
    height: 100%;
    width: 100%;
    transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
}

.price-slider-filter .noUi-target .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 0;
    width: 100%;
}

.price-slider-filter .noUi-target .noUi-origin .noUi-handle {
    border-radius: 50px;
    background: #fff;
    cursor: pointer;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    width: 15px;
    height: 15px;
    right: -10px;
    top: -5px;
}

.price-slider-filter .noUi-target .noUi-origin .noUi-handle:hover {
    box-shadow: 0px 0px 2.5px 4px rgba(0, 0, 0, 0.3);
}

.price-slider-filter .noUi-target .noUi-origin .noUi-handle .noUi-touch-area {
    height: 100%;
    width: 100%;
}

.price-slider-filter .noUi-draggable {
    cursor: ew-resize;
}

.dropdown-list {
    max-width: 350px;
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    transition: all .5s ease;
    border:1px solid #000;
    position: relative;
    font-size: 12px;
    color: #000;
    text-align: left;
    cursor: pointer;
    padding: 10px;
    background: #fff;
}

.dropdown-list:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}

.dropdown-list.active:hover, .dropdown-list.active {
    box-shadow: 0 0 4px rgb(204 204 204);
}

.dropdown-list-dropdown {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.dropdown-list-dropdown span {
    width: 90%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}

.dropdown-list-dropdown-icon {
    position: relative;
    width: 17px;
    height: 17px;
    float: right;
    background: url(../images/dropdown-caret.svg);
    transform: rotate(-90deg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all linear 200ms;
}

.dropdown-list.active .dropdown-list-dropdown > i {
    transform: rotate(0deg)
}

.dropdown-list .dropdown-list-items {
    position: absolute;
    background-color: #fff;
    width: 100%;
    border:1px solid #000;
    left: 0;
    margin-top: 20px;
    border-radius: 5px;
    overflow: hidden;
    display: none;
    max-height: 170px;
    overflow-y: auto;
    z-index: 9;
    scrollbar-width: thin;
    scrollbar-color: #555 #ccc;
}

.dropdown-list.active .dropdown-list-items{
    display: block;
}

.dropdown-list .dropdown-list-items ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.dropdown-list .dropdown-list-items li {
    padding: 12px 10px;
    transition: all .1s ease-in-out;
    cursor: pointer;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
}

.dropdown-list .dropdown-list-items li:last-child {
    border-bottom: none;
}

.dropdown-list .dropdown-list-items::-webkit-scrollbar {
    width: 12px;
}

.dropdown-list .dropdown-list-items::-webkit-scrollbar-track {
    background: #ccc;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dropdown-list .dropdown-list-items::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius:8px;
    border: 3px solid #ccc;
}

.filter-options-category {
    display: flex;
    align-items: center;
    width: 200px;
}

.filter-category:not(:last-child) {
    margin-right: 30px;
}

.filter-checkbox {
    position: absolute;
    opacity: 0;
}

.filter-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 12px 0;
    margin: -12px 0;
    font-size: 14px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    user-select: none;
}

.filter-checkbox+label:before {
    content: "";
    margin-left: 10px;
    width: 20px;
    height: 20px;
    background: white;
    border: 2px solid #000;
    margin-top: 2px;
}

.filter-checkbox:hover+label:before {
    background: #000;
}

.filter-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.filter-checkbox:checked+label:before {
    background: #000;
}

.filter-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.filter-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.filter-checkbox:checked+label:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 22px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

.select-filter {
    width: 170px;
    margin-right: 20px;
}

.select-filter .selectify {
    font-size: 12px;
}


#addToCart:disabled span {
    display: none;
}

.add-to-cart-loader {
    display: none;
    padding: 0 30px;
    margin: -5px 0;
}

#addToCart:disabled .add-to-cart-loader {
    display: inline-block;
}

.col-md-6.modal-product-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-product-info {
    display: flex;
    flex-direction: column;
    padding: 40px 0;
}

.modal-product-info > h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
}

.modal-product-info > p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
}

.modal-product-discount {
    padding: 0 30px;
    font-size: 15px;
}

.modal-product-discount span {
    background: #fd0;
    border-radius: 50px;
    padding: 5px 15px;
    font-weight: 700;
}

.modal-product-price_top {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 12px;
}

.modal-product-price_top > p {
    text-transform: uppercase;
    font-size: 12px;
}

.modal-product-price_bottom {
    display: flex;
    align-items: center;
    margin-bottom: 40px
}

.modal-product-price_bottom span:first-child {
    color: #afaeae;
    text-decoration: line-through;
    margin-right: 7px;
}

.modal-product-price_bottom span:last-child {
    font-weight: 700;
    font-size: 21px;
}

span.modal-product-text, span.modal-product-codigo {
    font-size: 14px;
    margin-bottom: 20px;
}

.modal-product-info button#addToCart {
    width: max-content;
}

.modal-product-info a#productLink {
    width: max-content;
    margin-bottom: 20px;
}

@media (max-width: 767px) {

    .filters-section{
        flex-direction: column;
        row-gap: 25px;
    }

}

@media (max-width: 767px) {

    .price-slider-filter{
        flex-direction: column;
        row-gap: 20px;
    }

    .price-slider-filter > span{
        margin-right: 0;
    }

    .price-range-data{
        margin-left: 0;
    }

}