/*---------------Limpieza textil---------*/

#product-category-page{

    margin-top: 8%;
    margin-bottom: 2%;
}

#product-category-page .info-section .col-image .box {
    margin: 0 auto;
    padding-bottom: 45px;
    padding-top: 25px;
    position: relative;
    width: 80%;
}

#product-category-page .info-section .col-image .box .box-breadcrumb {
    font-size: 1.50rem;
}

#product-category-page .info-section .col-image .box .box-breadcrumb strong {
    font-weight: 600;
}

#product-category-page .info-section .col-info {
    background-color: #f2fcfc;
    padding-bottom: 30px;
    padding-top: 30px;
}

#product-category-page .info-section .col-info .box .p-icon {
    text-align: center;
}

#product-category-page .info-section .col-info .box .name {
    font-size: 2.1rem;
    font-style: italic;
    font-weight: 700;
    margin-top: 8px;
    text-align: center;
}

#product-category-page .info-section .col-info .box .descr {
    font-size: .9rem;
    margin-top: 25px;
}

#product-category-page .product-results-section {
    padding-bottom: 45px;
    padding-top: 45px;
}

#product-category-page .product-results-section .col-product-sample-1 {
    margin-bottom: 25px;
}

.col-product-sample-1 .product-link {
    border: 1px solid #02aab2;
    border-radius: 23px;
    display: inline-block;
    padding-top: 20px;
    position: relative;
    text-align: center;
    width: 100%;
}

.col-product-sample-1 .product-link .box-icon {
    display: inline-block;
    margin-bottom: 6px;
    width: 100%;
}

.col-product-sample-1 .product-link .box-icon .icon {
    width: 33px;
}

.col-product-sample-1 .product-link .box-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin-bottom: 14px;
    text-align: center;
}

.col-product-sample-1 .product-link .box-image img {
    max-width: 100%;
}

.col-product-sample-1 .product-link .box-info {
    margin-bottom: 16px;
}

.col-product-sample-1 .product-link .box-info .name {
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 3px;
    min-height: 48px;
    text-transform: uppercase;
}

.col-product-sample-1 .product-link .box-info .descr {
    display: block;
    font-size: .8rem;
    line-height: 1.25;
    margin-bottom: 8px;
    min-height: 48px;
    padding: 0 26px;
}

.col-product-sample-1 .product-link .box-info .for {
    color: #02aab2;
    font-size: 1.5rem;
    font-weight: 500;
}

.col-product-sample-1 .product-link .box-info .box-buttons {
    display: block;
    margin-top: 22px;
}

.col-product-sample-1 .product-link .box-info .box-buttons .btn-s1 {
    min-width: inherit;
    width: 75%;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-s1.btn-sm {
    font-size: 1.2rem;
    font-weight: 400;
    padding: 6px 20px;
}

.col-product-sample-1 .product-link .btn-send {
    background-color: #02aab2;
    border-radius: 0 0 19px 19px;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 11px 15px;
    text-align: center;
    text-decoration: none !important;
}

.t-150 {
    transition: all .15s ease-in-out;
}

