/* SLIDER */

.carousel {
    padding: 0 !important;
}

.arrow-slider>i {
    color: #000;
    font-size: 30px;
}

/* BOTONES */

.sizes input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.sizes input[type="radio"]:checked + label {
    background-color: #ffffff;
    border-color: #48dd12;
    color: #48dd12;

}

.sizes input[type="radio"]:disabled + label {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #d7d7d7;
    text-decoration:line-through;
}

.sizes label{
    display: inline-block;
    background-color: #ffffff;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #b8b8b8;
    border-radius: 4px;

}

.sizes label:hover {
    border-color: #48dd12;
    /*color: #fe0000;*/
}

/* SECTIONS */

@media (min-width: 992px) {
    .product {
        padding-left: 3rem !important;
    }

    .slider {
        padding-right: 3rem !important;
    }
}

.product .breadcrumb-products,
.product div p:nth-of-type(2) {
    font-family: "Poppins SemiBold";
}

.product label,
.product div div p {
    font-family: "NeueHelvetica Regular";
}

.product .color button {
    font-family: "NeueHelvetica SemiBold";
}

.product .description p:last-child {
    font-family: "Poppins Light";
}

.description p:first-child {
    font-family: "NeueHelvetica SemiBold";
}
