/*
 Theme Name:   STUDIO Custom
 Template:     yootheme
 Author:       StudioEstrada
 Description:  YOOtheme Child Theme
 Version:      2.0.0
 Text Domain:  yootheme-studio
*/
.alert-box {
    background-color: #e6b111;
    padding: 0.7rem 2rem;
}

.alert-box .btn-lider {
    padding: 0.3rem 0.8rem;
    background-color: #434343;
    box-shadow: 1px 1px 2px #434343;
    border-radius: 2px 2px 2px 2px;
    margin-left: 0.5rem;
}

.alert-box .btn-lider:hover {
    background-color: #111;
    color: #e6b111;
    text-decoration: none;
}

.d-none {
    display: none !important;
}

.spinner-border {
    box-sizing: border-box;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid #111;
    border-right-color: #111;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@keyframes spinner-border {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 

.woocommerce-address-fields button[type="submit"],
.woocommerce-address-fields input[type="submit"] {
    display: none;
}

/* Customization for datatables styles overrided by other wordpress rules */
div.dt-container select.dt-input {
    width: auto;
}