body {
    background: #F1F1F1;
}

.btn-search-clean:hover {
    background: #efefef !important;
    cursor: pointer;
}

.easy-autocomplete {
    flex: auto;
}

.easy-autocomplete input {
    width: 100%;
    border-radius: 0;
}

.custom-checkbox {
    min-height: 1rem;
    padding-left: 0;
    margin-right: 0;
    cursor: pointer;
}

.custom-checkbox .custom-control-indicator {
    content: "";
    display: inline-block;
    position: relative;
    width: 30px;
    height: 10px;
    background-color: #818181;
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    vertical-align: middle;
    margin: 0 16px;
    box-shadow: none;
}

.custom-checkbox .custom-control-indicator:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #f1f1f1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -2px;
    top: -4px;
    -webkit-transition: left .3s ease, background .3s ease, box-shadow .1s ease;
    transition: left .3s ease, background .3s ease, box-shadow .1s ease;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #84c7c1;
    background-image: none;
    box-shadow: none !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator:after {
    background-color: #84c7c1;
    left: 15px;
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: none !important;
}

.wrap.select2-selection--single {
    height: 100%;
}

.select2-container .wrap.select2-selection--single .select2-selection__rendered {
    word-wrap: break-word;
    text-overflow: inherit;
    white-space: normal;
}

.container-fluid {
    padding-left: .8rem;
    padding-right: .8rem;
}

/*.breadcrumb {*/
/*    background: #fff;*/
/*    margin-bottom: .5rem;*/
/*}*/

figure.card-product:hover {
    border: solid 1px #ccc;
}

.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}

@media only screen and (max-width: 768px) {
    .g-recaptcha {
        /*transform: scale(1);*/
        -webkit-transform: scale(0.75);
    }
}


.table-responsive .dropdown,
.table-responsive .btn-group,
.table-responsive .btn-group-vertical {
    position: static;
}

.dropdown-item .d-item-icon {
    width: 21px;
    color: #595353;
}


/* EXTRA UTILITIES */
.w-35 {
    width: 35% !important
}

.w-40 {
    width: 40% !important
}

.w-45 {
    width: 45% !important
}

.w-55 {
    width: 55% !important
}

.w-65 {
    width: 65% !important
}

.px-6 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
}

.px-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

.px-8 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
}

.px-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}


.dropdown-divider {
    border: 1px solid #cfcfcf;
}


.fs-7 {
    font-size: 0.9rem !important
}

.fs-8 {
    font-size: 0.8rem !important
}

.fs-9 {
    font-size: 0.7rem !important
}

.fs-10 {
    font-size: 0.6rem !important
}


.container-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.raya-separator {
    border: none;
    flex-grow: 1; /* Los HR ocupan todo el espacio sobrante */
    height: 2px;
    background-color: black;
}

.izquierda-separator {
   background-color: black;
}

.derecha-separator {
    background-color: black;
}

.text-separator {
    font-weight: bold;
    margin: 0 20px;
}

.btn-green {
    background: #9bc21b;
    border: 0;
    padding: 10px 35px;
    color: #006055;
    font-weight: 700;
    transition: 0.4s;
    /*font-size: 19px;*/
}

.btn-green:hover {
    background: #006055;
    color: #9bc21b !important;
}

.btn-green-dark {
    background: #6D8048;
    border: 0;
    padding: 10px 24px;
    color: white;
    font-weight: 700;
    transition: 0.4s;
    /*font-size: 19px;*/
}

.btn-green-dark:hover {
    background: #03473F;
    color: white !important;
}