/*
 * BS4 Toast override
 */
#toast-container .toast-success {
    background-color: #51a351;
}

#toast-container .toast-error {
    background-color: #bd362f;
}

/*
 * Algolia Instant Search override
 */
ais-infinite-hits--showmoreButton:disabled{
    display: none;
}

.btn-whatsapp {
    margin-top:10px;
    text-decoration: none;
    color: #25d366;
    display: inline-block;
    background-color: #fff;
    border: #25d366 1px solid;
    font-weight: bold;
    padding: 1rem 2rem;
    border-radius: 3px;
}

.btn-whatsapp:hover {
    background-color: #1a9247;
    color: #fff;
}

.product-page--logoBrand
{
    width: 10vw;
    height: 10vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.switch-input {
    margin-top: 20px;
}

.switch-input .text-label {
    margin-left: 10px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}
.switch-input > span.text-label {
    font-size: 14px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .5s;
    transition: .5s;
}

input:checked + .slider {
    background-color: #deaa2a;
}

input:focus + .slider {
    box-shadow: 0 0 1px #deaa2a;
}

input:checked + .slider:before {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
}
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

@media (min-width: 992px) {
    .w-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .w-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20%;
    }
}
.mbway--form {
    padding-top: 10px;
}
